.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5.94rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 7.425rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.158rem;
    font-size: calc( 2.729rem + (5.94 - 2.729) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.729rem + (5.94 - 2.729) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #000000 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ec00f4 !important;
}
.bg-danger {
  background-color: #ff5300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #27e0ff !important;
  border-color: #27e0ff !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: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d0f3;
  color: #00d0f3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00869c !important;
  background-color: transparent !important;
  border-color: #00869c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !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: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ec00f4;
  color: #ec00f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #98009d !important;
  background-color: transparent !important;
  border-color: #98009d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5300;
  color: #ff5300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5300 !important;
  border-color: #ff5300 !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: #000000 !important;
}
.text-secondary {
  color: #00d0f3 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ec00f4 !important;
}
.text-danger {
  color: #ff5300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00798d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !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: #89008e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993200 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ec00f4;
}
.alert-danger {
  background-color: #ff5300;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdc1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00d0f3 !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='%23000000' %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 {
  position: relative;
  padding: 10px 40px;
  border-radius: 100px !important;
  z-index: 1;
  overflow: hidden;
  font-weight: 700 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before {
  background-color: #000000;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-udAqRfP8sT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udAqRfP8sT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udAqRfP8sT .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-udAqRfP8sT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-udAqRfP8sT .container-fluid {
    padding: 0 20px;
  }
}
.cid-udAqRfP8sT .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-udAqRfP8sT .container {
    padding: 0 20px;
  }
}
.cid-udAqRfP8sT .row {
  height: 100%;
}
.cid-udAqRfP8sT .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-udAqRfP8sT .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-udAqRfP8sT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-udAqRfP8sT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udAqRfP8sT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udAqRfP8sT .mbr-section-title {
  color: #ffffff;
}
.cid-udAqRfP8sT .mbr-desc {
  color: #ffffff;
}
.cid-u7sb6Do2OV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7sb6Do2OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sb6Do2OV .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-u7sb6Do2OV .container {
    padding: 0 22px;
  }
}
.cid-u7sb6Do2OV .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-u7sb6Do2OV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7sb6Do2OV .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-u7sb6Do2OV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-u7sb6Do2OV .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-u7sb6Do2OV .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-u7sb6Do2OV .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-u7sb6Do2OV .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u7sb6Do2OV .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-u7sb6Do2OV .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-u7sb6Do2OV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7sb6Do2OV .card-title {
  color: #000305;
}
.cid-u7sb6Do2OV .card-text {
  color: #000305;
}
.cid-tZ3AtLuR1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tZ3AtLuR1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AtLuR1a .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-tZ3AtLuR1a .container {
    padding: 0 22px;
  }
}
.cid-tZ3AtLuR1a .row {
  justify-content: center;
}
.cid-tZ3AtLuR1a .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AtLuR1a .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ3AtLuR1a .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ3AtLuR1a .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AtLuR1a .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AtLuR1a .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-tZ3AtLuR1a .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AtLuR1a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3AtLuR1a .mbr-text {
  color: #ffffff;
}
.cid-udYTwmV63D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-udYTwmV63D .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYTwmV63D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYTwmV63D .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-udYTwmV63D .container {
    padding: 10px 8px;
  }
}
.cid-udYTwmV63D .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-udYTwmV63D .row {
    padding: 50px 2px;
  }
}
.cid-udYTwmV63D .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-udYTwmV63D .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udYTwmV63D .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-udYTwmV63D .mbr-section-title {
  margin-bottom: 50px;
  color: #222222;
}
@media (max-width: 768px) {
  .cid-udYTwmV63D .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYTwmV63D .mbr-section-title span {
  opacity: .5;
}
.cid-udYTwmV63D .tabs-wrap {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-udYTwmV63D .tabs-wrap {
    margin-bottom: 30px;
  }
}
.cid-udYTwmV63D .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-udYTwmV63D .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYTwmV63D .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-udYTwmV63D .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #3283fb;
  background-color: #ffffff;
  padding: 35px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 2px solid #3283fb;
  border-radius: 100px !important;
}
@media (max-width: 768px) {
  .cid-udYTwmV63D .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 30px 50px;
  }
}
.cid-udYTwmV63D .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #3283fb;
}
.cid-udYTwmV63D .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-udYTwmV63D .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udYTwmV63D .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udYTwmV63D .content-wrapper .item {
  min-height: 300px;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  border-radius: 25px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img {
    padding: 20px 15px;
  }
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img a {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  text-align: right;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img a:hover .mbr-iconfont,
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3283fb;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  pointer-events: visible;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-udYTwmV63D .content-wrapper .item .item-wrapper .item-img .item-content .card-desc {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-udYTwmV63D .item-menu-overlay .btn-wrapper {
  margin-right: 25%;
}
.cid-udYTwmV63D .mbr-desc {
  color: #3283fb;
}
.cid-udYTwmV63D .card-title {
  color: #ffffff;
}
.cid-udYTwmV63D .card-desc {
  color: #ffffff;
}
.cid-ueb6BdKj36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueb6BdKj36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ueb6BdKj36 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ueb6BdKj36 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ueb6BdKj36 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueb6BdKj36 .container {
    padding: 0 20px;
  }
}
.cid-udZzROEF1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-udZzROEF1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZzROEF1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZzROEF1H .row {
  justify-content: center;
}
.cid-udZzROEF1H .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-udZzROEF1H .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-udZzROEF1H .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-udZzROEF1H .card-wrapper {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 40px;
  min-width: 216px;
}
@media (max-width: 992px) {
  .cid-udZzROEF1H .card-wrapper {
    margin: 0 0 24px 0 !important;
    transform: none !important;
  }
}
.cid-udZzROEF1H .mbr-text_1,
.cid-udZzROEF1H .mbr-text_2,
.cid-udZzROEF1H .mbr-text_3 {
  margin-bottom: 0;
}
.cid-udZzROEF1H .cards_1 .card-wrapper:first-child {
  transform: rotate(350deg);
  background-color: #00d0f3;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-udZzROEF1H .cards_1 .card-wrapper:nth-child(2) {
  transform: rotate(340deg);
  background-color: #facb1d;
  margin: -35px -3rem 20px 12rem;
  position: relative;
  z-index: 1;
}
.cid-udZzROEF1H .cards_1 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #ffffff;
}
.cid-udZzROEF1H .cards_2 .card-wrapper:first-child {
  transform: rotate(5deg);
  background-color: #ffffff;
}
.cid-udZzROEF1H .cards_2 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #00d0f3;
  margin: 24px 10rem 0px -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-udZzROEF1H .cards_2 .card-wrapper:last-child {
  transform: rotate(0);
  background-color: #facb1d;
  margin: 0 -3rem 0 6rem;
  position: relative;
  z-index: 1;
}
.cid-udZzROEF1H .cards_3 .card-wrapper:first-child {
  transform: rotate(15deg);
  background-color: #facb1d;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-udZzROEF1H .cards_3 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #00d0f3;
  margin: 0 10rem 0 -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-udZzROEF1H .cards_3 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #ffffff;
}
.cid-udZzROEF1H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZzROEF1H .mbr-text_1 {
  color: #e8e8e8;
  text-align: center;
}
.cid-udZzROEF1H .mbr-text_2 {
  color: #101511;
  text-align: center;
}
.cid-udZzROEF1H .mbr-text_3 {
  color: #101511;
  text-align: center;
}
.cid-udZA9tAarp {
  position: relative;
  overflow: hidden;
}
.cid-udZA9tAarp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZA9tAarp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-udZA9tAarp .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-udZA9tAarp .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-udZA9tAarp .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-udZA9tAarp .col-text {
    width: 100%;
  }
}
.cid-udZA9tAarp .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .cid-udZA9tAarp .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-udZA9tAarp .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
.cid-udZA9tAarp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #181817;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-udZA9tAarp .mbr-section-title {
  color: #181817;
  opacity: 0.8;
}
.cid-udZA9tAarp .mbr-section-subtitle {
  color: #181817;
}
.cid-udZA9tAarp .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-udZA9tAarp .mbr-section-btn {
  margin-top: 1rem;
}
.cid-udZA9tAarp .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #facb1d;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-udZA9tAarp .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-udZA9tAarp .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-udZAwnlMbS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-udZAwnlMbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZAwnlMbS .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-udZAwnlMbS .container-fluid {
    padding: 0 2rem;
  }
}
.cid-udZAwnlMbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZAwnlMbS .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-udZAwnlMbS .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-udZAwnlMbS .img-card {
    padding: 1rem;
  }
}
.cid-udZAwnlMbS .row {
  justify-content: space-between;
}
.cid-udZAwnlMbS .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-udZAwnlMbS .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-udZAwnlMbS .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-udZAwnlMbS .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-udZAwnlMbS .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-udZAwnlMbS .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-udZAwnlMbS .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-udZAwnlMbS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udZAwnlMbS .mbr-text,
.cid-udZAwnlMbS .mbr-section-btn {
  color: #ffffff;
}
.cid-udZAwnlMbS .mbr-section-title {
  color: #ffffff;
}
.cid-udZy6OhdOd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udZy6OhdOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZy6OhdOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZy6OhdOd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-udZy6OhdOd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-udZy6OhdOd .container {
    padding: 0 12px;
  }
}
.cid-udZy6OhdOd .row {
  justify-content: center;
}
.cid-udZy6OhdOd .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-udZy6OhdOd .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-udZy6OhdOd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZy6OhdOd .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .item {
    margin-bottom: 16px;
  }
}
.cid-udZy6OhdOd .item .item-wrapper {
  width: 100%;
}
.cid-udZy6OhdOd .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-udZy6OhdOd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udZy6OhdOd .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udZy6OhdOd .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-udZy6OhdOd .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-udZy6OhdOd .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-udZy6OhdOd .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-udZy6OhdOd .item-title {
  color: #1D1D1F;
}
.cid-udZy6OhdOd .item-desc {
  color: #1D1D1F;
}
.cid-udZy6OhdOd .item-text {
  color: #1D1D1F;
}
.cid-ugSGp1kjEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugSGp1kjEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSGp1kjEV .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-ugSGp1kjEV .container {
    padding: 0 16px;
  }
}
.cid-ugSGp1kjEV .card {
  justify-content: center;
}
.cid-ugSGp1kjEV .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: #facb1d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ugSGp1kjEV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugSGp1kjEV .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ugSGp1kjEV .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ugSGp1kjEV .mbr-section-title {
  color: #000000;
}
.cid-ugSGp1kjEV .mbr-text {
  color: #000000;
}
.cid-ugSGp1kjEV .mbr-desc {
  color: #000000;
}
.cid-ugSGp1kjEV .mbr-text,
.cid-ugSGp1kjEV .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ3AA6MVm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tZ3AA6MVm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AA6MVm7 .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-tZ3AA6MVm7 .container {
    padding: 0 22px;
  }
}
.cid-tZ3AA6MVm7 .card {
  justify-content: center;
}
.cid-tZ3AA6MVm7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AA6MVm7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tZ3AA6MVm7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tZ3AA6MVm7 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AA6MVm7 .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AA6MVm7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AA6MVm7 .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AA6MVm7 .form-wrapper {
    padding: 20px;
  }
}
.cid-tZ3AA6MVm7 .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-tZ3AA6MVm7 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tZ3AA6MVm7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3AA6MVm7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AA6MVm7 .mbr-text {
  color: #ffffff;
}
.cid-tZ3AA6MVm7 .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AA6MVm7 .mbr-contact {
  color: #ffffff;
}
.cid-uduULu35E4.popup-builder {
  background-color: #ffffff;
}
.cid-uduULu35E4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduULu35E4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduULu35E4 .modal-content,
.cid-uduULu35E4 .modal-dialog {
  height: auto;
}
.cid-uduULu35E4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduULu35E4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduULu35E4 .form-wrapper .mbr-form .form-group,
  .cid-uduULu35E4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduULu35E4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduULu35E4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduULu35E4 .mbr-text {
  text-align: center;
}
.cid-uduULu35E4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uduULu35E4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduULu35E4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduULu35E4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduULu35E4 .modal-open {
  overflow: hidden;
}
.cid-uduULu35E4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduULu35E4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduULu35E4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduULu35E4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduULu35E4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduULu35E4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduULu35E4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduULu35E4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduULu35E4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduULu35E4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduULu35E4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduULu35E4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uduULu35E4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduULu35E4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduULu35E4 .modal-header {
    padding: 1rem;
  }
}
.cid-uduULu35E4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduULu35E4 .modal-header .close svg {
  fill: #353535;
}
.cid-uduULu35E4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uduULu35E4 .modal-header .close:focus {
  outline: none;
}
.cid-uduULu35E4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduULu35E4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduULu35E4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduULu35E4 .modal-body {
    padding: 1rem;
  }
}
.cid-uduULu35E4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduULu35E4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduULu35E4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uduULu35E4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduULu35E4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduULu35E4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduULu35E4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduULu35E4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduULu35E4 .modal-lg,
  .cid-uduULu35E4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduULu35E4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduULu35E4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduULu35E4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduULu35E4 .form-group {
  margin-bottom: 1rem;
}
.cid-uduULu35E4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduULu35E4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduULu35E4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduULu35E4 .mbr-section-btn {
  margin: 0;
}
.cid-uduULu35E4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-u880s3ezzP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u880s3ezzP .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-u880s3ezzP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u880s3ezzP .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-u880s3ezzP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-u880s3ezzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u880s3ezzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u880s3ezzP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u880s3ezzP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u880s3ezzP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u880s3ezzP .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-u880s3ezzP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u880s3ezzP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u880s3ezzP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u880s3ezzP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u880s3ezzP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u880s3ezzP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u880s3ezzP .nav-link:hover {
  color: #ffffff !important;
}
.cid-u880s3ezzP .nav-link:hover::before {
  width: 100%;
}
.cid-u880s3ezzP .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u880s3ezzP .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u880s3ezzP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u880s3ezzP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u880s3ezzP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u880s3ezzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u880s3ezzP .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-u880s3ezzP .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u880s3ezzP .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u880s3ezzP .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-u880s3ezzP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u880s3ezzP .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-u880s3ezzP .nav-item:focus,
.cid-u880s3ezzP .nav-link:focus {
  outline: none;
}
.cid-u880s3ezzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u880s3ezzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u880s3ezzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u880s3ezzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u880s3ezzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u880s3ezzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u880s3ezzP .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-u880s3ezzP .navbar.opened {
  transition: all 0.3s;
}
.cid-u880s3ezzP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u880s3ezzP .navbar .navbar-logo img {
  width: auto;
}
.cid-u880s3ezzP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u880s3ezzP .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-u880s3ezzP .navbar.collapsed {
  justify-content: center;
}
.cid-u880s3ezzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u880s3ezzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u880s3ezzP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u880s3ezzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u880s3ezzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u880s3ezzP .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-u880s3ezzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u880s3ezzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u880s3ezzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u880s3ezzP .navbar {
    min-height: 72px;
  }
  .cid-u880s3ezzP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u880s3ezzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u880s3ezzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u880s3ezzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u880s3ezzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u880s3ezzP .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-u880s3ezzP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u880s3ezzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u880s3ezzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u880s3ezzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u880s3ezzP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u880s3ezzP .dropdown-item.active,
.cid-u880s3ezzP .dropdown-item:active {
  background-color: transparent;
}
.cid-u880s3ezzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u880s3ezzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u880s3ezzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u880s3ezzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u880s3ezzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u880s3ezzP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u880s3ezzP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u880s3ezzP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u880s3ezzP .navbar-buttons {
    text-align: left;
  }
}
.cid-u880s3ezzP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u880s3ezzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u880s3ezzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u880s3ezzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u880s3ezzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u880s3ezzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u880s3ezzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u880s3ezzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u880s3ezzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u880s3ezzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u880s3ezzP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u880s3ezzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u880s3ezzP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880s3ezzP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u880s3ezzP .navbar {
    height: 70px;
  }
  .cid-u880s3ezzP .navbar.opened {
    height: auto;
  }
  .cid-u880s3ezzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u880s3ezzP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u880s3ezzP .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-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u880s3ezzP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u880s3ezzP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u880s3ezzP .navbar-brand {
    margin-right: auto;
  }
  .cid-u880s3ezzP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u880s3ezzP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u880s3ezzP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u880s3ezzP .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-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u880s3ezzP .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-u880s3ezzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u880s3ezzP .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-u880s3ezzP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u880s3ezzP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u880s3ezzP .navbar-brand,
.cid-u880s3ezzP .navbar-toggler,
.cid-u880s3ezzP .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u880s4bFp6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-u880s4bFp6 img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-u880s4bFp6 img {
    display: none;
  }
}
.cid-u880s4bFp6 .image_1 {
  top: 10rem;
  right: 0;
}
.cid-u880s4bFp6 .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-u880s4bFp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s4bFp6 .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-u880s4bFp6 .container {
    padding: 0 22px;
  }
}
.cid-u880s4bFp6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u880s4bFp6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u880s4bFp6 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u880s4bFp6 .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-u880s4bFp6 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u880s4bFp6 .mbr-section-title {
  color: #ffffff;
}
.cid-u880s4bFp6 .mbr-desc {
  color: #ffffff;
}
.cid-u880s4bFp6 .mbr-text {
  color: #ffffff;
}
.cid-u880s4bFp6 .mbr-section-title,
.cid-u880s4bFp6 .mbr-section-btn {
  text-align: left;
}
.cid-u880s4AIc5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u880s4AIc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s4AIc5 .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-u880s4AIc5 .container {
    padding: 0 22px;
  }
}
.cid-u880s4AIc5 .row {
  justify-content: center;
}
.cid-u880s4AIc5 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880s4AIc5 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u880s4AIc5 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u880s4AIc5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u880s4AIc5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u880s4AIc5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880s4AIc5 .mbr-section-title {
  color: #ffffff;
}
.cid-u880s4AIc5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u880s4AIc5 .mbr-section-title,
.cid-u880s4AIc5 .icon-wrapper {
  text-align: center;
}
.cid-u880s4PKQ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u880s4PKQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s4PKQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u880s4PKQ5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u880s4PKQ5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .container {
    padding: 0 20px;
  }
}
.cid-u880s4PKQ5 .item {
  margin-top: 32px;
}
.cid-u880s4PKQ5 .item:first-child {
  margin-top: 0;
}
.cid-u880s4PKQ5 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u880s4PKQ5 .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u880s4PKQ5 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u880s4PKQ5 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .card-desc_1,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .card-desc_1,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .card-title_1,
.cid-u880s4PKQ5 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u880s4PKQ5 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u880s4PKQ5 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u880s4PKQ5 .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u880s4PKQ5 .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u880s4PKQ5 .card-text_1,
.cid-u880s4PKQ5 .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u880s4PKQ5 .card-text_2,
.cid-u880s4PKQ5 .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u880s4PKQ5 .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u880s4PKQ5 .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u880s4PKQ5 .card-title_1,
.cid-u880s4PKQ5 .buttons_1,
.cid-u880s4PKQ5 .icon-wrapper_1,
.cid-u880s4PKQ5 .title-wrapper_1 {
  text-align: center;
}
.cid-u880s4PKQ5 .card-title_2,
.cid-u880s4PKQ5 .buttons_2,
.cid-u880s4PKQ5 .icon-wrapper_2,
.cid-u880s4PKQ5 .title-wrapper_2 {
  text-align: center;
}
.cid-u880s5fV5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-d9018d69-187e-462b-830e-9b444e9d39d6-1024x1024.jpeg");
}
.cid-u880s5fV5A::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u880s5fV5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s5fV5A .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-u880s5fV5A .container {
    padding: 0 22px;
  }
}
.cid-u880s5fV5A .row {
  justify-content: center;
}
.cid-u880s5fV5A .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u880s5fV5A .content-wrapper {
    padding: 0;
  }
}
.cid-u880s5fV5A .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u880s5fV5A .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u880s5fV5A .mbr-section-title {
  color: #ffffff;
}
.cid-u880s5fV5A .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u880s5fV5A .mbr-section-title,
.cid-u880s5fV5A .mbr-section-btn {
  text-align: center;
}
.cid-u880s5wRZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u880s5wRZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s5wRZO .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-u880s5wRZO .container {
    padding: 0 22px;
  }
}
.cid-u880s5wRZO .row {
  justify-content: center;
}
.cid-u880s5wRZO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u880s5wRZO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u880s5wRZO .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u880s5wRZO .item {
    margin-bottom: 20px;
  }
}
.cid-u880s5wRZO .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u880s5wRZO .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u880s5wRZO .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u880s5wRZO .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u880s5wRZO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u880s5wRZO .mbr-section-title {
  color: #ffffff;
}
.cid-u880s5wRZO .card-title {
  color: #ffffff;
}
.cid-u880s5wRZO .card-text {
  color: #ffffff;
}
.cid-u880s5wRZO .mbr-section-title,
.cid-u880s5wRZO .mbr-section-btn {
  text-align: center;
}
.cid-u88YwdRXfi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-u88YwdRXfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88YwdRXfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88YwdRXfi .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-u88YwdRXfi .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-u88YwdRXfi .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-u88YwdRXfi .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u88YwdRXfi .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u88YwdRXfi .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u88YwdRXfi .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u88YwdRXfi .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-u88YwdRXfi .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-u88YwdRXfi .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-u88YwdRXfi .mbr-text a {
  text-decoration: underline !important;
}
.cid-u88YwdRXfi .mbr-text a:hover {
  color: inherit !important;
}
.cid-u880s5SEGl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u880s5SEGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s5SEGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u880s5SEGl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u880s5SEGl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u880s5SEGl .container {
    padding: 0 24px;
  }
}
.cid-u880s5SEGl .row {
  position: relative;
  justify-content: center;
}
.cid-u880s5SEGl .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u880s5SEGl .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u880s5SEGl .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u880s5SEGl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u880s5SEGl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880s5SEGl .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u880s5SEGl .item {
    margin-bottom: 32px;
  }
}
.cid-u880s5SEGl .item:last-child {
  margin-bottom: 0;
}
.cid-u880s5SEGl .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u880s5SEGl .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u880s5SEGl .mbr-section-title {
  color: #141414;
}
.cid-u880s5SEGl .mbr-desc {
  color: #141414;
}
.cid-u880s5SEGl .mbr-text {
  color: #141414;
}
.cid-u880s5SEGl .card-number {
  color: #141414;
}
.cid-u880s5SEGl .card-title {
  color: #141414;
}
.cid-u880s6fKMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u880s6fKMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s6fKMv .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-u880s6fKMv .container {
    padding: 0 22px;
  }
}
.cid-u880s6fKMv .card {
  justify-content: center;
}
.cid-u880s6fKMv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u880s6fKMv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u880s6fKMv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u880s6fKMv .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u880s6fKMv .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u880s6fKMv .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u880s6fKMv .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u880s6fKMv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u880s6fKMv .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u880s6fKMv .form-wrapper {
    padding: 20px;
  }
}
.cid-u880s6fKMv .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u880s6fKMv .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u880s6fKMv .mbr-section-title {
  color: #ffffff;
}
.cid-u880s6fKMv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u880s6fKMv .mbr-text {
  color: #ffffff;
}
.cid-u880s6fKMv .mbr-desc {
  color: #ffffff;
}
.cid-u880s6fKMv .mbr-contact {
  color: #ffffff;
}
.cid-u880s6O5WG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u880s6O5WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s6O5WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u880s6O5WG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .container {
    padding: 0 15px;
  }
}
.cid-u880s6O5WG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u880s6O5WG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u880s6O5WG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .items-wrapper {
    display: block;
  }
}
.cid-u880s6O5WG .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u880s6O5WG .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u880s6O5WG .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u880s6O5WG .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u880s6O5WG .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u880s6O5WG .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u880s6O5WG .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u880s6O5WG .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u880s6O5WG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880s6O5WG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u880s6O5WG .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u880s6O5WG .item-text {
  color: #d2d2df;
}
.cid-u880s6O5WG .item-text,
.cid-u880s6O5WG .icon-wrapper {
  text-align: center;
}
.cid-u880s7bbDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u880s7bbDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s7bbDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u880s7bbDo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u880s7bbDo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u880s7bbDo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u880s7bbDo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u880s7bbDo .container {
    padding: 0 12px;
  }
}
.cid-u880s7bbDo .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u880s7bbDo .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u880s7bbDo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u880s7bbDo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880s7bbDo .item {
  margin-bottom: 32px;
}
.cid-u880s7bbDo .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u880s7bbDo .item .item-wrapper a {
  display: block;
}
.cid-u880s7bbDo .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u880s7bbDo .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u880s7bbDo .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u880s7bbDo .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u880s7bbDo .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u880s7bbDo .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u880s7bbDo .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u880s7bbDo .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u880s7bbDo .item-title {
  color: #1D1D1F;
}
.cid-u880s7B5dQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-u880s7B5dQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u880s7B5dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u880s7B5dQ .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-u880s7B5dQ .container {
    padding: 0 22px;
  }
}
.cid-u880s7B5dQ .row {
  position: relative;
  z-index: 1;
}
.cid-u880s7B5dQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u880s7B5dQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u880s7B5dQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u880s7B5dQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u880s7B5dQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880s7B5dQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u880s7B5dQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u880s7B5dQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880s7B5dQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u880s7B5dQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u880s7B5dQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u880s7B5dQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u880s7B5dQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u880s7B5dQ .nav-wrapper .list .item-wrap:hover,
.cid-u880s7B5dQ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u880s7B5dQ .nav-wrapper .list .item-wrap:hover::before,
.cid-u880s7B5dQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u880s7B5dQ .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-u880s7B5dQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880s7B5dQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u880s7B5dQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u880s7B5dQ .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-u880s7B5dQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u880s7B5dQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u880s7B5dQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u880s7B5dQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u880s7B5dQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u880s7B5dQ .mbr-section-title {
  color: #00d0f3;
}
.cid-u880s7B5dQ .mbr-text {
  color: #ffffff;
}
.cid-u880s7B5dQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u880s7B5dQ .list {
  color: #ffffff;
}
.cid-u880s7B5dQ .mbr-contact {
  color: #ffffff;
}
.cid-u880s7B5dQ .mbr-desc {
  color: #ffffff;
}
.cid-uduVA14eOe.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA14eOe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA14eOe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA14eOe .modal-content,
.cid-uduVA14eOe .modal-dialog {
  height: auto;
}
.cid-uduVA14eOe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA14eOe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA14eOe .form-wrapper .mbr-form .form-group,
  .cid-uduVA14eOe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA14eOe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA14eOe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA14eOe .mbr-text {
  text-align: center;
}
.cid-uduVA14eOe .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA14eOe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA14eOe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA14eOe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA14eOe .modal-open {
  overflow: hidden;
}
.cid-uduVA14eOe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA14eOe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA14eOe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA14eOe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA14eOe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA14eOe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA14eOe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA14eOe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA14eOe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA14eOe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA14eOe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA14eOe .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA14eOe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA14eOe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA14eOe .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA14eOe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA14eOe .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA14eOe .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA14eOe .modal-header .close:focus {
  outline: none;
}
.cid-uduVA14eOe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA14eOe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA14eOe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA14eOe .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA14eOe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA14eOe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA14eOe .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA14eOe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA14eOe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA14eOe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA14eOe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA14eOe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA14eOe .modal-lg,
  .cid-uduVA14eOe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA14eOe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA14eOe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA14eOe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA14eOe .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA14eOe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA14eOe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA14eOe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA14eOe .mbr-section-btn {
  margin: 0;
}
.cid-uduVA14eOe .mbr-section-btn .btn {
  margin: 0;
}
.cid-u87stH10Tu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u87stH10Tu .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-u87stH10Tu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u87stH10Tu .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-u87stH10Tu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-u87stH10Tu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u87stH10Tu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u87stH10Tu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u87stH10Tu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u87stH10Tu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u87stH10Tu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-u87stH10Tu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u87stH10Tu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u87stH10Tu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u87stH10Tu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u87stH10Tu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u87stH10Tu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u87stH10Tu .nav-link:hover {
  color: #ffffff !important;
}
.cid-u87stH10Tu .nav-link:hover::before {
  width: 100%;
}
.cid-u87stH10Tu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u87stH10Tu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u87stH10Tu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u87stH10Tu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u87stH10Tu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u87stH10Tu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u87stH10Tu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-u87stH10Tu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u87stH10Tu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u87stH10Tu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-u87stH10Tu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u87stH10Tu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-u87stH10Tu .nav-item:focus,
.cid-u87stH10Tu .nav-link:focus {
  outline: none;
}
.cid-u87stH10Tu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u87stH10Tu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u87stH10Tu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u87stH10Tu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u87stH10Tu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u87stH10Tu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u87stH10Tu .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-u87stH10Tu .navbar.opened {
  transition: all 0.3s;
}
.cid-u87stH10Tu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u87stH10Tu .navbar .navbar-logo img {
  width: auto;
}
.cid-u87stH10Tu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u87stH10Tu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-u87stH10Tu .navbar.collapsed {
  justify-content: center;
}
.cid-u87stH10Tu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u87stH10Tu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u87stH10Tu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u87stH10Tu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u87stH10Tu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u87stH10Tu .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-u87stH10Tu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u87stH10Tu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u87stH10Tu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u87stH10Tu .navbar {
    min-height: 72px;
  }
  .cid-u87stH10Tu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u87stH10Tu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u87stH10Tu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u87stH10Tu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u87stH10Tu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u87stH10Tu .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-u87stH10Tu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u87stH10Tu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u87stH10Tu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u87stH10Tu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u87stH10Tu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u87stH10Tu .dropdown-item.active,
.cid-u87stH10Tu .dropdown-item:active {
  background-color: transparent;
}
.cid-u87stH10Tu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u87stH10Tu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u87stH10Tu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u87stH10Tu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u87stH10Tu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u87stH10Tu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u87stH10Tu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u87stH10Tu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u87stH10Tu .navbar-buttons {
    text-align: left;
  }
}
.cid-u87stH10Tu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u87stH10Tu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u87stH10Tu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u87stH10Tu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u87stH10Tu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u87stH10Tu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u87stH10Tu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u87stH10Tu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u87stH10Tu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u87stH10Tu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u87stH10Tu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u87stH10Tu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u87stH10Tu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u87stH10Tu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u87stH10Tu .navbar {
    height: 70px;
  }
  .cid-u87stH10Tu .navbar.opened {
    height: auto;
  }
  .cid-u87stH10Tu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u87stH10Tu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u87stH10Tu .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-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u87stH10Tu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u87stH10Tu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u87stH10Tu .navbar-brand {
    margin-right: auto;
  }
  .cid-u87stH10Tu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u87stH10Tu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u87stH10Tu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u87stH10Tu .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-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u87stH10Tu .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-u87stH10Tu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u87stH10Tu .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-u87stH10Tu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u87stH10Tu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u87stH10Tu .navbar-brand,
.cid-u87stH10Tu .navbar-toggler,
.cid-u87stH10Tu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u87stHHr6D {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-u87stHHr6D img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-u87stHHr6D img {
    display: none;
  }
}
.cid-u87stHHr6D .image_1 {
  top: 10rem;
  right: 0;
}
.cid-u87stHHr6D .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-u87stHHr6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stHHr6D .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-u87stHHr6D .container {
    padding: 0 22px;
  }
}
.cid-u87stHHr6D .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u87stHHr6D .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u87stHHr6D .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u87stHHr6D .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-u87stHHr6D .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u87stHHr6D .mbr-section-title {
  color: #ffffff;
}
.cid-u87stHHr6D .mbr-desc {
  color: #ffffff;
}
.cid-u87stHHr6D .mbr-text {
  color: #ffffff;
}
.cid-u87stHHr6D .mbr-section-title,
.cid-u87stHHr6D .mbr-section-btn {
  text-align: left;
}
.cid-u87stI2vsf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u87stI2vsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stI2vsf .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-u87stI2vsf .container {
    padding: 0 22px;
  }
}
.cid-u87stI2vsf .row {
  justify-content: center;
}
.cid-u87stI2vsf .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u87stI2vsf .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u87stI2vsf .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u87stI2vsf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u87stI2vsf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u87stI2vsf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u87stI2vsf .mbr-section-title {
  color: #ffffff;
}
.cid-u87stI2vsf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u87stI2vsf .mbr-section-title,
.cid-u87stI2vsf .icon-wrapper {
  text-align: center;
}
.cid-u87stIjQO4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u87stIjQO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stIjQO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u87stIjQO4 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u87stIjQO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .container {
    padding: 0 20px;
  }
}
.cid-u87stIjQO4 .item {
  margin-top: 32px;
}
.cid-u87stIjQO4 .item:first-child {
  margin-top: 0;
}
.cid-u87stIjQO4 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u87stIjQO4 .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u87stIjQO4 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u87stIjQO4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .card-desc_1,
.cid-u87stIjQO4 .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .card-desc_1,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .card-title_1,
.cid-u87stIjQO4 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u87stIjQO4 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u87stIjQO4 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u87stIjQO4 .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u87stIjQO4 .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u87stIjQO4 .card-text_1,
.cid-u87stIjQO4 .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u87stIjQO4 .card-text_2,
.cid-u87stIjQO4 .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u87stIjQO4 .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u87stIjQO4 .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u87stIjQO4 .card-title_1,
.cid-u87stIjQO4 .buttons_1,
.cid-u87stIjQO4 .icon-wrapper_1,
.cid-u87stIjQO4 .title-wrapper_1 {
  text-align: center;
}
.cid-u87stIjQO4 .card-title_2,
.cid-u87stIjQO4 .buttons_2,
.cid-u87stIjQO4 .icon-wrapper_2,
.cid-u87stIjQO4 .title-wrapper_2 {
  text-align: center;
}
.cid-u87stIJwjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-8e43944d-fa37-4bf6-8e3a-3e2d210232e6-1024x1024.jpeg");
}
.cid-u87stIJwjh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u87stIJwjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stIJwjh .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-u87stIJwjh .container {
    padding: 0 22px;
  }
}
.cid-u87stIJwjh .row {
  justify-content: center;
}
.cid-u87stIJwjh .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u87stIJwjh .content-wrapper {
    padding: 0;
  }
}
.cid-u87stIJwjh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u87stIJwjh .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u87stIJwjh .mbr-section-title {
  color: #ffffff;
}
.cid-u87stIJwjh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u87stIJwjh .mbr-section-title,
.cid-u87stIJwjh .mbr-section-btn {
  text-align: center;
}
.cid-u87stIYNuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u87stIYNuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stIYNuP .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-u87stIYNuP .container {
    padding: 0 22px;
  }
}
.cid-u87stIYNuP .row {
  justify-content: center;
}
.cid-u87stIYNuP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u87stIYNuP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u87stIYNuP .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u87stIYNuP .item {
    margin-bottom: 20px;
  }
}
.cid-u87stIYNuP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u87stIYNuP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u87stIYNuP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u87stIYNuP .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u87stIYNuP .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u87stIYNuP .mbr-section-title {
  color: #ffffff;
}
.cid-u87stIYNuP .card-title {
  color: #ffffff;
}
.cid-u87stIYNuP .card-text {
  color: #ffffff;
}
.cid-u87stIYNuP .mbr-section-title,
.cid-u87stIYNuP .mbr-section-btn {
  text-align: center;
}
.cid-uaQWYEMVcP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-uaQWYEMVcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQWYEMVcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQWYEMVcP .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uaQWYEMVcP .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uaQWYEMVcP .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uaQWYEMVcP .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uaQWYEMVcP .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uaQWYEMVcP .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uaQWYEMVcP .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uaQWYEMVcP .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uaQWYEMVcP .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uaQWYEMVcP .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uaQWYEMVcP .mbr-text a {
  text-decoration: underline !important;
}
.cid-uaQWYEMVcP .mbr-text a:hover {
  color: inherit !important;
}
.cid-u87stJh9cl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u87stJh9cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stJh9cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u87stJh9cl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u87stJh9cl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u87stJh9cl .container {
    padding: 0 24px;
  }
}
.cid-u87stJh9cl .row {
  position: relative;
  justify-content: center;
}
.cid-u87stJh9cl .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u87stJh9cl .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u87stJh9cl .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u87stJh9cl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u87stJh9cl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u87stJh9cl .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u87stJh9cl .item {
    margin-bottom: 32px;
  }
}
.cid-u87stJh9cl .item:last-child {
  margin-bottom: 0;
}
.cid-u87stJh9cl .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u87stJh9cl .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u87stJh9cl .mbr-section-title {
  color: #141414;
}
.cid-u87stJh9cl .mbr-desc {
  color: #141414;
}
.cid-u87stJh9cl .mbr-text {
  color: #141414;
}
.cid-u87stJh9cl .card-number {
  color: #141414;
}
.cid-u87stJh9cl .card-title {
  color: #141414;
}
.cid-u87stJEGJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u87stJEGJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stJEGJq .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-u87stJEGJq .container {
    padding: 0 22px;
  }
}
.cid-u87stJEGJq .card {
  justify-content: center;
}
.cid-u87stJEGJq .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u87stJEGJq .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u87stJEGJq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u87stJEGJq .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u87stJEGJq .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u87stJEGJq .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u87stJEGJq .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u87stJEGJq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u87stJEGJq .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u87stJEGJq .form-wrapper {
    padding: 20px;
  }
}
.cid-u87stJEGJq .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u87stJEGJq .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u87stJEGJq .mbr-section-title {
  color: #ffffff;
}
.cid-u87stJEGJq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u87stJEGJq .mbr-text {
  color: #ffffff;
}
.cid-u87stJEGJq .mbr-desc {
  color: #ffffff;
}
.cid-u87stJEGJq .mbr-contact {
  color: #ffffff;
}
.cid-u87stKzr8y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u87stKzr8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stKzr8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u87stKzr8y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .container {
    padding: 0 15px;
  }
}
.cid-u87stKzr8y .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u87stKzr8y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u87stKzr8y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .items-wrapper {
    display: block;
  }
}
.cid-u87stKzr8y .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u87stKzr8y .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u87stKzr8y .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u87stKzr8y .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u87stKzr8y .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u87stKzr8y .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u87stKzr8y .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u87stKzr8y .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u87stKzr8y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u87stKzr8y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u87stKzr8y .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u87stKzr8y .item-text {
  color: #d2d2df;
}
.cid-u87stKzr8y .item-text,
.cid-u87stKzr8y .icon-wrapper {
  text-align: center;
}
.cid-u87stLavSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u87stLavSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stLavSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u87stLavSr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u87stLavSr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u87stLavSr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u87stLavSr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u87stLavSr .container {
    padding: 0 12px;
  }
}
.cid-u87stLavSr .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u87stLavSr .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u87stLavSr .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u87stLavSr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u87stLavSr .item {
  margin-bottom: 32px;
}
.cid-u87stLavSr .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u87stLavSr .item .item-wrapper a {
  display: block;
}
.cid-u87stLavSr .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u87stLavSr .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u87stLavSr .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u87stLavSr .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u87stLavSr .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u87stLavSr .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u87stLavSr .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u87stLavSr .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u87stLavSr .item-title {
  color: #1D1D1F;
}
.cid-u87stLNEJ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-u87stLNEJ6::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u87stLNEJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u87stLNEJ6 .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-u87stLNEJ6 .container {
    padding: 0 22px;
  }
}
.cid-u87stLNEJ6 .row {
  position: relative;
  z-index: 1;
}
.cid-u87stLNEJ6 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u87stLNEJ6 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u87stLNEJ6 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u87stLNEJ6 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u87stLNEJ6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u87stLNEJ6 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u87stLNEJ6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u87stLNEJ6 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u87stLNEJ6 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u87stLNEJ6 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u87stLNEJ6 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u87stLNEJ6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u87stLNEJ6 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u87stLNEJ6 .nav-wrapper .list .item-wrap:hover,
.cid-u87stLNEJ6 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u87stLNEJ6 .nav-wrapper .list .item-wrap:hover::before,
.cid-u87stLNEJ6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u87stLNEJ6 .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-u87stLNEJ6 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u87stLNEJ6 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u87stLNEJ6 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u87stLNEJ6 .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-u87stLNEJ6 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u87stLNEJ6 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u87stLNEJ6 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u87stLNEJ6 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u87stLNEJ6 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u87stLNEJ6 .mbr-section-title {
  color: #00d0f3;
}
.cid-u87stLNEJ6 .mbr-text {
  color: #ffffff;
}
.cid-u87stLNEJ6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u87stLNEJ6 .list {
  color: #ffffff;
}
.cid-u87stLNEJ6 .mbr-contact {
  color: #ffffff;
}
.cid-u87stLNEJ6 .mbr-desc {
  color: #ffffff;
}
.cid-uduVA16gGY.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16gGY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16gGY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16gGY .modal-content,
.cid-uduVA16gGY .modal-dialog {
  height: auto;
}
.cid-uduVA16gGY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16gGY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16gGY .form-wrapper .mbr-form .form-group,
  .cid-uduVA16gGY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16gGY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16gGY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16gGY .mbr-text {
  text-align: center;
}
.cid-uduVA16gGY .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16gGY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16gGY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16gGY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16gGY .modal-open {
  overflow: hidden;
}
.cid-uduVA16gGY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16gGY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16gGY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16gGY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16gGY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16gGY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16gGY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16gGY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16gGY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16gGY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16gGY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16gGY .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16gGY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16gGY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16gGY .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16gGY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16gGY .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16gGY .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16gGY .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16gGY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16gGY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16gGY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16gGY .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16gGY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16gGY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16gGY .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16gGY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16gGY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16gGY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16gGY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16gGY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16gGY .modal-lg,
  .cid-uduVA16gGY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16gGY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16gGY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16gGY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16gGY .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16gGY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16gGY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16gGY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16gGY .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16gGY .mbr-section-btn .btn {
  margin: 0;
}
.cid-u88C62n89Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u88C62n89Q .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-u88C62n89Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u88C62n89Q .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-u88C62n89Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-u88C62n89Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u88C62n89Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u88C62n89Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u88C62n89Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u88C62n89Q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u88C62n89Q .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-u88C62n89Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u88C62n89Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u88C62n89Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u88C62n89Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u88C62n89Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u88C62n89Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u88C62n89Q .nav-link:hover {
  color: #ffffff !important;
}
.cid-u88C62n89Q .nav-link:hover::before {
  width: 100%;
}
.cid-u88C62n89Q .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88C62n89Q .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u88C62n89Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u88C62n89Q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u88C62n89Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u88C62n89Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u88C62n89Q .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-u88C62n89Q .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u88C62n89Q .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u88C62n89Q .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-u88C62n89Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u88C62n89Q .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-u88C62n89Q .nav-item:focus,
.cid-u88C62n89Q .nav-link:focus {
  outline: none;
}
.cid-u88C62n89Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u88C62n89Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u88C62n89Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u88C62n89Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u88C62n89Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u88C62n89Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u88C62n89Q .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-u88C62n89Q .navbar.opened {
  transition: all 0.3s;
}
.cid-u88C62n89Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u88C62n89Q .navbar .navbar-logo img {
  width: auto;
}
.cid-u88C62n89Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u88C62n89Q .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-u88C62n89Q .navbar.collapsed {
  justify-content: center;
}
.cid-u88C62n89Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u88C62n89Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u88C62n89Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u88C62n89Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u88C62n89Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u88C62n89Q .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-u88C62n89Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u88C62n89Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u88C62n89Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u88C62n89Q .navbar {
    min-height: 72px;
  }
  .cid-u88C62n89Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u88C62n89Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u88C62n89Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u88C62n89Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u88C62n89Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u88C62n89Q .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-u88C62n89Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u88C62n89Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u88C62n89Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u88C62n89Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u88C62n89Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u88C62n89Q .dropdown-item.active,
.cid-u88C62n89Q .dropdown-item:active {
  background-color: transparent;
}
.cid-u88C62n89Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u88C62n89Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u88C62n89Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u88C62n89Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u88C62n89Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u88C62n89Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u88C62n89Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u88C62n89Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u88C62n89Q .navbar-buttons {
    text-align: left;
  }
}
.cid-u88C62n89Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u88C62n89Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u88C62n89Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u88C62n89Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88C62n89Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u88C62n89Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u88C62n89Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88C62n89Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u88C62n89Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u88C62n89Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u88C62n89Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u88C62n89Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u88C62n89Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88C62n89Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u88C62n89Q .navbar {
    height: 70px;
  }
  .cid-u88C62n89Q .navbar.opened {
    height: auto;
  }
  .cid-u88C62n89Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u88C62n89Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u88C62n89Q .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-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u88C62n89Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u88C62n89Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u88C62n89Q .navbar-brand {
    margin-right: auto;
  }
  .cid-u88C62n89Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u88C62n89Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u88C62n89Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u88C62n89Q .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-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u88C62n89Q .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-u88C62n89Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u88C62n89Q .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-u88C62n89Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u88C62n89Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u88C62n89Q .navbar-brand,
.cid-u88C62n89Q .navbar-toggler,
.cid-u88C62n89Q .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u88C63DU38 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-u88C63DU38 img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-u88C63DU38 img {
    display: none;
  }
}
.cid-u88C63DU38 .image_1 {
  top: 10rem;
  right: 0;
}
.cid-u88C63DU38 .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-u88C63DU38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C63DU38 .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-u88C63DU38 .container {
    padding: 0 22px;
  }
}
.cid-u88C63DU38 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u88C63DU38 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u88C63DU38 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u88C63DU38 .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-u88C63DU38 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u88C63DU38 .mbr-section-title {
  color: #ffffff;
}
.cid-u88C63DU38 .mbr-desc {
  color: #ffffff;
}
.cid-u88C63DU38 .mbr-text {
  color: #ffffff;
}
.cid-u88C63DU38 .mbr-section-title,
.cid-u88C63DU38 .mbr-section-btn {
  text-align: left;
}
.cid-u88C646zxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u88C646zxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C646zxW .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-u88C646zxW .container {
    padding: 0 22px;
  }
}
.cid-u88C646zxW .row {
  justify-content: center;
}
.cid-u88C646zxW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88C646zxW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u88C646zxW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u88C646zxW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u88C646zxW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u88C646zxW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88C646zxW .mbr-section-title {
  color: #ffffff;
}
.cid-u88C646zxW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u88C646zxW .mbr-section-title,
.cid-u88C646zxW .icon-wrapper {
  text-align: center;
}
.cid-u88C64sLtO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u88C64sLtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C64sLtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88C64sLtO .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u88C64sLtO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .container {
    padding: 0 20px;
  }
}
.cid-u88C64sLtO .item {
  margin-top: 32px;
}
.cid-u88C64sLtO .item:first-child {
  margin-top: 0;
}
.cid-u88C64sLtO .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u88C64sLtO .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u88C64sLtO .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u88C64sLtO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .card-desc_1,
.cid-u88C64sLtO .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .card-desc_1,
  .cid-u88C64sLtO .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u88C64sLtO .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u88C64sLtO .item .item-wrapper .card-box .card-title_1,
.cid-u88C64sLtO .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u88C64sLtO .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u88C64sLtO .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u88C64sLtO .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u88C64sLtO .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u88C64sLtO .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u88C64sLtO .card-text_1,
.cid-u88C64sLtO .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u88C64sLtO .card-text_2,
.cid-u88C64sLtO .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u88C64sLtO .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u88C64sLtO .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u88C64sLtO .card-title_1,
.cid-u88C64sLtO .buttons_1,
.cid-u88C64sLtO .icon-wrapper_1,
.cid-u88C64sLtO .title-wrapper_1 {
  text-align: center;
}
.cid-u88C64sLtO .card-title_2,
.cid-u88C64sLtO .buttons_2,
.cid-u88C64sLtO .icon-wrapper_2,
.cid-u88C64sLtO .title-wrapper_2 {
  text-align: center;
}
.cid-u88C64TlMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/-b7b06876-1117-40f1-99fb-bd297e271a6c-1024x1024.jpg");
}
.cid-u88C64TlMf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u88C64TlMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C64TlMf .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-u88C64TlMf .container {
    padding: 0 22px;
  }
}
.cid-u88C64TlMf .row {
  justify-content: center;
}
.cid-u88C64TlMf .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u88C64TlMf .content-wrapper {
    padding: 0;
  }
}
.cid-u88C64TlMf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u88C64TlMf .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u88C64TlMf .mbr-section-title {
  color: #ffffff;
}
.cid-u88C64TlMf .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u88C64TlMf .mbr-section-title,
.cid-u88C64TlMf .mbr-section-btn {
  text-align: center;
}
.cid-u88C65bTK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u88C65bTK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C65bTK8 .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-u88C65bTK8 .container {
    padding: 0 22px;
  }
}
.cid-u88C65bTK8 .row {
  justify-content: center;
}
.cid-u88C65bTK8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u88C65bTK8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u88C65bTK8 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u88C65bTK8 .item {
    margin-bottom: 20px;
  }
}
.cid-u88C65bTK8 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u88C65bTK8 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u88C65bTK8 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u88C65bTK8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u88C65bTK8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u88C65bTK8 .mbr-section-title {
  color: #ffffff;
}
.cid-u88C65bTK8 .card-title {
  color: #ffffff;
}
.cid-u88C65bTK8 .card-text {
  color: #ffffff;
}
.cid-u88C65bTK8 .mbr-section-title,
.cid-u88C65bTK8 .mbr-section-btn {
  text-align: center;
}
.cid-uaSqMD4cIR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-uaSqMD4cIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSqMD4cIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSqMD4cIR .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uaSqMD4cIR .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uaSqMD4cIR .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uaSqMD4cIR .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uaSqMD4cIR .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uaSqMD4cIR .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uaSqMD4cIR .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uaSqMD4cIR .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uaSqMD4cIR .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uaSqMD4cIR .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uaSqMD4cIR .mbr-text a {
  text-decoration: underline !important;
}
.cid-uaSqMD4cIR .mbr-text a:hover {
  color: inherit !important;
}
.cid-u88C65yWbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u88C65yWbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C65yWbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88C65yWbV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u88C65yWbV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u88C65yWbV .container {
    padding: 0 24px;
  }
}
.cid-u88C65yWbV .row {
  position: relative;
  justify-content: center;
}
.cid-u88C65yWbV .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u88C65yWbV .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u88C65yWbV .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u88C65yWbV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u88C65yWbV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88C65yWbV .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u88C65yWbV .item {
    margin-bottom: 32px;
  }
}
.cid-u88C65yWbV .item:last-child {
  margin-bottom: 0;
}
.cid-u88C65yWbV .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u88C65yWbV .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u88C65yWbV .mbr-section-title {
  color: #141414;
}
.cid-u88C65yWbV .mbr-desc {
  color: #141414;
}
.cid-u88C65yWbV .mbr-text {
  color: #141414;
}
.cid-u88C65yWbV .card-number {
  color: #141414;
}
.cid-u88C65yWbV .card-title {
  color: #141414;
}
.cid-u88C665I9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u88C665I9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C665I9n .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-u88C665I9n .container {
    padding: 0 22px;
  }
}
.cid-u88C665I9n .card {
  justify-content: center;
}
.cid-u88C665I9n .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u88C665I9n .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u88C665I9n .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u88C665I9n .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u88C665I9n .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u88C665I9n .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u88C665I9n .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88C665I9n .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u88C665I9n .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88C665I9n .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u88C665I9n .form-wrapper {
    padding: 20px;
  }
}
.cid-u88C665I9n .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u88C665I9n .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u88C665I9n .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u88C665I9n .mbr-section-title {
  color: #ffffff;
}
.cid-u88C665I9n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u88C665I9n .mbr-text {
  color: #ffffff;
}
.cid-u88C665I9n .mbr-desc {
  color: #ffffff;
}
.cid-u88C665I9n .mbr-contact {
  color: #ffffff;
}
.cid-u88C66IxTt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u88C66IxTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C66IxTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88C66IxTt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .container {
    padding: 0 15px;
  }
}
.cid-u88C66IxTt .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u88C66IxTt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u88C66IxTt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .items-wrapper {
    display: block;
  }
}
.cid-u88C66IxTt .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u88C66IxTt .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u88C66IxTt .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u88C66IxTt .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u88C66IxTt .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u88C66IxTt .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u88C66IxTt .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u88C66IxTt .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u88C66IxTt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88C66IxTt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u88C66IxTt .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u88C66IxTt .item-text {
  color: #d2d2df;
}
.cid-u88C66IxTt .item-text,
.cid-u88C66IxTt .icon-wrapper {
  text-align: center;
}
.cid-u88C67b1SH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u88C67b1SH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C67b1SH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88C67b1SH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u88C67b1SH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u88C67b1SH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u88C67b1SH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u88C67b1SH .container {
    padding: 0 12px;
  }
}
.cid-u88C67b1SH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u88C67b1SH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u88C67b1SH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u88C67b1SH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88C67b1SH .item {
  margin-bottom: 32px;
}
.cid-u88C67b1SH .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u88C67b1SH .item .item-wrapper a {
  display: block;
}
.cid-u88C67b1SH .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u88C67b1SH .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u88C67b1SH .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u88C67b1SH .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u88C67b1SH .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u88C67b1SH .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u88C67b1SH .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u88C67b1SH .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u88C67b1SH .item-title {
  color: #1D1D1F;
}
.cid-u88C67Bdki {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-u88C67Bdki::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u88C67Bdki .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88C67Bdki .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-u88C67Bdki .container {
    padding: 0 22px;
  }
}
.cid-u88C67Bdki .row {
  position: relative;
  z-index: 1;
}
.cid-u88C67Bdki .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u88C67Bdki .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88C67Bdki .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u88C67Bdki .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u88C67Bdki .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88C67Bdki .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u88C67Bdki .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u88C67Bdki .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88C67Bdki .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u88C67Bdki .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u88C67Bdki .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u88C67Bdki .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u88C67Bdki .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88C67Bdki .nav-wrapper .list .item-wrap:hover,
.cid-u88C67Bdki .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u88C67Bdki .nav-wrapper .list .item-wrap:hover::before,
.cid-u88C67Bdki .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u88C67Bdki .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-u88C67Bdki .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88C67Bdki .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u88C67Bdki .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u88C67Bdki .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-u88C67Bdki .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u88C67Bdki .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u88C67Bdki .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u88C67Bdki .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u88C67Bdki .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u88C67Bdki .mbr-section-title {
  color: #00d0f3;
}
.cid-u88C67Bdki .mbr-text {
  color: #ffffff;
}
.cid-u88C67Bdki .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u88C67Bdki .list {
  color: #ffffff;
}
.cid-u88C67Bdki .mbr-contact {
  color: #ffffff;
}
.cid-u88C67Bdki .mbr-desc {
  color: #ffffff;
}
.cid-uduVA16fK7.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16fK7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16fK7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16fK7 .modal-content,
.cid-uduVA16fK7 .modal-dialog {
  height: auto;
}
.cid-uduVA16fK7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16fK7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16fK7 .form-wrapper .mbr-form .form-group,
  .cid-uduVA16fK7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16fK7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16fK7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16fK7 .mbr-text {
  text-align: center;
}
.cid-uduVA16fK7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16fK7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16fK7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16fK7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16fK7 .modal-open {
  overflow: hidden;
}
.cid-uduVA16fK7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16fK7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16fK7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16fK7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16fK7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16fK7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16fK7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16fK7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16fK7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16fK7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16fK7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16fK7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16fK7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16fK7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16fK7 .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16fK7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16fK7 .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16fK7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16fK7 .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16fK7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16fK7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16fK7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16fK7 .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16fK7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16fK7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16fK7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16fK7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16fK7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16fK7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16fK7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16fK7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16fK7 .modal-lg,
  .cid-uduVA16fK7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16fK7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16fK7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16fK7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16fK7 .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16fK7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16fK7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16fK7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16fK7 .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16fK7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucKzr2DCdc {
  display: flex;
  background-color: #000000;
}
.cid-ucKzr2DCdc .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-ucKzr2DCdc {
    align-items: null;
  }
  .cid-ucKzr2DCdc .row {
    justify-content: center;
  }
}
.cid-ucKzr2DCdc .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-ucKzr2DCdc .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucKzr2DCdc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucKzr2DCdc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucKzr2DCdc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucKzr2DCdc .content-wrap {
    width: 100%;
  }
}
.cid-ucKzr2DCdc .mbr-section-title {
  text-align: center;
}
.cid-ucKzr2DCdc .mbr-text,
.cid-ucKzr2DCdc .mbr-section-btn {
  text-align: center;
}
.cid-ucDN2lzWZa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ucDN2lzWZa .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ucDN2lzWZa .row-bg {
    padding: 1rem 0;
  }
}
.cid-ucDN2lzWZa .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucDN2lzWZa .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-ucDN2lzWZa img,
.cid-ucDN2lzWZa .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-ucDN2lzWZa .item:focus,
.cid-ucDN2lzWZa span:focus {
  outline: none;
}
.cid-ucDN2lzWZa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucDN2lzWZa .card1 {
  background: #ffcc01;
}
.cid-ucDN2lzWZa .card2 {
  background: #facb1d;
}
.cid-ucDN2lzWZa .card3 {
  background: #facb1d;
}
.cid-ucDN2lzWZa .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ucDN2lzWZa .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ucDN2lzWZa .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ucDN2lzWZa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucDN2lzWZa .mbr-section-title {
  color: #232323;
}
.cid-ucDN2lzWZa .item-title1 {
  color: #ffffff;
}
.cid-ucDN2lzWZa .mbr-text,
.cid-ucDN2lzWZa .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-ucDN2lzWZa .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-ucDN2lzWZa .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-ucDN2lzWZa .price {
  color: #121212;
}
.cid-ucECLYEnkQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ucECLYEnkQ .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ucECLYEnkQ .row-bg {
    padding: 1rem 0;
  }
}
.cid-ucECLYEnkQ .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucECLYEnkQ .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-ucECLYEnkQ img,
.cid-ucECLYEnkQ .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-ucECLYEnkQ .item:focus,
.cid-ucECLYEnkQ span:focus {
  outline: none;
}
.cid-ucECLYEnkQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucECLYEnkQ .card1 {
  background: #ffcc01;
}
.cid-ucECLYEnkQ .card2 {
  background: #facb1d;
}
.cid-ucECLYEnkQ .card3 {
  background: #facb1d;
}
.cid-ucECLYEnkQ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ucECLYEnkQ .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ucECLYEnkQ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ucECLYEnkQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucECLYEnkQ .mbr-section-title {
  color: #232323;
}
.cid-ucECLYEnkQ .item-title1 {
  color: #ffffff;
}
.cid-ucECLYEnkQ .mbr-text,
.cid-ucECLYEnkQ .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-ucECLYEnkQ .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-ucECLYEnkQ .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-ucECLYEnkQ .price {
  color: #121212;
}
.cid-ucFywql46N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ucFywql46N .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ucFywql46N .row-bg {
    padding: 1rem 0;
  }
}
.cid-ucFywql46N .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucFywql46N .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-ucFywql46N img,
.cid-ucFywql46N .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-ucFywql46N .item:focus,
.cid-ucFywql46N span:focus {
  outline: none;
}
.cid-ucFywql46N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucFywql46N .card1 {
  background: #ffcc01;
}
.cid-ucFywql46N .card2 {
  background: #facb1d;
}
.cid-ucFywql46N .card3 {
  background: #facb1d;
}
.cid-ucFywql46N .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ucFywql46N .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ucFywql46N .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ucFywql46N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucFywql46N .mbr-section-title {
  color: #232323;
}
.cid-ucFywql46N .item-title1 {
  color: #ffffff;
}
.cid-ucFywql46N .mbr-text,
.cid-ucFywql46N .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-ucFywql46N .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-ucFywql46N .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-ucFywql46N .price {
  color: #121212;
}
.cid-u7sTDQVSm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u7sTDQVSm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sTDQVSm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sTDQVSm0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u7sTDQVSm0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7sTDQVSm0 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7sTDQVSm0 .container {
    padding: 0 22px;
  }
}
.cid-u7sTDQVSm0 .card {
  justify-content: center;
}
.cid-u7sTDQVSm0 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u7sTDQVSm0 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u7sTDQVSm0 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7sTDQVSm0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7sTDQVSm0 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u7sTDQVSm0 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-u7sTDQVSm0 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-u7sTDQVSm0 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-u7sTDQVSm0 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-u7sTDQVSm0 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-u7sTDQVSm0 .mbr-section-title {
  color: #ffffff;
}
.cid-u7sTDQVSm0 .mbr-text {
  color: #ffffff;
}
.cid-u7sTHAkg0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u7sTHAkg0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sTHAkg0S .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-u7sTHAkg0S .container {
    padding: 0 22px;
  }
}
.cid-u7sTHAkg0S .row {
  justify-content: space-between;
}
.cid-u7sTHAkg0S .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #00d0f3;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #00d0f3;
  border-bottom: 1px solid #00d0f3;
}
.cid-u7sTHAkg0S .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #00d0f3;
}
.cid-u7sTHAkg0S .content-wrapper {
  padding-top: 40px;
}
.cid-u7sTHAkg0S .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-u7sTHAkg0S .content-wrapper .image-wrapper img {
  height: 645px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7sTHAkg0S .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u7sTHAkg0S .mbr-section-title {
  color: #ffffff;
}
.cid-u7sTHAkg0S .card-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-ucFK5bNWbj.popup-builder {
  background-color: #ffffff;
}
.cid-ucFK5bNWbj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucFK5bNWbj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucFK5bNWbj .modal-content,
.cid-ucFK5bNWbj .modal-dialog {
  height: auto;
}
.cid-ucFK5bNWbj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucFK5bNWbj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucFK5bNWbj .form-wrapper .mbr-form .form-group,
  .cid-ucFK5bNWbj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucFK5bNWbj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucFK5bNWbj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucFK5bNWbj .mbr-text {
  text-align: center;
}
.cid-ucFK5bNWbj .pt-0 {
  padding-top: 0 !important;
}
.cid-ucFK5bNWbj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucFK5bNWbj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucFK5bNWbj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucFK5bNWbj .modal-open {
  overflow: hidden;
}
.cid-ucFK5bNWbj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucFK5bNWbj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucFK5bNWbj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucFK5bNWbj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucFK5bNWbj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucFK5bNWbj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucFK5bNWbj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucFK5bNWbj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucFK5bNWbj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucFK5bNWbj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucFK5bNWbj .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucFK5bNWbj .modal-backdrop.show {
  opacity: .5;
}
.cid-ucFK5bNWbj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucFK5bNWbj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFK5bNWbj .modal-header {
    padding: 1rem;
  }
}
.cid-ucFK5bNWbj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucFK5bNWbj .modal-header .close svg {
  fill: #353535;
}
.cid-ucFK5bNWbj .modal-header .close:hover {
  opacity: 1;
}
.cid-ucFK5bNWbj .modal-header .close:focus {
  outline: none;
}
.cid-ucFK5bNWbj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucFK5bNWbj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucFK5bNWbj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFK5bNWbj .modal-body {
    padding: 1rem;
  }
}
.cid-ucFK5bNWbj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucFK5bNWbj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFK5bNWbj .modal-footer {
    padding: 1rem;
  }
}
.cid-ucFK5bNWbj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucFK5bNWbj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucFK5bNWbj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucFK5bNWbj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucFK5bNWbj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucFK5bNWbj .modal-lg,
  .cid-ucFK5bNWbj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucFK5bNWbj .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucFK5bNWbj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucFK5bNWbj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucFK5bNWbj .form-group {
  margin-bottom: 1rem;
}
.cid-ucFK5bNWbj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucFK5bNWbj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucFK5bNWbj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucFK5bNWbj .mbr-section-btn {
  margin: 0;
}
.cid-ucFK5bNWbj .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucFJWuVVPM.popup-builder {
  background-color: #ffffff;
}
.cid-ucFJWuVVPM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucFJWuVVPM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucFJWuVVPM .modal-content,
.cid-ucFJWuVVPM .modal-dialog {
  height: auto;
}
.cid-ucFJWuVVPM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucFJWuVVPM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucFJWuVVPM .form-wrapper .mbr-form .form-group,
  .cid-ucFJWuVVPM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucFJWuVVPM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucFJWuVVPM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucFJWuVVPM .mbr-text {
  text-align: center;
}
.cid-ucFJWuVVPM .pt-0 {
  padding-top: 0 !important;
}
.cid-ucFJWuVVPM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucFJWuVVPM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucFJWuVVPM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucFJWuVVPM .modal-open {
  overflow: hidden;
}
.cid-ucFJWuVVPM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucFJWuVVPM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucFJWuVVPM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucFJWuVVPM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucFJWuVVPM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucFJWuVVPM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucFJWuVVPM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucFJWuVVPM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucFJWuVVPM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucFJWuVVPM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucFJWuVVPM .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucFJWuVVPM .modal-backdrop.show {
  opacity: .5;
}
.cid-ucFJWuVVPM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucFJWuVVPM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJWuVVPM .modal-header {
    padding: 1rem;
  }
}
.cid-ucFJWuVVPM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucFJWuVVPM .modal-header .close svg {
  fill: #353535;
}
.cid-ucFJWuVVPM .modal-header .close:hover {
  opacity: 1;
}
.cid-ucFJWuVVPM .modal-header .close:focus {
  outline: none;
}
.cid-ucFJWuVVPM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucFJWuVVPM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucFJWuVVPM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJWuVVPM .modal-body {
    padding: 1rem;
  }
}
.cid-ucFJWuVVPM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucFJWuVVPM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJWuVVPM .modal-footer {
    padding: 1rem;
  }
}
.cid-ucFJWuVVPM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucFJWuVVPM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucFJWuVVPM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucFJWuVVPM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucFJWuVVPM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucFJWuVVPM .modal-lg,
  .cid-ucFJWuVVPM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucFJWuVVPM .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucFJWuVVPM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucFJWuVVPM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucFJWuVVPM .form-group {
  margin-bottom: 1rem;
}
.cid-ucFJWuVVPM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucFJWuVVPM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucFJWuVVPM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucFJWuVVPM .mbr-section-btn {
  margin: 0;
}
.cid-ucFJWuVVPM .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucFJHNW8Ot.popup-builder {
  background-color: #ffffff;
}
.cid-ucFJHNW8Ot.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucFJHNW8Ot.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucFJHNW8Ot .modal-content,
.cid-ucFJHNW8Ot .modal-dialog {
  height: auto;
}
.cid-ucFJHNW8Ot .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucFJHNW8Ot .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucFJHNW8Ot .form-wrapper .mbr-form .form-group,
  .cid-ucFJHNW8Ot .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucFJHNW8Ot .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucFJHNW8Ot .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucFJHNW8Ot .mbr-text {
  text-align: center;
}
.cid-ucFJHNW8Ot .pt-0 {
  padding-top: 0 !important;
}
.cid-ucFJHNW8Ot .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucFJHNW8Ot .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucFJHNW8Ot .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucFJHNW8Ot .modal-open {
  overflow: hidden;
}
.cid-ucFJHNW8Ot .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucFJHNW8Ot .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucFJHNW8Ot .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucFJHNW8Ot .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucFJHNW8Ot .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucFJHNW8Ot .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucFJHNW8Ot .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucFJHNW8Ot .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucFJHNW8Ot .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucFJHNW8Ot .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucFJHNW8Ot .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucFJHNW8Ot .modal-backdrop.show {
  opacity: .5;
}
.cid-ucFJHNW8Ot .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucFJHNW8Ot .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJHNW8Ot .modal-header {
    padding: 1rem;
  }
}
.cid-ucFJHNW8Ot .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucFJHNW8Ot .modal-header .close svg {
  fill: #353535;
}
.cid-ucFJHNW8Ot .modal-header .close:hover {
  opacity: 1;
}
.cid-ucFJHNW8Ot .modal-header .close:focus {
  outline: none;
}
.cid-ucFJHNW8Ot .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucFJHNW8Ot .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucFJHNW8Ot .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJHNW8Ot .modal-body {
    padding: 1rem;
  }
}
.cid-ucFJHNW8Ot .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucFJHNW8Ot .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFJHNW8Ot .modal-footer {
    padding: 1rem;
  }
}
.cid-ucFJHNW8Ot .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucFJHNW8Ot .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucFJHNW8Ot .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucFJHNW8Ot .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucFJHNW8Ot .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucFJHNW8Ot .modal-lg,
  .cid-ucFJHNW8Ot .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucFJHNW8Ot .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucFJHNW8Ot .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucFJHNW8Ot .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucFJHNW8Ot .form-group {
  margin-bottom: 1rem;
}
.cid-ucFJHNW8Ot .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucFJHNW8Ot .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucFJHNW8Ot .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucFJHNW8Ot .mbr-section-btn {
  margin: 0;
}
.cid-ucFJHNW8Ot .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucEXKhWLQC.popup-builder {
  background-color: #ffffff;
}
.cid-ucEXKhWLQC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucEXKhWLQC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucEXKhWLQC .modal-content,
.cid-ucEXKhWLQC .modal-dialog {
  height: auto;
}
.cid-ucEXKhWLQC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucEXKhWLQC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucEXKhWLQC .form-wrapper .mbr-form .form-group,
  .cid-ucEXKhWLQC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucEXKhWLQC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucEXKhWLQC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucEXKhWLQC .mbr-text {
  text-align: center;
}
.cid-ucEXKhWLQC .pt-0 {
  padding-top: 0 !important;
}
.cid-ucEXKhWLQC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucEXKhWLQC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucEXKhWLQC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucEXKhWLQC .modal-open {
  overflow: hidden;
}
.cid-ucEXKhWLQC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucEXKhWLQC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucEXKhWLQC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucEXKhWLQC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucEXKhWLQC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucEXKhWLQC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucEXKhWLQC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucEXKhWLQC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucEXKhWLQC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucEXKhWLQC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucEXKhWLQC .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucEXKhWLQC .modal-backdrop.show {
  opacity: .5;
}
.cid-ucEXKhWLQC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucEXKhWLQC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXKhWLQC .modal-header {
    padding: 1rem;
  }
}
.cid-ucEXKhWLQC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucEXKhWLQC .modal-header .close svg {
  fill: #353535;
}
.cid-ucEXKhWLQC .modal-header .close:hover {
  opacity: 1;
}
.cid-ucEXKhWLQC .modal-header .close:focus {
  outline: none;
}
.cid-ucEXKhWLQC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucEXKhWLQC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucEXKhWLQC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXKhWLQC .modal-body {
    padding: 1rem;
  }
}
.cid-ucEXKhWLQC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucEXKhWLQC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXKhWLQC .modal-footer {
    padding: 1rem;
  }
}
.cid-ucEXKhWLQC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucEXKhWLQC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucEXKhWLQC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucEXKhWLQC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucEXKhWLQC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucEXKhWLQC .modal-lg,
  .cid-ucEXKhWLQC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucEXKhWLQC .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucEXKhWLQC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucEXKhWLQC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucEXKhWLQC .form-group {
  margin-bottom: 1rem;
}
.cid-ucEXKhWLQC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucEXKhWLQC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucEXKhWLQC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucEXKhWLQC .mbr-section-btn {
  margin: 0;
}
.cid-ucEXKhWLQC .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucEXxcMZtc.popup-builder {
  background-color: #ffffff;
}
.cid-ucEXxcMZtc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucEXxcMZtc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucEXxcMZtc .modal-content,
.cid-ucEXxcMZtc .modal-dialog {
  height: auto;
}
.cid-ucEXxcMZtc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucEXxcMZtc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucEXxcMZtc .form-wrapper .mbr-form .form-group,
  .cid-ucEXxcMZtc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucEXxcMZtc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucEXxcMZtc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucEXxcMZtc .mbr-text {
  text-align: center;
}
.cid-ucEXxcMZtc .pt-0 {
  padding-top: 0 !important;
}
.cid-ucEXxcMZtc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucEXxcMZtc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucEXxcMZtc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucEXxcMZtc .modal-open {
  overflow: hidden;
}
.cid-ucEXxcMZtc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucEXxcMZtc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucEXxcMZtc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucEXxcMZtc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucEXxcMZtc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucEXxcMZtc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucEXxcMZtc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucEXxcMZtc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucEXxcMZtc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucEXxcMZtc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucEXxcMZtc .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucEXxcMZtc .modal-backdrop.show {
  opacity: .5;
}
.cid-ucEXxcMZtc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucEXxcMZtc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXxcMZtc .modal-header {
    padding: 1rem;
  }
}
.cid-ucEXxcMZtc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucEXxcMZtc .modal-header .close svg {
  fill: #353535;
}
.cid-ucEXxcMZtc .modal-header .close:hover {
  opacity: 1;
}
.cid-ucEXxcMZtc .modal-header .close:focus {
  outline: none;
}
.cid-ucEXxcMZtc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucEXxcMZtc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucEXxcMZtc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXxcMZtc .modal-body {
    padding: 1rem;
  }
}
.cid-ucEXxcMZtc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucEXxcMZtc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXxcMZtc .modal-footer {
    padding: 1rem;
  }
}
.cid-ucEXxcMZtc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucEXxcMZtc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucEXxcMZtc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucEXxcMZtc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucEXxcMZtc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucEXxcMZtc .modal-lg,
  .cid-ucEXxcMZtc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucEXxcMZtc .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucEXxcMZtc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucEXxcMZtc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucEXxcMZtc .form-group {
  margin-bottom: 1rem;
}
.cid-ucEXxcMZtc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucEXxcMZtc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucEXxcMZtc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucEXxcMZtc .mbr-section-btn {
  margin: 0;
}
.cid-ucEXxcMZtc .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucEXhdnBQw.popup-builder {
  background-color: #ffffff;
}
.cid-ucEXhdnBQw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucEXhdnBQw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucEXhdnBQw .modal-content,
.cid-ucEXhdnBQw .modal-dialog {
  height: auto;
}
.cid-ucEXhdnBQw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucEXhdnBQw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucEXhdnBQw .form-wrapper .mbr-form .form-group,
  .cid-ucEXhdnBQw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucEXhdnBQw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucEXhdnBQw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucEXhdnBQw .mbr-text {
  text-align: center;
}
.cid-ucEXhdnBQw .pt-0 {
  padding-top: 0 !important;
}
.cid-ucEXhdnBQw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucEXhdnBQw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucEXhdnBQw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucEXhdnBQw .modal-open {
  overflow: hidden;
}
.cid-ucEXhdnBQw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucEXhdnBQw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucEXhdnBQw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucEXhdnBQw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucEXhdnBQw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucEXhdnBQw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucEXhdnBQw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucEXhdnBQw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucEXhdnBQw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucEXhdnBQw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucEXhdnBQw .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucEXhdnBQw .modal-backdrop.show {
  opacity: .5;
}
.cid-ucEXhdnBQw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucEXhdnBQw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXhdnBQw .modal-header {
    padding: 1rem;
  }
}
.cid-ucEXhdnBQw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucEXhdnBQw .modal-header .close svg {
  fill: #353535;
}
.cid-ucEXhdnBQw .modal-header .close:hover {
  opacity: 1;
}
.cid-ucEXhdnBQw .modal-header .close:focus {
  outline: none;
}
.cid-ucEXhdnBQw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucEXhdnBQw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucEXhdnBQw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXhdnBQw .modal-body {
    padding: 1rem;
  }
}
.cid-ucEXhdnBQw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucEXhdnBQw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEXhdnBQw .modal-footer {
    padding: 1rem;
  }
}
.cid-ucEXhdnBQw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucEXhdnBQw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucEXhdnBQw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucEXhdnBQw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucEXhdnBQw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucEXhdnBQw .modal-lg,
  .cid-ucEXhdnBQw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucEXhdnBQw .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucEXhdnBQw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucEXhdnBQw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucEXhdnBQw .form-group {
  margin-bottom: 1rem;
}
.cid-ucEXhdnBQw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucEXhdnBQw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucEXhdnBQw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucEXhdnBQw .mbr-section-btn {
  margin: 0;
}
.cid-ucEXhdnBQw .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucECnEY9wJ.popup-builder {
  background-color: #ffffff;
}
.cid-ucECnEY9wJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucECnEY9wJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucECnEY9wJ .modal-content,
.cid-ucECnEY9wJ .modal-dialog {
  height: auto;
}
.cid-ucECnEY9wJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucECnEY9wJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucECnEY9wJ .form-wrapper .mbr-form .form-group,
  .cid-ucECnEY9wJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucECnEY9wJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucECnEY9wJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucECnEY9wJ .mbr-text {
  text-align: center;
}
.cid-ucECnEY9wJ .pt-0 {
  padding-top: 0 !important;
}
.cid-ucECnEY9wJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucECnEY9wJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucECnEY9wJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucECnEY9wJ .modal-open {
  overflow: hidden;
}
.cid-ucECnEY9wJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucECnEY9wJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucECnEY9wJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucECnEY9wJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucECnEY9wJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucECnEY9wJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucECnEY9wJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucECnEY9wJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucECnEY9wJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucECnEY9wJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucECnEY9wJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucECnEY9wJ .modal-backdrop.show {
  opacity: .5;
}
.cid-ucECnEY9wJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucECnEY9wJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucECnEY9wJ .modal-header {
    padding: 1rem;
  }
}
.cid-ucECnEY9wJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucECnEY9wJ .modal-header .close svg {
  fill: #353535;
}
.cid-ucECnEY9wJ .modal-header .close:hover {
  opacity: 1;
}
.cid-ucECnEY9wJ .modal-header .close:focus {
  outline: none;
}
.cid-ucECnEY9wJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucECnEY9wJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucECnEY9wJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucECnEY9wJ .modal-body {
    padding: 1rem;
  }
}
.cid-ucECnEY9wJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucECnEY9wJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucECnEY9wJ .modal-footer {
    padding: 1rem;
  }
}
.cid-ucECnEY9wJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucECnEY9wJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucECnEY9wJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucECnEY9wJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucECnEY9wJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucECnEY9wJ .modal-lg,
  .cid-ucECnEY9wJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucECnEY9wJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucECnEY9wJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucECnEY9wJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucECnEY9wJ .form-group {
  margin-bottom: 1rem;
}
.cid-ucECnEY9wJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucECnEY9wJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucECnEY9wJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucECnEY9wJ .mbr-section-btn {
  margin: 0;
}
.cid-ucECnEY9wJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucEBkTkMWz.popup-builder {
  background-color: #ffffff;
}
.cid-ucEBkTkMWz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucEBkTkMWz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucEBkTkMWz .modal-content,
.cid-ucEBkTkMWz .modal-dialog {
  height: auto;
}
.cid-ucEBkTkMWz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucEBkTkMWz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucEBkTkMWz .form-wrapper .mbr-form .form-group,
  .cid-ucEBkTkMWz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucEBkTkMWz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucEBkTkMWz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucEBkTkMWz .mbr-text {
  text-align: center;
}
.cid-ucEBkTkMWz .pt-0 {
  padding-top: 0 !important;
}
.cid-ucEBkTkMWz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucEBkTkMWz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucEBkTkMWz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucEBkTkMWz .modal-open {
  overflow: hidden;
}
.cid-ucEBkTkMWz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucEBkTkMWz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucEBkTkMWz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucEBkTkMWz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucEBkTkMWz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucEBkTkMWz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucEBkTkMWz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucEBkTkMWz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucEBkTkMWz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucEBkTkMWz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucEBkTkMWz .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucEBkTkMWz .modal-backdrop.show {
  opacity: .5;
}
.cid-ucEBkTkMWz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucEBkTkMWz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEBkTkMWz .modal-header {
    padding: 1rem;
  }
}
.cid-ucEBkTkMWz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucEBkTkMWz .modal-header .close svg {
  fill: #353535;
}
.cid-ucEBkTkMWz .modal-header .close:hover {
  opacity: 1;
}
.cid-ucEBkTkMWz .modal-header .close:focus {
  outline: none;
}
.cid-ucEBkTkMWz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucEBkTkMWz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucEBkTkMWz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEBkTkMWz .modal-body {
    padding: 1rem;
  }
}
.cid-ucEBkTkMWz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucEBkTkMWz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEBkTkMWz .modal-footer {
    padding: 1rem;
  }
}
.cid-ucEBkTkMWz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucEBkTkMWz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucEBkTkMWz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucEBkTkMWz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucEBkTkMWz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucEBkTkMWz .modal-lg,
  .cid-ucEBkTkMWz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucEBkTkMWz .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucEBkTkMWz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucEBkTkMWz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucEBkTkMWz .form-group {
  margin-bottom: 1rem;
}
.cid-ucEBkTkMWz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucEBkTkMWz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucEBkTkMWz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucEBkTkMWz .mbr-section-btn {
  margin: 0;
}
.cid-ucEBkTkMWz .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucEij7vGEz.popup-builder {
  background-color: #ffffff;
}
.cid-ucEij7vGEz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucEij7vGEz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucEij7vGEz .modal-content,
.cid-ucEij7vGEz .modal-dialog {
  height: auto;
}
.cid-ucEij7vGEz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucEij7vGEz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucEij7vGEz .form-wrapper .mbr-form .form-group,
  .cid-ucEij7vGEz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucEij7vGEz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucEij7vGEz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucEij7vGEz .mbr-text {
  text-align: center;
}
.cid-ucEij7vGEz .pt-0 {
  padding-top: 0 !important;
}
.cid-ucEij7vGEz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucEij7vGEz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucEij7vGEz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucEij7vGEz .modal-open {
  overflow: hidden;
}
.cid-ucEij7vGEz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucEij7vGEz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucEij7vGEz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucEij7vGEz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucEij7vGEz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucEij7vGEz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucEij7vGEz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucEij7vGEz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucEij7vGEz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucEij7vGEz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucEij7vGEz .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucEij7vGEz .modal-backdrop.show {
  opacity: .5;
}
.cid-ucEij7vGEz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucEij7vGEz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEij7vGEz .modal-header {
    padding: 1rem;
  }
}
.cid-ucEij7vGEz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucEij7vGEz .modal-header .close svg {
  fill: #353535;
}
.cid-ucEij7vGEz .modal-header .close:hover {
  opacity: 1;
}
.cid-ucEij7vGEz .modal-header .close:focus {
  outline: none;
}
.cid-ucEij7vGEz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ucEij7vGEz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucEij7vGEz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEij7vGEz .modal-body {
    padding: 1rem;
  }
}
.cid-ucEij7vGEz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucEij7vGEz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucEij7vGEz .modal-footer {
    padding: 1rem;
  }
}
.cid-ucEij7vGEz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucEij7vGEz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucEij7vGEz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucEij7vGEz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucEij7vGEz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucEij7vGEz .modal-lg,
  .cid-ucEij7vGEz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucEij7vGEz .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucEij7vGEz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucEij7vGEz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucEij7vGEz .form-group {
  margin-bottom: 1rem;
}
.cid-ucEij7vGEz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucEij7vGEz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucEij7vGEz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucEij7vGEz .mbr-section-btn {
  margin: 0;
}
.cid-ucEij7vGEz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uduVA16d33.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16d33.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16d33.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16d33 .modal-content,
.cid-uduVA16d33 .modal-dialog {
  height: auto;
}
.cid-uduVA16d33 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16d33 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16d33 .form-wrapper .mbr-form .form-group,
  .cid-uduVA16d33 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16d33 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16d33 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16d33 .mbr-text {
  text-align: center;
}
.cid-uduVA16d33 .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16d33 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16d33 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16d33 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16d33 .modal-open {
  overflow: hidden;
}
.cid-uduVA16d33 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16d33 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16d33 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16d33 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16d33 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16d33 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16d33 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16d33 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16d33 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16d33 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16d33 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16d33 .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16d33 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16d33 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16d33 .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16d33 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16d33 .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16d33 .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16d33 .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16d33 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16d33 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16d33 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16d33 .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16d33 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16d33 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16d33 .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16d33 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16d33 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16d33 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16d33 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16d33 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16d33 .modal-lg,
  .cid-uduVA16d33 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16d33 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16d33 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16d33 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16d33 .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16d33 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16d33 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16d33 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16d33 .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16d33 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8Nyrk1Q8a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-u8Nyrk1Q8a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8Nyrk1Q8a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8Nyrk1Q8a .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u8Nyrk1Q8a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u8Nyrk1Q8a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8Nyrk1Q8a .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-u8Nyrk1Q8a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8Nyrk1Q8a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8Nyrk1Q8a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8Nyrk1Q8a .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8Nyrk1Q8a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u8Nyrk1Q8a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u8Nyrk1Q8a .nav-link:hover {
  color: #ffffff !important;
}
.cid-u8Nyrk1Q8a .nav-link:hover::before {
  width: 100%;
}
.cid-u8Nyrk1Q8a .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8Nyrk1Q8a .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8Nyrk1Q8a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8Nyrk1Q8a .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u8Nyrk1Q8a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8Nyrk1Q8a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8Nyrk1Q8a .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-u8Nyrk1Q8a .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u8Nyrk1Q8a .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u8Nyrk1Q8a .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-u8Nyrk1Q8a .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8Nyrk1Q8a .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-u8Nyrk1Q8a .nav-item:focus,
.cid-u8Nyrk1Q8a .nav-link:focus {
  outline: none;
}
.cid-u8Nyrk1Q8a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8Nyrk1Q8a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Nyrk1Q8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8Nyrk1Q8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8Nyrk1Q8a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8Nyrk1Q8a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar.opened {
  transition: all 0.3s;
}
.cid-u8Nyrk1Q8a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8Nyrk1Q8a .navbar .navbar-logo img {
  width: auto;
}
.cid-u8Nyrk1Q8a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8Nyrk1Q8a .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-u8Nyrk1Q8a .navbar.collapsed {
  justify-content: center;
}
.cid-u8Nyrk1Q8a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8Nyrk1Q8a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8Nyrk1Q8a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8Nyrk1Q8a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8Nyrk1Q8a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8Nyrk1Q8a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8Nyrk1Q8a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8Nyrk1Q8a .navbar {
    min-height: 72px;
  }
  .cid-u8Nyrk1Q8a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8Nyrk1Q8a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8Nyrk1Q8a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8Nyrk1Q8a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8Nyrk1Q8a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8Nyrk1Q8a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8Nyrk1Q8a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8Nyrk1Q8a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8Nyrk1Q8a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8Nyrk1Q8a .dropdown-item.active,
.cid-u8Nyrk1Q8a .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Nyrk1Q8a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8Nyrk1Q8a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8Nyrk1Q8a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8Nyrk1Q8a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8Nyrk1Q8a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u8Nyrk1Q8a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8Nyrk1Q8a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8Nyrk1Q8a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8Nyrk1Q8a .navbar-buttons {
    text-align: left;
  }
}
.cid-u8Nyrk1Q8a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8Nyrk1Q8a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8Nyrk1Q8a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8Nyrk1Q8a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Nyrk1Q8a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Nyrk1Q8a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8Nyrk1Q8a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Nyrk1Q8a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8Nyrk1Q8a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8Nyrk1Q8a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Nyrk1Q8a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8Nyrk1Q8a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Nyrk1Q8a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8Nyrk1Q8a .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8Nyrk1Q8a .navbar {
    height: 70px;
  }
  .cid-u8Nyrk1Q8a .navbar.opened {
    height: auto;
  }
  .cid-u8Nyrk1Q8a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8Nyrk1Q8a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8Nyrk1Q8a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8Nyrk1Q8a .navbar-brand {
    margin-right: auto;
  }
  .cid-u8Nyrk1Q8a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u8Nyrk1Q8a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8Nyrk1Q8a .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8Nyrk1Q8a .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-u8Nyrk1Q8a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8Nyrk1Q8a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8Nyrk1Q8a .navbar-brand,
.cid-u8Nyrk1Q8a .navbar-toggler,
.cid-u8Nyrk1Q8a .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u8NyrkDXtA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-u8NyrkDXtA img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-u8NyrkDXtA img {
    display: none;
  }
}
.cid-u8NyrkDXtA .image_1 {
  top: 10rem;
  right: 0;
}
.cid-u8NyrkDXtA .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-u8NyrkDXtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrkDXtA .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-u8NyrkDXtA .container {
    padding: 0 22px;
  }
}
.cid-u8NyrkDXtA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8NyrkDXtA .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u8NyrkDXtA .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8NyrkDXtA .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-u8NyrkDXtA .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8NyrkDXtA .mbr-section-title {
  color: #ffffff;
}
.cid-u8NyrkDXtA .mbr-desc {
  color: #ffffff;
}
.cid-u8NyrkDXtA .mbr-text {
  color: #ffffff;
}
.cid-u8NyrkDXtA .mbr-section-title,
.cid-u8NyrkDXtA .mbr-section-btn {
  text-align: left;
}
.cid-u8NyrkQ8q2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8NyrkQ8q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrkQ8q2 .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-u8NyrkQ8q2 .container {
    padding: 0 22px;
  }
}
.cid-u8NyrkQ8q2 .row {
  justify-content: center;
}
.cid-u8NyrkQ8q2 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8NyrkQ8q2 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u8NyrkQ8q2 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u8NyrkQ8q2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8NyrkQ8q2 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u8NyrkQ8q2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NyrkQ8q2 .mbr-section-title {
  color: #ffffff;
}
.cid-u8NyrkQ8q2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8NyrkQ8q2 .mbr-section-title,
.cid-u8NyrkQ8q2 .icon-wrapper {
  text-align: center;
}
.cid-u8Nyrl0VpF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8Nyrl0VpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Nyrl0VpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Nyrl0VpF .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u8Nyrl0VpF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .container {
    padding: 0 20px;
  }
}
.cid-u8Nyrl0VpF .item {
  margin-top: 32px;
}
.cid-u8Nyrl0VpF .item:first-child {
  margin-top: 0;
}
.cid-u8Nyrl0VpF .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u8Nyrl0VpF .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u8Nyrl0VpF .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u8Nyrl0VpF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-desc_1,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-desc_1,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-title_1,
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u8Nyrl0VpF .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8Nyrl0VpF .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u8Nyrl0VpF .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u8Nyrl0VpF .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8Nyrl0VpF .card-text_1,
.cid-u8Nyrl0VpF .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u8Nyrl0VpF .card-text_2,
.cid-u8Nyrl0VpF .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8Nyrl0VpF .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u8Nyrl0VpF .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8Nyrl0VpF .card-title_1,
.cid-u8Nyrl0VpF .buttons_1,
.cid-u8Nyrl0VpF .icon-wrapper_1,
.cid-u8Nyrl0VpF .title-wrapper_1 {
  text-align: center;
}
.cid-u8Nyrl0VpF .card-title_2,
.cid-u8Nyrl0VpF .buttons_2,
.cid-u8Nyrl0VpF .icon-wrapper_2,
.cid-u8Nyrl0VpF .title-wrapper_2 {
  text-align: center;
}
.cid-u8NyrlgHmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/firefly-girl-using-bitcoin-atm-87017-2000x2000.jpg");
}
.cid-u8NyrlgHmk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u8NyrlgHmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrlgHmk .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-u8NyrlgHmk .container {
    padding: 0 22px;
  }
}
.cid-u8NyrlgHmk .row {
  justify-content: center;
}
.cid-u8NyrlgHmk .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u8NyrlgHmk .content-wrapper {
    padding: 0;
  }
}
.cid-u8NyrlgHmk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8NyrlgHmk .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u8NyrlgHmk .mbr-section-title {
  color: #ffffff;
}
.cid-u8NyrlgHmk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u8NyrlgHmk .mbr-section-title,
.cid-u8NyrlgHmk .mbr-section-btn {
  text-align: center;
}
.cid-u8NyrlsWuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8NyrlsWuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrlsWuj .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-u8NyrlsWuj .container {
    padding: 0 22px;
  }
}
.cid-u8NyrlsWuj .row {
  justify-content: center;
}
.cid-u8NyrlsWuj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8NyrlsWuj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8NyrlsWuj .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8NyrlsWuj .item {
    margin-bottom: 20px;
  }
}
.cid-u8NyrlsWuj .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u8NyrlsWuj .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8NyrlsWuj .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u8NyrlsWuj .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u8NyrlsWuj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u8NyrlsWuj .mbr-section-title {
  color: #ffffff;
}
.cid-u8NyrlsWuj .card-title {
  color: #ffffff;
}
.cid-u8NyrlsWuj .card-text {
  color: #ffffff;
}
.cid-u8NyrlsWuj .mbr-section-title,
.cid-u8NyrlsWuj .mbr-section-btn {
  text-align: center;
}
.cid-ubCnc1ukVs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-ubCnc1ukVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCnc1ukVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCnc1ukVs .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ubCnc1ukVs .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ubCnc1ukVs .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ubCnc1ukVs .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ubCnc1ukVs .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ubCnc1ukVs .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ubCnc1ukVs .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ubCnc1ukVs .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ubCnc1ukVs .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ubCnc1ukVs .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ubCnc1ukVs .mbr-text a {
  text-decoration: underline !important;
}
.cid-ubCnc1ukVs .mbr-text a:hover {
  color: inherit !important;
}
.cid-u8NyrlIlkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u8NyrlIlkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrlIlkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NyrlIlkU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8NyrlIlkU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8NyrlIlkU .container {
    padding: 0 24px;
  }
}
.cid-u8NyrlIlkU .row {
  position: relative;
  justify-content: center;
}
.cid-u8NyrlIlkU .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u8NyrlIlkU .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u8NyrlIlkU .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u8NyrlIlkU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8NyrlIlkU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NyrlIlkU .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8NyrlIlkU .item {
    margin-bottom: 32px;
  }
}
.cid-u8NyrlIlkU .item:last-child {
  margin-bottom: 0;
}
.cid-u8NyrlIlkU .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u8NyrlIlkU .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u8NyrlIlkU .mbr-section-title {
  color: #141414;
}
.cid-u8NyrlIlkU .mbr-desc {
  color: #141414;
}
.cid-u8NyrlIlkU .mbr-text {
  color: #141414;
}
.cid-u8NyrlIlkU .card-number {
  color: #141414;
}
.cid-u8NyrlIlkU .card-title {
  color: #141414;
}
.cid-ueJu7RMG6Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueJu7RMG6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJu7RMG6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJu7RMG6Q .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ueJu7RMG6Q .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ueJu7RMG6Q .container {
    padding: 0 22px;
  }
}
.cid-ueJu7RMG6Q .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-ueJu7RMG6Q .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-ueJu7RMG6Q .item:hover .item-wrapper .item-img img,
.cid-ueJu7RMG6Q .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-ueJu7RMG6Q .item:hover .item-wrapper .item-img .item-content,
.cid-ueJu7RMG6Q .item:focus .item-wrapper .item-img .item-content {
  z-index: 2;
}
.cid-ueJu7RMG6Q .item .item-wrapper {
  border-radius: 15px !important;
  height: 100%;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 15px !important;
  pointer-events: visible;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content {
  padding: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ff5753;
  border-radius: 15px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content {
    padding: 32px;
  }
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 32px;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .list-wrap {
  margin-bottom: 32px;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .list-wrap .list {
  padding-left: 20px;
  margin: 0;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .list-wrap .list .item-wrap {
  margin-bottom: 0;
  padding: 0;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .list-wrapper .list .item-wrap {
  border-top: 1px solid #f4f3f4;
  padding: 32px 0;
  margin-bottom: 0;
}
.cid-ueJu7RMG6Q .item .item-wrapper .item-img .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-ueJu7RMG6Q .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ueJu7RMG6Q .card-title {
  color: #000000;
}
.cid-ueJu7RMG6Q .list {
  color: #000000;
}
.cid-u8Nyrm1Dnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8Nyrm1Dnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Nyrm1Dnv .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-u8Nyrm1Dnv .container {
    padding: 0 22px;
  }
}
.cid-u8Nyrm1Dnv .card {
  justify-content: center;
}
.cid-u8Nyrm1Dnv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8Nyrm1Dnv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u8Nyrm1Dnv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u8Nyrm1Dnv .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u8Nyrm1Dnv .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u8Nyrm1Dnv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8Nyrm1Dnv .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u8Nyrm1Dnv .form-wrapper {
    padding: 20px;
  }
}
.cid-u8Nyrm1Dnv .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u8Nyrm1Dnv .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u8Nyrm1Dnv .mbr-section-title {
  color: #ffffff;
}
.cid-u8Nyrm1Dnv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8Nyrm1Dnv .mbr-text {
  color: #ffffff;
}
.cid-u8Nyrm1Dnv .mbr-desc {
  color: #ffffff;
}
.cid-u8Nyrm1Dnv .mbr-contact {
  color: #ffffff;
}
.cid-u8NyrmnqaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8NyrmnqaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrmnqaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NyrmnqaE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .container {
    padding: 0 15px;
  }
}
.cid-u8NyrmnqaE .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u8NyrmnqaE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8NyrmnqaE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .items-wrapper {
    display: block;
  }
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u8NyrmnqaE .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u8NyrmnqaE .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u8NyrmnqaE .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u8NyrmnqaE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NyrmnqaE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8NyrmnqaE .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u8NyrmnqaE .item-text {
  color: #d2d2df;
}
.cid-u8NyrmnqaE .item-text,
.cid-u8NyrmnqaE .icon-wrapper {
  text-align: center;
}
.cid-u8NyrmGlNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8NyrmGlNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrmGlNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NyrmGlNh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8NyrmGlNh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8NyrmGlNh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8NyrmGlNh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8NyrmGlNh .container {
    padding: 0 12px;
  }
}
.cid-u8NyrmGlNh .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8NyrmGlNh .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8NyrmGlNh .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u8NyrmGlNh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NyrmGlNh .item {
  margin-bottom: 32px;
}
.cid-u8NyrmGlNh .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u8NyrmGlNh .item .item-wrapper a {
  display: block;
}
.cid-u8NyrmGlNh .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u8NyrmGlNh .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u8NyrmGlNh .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u8NyrmGlNh .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u8NyrmGlNh .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u8NyrmGlNh .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u8NyrmGlNh .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8NyrmGlNh .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8NyrmGlNh .item-title {
  color: #1D1D1F;
}
.cid-u8NyrmXMl5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-u8NyrmXMl5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u8NyrmXMl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NyrmXMl5 .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-u8NyrmXMl5 .container {
    padding: 0 22px;
  }
}
.cid-u8NyrmXMl5 .row {
  position: relative;
  z-index: 1;
}
.cid-u8NyrmXMl5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u8NyrmXMl5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8NyrmXMl5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8NyrmXMl5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8NyrmXMl5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8NyrmXMl5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8NyrmXMl5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NyrmXMl5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8NyrmXMl5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u8NyrmXMl5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8NyrmXMl5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u8NyrmXMl5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u8NyrmXMl5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8NyrmXMl5 .nav-wrapper .list .item-wrap:hover,
.cid-u8NyrmXMl5 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u8NyrmXMl5 .nav-wrapper .list .item-wrap:hover::before,
.cid-u8NyrmXMl5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u8NyrmXMl5 .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-u8NyrmXMl5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8NyrmXMl5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u8NyrmXMl5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8NyrmXMl5 .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-u8NyrmXMl5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8NyrmXMl5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8NyrmXMl5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u8NyrmXMl5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8NyrmXMl5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u8NyrmXMl5 .mbr-section-title {
  color: #00d0f3;
}
.cid-u8NyrmXMl5 .mbr-text {
  color: #ffffff;
}
.cid-u8NyrmXMl5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8NyrmXMl5 .list {
  color: #ffffff;
}
.cid-u8NyrmXMl5 .mbr-contact {
  color: #ffffff;
}
.cid-u8NyrmXMl5 .mbr-desc {
  color: #ffffff;
}
.cid-uduVA16M5r.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16M5r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16M5r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16M5r .modal-content,
.cid-uduVA16M5r .modal-dialog {
  height: auto;
}
.cid-uduVA16M5r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16M5r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16M5r .form-wrapper .mbr-form .form-group,
  .cid-uduVA16M5r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16M5r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16M5r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16M5r .mbr-text {
  text-align: center;
}
.cid-uduVA16M5r .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16M5r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16M5r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16M5r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16M5r .modal-open {
  overflow: hidden;
}
.cid-uduVA16M5r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16M5r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16M5r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16M5r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16M5r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16M5r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16M5r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16M5r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16M5r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16M5r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16M5r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16M5r .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16M5r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16M5r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16M5r .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16M5r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16M5r .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16M5r .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16M5r .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16M5r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16M5r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16M5r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16M5r .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16M5r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16M5r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16M5r .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16M5r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16M5r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16M5r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16M5r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16M5r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16M5r .modal-lg,
  .cid-uduVA16M5r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16M5r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16M5r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16M5r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16M5r .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16M5r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16M5r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16M5r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16M5r .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16M5r .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8ebrASKiw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8ebrASKiw .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-u8ebrASKiw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8ebrASKiw .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-u8ebrASKiw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-u8ebrASKiw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8ebrASKiw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8ebrASKiw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-u8ebrASKiw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u8ebrASKiw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8ebrASKiw .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-u8ebrASKiw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8ebrASKiw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8ebrASKiw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8ebrASKiw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8ebrASKiw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u8ebrASKiw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u8ebrASKiw .nav-link:hover {
  color: #ffffff !important;
}
.cid-u8ebrASKiw .nav-link:hover::before {
  width: 100%;
}
.cid-u8ebrASKiw .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrASKiw .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8ebrASKiw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8ebrASKiw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u8ebrASKiw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8ebrASKiw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8ebrASKiw .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-u8ebrASKiw .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u8ebrASKiw .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u8ebrASKiw .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-u8ebrASKiw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8ebrASKiw .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-u8ebrASKiw .nav-item:focus,
.cid-u8ebrASKiw .nav-link:focus {
  outline: none;
}
.cid-u8ebrASKiw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8ebrASKiw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8ebrASKiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8ebrASKiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8ebrASKiw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8ebrASKiw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8ebrASKiw .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-u8ebrASKiw .navbar.opened {
  transition: all 0.3s;
}
.cid-u8ebrASKiw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8ebrASKiw .navbar .navbar-logo img {
  width: auto;
}
.cid-u8ebrASKiw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8ebrASKiw .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-u8ebrASKiw .navbar.collapsed {
  justify-content: center;
}
.cid-u8ebrASKiw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8ebrASKiw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8ebrASKiw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8ebrASKiw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8ebrASKiw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8ebrASKiw .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-u8ebrASKiw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8ebrASKiw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8ebrASKiw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8ebrASKiw .navbar {
    min-height: 72px;
  }
  .cid-u8ebrASKiw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8ebrASKiw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8ebrASKiw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8ebrASKiw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8ebrASKiw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8ebrASKiw .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-u8ebrASKiw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8ebrASKiw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8ebrASKiw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8ebrASKiw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8ebrASKiw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8ebrASKiw .dropdown-item.active,
.cid-u8ebrASKiw .dropdown-item:active {
  background-color: transparent;
}
.cid-u8ebrASKiw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8ebrASKiw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8ebrASKiw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8ebrASKiw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8ebrASKiw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u8ebrASKiw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8ebrASKiw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8ebrASKiw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8ebrASKiw .navbar-buttons {
    text-align: left;
  }
}
.cid-u8ebrASKiw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8ebrASKiw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8ebrASKiw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8ebrASKiw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ebrASKiw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ebrASKiw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8ebrASKiw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ebrASKiw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8ebrASKiw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8ebrASKiw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ebrASKiw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8ebrASKiw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ebrASKiw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8ebrASKiw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8ebrASKiw .navbar {
    height: 70px;
  }
  .cid-u8ebrASKiw .navbar.opened {
    height: auto;
  }
  .cid-u8ebrASKiw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8ebrASKiw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8ebrASKiw .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-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8ebrASKiw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8ebrASKiw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8ebrASKiw .navbar-brand {
    margin-right: auto;
  }
  .cid-u8ebrASKiw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u8ebrASKiw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8ebrASKiw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8ebrASKiw .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-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8ebrASKiw .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-u8ebrASKiw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8ebrASKiw .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-u8ebrASKiw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8ebrASKiw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8ebrASKiw .navbar-brand,
.cid-u8ebrASKiw .navbar-toggler,
.cid-u8ebrASKiw .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u8ebrBzMTL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-u8ebrBzMTL img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-u8ebrBzMTL img {
    display: none;
  }
}
.cid-u8ebrBzMTL .image_1 {
  top: 10rem;
  right: 0;
}
.cid-u8ebrBzMTL .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-u8ebrBzMTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrBzMTL .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-u8ebrBzMTL .container {
    padding: 0 22px;
  }
}
.cid-u8ebrBzMTL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u8ebrBzMTL .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u8ebrBzMTL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8ebrBzMTL .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-u8ebrBzMTL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8ebrBzMTL .mbr-section-title {
  color: #ffffff;
}
.cid-u8ebrBzMTL .mbr-desc {
  color: #ffffff;
}
.cid-u8ebrBzMTL .mbr-text {
  color: #ffffff;
}
.cid-u8ebrBzMTL .mbr-section-title,
.cid-u8ebrBzMTL .mbr-section-btn {
  text-align: left;
}
.cid-u8ebrBMfPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8ebrBMfPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrBMfPt .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-u8ebrBMfPt .container {
    padding: 0 22px;
  }
}
.cid-u8ebrBMfPt .row {
  justify-content: center;
}
.cid-u8ebrBMfPt .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8ebrBMfPt .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u8ebrBMfPt .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u8ebrBMfPt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8ebrBMfPt .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u8ebrBMfPt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ebrBMfPt .mbr-section-title {
  color: #ffffff;
}
.cid-u8ebrBMfPt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrBMfPt .mbr-section-title,
.cid-u8ebrBMfPt .icon-wrapper {
  text-align: center;
}
.cid-u8ebrBVRnX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8ebrBVRnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrBVRnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ebrBVRnX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u8ebrBVRnX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .container {
    padding: 0 20px;
  }
}
.cid-u8ebrBVRnX .item {
  margin-top: 32px;
}
.cid-u8ebrBVRnX .item:first-child {
  margin-top: 0;
}
.cid-u8ebrBVRnX .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u8ebrBVRnX .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u8ebrBVRnX .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u8ebrBVRnX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .card-desc_1,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .card-desc_1,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .card-title_1,
.cid-u8ebrBVRnX .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u8ebrBVRnX .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrBVRnX .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u8ebrBVRnX .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u8ebrBVRnX .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrBVRnX .card-text_1,
.cid-u8ebrBVRnX .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u8ebrBVRnX .card-text_2,
.cid-u8ebrBVRnX .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrBVRnX .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u8ebrBVRnX .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrBVRnX .card-title_1,
.cid-u8ebrBVRnX .buttons_1,
.cid-u8ebrBVRnX .icon-wrapper_1,
.cid-u8ebrBVRnX .title-wrapper_1 {
  text-align: center;
}
.cid-u8ebrBVRnX .card-title_2,
.cid-u8ebrBVRnX .buttons_2,
.cid-u8ebrBVRnX .icon-wrapper_2,
.cid-u8ebrBVRnX .title-wrapper_2 {
  text-align: center;
}
.cid-u8ebrC96k0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/nft-1024x1024.jpeg");
}
.cid-u8ebrC96k0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u8ebrC96k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrC96k0 .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-u8ebrC96k0 .container {
    padding: 0 22px;
  }
}
.cid-u8ebrC96k0 .row {
  justify-content: center;
}
.cid-u8ebrC96k0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u8ebrC96k0 .content-wrapper {
    padding: 0;
  }
}
.cid-u8ebrC96k0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8ebrC96k0 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u8ebrC96k0 .mbr-section-title {
  color: #ffffff;
}
.cid-u8ebrC96k0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrC96k0 .mbr-section-title,
.cid-u8ebrC96k0 .mbr-section-btn {
  text-align: center;
}
.cid-u8ebrClbn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8ebrClbn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrClbn7 .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-u8ebrClbn7 .container {
    padding: 0 22px;
  }
}
.cid-u8ebrClbn7 .row {
  justify-content: center;
}
.cid-u8ebrClbn7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8ebrClbn7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8ebrClbn7 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8ebrClbn7 .item {
    margin-bottom: 20px;
  }
}
.cid-u8ebrClbn7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u8ebrClbn7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8ebrClbn7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u8ebrClbn7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u8ebrClbn7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u8ebrClbn7 .mbr-section-title {
  color: #ffffff;
}
.cid-u8ebrClbn7 .card-title {
  color: #ffffff;
}
.cid-u8ebrClbn7 .card-text {
  color: #ffffff;
}
.cid-u8ebrClbn7 .mbr-section-title,
.cid-u8ebrClbn7 .mbr-section-btn {
  text-align: center;
}
.cid-ubkBnO7QNT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-ubkBnO7QNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkBnO7QNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkBnO7QNT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ubkBnO7QNT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ubkBnO7QNT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ubkBnO7QNT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ubkBnO7QNT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ubkBnO7QNT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ubkBnO7QNT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ubkBnO7QNT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ubkBnO7QNT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ubkBnO7QNT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ubkBnO7QNT .mbr-text a {
  text-decoration: underline !important;
}
.cid-ubkBnO7QNT .mbr-text a:hover {
  color: inherit !important;
}
.cid-u8ebrCysAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u8ebrCysAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrCysAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ebrCysAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u8ebrCysAT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8ebrCysAT .container {
    padding: 0 24px;
  }
}
.cid-u8ebrCysAT .row {
  position: relative;
  justify-content: center;
}
.cid-u8ebrCysAT .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u8ebrCysAT .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u8ebrCysAT .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u8ebrCysAT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8ebrCysAT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ebrCysAT .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8ebrCysAT .item {
    margin-bottom: 32px;
  }
}
.cid-u8ebrCysAT .item:last-child {
  margin-bottom: 0;
}
.cid-u8ebrCysAT .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u8ebrCysAT .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u8ebrCysAT .mbr-section-title {
  color: #141414;
}
.cid-u8ebrCysAT .mbr-desc {
  color: #141414;
}
.cid-u8ebrCysAT .mbr-text {
  color: #141414;
}
.cid-u8ebrCysAT .card-number {
  color: #141414;
}
.cid-u8ebrCysAT .card-title {
  color: #141414;
}
.cid-u8ebrCLdf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8ebrCLdf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrCLdf2 .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-u8ebrCLdf2 .container {
    padding: 0 22px;
  }
}
.cid-u8ebrCLdf2 .card {
  justify-content: center;
}
.cid-u8ebrCLdf2 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrCLdf2 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u8ebrCLdf2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u8ebrCLdf2 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u8ebrCLdf2 .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u8ebrCLdf2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrCLdf2 .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u8ebrCLdf2 .form-wrapper {
    padding: 20px;
  }
}
.cid-u8ebrCLdf2 .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u8ebrCLdf2 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u8ebrCLdf2 .mbr-section-title {
  color: #ffffff;
}
.cid-u8ebrCLdf2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8ebrCLdf2 .mbr-text {
  color: #ffffff;
}
.cid-u8ebrCLdf2 .mbr-desc {
  color: #ffffff;
}
.cid-u8ebrCLdf2 .mbr-contact {
  color: #ffffff;
}
.cid-u8ebrD62Lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8ebrD62Lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrD62Lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ebrD62Lj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .container {
    padding: 0 15px;
  }
}
.cid-u8ebrD62Lj .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u8ebrD62Lj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8ebrD62Lj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .items-wrapper {
    display: block;
  }
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u8ebrD62Lj .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u8ebrD62Lj .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u8ebrD62Lj .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u8ebrD62Lj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ebrD62Lj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrD62Lj .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u8ebrD62Lj .item-text {
  color: #d2d2df;
}
.cid-u8ebrD62Lj .item-text,
.cid-u8ebrD62Lj .icon-wrapper {
  text-align: center;
}
.cid-u8ebrDm7vS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8ebrDm7vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrDm7vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ebrDm7vS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8ebrDm7vS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8ebrDm7vS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8ebrDm7vS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8ebrDm7vS .container {
    padding: 0 12px;
  }
}
.cid-u8ebrDm7vS .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8ebrDm7vS .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8ebrDm7vS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u8ebrDm7vS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ebrDm7vS .item {
  margin-bottom: 32px;
}
.cid-u8ebrDm7vS .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u8ebrDm7vS .item .item-wrapper a {
  display: block;
}
.cid-u8ebrDm7vS .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u8ebrDm7vS .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u8ebrDm7vS .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u8ebrDm7vS .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u8ebrDm7vS .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u8ebrDm7vS .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u8ebrDm7vS .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8ebrDm7vS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8ebrDm7vS .item-title {
  color: #1D1D1F;
}
.cid-u8ebrDDD5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-u8ebrDDD5q::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u8ebrDDD5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ebrDDD5q .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-u8ebrDDD5q .container {
    padding: 0 22px;
  }
}
.cid-u8ebrDDD5q .row {
  position: relative;
  z-index: 1;
}
.cid-u8ebrDDD5q .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u8ebrDDD5q .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8ebrDDD5q .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u8ebrDDD5q .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ebrDDD5q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8ebrDDD5q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8ebrDDD5q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8ebrDDD5q .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8ebrDDD5q .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u8ebrDDD5q .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8ebrDDD5q .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u8ebrDDD5q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u8ebrDDD5q .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrDDD5q .nav-wrapper .list .item-wrap:hover,
.cid-u8ebrDDD5q .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u8ebrDDD5q .nav-wrapper .list .item-wrap:hover::before,
.cid-u8ebrDDD5q .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u8ebrDDD5q .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-u8ebrDDD5q .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8ebrDDD5q .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u8ebrDDD5q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrDDD5q .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-u8ebrDDD5q .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8ebrDDD5q .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8ebrDDD5q .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u8ebrDDD5q .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8ebrDDD5q .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u8ebrDDD5q .mbr-section-title {
  color: #00d0f3;
}
.cid-u8ebrDDD5q .mbr-text {
  color: #ffffff;
}
.cid-u8ebrDDD5q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8ebrDDD5q .list {
  color: #ffffff;
}
.cid-u8ebrDDD5q .mbr-contact {
  color: #ffffff;
}
.cid-u8ebrDDD5q .mbr-desc {
  color: #ffffff;
}
.cid-uduVA16uh3.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16uh3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16uh3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16uh3 .modal-content,
.cid-uduVA16uh3 .modal-dialog {
  height: auto;
}
.cid-uduVA16uh3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16uh3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16uh3 .form-wrapper .mbr-form .form-group,
  .cid-uduVA16uh3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16uh3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16uh3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16uh3 .mbr-text {
  text-align: center;
}
.cid-uduVA16uh3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16uh3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16uh3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16uh3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16uh3 .modal-open {
  overflow: hidden;
}
.cid-uduVA16uh3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16uh3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16uh3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16uh3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16uh3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16uh3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16uh3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16uh3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16uh3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16uh3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16uh3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16uh3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16uh3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16uh3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16uh3 .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16uh3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16uh3 .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16uh3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16uh3 .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16uh3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16uh3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16uh3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16uh3 .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16uh3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16uh3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16uh3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16uh3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16uh3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16uh3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16uh3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16uh3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16uh3 .modal-lg,
  .cid-uduVA16uh3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16uh3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16uh3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16uh3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16uh3 .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16uh3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16uh3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16uh3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16uh3 .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16uh3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3EfQhjeb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3EfQhjeb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3EfQhjeb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3EfQhjeb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3EfQhjeb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3EfQhjeb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3EfQhjeb .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3EfQhjeb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3EfQhjeb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3EfQhjeb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3EfQhjeb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3EfQhjeb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3EfQhjeb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3EfQhjeb .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3EfQhjeb .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3EfQhjeb .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3EfQhjeb .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3EfQhjeb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3EfQhjeb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3EfQhjeb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3EfQhjeb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3EfQhjeb .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3EfQhjeb .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3EfQhjeb .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3EfQhjeb .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3EfQhjeb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3EfQhjeb .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3EfQhjeb .nav-item:focus,
.cid-tZ3EfQhjeb .nav-link:focus {
  outline: none;
}
.cid-tZ3EfQhjeb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3EfQhjeb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3EfQhjeb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3EfQhjeb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3EfQhjeb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3EfQhjeb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3EfQhjeb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3EfQhjeb .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3EfQhjeb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3EfQhjeb .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3EfQhjeb .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3EfQhjeb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3EfQhjeb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3EfQhjeb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3EfQhjeb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3EfQhjeb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3EfQhjeb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3EfQhjeb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3EfQhjeb .navbar {
    min-height: 72px;
  }
  .cid-tZ3EfQhjeb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3EfQhjeb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3EfQhjeb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3EfQhjeb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3EfQhjeb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3EfQhjeb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3EfQhjeb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3EfQhjeb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3EfQhjeb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3EfQhjeb .dropdown-item.active,
.cid-tZ3EfQhjeb .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3EfQhjeb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3EfQhjeb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3EfQhjeb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3EfQhjeb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3EfQhjeb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3EfQhjeb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3EfQhjeb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3EfQhjeb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3EfQhjeb .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3EfQhjeb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3EfQhjeb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3EfQhjeb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3EfQhjeb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3EfQhjeb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3EfQhjeb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3EfQhjeb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3EfQhjeb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3EfQhjeb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3EfQhjeb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3EfQhjeb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3EfQhjeb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3EfQhjeb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3EfQhjeb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3EfQhjeb .navbar {
    height: 70px;
  }
  .cid-tZ3EfQhjeb .navbar.opened {
    height: auto;
  }
  .cid-tZ3EfQhjeb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3EfQhjeb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3EfQhjeb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3EfQhjeb .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3EfQhjeb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3EfQhjeb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3EfQhjeb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3EfQhjeb .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-tZ3EfQhjeb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3EfQhjeb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3EfQhjeb .navbar-brand,
.cid-tZ3EfQhjeb .navbar-toggler,
.cid-tZ3EfQhjeb .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-tZ3Eg0QwXh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-tZ3Eg0QwXh img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-tZ3Eg0QwXh img {
    display: none;
  }
}
.cid-tZ3Eg0QwXh .image_1 {
  top: 10rem;
  right: 0;
}
.cid-tZ3Eg0QwXh .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-tZ3Eg0QwXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3Eg0QwXh .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-tZ3Eg0QwXh .container {
    padding: 0 22px;
  }
}
.cid-tZ3Eg0QwXh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tZ3Eg0QwXh .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ3Eg0QwXh .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3Eg0QwXh .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-tZ3Eg0QwXh .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-tZ3Eg0QwXh .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3Eg0QwXh .mbr-desc {
  color: #ffffff;
}
.cid-tZ3Eg0QwXh .mbr-text {
  color: #ffffff;
}
.cid-tZ3Eg0QwXh .mbr-section-title,
.cid-tZ3Eg0QwXh .mbr-section-btn {
  text-align: left;
}
.cid-tZ3EnfClIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tZ3EnfClIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3EnfClIN .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-tZ3EnfClIN .container {
    padding: 0 22px;
  }
}
.cid-tZ3EnfClIN .row {
  justify-content: center;
}
.cid-tZ3EnfClIN .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3EnfClIN .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZ3EnfClIN .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-tZ3EnfClIN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3EnfClIN .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-tZ3EnfClIN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3EnfClIN .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3EnfClIN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tZ3EnfClIN .mbr-section-title,
.cid-tZ3EnfClIN .icon-wrapper {
  text-align: center;
}
.cid-u7Frnu3yzK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7Frnu3yzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Frnu3yzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Frnu3yzK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7Frnu3yzK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .container {
    padding: 0 20px;
  }
}
.cid-u7Frnu3yzK .item {
  margin-top: 32px;
}
.cid-u7Frnu3yzK .item:first-child {
  margin-top: 0;
}
.cid-u7Frnu3yzK .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-u7Frnu3yzK .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-u7Frnu3yzK .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-u7Frnu3yzK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .card-desc_1,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .card-desc_1,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .card-title_1,
.cid-u7Frnu3yzK .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #ff6fd0);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-u7Frnu3yzK .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7Frnu3yzK .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-u7Frnu3yzK .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u7Frnu3yzK .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u7Frnu3yzK .card-text_1,
.cid-u7Frnu3yzK .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-u7Frnu3yzK .card-text_2,
.cid-u7Frnu3yzK .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u7Frnu3yzK .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-u7Frnu3yzK .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-u7Frnu3yzK .card-title_1,
.cid-u7Frnu3yzK .buttons_1,
.cid-u7Frnu3yzK .icon-wrapper_1,
.cid-u7Frnu3yzK .title-wrapper_1 {
  text-align: center;
}
.cid-u7Frnu3yzK .card-title_2,
.cid-u7Frnu3yzK .buttons_2,
.cid-u7Frnu3yzK .icon-wrapper_2,
.cid-u7Frnu3yzK .title-wrapper_2 {
  text-align: center;
}
.cid-tZ3EpkZyIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/firefly-girl-using-bitcoin-atm-87017-2000x2000.jpg");
}
.cid-tZ3EpkZyIi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3EpkZyIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3EpkZyIi .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-tZ3EpkZyIi .container {
    padding: 0 22px;
  }
}
.cid-tZ3EpkZyIi .row {
  justify-content: center;
}
.cid-tZ3EpkZyIi .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tZ3EpkZyIi .content-wrapper {
    padding: 0;
  }
}
.cid-tZ3EpkZyIi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3EpkZyIi .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-tZ3EpkZyIi .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3EpkZyIi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tZ3EpkZyIi .mbr-section-title,
.cid-tZ3EpkZyIi .mbr-section-btn {
  text-align: center;
}
.cid-tZ3Egpw7Nv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tZ3Egpw7Nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3Egpw7Nv .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-tZ3Egpw7Nv .container {
    padding: 0 22px;
  }
}
.cid-tZ3Egpw7Nv .row {
  justify-content: center;
}
.cid-tZ3Egpw7Nv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3Egpw7Nv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ3Egpw7Nv .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3Egpw7Nv .item {
    margin-bottom: 20px;
  }
}
.cid-tZ3Egpw7Nv .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-tZ3Egpw7Nv .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ3Egpw7Nv .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-tZ3Egpw7Nv .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-tZ3Egpw7Nv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tZ3Egpw7Nv .mbr-section-title {
  color: #ffffff;
}
.cid-tZ3Egpw7Nv .card-title {
  color: #ffffff;
}
.cid-tZ3Egpw7Nv .card-text {
  color: #ffffff;
}
.cid-tZ3Egpw7Nv .mbr-section-title,
.cid-tZ3Egpw7Nv .mbr-section-btn {
  text-align: center;
}
.cid-ubDpjzqC3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #facb1d;
}
.cid-ubDpjzqC3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDpjzqC3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDpjzqC3S .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ubDpjzqC3S .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ubDpjzqC3S .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ubDpjzqC3S .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ubDpjzqC3S .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ubDpjzqC3S .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ubDpjzqC3S .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ubDpjzqC3S .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ubDpjzqC3S .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ubDpjzqC3S .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ubDpjzqC3S .mbr-text a {
  text-decoration: underline !important;
}
.cid-ubDpjzqC3S .mbr-text a:hover {
  color: inherit !important;
}
.cid-u7FAqx0GLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-u7FAqx0GLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FAqx0GLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FAqx0GLx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7FAqx0GLx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7FAqx0GLx .container {
    padding: 0 24px;
  }
}
.cid-u7FAqx0GLx .row {
  position: relative;
  justify-content: center;
}
.cid-u7FAqx0GLx .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-u7FAqx0GLx .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-u7FAqx0GLx .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7FAqx0GLx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7FAqx0GLx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7FAqx0GLx .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7FAqx0GLx .item {
    margin-bottom: 32px;
  }
}
.cid-u7FAqx0GLx .item:last-child {
  margin-bottom: 0;
}
.cid-u7FAqx0GLx .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-u7FAqx0GLx .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u7FAqx0GLx .mbr-section-title {
  color: #141414;
}
.cid-u7FAqx0GLx .mbr-desc {
  color: #141414;
}
.cid-u7FAqx0GLx .mbr-text {
  color: #141414;
}
.cid-u7FAqx0GLx .card-number {
  color: #141414;
}
.cid-u7FAqx0GLx .card-title {
  color: #141414;
}
.cid-u7FXo5LkDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7FXo5LkDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FXo5LkDY .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-u7FXo5LkDY .container {
    padding: 0 22px;
  }
}
.cid-u7FXo5LkDY .card {
  justify-content: center;
}
.cid-u7FXo5LkDY .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u7FXo5LkDY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u7FXo5LkDY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u7FXo5LkDY .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u7FXo5LkDY .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u7FXo5LkDY .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7FXo5LkDY .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u7FXo5LkDY .form-wrapper {
    padding: 20px;
  }
}
.cid-u7FXo5LkDY .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-u7FXo5LkDY .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u7FXo5LkDY .mbr-section-title {
  color: #ffffff;
}
.cid-u7FXo5LkDY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7FXo5LkDY .mbr-text {
  color: #ffffff;
}
.cid-u7FXo5LkDY .mbr-desc {
  color: #ffffff;
}
.cid-u7FXo5LkDY .mbr-contact {
  color: #ffffff;
}
.cid-u7FYlH4HzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u7FYlH4HzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FYlH4HzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FYlH4HzM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .container {
    padding: 0 15px;
  }
}
.cid-u7FYlH4HzM .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7FYlH4HzM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7FYlH4HzM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .items-wrapper {
    display: block;
  }
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #00d0f3;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u7FYlH4HzM .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u7FYlH4HzM .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u7FYlH4HzM .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u7FYlH4HzM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7FYlH4HzM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7FYlH4HzM .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u7FYlH4HzM .item-text {
  color: #d2d2df;
}
.cid-u7FYlH4HzM .item-text,
.cid-u7FYlH4HzM .icon-wrapper {
  text-align: center;
}
.cid-u7FYu8GiXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7FYu8GiXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FYu8GiXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FYu8GiXg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u7FYu8GiXg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u7FYu8GiXg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u7FYu8GiXg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u7FYu8GiXg .container {
    padding: 0 12px;
  }
}
.cid-u7FYu8GiXg .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7FYu8GiXg .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u7FYu8GiXg .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u7FYu8GiXg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7FYu8GiXg .item {
  margin-bottom: 32px;
}
.cid-u7FYu8GiXg .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u7FYu8GiXg .item .item-wrapper a {
  display: block;
}
.cid-u7FYu8GiXg .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u7FYu8GiXg .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u7FYu8GiXg .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u7FYu8GiXg .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u7FYu8GiXg .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u7FYu8GiXg .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u7FYu8GiXg .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-u7FYu8GiXg .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u7FYu8GiXg .item-title {
  color: #1D1D1F;
}
.cid-ubHW6mBwq4.popup-builder {
  background-color: #ffffff;
}
.cid-ubHW6mBwq4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ubHW6mBwq4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ubHW6mBwq4 .modal-content,
.cid-ubHW6mBwq4 .modal-dialog {
  height: auto;
}
.cid-ubHW6mBwq4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ubHW6mBwq4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ubHW6mBwq4 .form-wrapper .mbr-form .form-group,
  .cid-ubHW6mBwq4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ubHW6mBwq4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ubHW6mBwq4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubHW6mBwq4 .mbr-text {
  text-align: center;
}
.cid-ubHW6mBwq4 .pt-0 {
  padding-top: 0 !important;
}
.cid-ubHW6mBwq4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ubHW6mBwq4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ubHW6mBwq4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ubHW6mBwq4 .modal-open {
  overflow: hidden;
}
.cid-ubHW6mBwq4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ubHW6mBwq4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ubHW6mBwq4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ubHW6mBwq4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ubHW6mBwq4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ubHW6mBwq4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ubHW6mBwq4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ubHW6mBwq4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ubHW6mBwq4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ubHW6mBwq4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ubHW6mBwq4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ubHW6mBwq4 .modal-backdrop.show {
  opacity: .5;
}
.cid-ubHW6mBwq4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ubHW6mBwq4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubHW6mBwq4 .modal-header {
    padding: 1rem;
  }
}
.cid-ubHW6mBwq4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ubHW6mBwq4 .modal-header .close svg {
  fill: #353535;
}
.cid-ubHW6mBwq4 .modal-header .close:hover {
  opacity: 1;
}
.cid-ubHW6mBwq4 .modal-header .close:focus {
  outline: none;
}
.cid-ubHW6mBwq4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ubHW6mBwq4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ubHW6mBwq4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubHW6mBwq4 .modal-body {
    padding: 1rem;
  }
}
.cid-ubHW6mBwq4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubHW6mBwq4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubHW6mBwq4 .modal-footer {
    padding: 1rem;
  }
}
.cid-ubHW6mBwq4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ubHW6mBwq4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ubHW6mBwq4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ubHW6mBwq4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ubHW6mBwq4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ubHW6mBwq4 .modal-lg,
  .cid-ubHW6mBwq4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ubHW6mBwq4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ubHW6mBwq4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ubHW6mBwq4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ubHW6mBwq4 .form-group {
  margin-bottom: 1rem;
}
.cid-ubHW6mBwq4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ubHW6mBwq4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ubHW6mBwq4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ubHW6mBwq4 .mbr-section-btn {
  margin: 0;
}
.cid-ubHW6mBwq4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3EqPHIWz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3EqPHIWz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3EqPHIWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3EqPHIWz .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-tZ3EqPHIWz .container {
    padding: 0 22px;
  }
}
.cid-tZ3EqPHIWz .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3EqPHIWz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3EqPHIWz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3EqPHIWz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3EqPHIWz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3EqPHIWz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3EqPHIWz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3EqPHIWz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3EqPHIWz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3EqPHIWz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3EqPHIWz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3EqPHIWz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3EqPHIWz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3EqPHIWz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3EqPHIWz .nav-wrapper .list .item-wrap:hover,
.cid-tZ3EqPHIWz .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3EqPHIWz .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3EqPHIWz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3EqPHIWz .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-tZ3EqPHIWz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3EqPHIWz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3EqPHIWz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3EqPHIWz .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-tZ3EqPHIWz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3EqPHIWz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3EqPHIWz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3EqPHIWz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3EqPHIWz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3EqPHIWz .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3EqPHIWz .mbr-text {
  color: #ffffff;
}
.cid-tZ3EqPHIWz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3EqPHIWz .list {
  color: #ffffff;
}
.cid-tZ3EqPHIWz .mbr-contact {
  color: #ffffff;
}
.cid-tZ3EqPHIWz .mbr-desc {
  color: #ffffff;
}
.cid-uduVA16DsO.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA16DsO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA16DsO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA16DsO .modal-content,
.cid-uduVA16DsO .modal-dialog {
  height: auto;
}
.cid-uduVA16DsO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA16DsO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA16DsO .form-wrapper .mbr-form .form-group,
  .cid-uduVA16DsO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA16DsO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA16DsO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA16DsO .mbr-text {
  text-align: center;
}
.cid-uduVA16DsO .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA16DsO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA16DsO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA16DsO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA16DsO .modal-open {
  overflow: hidden;
}
.cid-uduVA16DsO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA16DsO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA16DsO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA16DsO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA16DsO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA16DsO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA16DsO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA16DsO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA16DsO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA16DsO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA16DsO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA16DsO .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA16DsO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA16DsO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16DsO .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA16DsO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA16DsO .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA16DsO .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA16DsO .modal-header .close:focus {
  outline: none;
}
.cid-uduVA16DsO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA16DsO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA16DsO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16DsO .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA16DsO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA16DsO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA16DsO .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA16DsO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA16DsO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA16DsO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA16DsO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA16DsO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA16DsO .modal-lg,
  .cid-uduVA16DsO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA16DsO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA16DsO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA16DsO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA16DsO .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA16DsO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA16DsO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA16DsO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA16DsO .mbr-section-btn {
  margin: 0;
}
.cid-uduVA16DsO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucV714jkV4 {
  background-color: #ffffff;
}
.cid-ucV714jkV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV714jkV4 .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-ucV714jkV4 .container {
    padding: 0 24px;
  }
}
.cid-ucV714jkV4 .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ucV714jkV4 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-ucV714jkV4 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ucV714jkV4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ucV714jkV4 .mbr-section-title {
  color: #202020;
}
.cid-ucV714jkV4 .mbr-text,
.cid-ucV714jkV4 .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-ucV714jkV4 .mbr-section-title,
.cid-ucV714jkV4 .mbr-section-btn {
  text-align: center;
}
.cid-ucV7K0EcyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ucV7K0EcyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV7K0EcyW .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-ucV7K0EcyW .container {
    padding: 0 22px;
  }
}
.cid-ucV7K0EcyW .row {
  justify-content: center;
}
.cid-ucV7K0EcyW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucV7K0EcyW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucV7K0EcyW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucV7K0EcyW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucV7K0EcyW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucV7K0EcyW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucV7K0EcyW .mbr-section-title {
  color: #ffffff;
}
.cid-ucV7K0EcyW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucV7K0EcyW .mbr-section-title,
.cid-ucV7K0EcyW .icon-wrapper {
  text-align: center;
}
.cid-ucV8uU3kxD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucV8uU3kxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV8uU3kxD .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-ucV8uU3kxD .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-ucV8uU3kxD .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-ucV8uU3kxD .item-wrapper:hover .card-title,
.cid-ucV8uU3kxD .item-wrapper:hover .card-text,
.cid-ucV8uU3kxD .item-wrapper:hover .card-link,
.cid-ucV8uU3kxD .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-ucV8uU3kxD .item-wrapper:hover span {
  color: #000000;
}
.cid-ucV8uU3kxD .card-title,
.cid-ucV8uU3kxD .card-text,
.cid-ucV8uU3kxD .card-link,
.cid-ucV8uU3kxD .card-link a {
  transition: all 0.3s;
}
.cid-ucV8uU3kxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucV8uU3kxD .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-ucV8uU3kxD .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-ucV8uU3kxD .link-wrapper:hover {
  cursor: pointer;
}
.cid-ucV8uU3kxD .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ucV8uU3kxD .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-ucV8uU3kxD .card-title,
.cid-ucV8uU3kxD .iconfont-wrapper {
  color: #000000;
}
.cid-ucV8uU3kxD .card-text {
  color: #232323;
}
.cid-ucV8uU3kxD .content-head {
  max-width: 800px;
}
.cid-ucV8uU3kxD .mbr-section-title {
  color: #000000;
}
.cid-ucV8uU3kxD .card-link,
.cid-ucV8uU3kxD .link-icon,
.cid-ucV8uU3kxD .link-align {
  color: #232323;
}
.cid-ucVKFEa2Ke {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucVKFEa2Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVKFEa2Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVKFEa2Ke .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ucVKFEa2Ke .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucVKFEa2Ke .container {
    padding: 0 20px;
  }
}
.cid-ucVKFEa2Ke .content-wrapper {
  padding: 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ucVKFEa2Ke .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ucVKFEa2Ke .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ucVKFEa2Ke .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucVKFEa2Ke .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVKFEa2Ke .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucVKFEa2Ke .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ucVKFEa2Ke .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-ucVKFEa2Ke .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-ucVKFEa2Ke .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-ucVKFEa2Ke .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-ucVKFEa2Ke .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ucVKFEa2Ke .mbr-section-title {
  color: #ffffff;
}
.cid-ucVKFEa2Ke .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucVKFEa2Ke .mbr-text,
.cid-ucVKFEa2Ke .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ucVKFEa2Ke .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucVKFEa2Ke .mbr-section-title,
.cid-ucVKFEa2Ke .mbr-section-btn,
.cid-ucVKFEa2Ke .items-wrapper {
  text-align: center;
}
.cid-ucVOiodsgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ucVOiodsgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVOiodsgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVOiodsgy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucVOiodsgy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucVOiodsgy .container {
    padding: 0 12px;
  }
}
.cid-ucVOiodsgy .row {
  justify-content: center;
}
.cid-ucVOiodsgy .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ucVOiodsgy .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucVOiodsgy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucVOiodsgy .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .item {
    margin-bottom: 16px;
  }
}
.cid-ucVOiodsgy .item .item-wrapper {
  width: 100%;
}
.cid-ucVOiodsgy .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ucVOiodsgy .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ucVOiodsgy .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucVOiodsgy .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ucVOiodsgy .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ucVOiodsgy .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ucVOiodsgy .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ucVOiodsgy .item-title {
  color: #1D1D1F;
}
.cid-ucVOiodsgy .item-desc {
  color: #1D1D1F;
}
.cid-ucVOiodsgy .item-text {
  color: #1D1D1F;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17u9i.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17u9i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17u9i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17u9i .modal-content,
.cid-uduVA17u9i .modal-dialog {
  height: auto;
}
.cid-uduVA17u9i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17u9i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17u9i .form-wrapper .mbr-form .form-group,
  .cid-uduVA17u9i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17u9i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17u9i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17u9i .mbr-text {
  text-align: center;
}
.cid-uduVA17u9i .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17u9i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17u9i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17u9i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17u9i .modal-open {
  overflow: hidden;
}
.cid-uduVA17u9i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17u9i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17u9i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17u9i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17u9i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17u9i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17u9i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17u9i .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17u9i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17u9i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17u9i .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17u9i .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17u9i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17u9i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17u9i .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17u9i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17u9i .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17u9i .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17u9i .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17u9i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17u9i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17u9i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17u9i .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17u9i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17u9i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17u9i .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17u9i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17u9i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17u9i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17u9i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17u9i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17u9i .modal-lg,
  .cid-uduVA17u9i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17u9i .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17u9i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17u9i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17u9i .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17u9i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17u9i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17u9i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17u9i .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17u9i .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucWk424pAd {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-ucWk424pAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWk424pAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWk424pAd .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .container {
    padding: 0 6px;
  }
}
.cid-ucWk424pAd .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-ucWk424pAd .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-ucWk424pAd .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucWk424pAd .row {
    padding: 70px 30px;
  }
}
.cid-ucWk424pAd .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ucWk424pAd .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-ucWk424pAd .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ucWk424pAd .title-wrapper {
  margin-bottom: 64px;
}
.cid-ucWk424pAd .title-wrapper span {
  color: #009472;
}
.cid-ucWk424pAd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ucWk424pAd .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .content-wrapper {
    display: block;
  }
}
.cid-ucWk424pAd .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-ucWk424pAd .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-ucWk424pAd .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-ucWk424pAd .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-ucWk424pAd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucWk424pAd .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ucWk424pAd .mbr-desc {
  color: #262626;
}
.cid-ucWk424pAd .mbr-section-title {
  color: #131313;
}
.cid-ucWk424pAd .mbr-text {
  color: #131313;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17GyY.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17GyY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17GyY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17GyY .modal-content,
.cid-uduVA17GyY .modal-dialog {
  height: auto;
}
.cid-uduVA17GyY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17GyY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17GyY .form-wrapper .mbr-form .form-group,
  .cid-uduVA17GyY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17GyY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17GyY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17GyY .mbr-text {
  text-align: center;
}
.cid-uduVA17GyY .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17GyY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17GyY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17GyY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17GyY .modal-open {
  overflow: hidden;
}
.cid-uduVA17GyY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17GyY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17GyY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17GyY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17GyY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17GyY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17GyY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17GyY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17GyY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17GyY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17GyY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17GyY .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17GyY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17GyY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17GyY .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17GyY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17GyY .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17GyY .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17GyY .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17GyY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17GyY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17GyY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17GyY .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17GyY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17GyY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17GyY .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17GyY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17GyY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17GyY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17GyY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17GyY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17GyY .modal-lg,
  .cid-uduVA17GyY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17GyY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17GyY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17GyY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17GyY .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17GyY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17GyY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17GyY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17GyY .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17GyY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucWiktD8Ln {
  background-color: #ffffff;
}
.cid-ucWiktD8Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWiktD8Ln .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-ucWiktD8Ln .container {
    padding: 0 24px;
  }
}
.cid-ucWiktD8Ln .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ucWiktD8Ln .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-ucWiktD8Ln .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ucWiktD8Ln .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ucWiktD8Ln .mbr-section-title {
  color: #202020;
}
.cid-ucWiktD8Ln .mbr-text,
.cid-ucWiktD8Ln .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-ucWiktD8Ln .mbr-section-title,
.cid-ucWiktD8Ln .mbr-section-btn {
  text-align: center;
}
.cid-ucWi3VWGem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucWi3VWGem .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWi3VWGem .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-ucWi3VWGem .container {
    padding: 0 25px;
  }
}
.cid-ucWi3VWGem .row {
  justify-content: center;
}
.cid-ucWi3VWGem .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucWi3VWGem .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-ucWi3VWGem .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-ucWi3VWGem .item .item-wrapper:hover .item-img img,
.cid-ucWi3VWGem .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ucWi3VWGem .item .item-wrapper {
    display: block;
  }
}
.cid-ucWi3VWGem .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-ucWi3VWGem .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-ucWi3VWGem .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-ucWi3VWGem .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucWi3VWGem .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucWi3VWGem .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-ucWi3VWGem .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-ucWi3VWGem .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ucWi3VWGem .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-ucWi3VWGem .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-ucWi3VWGem .mbr-section-title {
  color: #000000;
}
.cid-ucWi3VWGem .item-title {
  color: #000000;
}
.cid-ucWi3VWGem .item-desc {
  color: #000000;
}
.cid-ucWi3VWGem .item-subtitle {
  color: #000000;
}
.cid-ucWi3VWGem .item-price {
  color: #000000;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17B2f.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17B2f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17B2f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17B2f .modal-content,
.cid-uduVA17B2f .modal-dialog {
  height: auto;
}
.cid-uduVA17B2f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17B2f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17B2f .form-wrapper .mbr-form .form-group,
  .cid-uduVA17B2f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17B2f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17B2f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17B2f .mbr-text {
  text-align: center;
}
.cid-uduVA17B2f .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17B2f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17B2f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17B2f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17B2f .modal-open {
  overflow: hidden;
}
.cid-uduVA17B2f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17B2f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17B2f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17B2f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17B2f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17B2f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17B2f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17B2f .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17B2f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17B2f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17B2f .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17B2f .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17B2f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17B2f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17B2f .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17B2f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17B2f .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17B2f .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17B2f .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17B2f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17B2f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17B2f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17B2f .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17B2f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17B2f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17B2f .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17B2f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17B2f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17B2f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17B2f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17B2f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17B2f .modal-lg,
  .cid-uduVA17B2f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17B2f .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17B2f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17B2f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17B2f .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17B2f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17B2f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17B2f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17B2f .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17B2f .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucWlMx91zQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ucWlMx91zQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucWlMx91zQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucWlMx91zQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucWlMx91zQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucWlMx91zQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucWlMx91zQ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ucWlMx91zQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucWlMx91zQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucWlMx91zQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucWlMx91zQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucWlMx91zQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucWlMx91zQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucWlMx91zQ .nav-link:hover {
  color: #ffffff !important;
}
.cid-ucWlMx91zQ .nav-link:hover::before {
  width: 100%;
}
.cid-ucWlMx91zQ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucWlMx91zQ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucWlMx91zQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucWlMx91zQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ucWlMx91zQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucWlMx91zQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucWlMx91zQ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ucWlMx91zQ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ucWlMx91zQ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ucWlMx91zQ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ucWlMx91zQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucWlMx91zQ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ucWlMx91zQ .nav-item:focus,
.cid-ucWlMx91zQ .nav-link:focus {
  outline: none;
}
.cid-ucWlMx91zQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucWlMx91zQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucWlMx91zQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucWlMx91zQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucWlMx91zQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucWlMx91zQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ucWlMx91zQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucWlMx91zQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ucWlMx91zQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ucWlMx91zQ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ucWlMx91zQ .navbar.collapsed {
  justify-content: center;
}
.cid-ucWlMx91zQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucWlMx91zQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucWlMx91zQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ucWlMx91zQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucWlMx91zQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucWlMx91zQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucWlMx91zQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucWlMx91zQ .navbar {
    min-height: 72px;
  }
  .cid-ucWlMx91zQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucWlMx91zQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucWlMx91zQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucWlMx91zQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucWlMx91zQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucWlMx91zQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucWlMx91zQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucWlMx91zQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucWlMx91zQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucWlMx91zQ .dropdown-item.active,
.cid-ucWlMx91zQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucWlMx91zQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucWlMx91zQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucWlMx91zQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucWlMx91zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ucWlMx91zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucWlMx91zQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucWlMx91zQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucWlMx91zQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucWlMx91zQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ucWlMx91zQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucWlMx91zQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucWlMx91zQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucWlMx91zQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWlMx91zQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWlMx91zQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucWlMx91zQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWlMx91zQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucWlMx91zQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucWlMx91zQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWlMx91zQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucWlMx91zQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucWlMx91zQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWlMx91zQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucWlMx91zQ .navbar {
    height: 70px;
  }
  .cid-ucWlMx91zQ .navbar.opened {
    height: auto;
  }
  .cid-ucWlMx91zQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWlMx91zQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucWlMx91zQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucWlMx91zQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucWlMx91zQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ucWlMx91zQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucWlMx91zQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucWlMx91zQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucWlMx91zQ .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-ucWlMx91zQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucWlMx91zQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucWlMx91zQ .navbar-brand,
.cid-ucWlMx91zQ .navbar-toggler,
.cid-ucWlMx91zQ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucWlMxV9Ii {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-ucWlMxV9Ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWlMxV9Ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWlMxV9Ii .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .container {
    padding: 0 6px;
  }
}
.cid-ucWlMxV9Ii .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-ucWlMxV9Ii .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-ucWlMxV9Ii .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucWlMxV9Ii .row {
    padding: 70px 30px;
  }
}
.cid-ucWlMxV9Ii .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ucWlMxV9Ii .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-ucWlMxV9Ii .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ucWlMxV9Ii .title-wrapper {
  margin-bottom: 64px;
}
.cid-ucWlMxV9Ii .title-wrapper span {
  color: #009472;
}
.cid-ucWlMxV9Ii .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ucWlMxV9Ii .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .content-wrapper {
    display: block;
  }
}
.cid-ucWlMxV9Ii .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-ucWlMxV9Ii .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-ucWlMxV9Ii .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-ucWlMxV9Ii .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-ucWlMxV9Ii .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucWlMxV9Ii .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ucWlMxV9Ii .mbr-desc {
  color: #262626;
}
.cid-ucWlMxV9Ii .mbr-section-title {
  color: #131313;
}
.cid-ucWlMxV9Ii .mbr-text {
  color: #131313;
}
.cid-ucWlMycKpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ucWlMycKpF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucWlMycKpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWlMycKpF .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-ucWlMycKpF .container {
    padding: 0 22px;
  }
}
.cid-ucWlMycKpF .row {
  position: relative;
  z-index: 1;
}
.cid-ucWlMycKpF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucWlMycKpF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucWlMycKpF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucWlMycKpF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucWlMycKpF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWlMycKpF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucWlMycKpF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucWlMycKpF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWlMycKpF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucWlMycKpF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWlMycKpF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucWlMycKpF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucWlMycKpF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucWlMycKpF .nav-wrapper .list .item-wrap:hover,
.cid-ucWlMycKpF .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucWlMycKpF .nav-wrapper .list .item-wrap:hover::before,
.cid-ucWlMycKpF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucWlMycKpF .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-ucWlMycKpF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWlMycKpF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucWlMycKpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucWlMycKpF .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-ucWlMycKpF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWlMycKpF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucWlMycKpF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucWlMycKpF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucWlMycKpF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucWlMycKpF .mbr-section-title {
  color: #00d0f3;
}
.cid-ucWlMycKpF .mbr-text {
  color: #ffffff;
}
.cid-ucWlMycKpF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucWlMycKpF .list {
  color: #ffffff;
}
.cid-ucWlMycKpF .mbr-contact {
  color: #ffffff;
}
.cid-ucWlMycKpF .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17Feq.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17Feq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17Feq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17Feq .modal-content,
.cid-uduVA17Feq .modal-dialog {
  height: auto;
}
.cid-uduVA17Feq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17Feq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17Feq .form-wrapper .mbr-form .form-group,
  .cid-uduVA17Feq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17Feq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17Feq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17Feq .mbr-text {
  text-align: center;
}
.cid-uduVA17Feq .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17Feq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17Feq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17Feq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17Feq .modal-open {
  overflow: hidden;
}
.cid-uduVA17Feq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17Feq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17Feq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17Feq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17Feq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17Feq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17Feq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17Feq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17Feq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17Feq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17Feq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17Feq .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17Feq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17Feq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17Feq .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17Feq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17Feq .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17Feq .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17Feq .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17Feq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17Feq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17Feq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17Feq .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17Feq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17Feq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17Feq .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17Feq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17Feq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17Feq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17Feq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17Feq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17Feq .modal-lg,
  .cid-uduVA17Feq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17Feq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17Feq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17Feq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17Feq .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17Feq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17Feq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17Feq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17Feq .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17Feq .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucWnaZrI8z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ucWnaZrI8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucWnaZrI8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucWnaZrI8z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucWnaZrI8z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucWnaZrI8z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucWnaZrI8z .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ucWnaZrI8z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucWnaZrI8z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucWnaZrI8z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucWnaZrI8z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucWnaZrI8z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucWnaZrI8z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucWnaZrI8z .nav-link:hover {
  color: #ffffff !important;
}
.cid-ucWnaZrI8z .nav-link:hover::before {
  width: 100%;
}
.cid-ucWnaZrI8z .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucWnaZrI8z .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucWnaZrI8z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucWnaZrI8z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ucWnaZrI8z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucWnaZrI8z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucWnaZrI8z .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ucWnaZrI8z .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ucWnaZrI8z .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ucWnaZrI8z .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ucWnaZrI8z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucWnaZrI8z .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ucWnaZrI8z .nav-item:focus,
.cid-ucWnaZrI8z .nav-link:focus {
  outline: none;
}
.cid-ucWnaZrI8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucWnaZrI8z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucWnaZrI8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucWnaZrI8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucWnaZrI8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucWnaZrI8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar.opened {
  transition: all 0.3s;
}
.cid-ucWnaZrI8z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucWnaZrI8z .navbar .navbar-logo img {
  width: auto;
}
.cid-ucWnaZrI8z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ucWnaZrI8z .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ucWnaZrI8z .navbar.collapsed {
  justify-content: center;
}
.cid-ucWnaZrI8z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucWnaZrI8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucWnaZrI8z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ucWnaZrI8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucWnaZrI8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucWnaZrI8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucWnaZrI8z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucWnaZrI8z .navbar {
    min-height: 72px;
  }
  .cid-ucWnaZrI8z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucWnaZrI8z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucWnaZrI8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucWnaZrI8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucWnaZrI8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucWnaZrI8z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucWnaZrI8z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucWnaZrI8z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucWnaZrI8z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucWnaZrI8z .dropdown-item.active,
.cid-ucWnaZrI8z .dropdown-item:active {
  background-color: transparent;
}
.cid-ucWnaZrI8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucWnaZrI8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucWnaZrI8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucWnaZrI8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ucWnaZrI8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucWnaZrI8z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucWnaZrI8z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucWnaZrI8z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucWnaZrI8z .navbar-buttons {
    text-align: left;
  }
}
.cid-ucWnaZrI8z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucWnaZrI8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucWnaZrI8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucWnaZrI8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWnaZrI8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWnaZrI8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucWnaZrI8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWnaZrI8z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucWnaZrI8z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucWnaZrI8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWnaZrI8z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucWnaZrI8z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucWnaZrI8z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWnaZrI8z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucWnaZrI8z .navbar {
    height: 70px;
  }
  .cid-ucWnaZrI8z .navbar.opened {
    height: auto;
  }
  .cid-ucWnaZrI8z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWnaZrI8z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucWnaZrI8z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucWnaZrI8z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucWnaZrI8z .navbar-brand {
    margin-right: auto;
  }
  .cid-ucWnaZrI8z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucWnaZrI8z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucWnaZrI8z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucWnaZrI8z .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-ucWnaZrI8z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucWnaZrI8z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucWnaZrI8z .navbar-brand,
.cid-ucWnaZrI8z .navbar-toggler,
.cid-ucWnaZrI8z .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ucWnb0fCdx {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-ucWnb0fCdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWnb0fCdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWnb0fCdx .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .container {
    padding: 0 6px;
  }
}
.cid-ucWnb0fCdx .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-ucWnb0fCdx .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-ucWnb0fCdx .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ucWnb0fCdx .row {
    padding: 70px 30px;
  }
}
.cid-ucWnb0fCdx .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ucWnb0fCdx .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-ucWnb0fCdx .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ucWnb0fCdx .title-wrapper {
  margin-bottom: 64px;
}
.cid-ucWnb0fCdx .title-wrapper span {
  color: #009472;
}
.cid-ucWnb0fCdx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ucWnb0fCdx .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .content-wrapper {
    display: block;
  }
}
.cid-ucWnb0fCdx .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-ucWnb0fCdx .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-ucWnb0fCdx .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-ucWnb0fCdx .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-ucWnb0fCdx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucWnb0fCdx .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ucWnb0fCdx .mbr-desc {
  color: #262626;
}
.cid-ucWnb0fCdx .mbr-section-title {
  color: #131313;
}
.cid-ucWnb0fCdx .mbr-text {
  color: #131313;
}
.cid-ucWnb0xL6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ucWnb0xL6C::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucWnb0xL6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWnb0xL6C .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-ucWnb0xL6C .container {
    padding: 0 22px;
  }
}
.cid-ucWnb0xL6C .row {
  position: relative;
  z-index: 1;
}
.cid-ucWnb0xL6C .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucWnb0xL6C .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucWnb0xL6C .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucWnb0xL6C .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucWnb0xL6C .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWnb0xL6C .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucWnb0xL6C .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucWnb0xL6C .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWnb0xL6C .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucWnb0xL6C .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucWnb0xL6C .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucWnb0xL6C .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucWnb0xL6C .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucWnb0xL6C .nav-wrapper .list .item-wrap:hover,
.cid-ucWnb0xL6C .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucWnb0xL6C .nav-wrapper .list .item-wrap:hover::before,
.cid-ucWnb0xL6C .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucWnb0xL6C .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-ucWnb0xL6C .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWnb0xL6C .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucWnb0xL6C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucWnb0xL6C .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-ucWnb0xL6C .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucWnb0xL6C .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucWnb0xL6C .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucWnb0xL6C .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucWnb0xL6C .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucWnb0xL6C .mbr-section-title {
  color: #00d0f3;
}
.cid-ucWnb0xL6C .mbr-text {
  color: #ffffff;
}
.cid-ucWnb0xL6C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucWnb0xL6C .list {
  color: #ffffff;
}
.cid-ucWnb0xL6C .mbr-contact {
  color: #ffffff;
}
.cid-ucWnb0xL6C .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17E4K.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17E4K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17E4K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17E4K .modal-content,
.cid-uduVA17E4K .modal-dialog {
  height: auto;
}
.cid-uduVA17E4K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17E4K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17E4K .form-wrapper .mbr-form .form-group,
  .cid-uduVA17E4K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17E4K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17E4K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17E4K .mbr-text {
  text-align: center;
}
.cid-uduVA17E4K .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17E4K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17E4K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17E4K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17E4K .modal-open {
  overflow: hidden;
}
.cid-uduVA17E4K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17E4K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17E4K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17E4K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17E4K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17E4K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17E4K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17E4K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17E4K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17E4K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17E4K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17E4K .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17E4K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17E4K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17E4K .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17E4K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17E4K .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17E4K .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17E4K .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17E4K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17E4K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17E4K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17E4K .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17E4K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17E4K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17E4K .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17E4K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17E4K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17E4K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17E4K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17E4K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17E4K .modal-lg,
  .cid-uduVA17E4K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17E4K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17E4K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17E4K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17E4K .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17E4K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17E4K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17E4K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17E4K .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17E4K .mbr-section-btn .btn {
  margin: 0;
}
.cid-udj7u2eH6X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udj7u2eH6X .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-udj7u2eH6X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udj7u2eH6X .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-udj7u2eH6X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-udj7u2eH6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udj7u2eH6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udj7u2eH6X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-udj7u2eH6X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udj7u2eH6X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udj7u2eH6X .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-udj7u2eH6X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udj7u2eH6X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udj7u2eH6X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udj7u2eH6X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udj7u2eH6X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udj7u2eH6X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udj7u2eH6X .nav-link:hover {
  color: #ffffff !important;
}
.cid-udj7u2eH6X .nav-link:hover::before {
  width: 100%;
}
.cid-udj7u2eH6X .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udj7u2eH6X .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udj7u2eH6X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udj7u2eH6X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-udj7u2eH6X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udj7u2eH6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udj7u2eH6X .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-udj7u2eH6X .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-udj7u2eH6X .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udj7u2eH6X .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-udj7u2eH6X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udj7u2eH6X .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-udj7u2eH6X .nav-item:focus,
.cid-udj7u2eH6X .nav-link:focus {
  outline: none;
}
.cid-udj7u2eH6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udj7u2eH6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udj7u2eH6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udj7u2eH6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udj7u2eH6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udj7u2eH6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udj7u2eH6X .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-udj7u2eH6X .navbar.opened {
  transition: all 0.3s;
}
.cid-udj7u2eH6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udj7u2eH6X .navbar .navbar-logo img {
  width: auto;
}
.cid-udj7u2eH6X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udj7u2eH6X .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-udj7u2eH6X .navbar.collapsed {
  justify-content: center;
}
.cid-udj7u2eH6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udj7u2eH6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udj7u2eH6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-udj7u2eH6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udj7u2eH6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udj7u2eH6X .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-udj7u2eH6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udj7u2eH6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udj7u2eH6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udj7u2eH6X .navbar {
    min-height: 72px;
  }
  .cid-udj7u2eH6X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udj7u2eH6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udj7u2eH6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udj7u2eH6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udj7u2eH6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udj7u2eH6X .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-udj7u2eH6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udj7u2eH6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udj7u2eH6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udj7u2eH6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udj7u2eH6X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udj7u2eH6X .dropdown-item.active,
.cid-udj7u2eH6X .dropdown-item:active {
  background-color: transparent;
}
.cid-udj7u2eH6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udj7u2eH6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udj7u2eH6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udj7u2eH6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udj7u2eH6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udj7u2eH6X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udj7u2eH6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udj7u2eH6X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udj7u2eH6X .navbar-buttons {
    text-align: left;
  }
}
.cid-udj7u2eH6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udj7u2eH6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udj7u2eH6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udj7u2eH6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj7u2eH6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj7u2eH6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udj7u2eH6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj7u2eH6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udj7u2eH6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udj7u2eH6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj7u2eH6X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udj7u2eH6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udj7u2eH6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj7u2eH6X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udj7u2eH6X .navbar {
    height: 70px;
  }
  .cid-udj7u2eH6X .navbar.opened {
    height: auto;
  }
  .cid-udj7u2eH6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udj7u2eH6X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udj7u2eH6X .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-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udj7u2eH6X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udj7u2eH6X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udj7u2eH6X .navbar-brand {
    margin-right: auto;
  }
  .cid-udj7u2eH6X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udj7u2eH6X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udj7u2eH6X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udj7u2eH6X .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-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udj7u2eH6X .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-udj7u2eH6X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udj7u2eH6X .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-udj7u2eH6X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udj7u2eH6X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udj7u2eH6X .navbar-brand,
.cid-udj7u2eH6X .navbar-toggler,
.cid-udj7u2eH6X .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-udj7u2zZNv {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-udj7u2zZNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj7u2zZNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udj7u2zZNv .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .container {
    padding: 0 6px;
  }
}
.cid-udj7u2zZNv .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-udj7u2zZNv .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-udj7u2zZNv .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-udj7u2zZNv .row {
    padding: 70px 30px;
  }
}
.cid-udj7u2zZNv .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udj7u2zZNv .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-udj7u2zZNv .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-udj7u2zZNv .title-wrapper {
  margin-bottom: 64px;
}
.cid-udj7u2zZNv .title-wrapper span {
  color: #009472;
}
.cid-udj7u2zZNv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udj7u2zZNv .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .content-wrapper {
    display: block;
  }
}
.cid-udj7u2zZNv .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-udj7u2zZNv .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-udj7u2zZNv .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-udj7u2zZNv .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-udj7u2zZNv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udj7u2zZNv .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udj7u2zZNv .mbr-desc {
  color: #262626;
}
.cid-udj7u2zZNv .mbr-section-title {
  color: #131313;
}
.cid-udj7u2zZNv .mbr-text {
  color: #131313;
}
.cid-udj7u2RI1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-udj7u2RI1G::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udj7u2RI1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj7u2RI1G .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-udj7u2RI1G .container {
    padding: 0 22px;
  }
}
.cid-udj7u2RI1G .row {
  position: relative;
  z-index: 1;
}
.cid-udj7u2RI1G .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udj7u2RI1G .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udj7u2RI1G .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udj7u2RI1G .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udj7u2RI1G .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj7u2RI1G .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udj7u2RI1G .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udj7u2RI1G .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj7u2RI1G .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udj7u2RI1G .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj7u2RI1G .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udj7u2RI1G .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udj7u2RI1G .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udj7u2RI1G .nav-wrapper .list .item-wrap:hover,
.cid-udj7u2RI1G .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udj7u2RI1G .nav-wrapper .list .item-wrap:hover::before,
.cid-udj7u2RI1G .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udj7u2RI1G .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-udj7u2RI1G .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj7u2RI1G .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udj7u2RI1G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udj7u2RI1G .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-udj7u2RI1G .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj7u2RI1G .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udj7u2RI1G .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udj7u2RI1G .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udj7u2RI1G .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udj7u2RI1G .mbr-section-title {
  color: #00d0f3;
}
.cid-udj7u2RI1G .mbr-text {
  color: #ffffff;
}
.cid-udj7u2RI1G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udj7u2RI1G .list {
  color: #ffffff;
}
.cid-udj7u2RI1G .mbr-contact {
  color: #ffffff;
}
.cid-udj7u2RI1G .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17byZ.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17byZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17byZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17byZ .modal-content,
.cid-uduVA17byZ .modal-dialog {
  height: auto;
}
.cid-uduVA17byZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17byZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17byZ .form-wrapper .mbr-form .form-group,
  .cid-uduVA17byZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17byZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17byZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17byZ .mbr-text {
  text-align: center;
}
.cid-uduVA17byZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17byZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17byZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17byZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17byZ .modal-open {
  overflow: hidden;
}
.cid-uduVA17byZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17byZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17byZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17byZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17byZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17byZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17byZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17byZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17byZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17byZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17byZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17byZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17byZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17byZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17byZ .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17byZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17byZ .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17byZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17byZ .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17byZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17byZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17byZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17byZ .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17byZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17byZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17byZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17byZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17byZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17byZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17byZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17byZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17byZ .modal-lg,
  .cid-uduVA17byZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17byZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17byZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17byZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17byZ .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17byZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17byZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17byZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17byZ .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17byZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-udj9XOHsPz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udj9XOHsPz .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-udj9XOHsPz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udj9XOHsPz .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-udj9XOHsPz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-udj9XOHsPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udj9XOHsPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udj9XOHsPz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-udj9XOHsPz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udj9XOHsPz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udj9XOHsPz .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-udj9XOHsPz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udj9XOHsPz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udj9XOHsPz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udj9XOHsPz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udj9XOHsPz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udj9XOHsPz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udj9XOHsPz .nav-link:hover {
  color: #ffffff !important;
}
.cid-udj9XOHsPz .nav-link:hover::before {
  width: 100%;
}
.cid-udj9XOHsPz .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udj9XOHsPz .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udj9XOHsPz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udj9XOHsPz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-udj9XOHsPz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udj9XOHsPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udj9XOHsPz .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-udj9XOHsPz .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-udj9XOHsPz .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udj9XOHsPz .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-udj9XOHsPz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udj9XOHsPz .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-udj9XOHsPz .nav-item:focus,
.cid-udj9XOHsPz .nav-link:focus {
  outline: none;
}
.cid-udj9XOHsPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udj9XOHsPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udj9XOHsPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udj9XOHsPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udj9XOHsPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udj9XOHsPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udj9XOHsPz .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-udj9XOHsPz .navbar.opened {
  transition: all 0.3s;
}
.cid-udj9XOHsPz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udj9XOHsPz .navbar .navbar-logo img {
  width: auto;
}
.cid-udj9XOHsPz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udj9XOHsPz .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-udj9XOHsPz .navbar.collapsed {
  justify-content: center;
}
.cid-udj9XOHsPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udj9XOHsPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udj9XOHsPz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-udj9XOHsPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udj9XOHsPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udj9XOHsPz .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-udj9XOHsPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udj9XOHsPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udj9XOHsPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udj9XOHsPz .navbar {
    min-height: 72px;
  }
  .cid-udj9XOHsPz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udj9XOHsPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udj9XOHsPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udj9XOHsPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udj9XOHsPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udj9XOHsPz .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-udj9XOHsPz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udj9XOHsPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udj9XOHsPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udj9XOHsPz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udj9XOHsPz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udj9XOHsPz .dropdown-item.active,
.cid-udj9XOHsPz .dropdown-item:active {
  background-color: transparent;
}
.cid-udj9XOHsPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udj9XOHsPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udj9XOHsPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udj9XOHsPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udj9XOHsPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udj9XOHsPz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udj9XOHsPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udj9XOHsPz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udj9XOHsPz .navbar-buttons {
    text-align: left;
  }
}
.cid-udj9XOHsPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udj9XOHsPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udj9XOHsPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udj9XOHsPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj9XOHsPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udj9XOHsPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udj9XOHsPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj9XOHsPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udj9XOHsPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udj9XOHsPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udj9XOHsPz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udj9XOHsPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udj9XOHsPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj9XOHsPz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udj9XOHsPz .navbar {
    height: 70px;
  }
  .cid-udj9XOHsPz .navbar.opened {
    height: auto;
  }
  .cid-udj9XOHsPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udj9XOHsPz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udj9XOHsPz .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-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udj9XOHsPz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udj9XOHsPz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udj9XOHsPz .navbar-brand {
    margin-right: auto;
  }
  .cid-udj9XOHsPz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udj9XOHsPz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udj9XOHsPz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udj9XOHsPz .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-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udj9XOHsPz .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-udj9XOHsPz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udj9XOHsPz .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-udj9XOHsPz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udj9XOHsPz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udj9XOHsPz .navbar-brand,
.cid-udj9XOHsPz .navbar-toggler,
.cid-udj9XOHsPz .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-udj9XPjd5x {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-udj9XPjd5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj9XPjd5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udj9XPjd5x .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .container {
    padding: 0 6px;
  }
}
.cid-udj9XPjd5x .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-udj9XPjd5x .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-udj9XPjd5x .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-udj9XPjd5x .row {
    padding: 70px 30px;
  }
}
.cid-udj9XPjd5x .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udj9XPjd5x .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-udj9XPjd5x .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-udj9XPjd5x .title-wrapper {
  margin-bottom: 64px;
}
.cid-udj9XPjd5x .title-wrapper span {
  color: #009472;
}
.cid-udj9XPjd5x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udj9XPjd5x .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .content-wrapper {
    display: block;
  }
}
.cid-udj9XPjd5x .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-udj9XPjd5x .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-udj9XPjd5x .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-udj9XPjd5x .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-udj9XPjd5x .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udj9XPjd5x .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udj9XPjd5x .mbr-desc {
  color: #262626;
}
.cid-udj9XPjd5x .mbr-section-title {
  color: #131313;
}
.cid-udj9XPjd5x .mbr-text {
  color: #131313;
}
.cid-udj9XPxn34 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-udj9XPxn34::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udj9XPxn34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj9XPxn34 .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-udj9XPxn34 .container {
    padding: 0 22px;
  }
}
.cid-udj9XPxn34 .row {
  position: relative;
  z-index: 1;
}
.cid-udj9XPxn34 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udj9XPxn34 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udj9XPxn34 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udj9XPxn34 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udj9XPxn34 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj9XPxn34 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udj9XPxn34 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udj9XPxn34 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj9XPxn34 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udj9XPxn34 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udj9XPxn34 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udj9XPxn34 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udj9XPxn34 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udj9XPxn34 .nav-wrapper .list .item-wrap:hover,
.cid-udj9XPxn34 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udj9XPxn34 .nav-wrapper .list .item-wrap:hover::before,
.cid-udj9XPxn34 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udj9XPxn34 .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-udj9XPxn34 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj9XPxn34 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udj9XPxn34 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udj9XPxn34 .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-udj9XPxn34 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udj9XPxn34 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udj9XPxn34 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udj9XPxn34 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udj9XPxn34 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udj9XPxn34 .mbr-section-title {
  color: #00d0f3;
}
.cid-udj9XPxn34 .mbr-text {
  color: #ffffff;
}
.cid-udj9XPxn34 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udj9XPxn34 .list {
  color: #ffffff;
}
.cid-udj9XPxn34 .mbr-contact {
  color: #ffffff;
}
.cid-udj9XPxn34 .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17WEh.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17WEh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17WEh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17WEh .modal-content,
.cid-uduVA17WEh .modal-dialog {
  height: auto;
}
.cid-uduVA17WEh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17WEh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17WEh .form-wrapper .mbr-form .form-group,
  .cid-uduVA17WEh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17WEh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17WEh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17WEh .mbr-text {
  text-align: center;
}
.cid-uduVA17WEh .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17WEh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17WEh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17WEh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17WEh .modal-open {
  overflow: hidden;
}
.cid-uduVA17WEh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17WEh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17WEh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17WEh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17WEh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17WEh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17WEh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17WEh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17WEh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17WEh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17WEh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17WEh .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17WEh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17WEh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17WEh .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17WEh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17WEh .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17WEh .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17WEh .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17WEh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17WEh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17WEh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17WEh .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17WEh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17WEh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17WEh .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17WEh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17WEh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17WEh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17WEh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17WEh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17WEh .modal-lg,
  .cid-uduVA17WEh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17WEh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17WEh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17WEh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17WEh .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17WEh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17WEh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17WEh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17WEh .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17WEh .mbr-section-btn .btn {
  margin: 0;
}
.cid-udp717icuN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udp717icuN .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-udp717icuN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udp717icuN .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-udp717icuN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-udp717icuN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udp717icuN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udp717icuN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-udp717icuN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udp717icuN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udp717icuN .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-udp717icuN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udp717icuN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udp717icuN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udp717icuN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udp717icuN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udp717icuN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udp717icuN .nav-link:hover {
  color: #ffffff !important;
}
.cid-udp717icuN .nav-link:hover::before {
  width: 100%;
}
.cid-udp717icuN .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udp717icuN .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udp717icuN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udp717icuN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-udp717icuN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udp717icuN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udp717icuN .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-udp717icuN .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-udp717icuN .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udp717icuN .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-udp717icuN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udp717icuN .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-udp717icuN .nav-item:focus,
.cid-udp717icuN .nav-link:focus {
  outline: none;
}
.cid-udp717icuN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udp717icuN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udp717icuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udp717icuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udp717icuN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udp717icuN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udp717icuN .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-udp717icuN .navbar.opened {
  transition: all 0.3s;
}
.cid-udp717icuN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udp717icuN .navbar .navbar-logo img {
  width: auto;
}
.cid-udp717icuN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udp717icuN .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-udp717icuN .navbar.collapsed {
  justify-content: center;
}
.cid-udp717icuN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udp717icuN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udp717icuN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-udp717icuN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udp717icuN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udp717icuN .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-udp717icuN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udp717icuN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udp717icuN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udp717icuN .navbar {
    min-height: 72px;
  }
  .cid-udp717icuN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udp717icuN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udp717icuN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udp717icuN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udp717icuN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udp717icuN .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-udp717icuN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udp717icuN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udp717icuN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udp717icuN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udp717icuN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udp717icuN .dropdown-item.active,
.cid-udp717icuN .dropdown-item:active {
  background-color: transparent;
}
.cid-udp717icuN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udp717icuN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udp717icuN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udp717icuN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udp717icuN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udp717icuN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udp717icuN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udp717icuN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udp717icuN .navbar-buttons {
    text-align: left;
  }
}
.cid-udp717icuN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udp717icuN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udp717icuN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udp717icuN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udp717icuN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udp717icuN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udp717icuN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udp717icuN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udp717icuN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udp717icuN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udp717icuN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udp717icuN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udp717icuN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udp717icuN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udp717icuN .navbar {
    height: 70px;
  }
  .cid-udp717icuN .navbar.opened {
    height: auto;
  }
  .cid-udp717icuN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udp717icuN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udp717icuN .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-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udp717icuN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udp717icuN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udp717icuN .navbar-brand {
    margin-right: auto;
  }
  .cid-udp717icuN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udp717icuN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udp717icuN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udp717icuN .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-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udp717icuN .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-udp717icuN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udp717icuN .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-udp717icuN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udp717icuN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udp717icuN .navbar-brand,
.cid-udp717icuN .navbar-toggler,
.cid-udp717icuN .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-udp717BU91 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-udp717BU91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udp717BU91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udp717BU91 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udp717BU91 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udp717BU91 .container {
    padding: 0 6px;
  }
}
.cid-udp717BU91 .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-udp717BU91 .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-udp717BU91 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-udp717BU91 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-udp717BU91 .row {
    padding: 70px 30px;
  }
}
.cid-udp717BU91 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udp717BU91 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udp717BU91 .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-udp717BU91 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-udp717BU91 .title-wrapper {
  margin-bottom: 64px;
}
.cid-udp717BU91 .title-wrapper span {
  color: #009472;
}
.cid-udp717BU91 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udp717BU91 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udp717BU91 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udp717BU91 .content-wrapper {
    display: block;
  }
}
.cid-udp717BU91 .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-udp717BU91 .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-udp717BU91 .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-udp717BU91 .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-udp717BU91 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udp717BU91 .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udp717BU91 .mbr-desc {
  color: #262626;
}
.cid-udp717BU91 .mbr-section-title {
  color: #131313;
}
.cid-udp717BU91 .mbr-text {
  color: #131313;
}
.cid-udp717NBfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-udp717NBfj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udp717NBfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udp717NBfj .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-udp717NBfj .container {
    padding: 0 22px;
  }
}
.cid-udp717NBfj .row {
  position: relative;
  z-index: 1;
}
.cid-udp717NBfj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udp717NBfj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udp717NBfj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udp717NBfj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udp717NBfj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udp717NBfj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udp717NBfj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udp717NBfj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udp717NBfj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udp717NBfj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udp717NBfj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udp717NBfj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udp717NBfj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udp717NBfj .nav-wrapper .list .item-wrap:hover,
.cid-udp717NBfj .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udp717NBfj .nav-wrapper .list .item-wrap:hover::before,
.cid-udp717NBfj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udp717NBfj .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-udp717NBfj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udp717NBfj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udp717NBfj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udp717NBfj .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-udp717NBfj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udp717NBfj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udp717NBfj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udp717NBfj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udp717NBfj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udp717NBfj .mbr-section-title {
  color: #00d0f3;
}
.cid-udp717NBfj .mbr-text {
  color: #ffffff;
}
.cid-udp717NBfj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udp717NBfj .list {
  color: #ffffff;
}
.cid-udp717NBfj .mbr-contact {
  color: #ffffff;
}
.cid-udp717NBfj .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17hEw.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17hEw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17hEw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17hEw .modal-content,
.cid-uduVA17hEw .modal-dialog {
  height: auto;
}
.cid-uduVA17hEw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17hEw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17hEw .form-wrapper .mbr-form .form-group,
  .cid-uduVA17hEw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17hEw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17hEw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17hEw .mbr-text {
  text-align: center;
}
.cid-uduVA17hEw .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17hEw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17hEw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17hEw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17hEw .modal-open {
  overflow: hidden;
}
.cid-uduVA17hEw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17hEw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17hEw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17hEw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17hEw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17hEw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17hEw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17hEw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17hEw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17hEw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17hEw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17hEw .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17hEw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17hEw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17hEw .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17hEw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17hEw .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17hEw .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17hEw .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17hEw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17hEw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17hEw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17hEw .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17hEw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17hEw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17hEw .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17hEw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17hEw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17hEw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17hEw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17hEw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17hEw .modal-lg,
  .cid-uduVA17hEw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17hEw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17hEw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17hEw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17hEw .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17hEw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17hEw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17hEw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17hEw .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17hEw .mbr-section-btn .btn {
  margin: 0;
}
.cid-udpe0O4WGf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udpe0O4WGf .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-udpe0O4WGf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udpe0O4WGf .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-udpe0O4WGf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-udpe0O4WGf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udpe0O4WGf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udpe0O4WGf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-udpe0O4WGf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udpe0O4WGf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udpe0O4WGf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-udpe0O4WGf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udpe0O4WGf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udpe0O4WGf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udpe0O4WGf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udpe0O4WGf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udpe0O4WGf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udpe0O4WGf .nav-link:hover {
  color: #ffffff !important;
}
.cid-udpe0O4WGf .nav-link:hover::before {
  width: 100%;
}
.cid-udpe0O4WGf .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udpe0O4WGf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udpe0O4WGf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udpe0O4WGf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-udpe0O4WGf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udpe0O4WGf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udpe0O4WGf .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-udpe0O4WGf .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-udpe0O4WGf .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udpe0O4WGf .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-udpe0O4WGf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udpe0O4WGf .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-udpe0O4WGf .nav-item:focus,
.cid-udpe0O4WGf .nav-link:focus {
  outline: none;
}
.cid-udpe0O4WGf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udpe0O4WGf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udpe0O4WGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udpe0O4WGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udpe0O4WGf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udpe0O4WGf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udpe0O4WGf .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-udpe0O4WGf .navbar.opened {
  transition: all 0.3s;
}
.cid-udpe0O4WGf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udpe0O4WGf .navbar .navbar-logo img {
  width: auto;
}
.cid-udpe0O4WGf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udpe0O4WGf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-udpe0O4WGf .navbar.collapsed {
  justify-content: center;
}
.cid-udpe0O4WGf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udpe0O4WGf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udpe0O4WGf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-udpe0O4WGf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udpe0O4WGf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udpe0O4WGf .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-udpe0O4WGf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udpe0O4WGf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udpe0O4WGf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udpe0O4WGf .navbar {
    min-height: 72px;
  }
  .cid-udpe0O4WGf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udpe0O4WGf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udpe0O4WGf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udpe0O4WGf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udpe0O4WGf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udpe0O4WGf .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-udpe0O4WGf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udpe0O4WGf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udpe0O4WGf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udpe0O4WGf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udpe0O4WGf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udpe0O4WGf .dropdown-item.active,
.cid-udpe0O4WGf .dropdown-item:active {
  background-color: transparent;
}
.cid-udpe0O4WGf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udpe0O4WGf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udpe0O4WGf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udpe0O4WGf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udpe0O4WGf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udpe0O4WGf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udpe0O4WGf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udpe0O4WGf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udpe0O4WGf .navbar-buttons {
    text-align: left;
  }
}
.cid-udpe0O4WGf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udpe0O4WGf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udpe0O4WGf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udpe0O4WGf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udpe0O4WGf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udpe0O4WGf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udpe0O4WGf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udpe0O4WGf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udpe0O4WGf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udpe0O4WGf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udpe0O4WGf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udpe0O4WGf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udpe0O4WGf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udpe0O4WGf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udpe0O4WGf .navbar {
    height: 70px;
  }
  .cid-udpe0O4WGf .navbar.opened {
    height: auto;
  }
  .cid-udpe0O4WGf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udpe0O4WGf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udpe0O4WGf .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-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udpe0O4WGf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udpe0O4WGf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udpe0O4WGf .navbar-brand {
    margin-right: auto;
  }
  .cid-udpe0O4WGf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udpe0O4WGf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udpe0O4WGf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udpe0O4WGf .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-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udpe0O4WGf .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-udpe0O4WGf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udpe0O4WGf .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-udpe0O4WGf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udpe0O4WGf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udpe0O4WGf .navbar-brand,
.cid-udpe0O4WGf .navbar-toggler,
.cid-udpe0O4WGf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-udpe0OGvpe {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-udpe0OGvpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udpe0OGvpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udpe0OGvpe .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .container {
    padding: 0 6px;
  }
}
.cid-udpe0OGvpe .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-udpe0OGvpe .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-udpe0OGvpe .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-udpe0OGvpe .row {
    padding: 70px 30px;
  }
}
.cid-udpe0OGvpe .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udpe0OGvpe .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-udpe0OGvpe .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-udpe0OGvpe .title-wrapper {
  margin-bottom: 64px;
}
.cid-udpe0OGvpe .title-wrapper span {
  color: #009472;
}
.cid-udpe0OGvpe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udpe0OGvpe .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .content-wrapper {
    display: block;
  }
}
.cid-udpe0OGvpe .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-udpe0OGvpe .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-udpe0OGvpe .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-udpe0OGvpe .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-udpe0OGvpe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udpe0OGvpe .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udpe0OGvpe .mbr-desc {
  color: #262626;
}
.cid-udpe0OGvpe .mbr-section-title {
  color: #131313;
}
.cid-udpe0OGvpe .mbr-text {
  color: #131313;
}
.cid-udpe0OSNDK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-udpe0OSNDK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udpe0OSNDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udpe0OSNDK .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-udpe0OSNDK .container {
    padding: 0 22px;
  }
}
.cid-udpe0OSNDK .row {
  position: relative;
  z-index: 1;
}
.cid-udpe0OSNDK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udpe0OSNDK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udpe0OSNDK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udpe0OSNDK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udpe0OSNDK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udpe0OSNDK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udpe0OSNDK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udpe0OSNDK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udpe0OSNDK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udpe0OSNDK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udpe0OSNDK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udpe0OSNDK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udpe0OSNDK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udpe0OSNDK .nav-wrapper .list .item-wrap:hover,
.cid-udpe0OSNDK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udpe0OSNDK .nav-wrapper .list .item-wrap:hover::before,
.cid-udpe0OSNDK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udpe0OSNDK .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-udpe0OSNDK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udpe0OSNDK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udpe0OSNDK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udpe0OSNDK .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-udpe0OSNDK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udpe0OSNDK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udpe0OSNDK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udpe0OSNDK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udpe0OSNDK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udpe0OSNDK .mbr-section-title {
  color: #00d0f3;
}
.cid-udpe0OSNDK .mbr-text {
  color: #ffffff;
}
.cid-udpe0OSNDK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udpe0OSNDK .list {
  color: #ffffff;
}
.cid-udpe0OSNDK .mbr-contact {
  color: #ffffff;
}
.cid-udpe0OSNDK .mbr-desc {
  color: #ffffff;
}
.cid-uduVA17ffL.popup-builder {
  background-color: #ffffff;
}
.cid-uduVA17ffL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uduVA17ffL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uduVA17ffL .modal-content,
.cid-uduVA17ffL .modal-dialog {
  height: auto;
}
.cid-uduVA17ffL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uduVA17ffL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uduVA17ffL .form-wrapper .mbr-form .form-group,
  .cid-uduVA17ffL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uduVA17ffL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uduVA17ffL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uduVA17ffL .mbr-text {
  text-align: center;
}
.cid-uduVA17ffL .pt-0 {
  padding-top: 0 !important;
}
.cid-uduVA17ffL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uduVA17ffL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uduVA17ffL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uduVA17ffL .modal-open {
  overflow: hidden;
}
.cid-uduVA17ffL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uduVA17ffL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uduVA17ffL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uduVA17ffL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uduVA17ffL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uduVA17ffL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uduVA17ffL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uduVA17ffL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uduVA17ffL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uduVA17ffL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uduVA17ffL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uduVA17ffL .modal-backdrop.show {
  opacity: .5;
}
.cid-uduVA17ffL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uduVA17ffL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17ffL .modal-header {
    padding: 1rem;
  }
}
.cid-uduVA17ffL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uduVA17ffL .modal-header .close svg {
  fill: #353535;
}
.cid-uduVA17ffL .modal-header .close:hover {
  opacity: 1;
}
.cid-uduVA17ffL .modal-header .close:focus {
  outline: none;
}
.cid-uduVA17ffL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uduVA17ffL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uduVA17ffL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17ffL .modal-body {
    padding: 1rem;
  }
}
.cid-uduVA17ffL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uduVA17ffL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uduVA17ffL .modal-footer {
    padding: 1rem;
  }
}
.cid-uduVA17ffL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uduVA17ffL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uduVA17ffL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uduVA17ffL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uduVA17ffL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uduVA17ffL .modal-lg,
  .cid-uduVA17ffL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uduVA17ffL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uduVA17ffL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uduVA17ffL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uduVA17ffL .form-group {
  margin-bottom: 1rem;
}
.cid-uduVA17ffL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uduVA17ffL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uduVA17ffL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uduVA17ffL .mbr-section-btn {
  margin: 0;
}
.cid-uduVA17ffL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uemtJmlkZZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uemtJmlkZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uemtJmlkZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uemtJmlkZZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uemtJmlkZZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uemtJmlkZZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uemtJmlkZZ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uemtJmlkZZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uemtJmlkZZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uemtJmlkZZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uemtJmlkZZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uemtJmlkZZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uemtJmlkZZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uemtJmlkZZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-uemtJmlkZZ .nav-link:hover::before {
  width: 100%;
}
.cid-uemtJmlkZZ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uemtJmlkZZ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uemtJmlkZZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uemtJmlkZZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uemtJmlkZZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uemtJmlkZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uemtJmlkZZ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uemtJmlkZZ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uemtJmlkZZ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uemtJmlkZZ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uemtJmlkZZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uemtJmlkZZ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uemtJmlkZZ .nav-item:focus,
.cid-uemtJmlkZZ .nav-link:focus {
  outline: none;
}
.cid-uemtJmlkZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uemtJmlkZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uemtJmlkZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uemtJmlkZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemtJmlkZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uemtJmlkZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uemtJmlkZZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uemtJmlkZZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uemtJmlkZZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uemtJmlkZZ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uemtJmlkZZ .navbar.collapsed {
  justify-content: center;
}
.cid-uemtJmlkZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uemtJmlkZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uemtJmlkZZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uemtJmlkZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uemtJmlkZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uemtJmlkZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uemtJmlkZZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uemtJmlkZZ .navbar {
    min-height: 72px;
  }
  .cid-uemtJmlkZZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uemtJmlkZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uemtJmlkZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uemtJmlkZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uemtJmlkZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uemtJmlkZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uemtJmlkZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uemtJmlkZZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uemtJmlkZZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uemtJmlkZZ .dropdown-item.active,
.cid-uemtJmlkZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uemtJmlkZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uemtJmlkZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uemtJmlkZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uemtJmlkZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uemtJmlkZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uemtJmlkZZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uemtJmlkZZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uemtJmlkZZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uemtJmlkZZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uemtJmlkZZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uemtJmlkZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uemtJmlkZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uemtJmlkZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemtJmlkZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemtJmlkZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uemtJmlkZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemtJmlkZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uemtJmlkZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uemtJmlkZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemtJmlkZZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uemtJmlkZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uemtJmlkZZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uemtJmlkZZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uemtJmlkZZ .navbar {
    height: 70px;
  }
  .cid-uemtJmlkZZ .navbar.opened {
    height: auto;
  }
  .cid-uemtJmlkZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uemtJmlkZZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uemtJmlkZZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uemtJmlkZZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uemtJmlkZZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uemtJmlkZZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uemtJmlkZZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uemtJmlkZZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uemtJmlkZZ .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-uemtJmlkZZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uemtJmlkZZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uemtJmlkZZ .navbar-brand,
.cid-uemtJmlkZZ .navbar-toggler,
.cid-uemtJmlkZZ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uemtJmY17w {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uemtJmY17w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uemtJmY17w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uemtJmY17w .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .container {
    padding: 0 6px;
  }
}
.cid-uemtJmY17w .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uemtJmY17w .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uemtJmY17w .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uemtJmY17w .row {
    padding: 70px 30px;
  }
}
.cid-uemtJmY17w .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uemtJmY17w .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-uemtJmY17w .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uemtJmY17w .title-wrapper {
  margin-bottom: 64px;
}
.cid-uemtJmY17w .title-wrapper span {
  color: #009472;
}
.cid-uemtJmY17w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uemtJmY17w .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .content-wrapper {
    display: block;
  }
}
.cid-uemtJmY17w .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uemtJmY17w .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-uemtJmY17w .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-uemtJmY17w .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.cid-uemtJmY17w .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uemtJmY17w .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uemtJmY17w .mbr-desc {
  color: #262626;
}
.cid-uemtJmY17w .mbr-section-title {
  color: #131313;
}
.cid-uemtJmY17w .mbr-text {
  color: #131313;
}
.cid-uemtJnc9Cg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uemtJnc9Cg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uemtJnc9Cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uemtJnc9Cg .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-uemtJnc9Cg .container {
    padding: 0 22px;
  }
}
.cid-uemtJnc9Cg .row {
  position: relative;
  z-index: 1;
}
.cid-uemtJnc9Cg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uemtJnc9Cg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uemtJnc9Cg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uemtJnc9Cg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uemtJnc9Cg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uemtJnc9Cg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uemtJnc9Cg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uemtJnc9Cg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uemtJnc9Cg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uemtJnc9Cg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uemtJnc9Cg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uemtJnc9Cg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uemtJnc9Cg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uemtJnc9Cg .nav-wrapper .list .item-wrap:hover,
.cid-uemtJnc9Cg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uemtJnc9Cg .nav-wrapper .list .item-wrap:hover::before,
.cid-uemtJnc9Cg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uemtJnc9Cg .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-uemtJnc9Cg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uemtJnc9Cg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uemtJnc9Cg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uemtJnc9Cg .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-uemtJnc9Cg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uemtJnc9Cg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uemtJnc9Cg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uemtJnc9Cg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uemtJnc9Cg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uemtJnc9Cg .mbr-section-title {
  color: #00d0f3;
}
.cid-uemtJnc9Cg .mbr-text {
  color: #ffffff;
}
.cid-uemtJnc9Cg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uemtJnc9Cg .list {
  color: #ffffff;
}
.cid-uemtJnc9Cg .mbr-contact {
  color: #ffffff;
}
.cid-uemtJnc9Cg .mbr-desc {
  color: #ffffff;
}
.cid-uemtJnviFF.popup-builder {
  background-color: #ffffff;
}
.cid-uemtJnviFF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uemtJnviFF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uemtJnviFF .modal-content,
.cid-uemtJnviFF .modal-dialog {
  height: auto;
}
.cid-uemtJnviFF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uemtJnviFF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uemtJnviFF .form-wrapper .mbr-form .form-group,
  .cid-uemtJnviFF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uemtJnviFF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uemtJnviFF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uemtJnviFF .mbr-text {
  text-align: center;
}
.cid-uemtJnviFF .pt-0 {
  padding-top: 0 !important;
}
.cid-uemtJnviFF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uemtJnviFF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uemtJnviFF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uemtJnviFF .modal-open {
  overflow: hidden;
}
.cid-uemtJnviFF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uemtJnviFF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uemtJnviFF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uemtJnviFF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uemtJnviFF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uemtJnviFF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uemtJnviFF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uemtJnviFF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uemtJnviFF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uemtJnviFF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uemtJnviFF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uemtJnviFF .modal-backdrop.show {
  opacity: .5;
}
.cid-uemtJnviFF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uemtJnviFF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uemtJnviFF .modal-header {
    padding: 1rem;
  }
}
.cid-uemtJnviFF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uemtJnviFF .modal-header .close svg {
  fill: #353535;
}
.cid-uemtJnviFF .modal-header .close:hover {
  opacity: 1;
}
.cid-uemtJnviFF .modal-header .close:focus {
  outline: none;
}
.cid-uemtJnviFF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uemtJnviFF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uemtJnviFF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uemtJnviFF .modal-body {
    padding: 1rem;
  }
}
.cid-uemtJnviFF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uemtJnviFF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uemtJnviFF .modal-footer {
    padding: 1rem;
  }
}
.cid-uemtJnviFF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uemtJnviFF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uemtJnviFF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uemtJnviFF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uemtJnviFF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uemtJnviFF .modal-lg,
  .cid-uemtJnviFF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uemtJnviFF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uemtJnviFF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uemtJnviFF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uemtJnviFF .form-group {
  margin-bottom: 1rem;
}
.cid-uemtJnviFF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uemtJnviFF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uemtJnviFF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uemtJnviFF .mbr-section-btn {
  margin: 0;
}
.cid-uemtJnviFF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uemwhVb3DZ {
  overflow: hidden;
  background-color: #000000;
}
.cid-uemwhVb3DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uemwhVb3DZ .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-uemwhVb3DZ .container {
    padding: 0 24px;
  }
}
.cid-uemwhVb3DZ .card {
  justify-content: center;
}
.cid-uemwhVb3DZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uemwhVb3DZ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uemwhVb3DZ .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #454545;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uemwhVb3DZ .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uemwhVb3DZ .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ff6820;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uemwhVb3DZ .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uemwhVb3DZ .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uemwhVb3DZ .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uemwhVb3DZ .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uemwhVb3DZ .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uemwhVb3DZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uemwhVb3DZ .mbr-section-title {
  color: #ffffff;
}
.cid-uemwhVb3DZ .mbr-text,
.cid-uemwhVb3DZ .text-wrap {
  color: #202020;
}
.cid-uemwhVb3DZ .mbr-text {
  color: #ffffff;
}
.cid-uemwI82RK5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uemwI82RK5 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uemwI82RK5 .mbr-shop .row {
  margin: 0;
}
.cid-uemwI82RK5 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uemwI82RK5 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uemwI82RK5 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uemwI82RK5 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uemwI82RK5 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uemwI82RK5 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uemwI82RK5 .mbr-shop .hide-modal {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uemwI82RK5 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uemwI82RK5 .mbr-shop .filter-by-pu,
.cid-uemwI82RK5 .mbr-shop .filter-by-pd,
.cid-uemwI82RK5 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uemwI82RK5 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uemwI82RK5 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem h4,
.cid-uemwI82RK5 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem h5,
.cid-uemwI82RK5 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem p,
.cid-uemwI82RK5 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uemwI82RK5 .mbr-shop .item-button {
  text-align: center;
}
.cid-uemwI82RK5 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uemwI82RK5 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uemwI82RK5 .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-uemwI82RK5 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uemwI82RK5 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uemwI82RK5 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uemwI82RK5 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uemwI82RK5 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uemwI82RK5 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uemwI82RK5 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uemwI82RK5 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uemwI82RK5 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uemwI82RK5 .mbr-shop .range-controls {
  position: relative;
}
.cid-uemwI82RK5 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uemwI82RK5 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-uemwI82RK5 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-uemwI82RK5 .mbr-shop .toggle:hover,
.cid-uemwI82RK5 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uemwI82RK5 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uemwI82RK5 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uemwI82RK5 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-uemwI82RK5 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uemwI82RK5 .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uemwI82RK5 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uemwI82RK5 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uemwI82RK5 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uemwI82RK5 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uemwI82RK5 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uemwI82RK5 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uemwI82RK5 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uemwI82RK5 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uemwI82RK5 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uemwI82RK5 .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-uemwI82RK5 .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-uemwI82RK5 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uemwI82RK5 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uemwI82RK5 .mbr-shop .price-range {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .price-range-reset {
  display: none;
}
.cid-uemwI82RK5 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uemwI82RK5 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uemwI82RK5 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uemwI82RK5 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uemwI82RK5 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uemwI82RK5 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uemwI82RK5 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uemwI82RK5 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uemwI82RK5 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uemwI82RK5 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uemwI82RK5 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uemwI82RK5 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uemwI82RK5 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uemwI82RK5 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uemwI82RK5 .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-uemwI82RK5 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uemwI82RK5 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uemwI82RK5 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uemwI82RK5 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uemwI82RK5 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uemwI82RK5 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uemwI82RK5 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uemwI82RK5 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uemwI82RK5 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uemwI82RK5 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uemwI82RK5 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uemwI82RK5 .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uemwI82RK5 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uemwI82RK5 .sort-buttons {
  display: block !important;
}
.cid-uemwI82RK5 .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uemwI82RK5 .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-uemwI82RK5 .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-uemwI82RK5 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uemwI82RK5 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uemwI82RK5 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-uemwI82RK5 .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uemwI82RK5 .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uemwI82RK5 .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uemwI82RK5 .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uemwI82RK5 .categories {
  padding: 0;
}
.cid-uemwI82RK5 .sidebar-title {
  font-weight: bold;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ueVR4WEyBW {
  display: flex;
  background-image: url("../../../assets/images/bitcoin-wallet-in-sicurezza-1280x720.jpg");
}
.cid-ueVR4WEyBW .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-ueVR4WEyBW .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-ueVR4WEyBW {
    align-items: null;
  }
  .cid-ueVR4WEyBW .row {
    justify-content: center;
  }
}
.cid-ueVR4WEyBW .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-ueVR4WEyBW .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueVR4WEyBW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueVR4WEyBW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueVR4WEyBW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueVR4WEyBW .content-wrap {
    width: 100%;
  }
}
.cid-ueVR4WEyBW .mbr-section-title {
  text-align: center;
}
.cid-ueVR4WEyBW .mbr-text,
.cid-ueVR4WEyBW .mbr-section-btn {
  text-align: center;
}
.cid-ueVXfPCmU9 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ueVXfPCmU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVXfPCmU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueVXfPCmU9 .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-ueVXfPCmU9 .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-ueVXfPCmU9 .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #00d0f3;
  border-radius: 17px;
  padding: 20px;
}
.cid-ueVXfPCmU9 .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ueVXfPCmU9 .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ueVXfPCmU9 .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-ueVXfPCmU9 .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-ueVXfPCmU9 .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ueVXfPCmU9 .row.card .image-wrapper {
    display: block;
  }
}
.cid-ueVXfPCmU9 .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-ueVXfPCmU9 .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-ueVXfPCmU9 .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-ueVXfPCmU9 .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-ueVXfPCmU9 .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-ueVXfPCmU9 .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ueVXfPCmU9 .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-ueVXfPCmU9 .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-ueVXfPCmU9 .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #04d7ff;
  transition: all .3s ease;
}
.cid-ueVXfPCmU9 .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-ueVXfPCmU9 .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ueVXfPCmU9 .mbr-section-title {
  color: #ffffff;
}
.cid-ueVXfPCmU9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ueVXfPCmU9 .mbr-text {
  color: #6e716f;
}
.cid-ueVXfPCmU9 .mbr-text,
.cid-ueVXfPCmU9 .mbr-section-btn {
  color: #ffffff;
}
.cid-ueVTOrsvIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ueVTOrsvIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVTOrsvIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueVTOrsvIg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ueVTOrsvIg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ueVTOrsvIg .container {
    padding: 0 24px;
  }
}
.cid-ueVTOrsvIg .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-ueVTOrsvIg .title-wrapper {
    padding: 0;
  }
}
.cid-ueVTOrsvIg .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-ueVTOrsvIg .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ueVTOrsvIg .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #00d0f3 0%, transparent 100%);
}
.cid-ueVTOrsvIg .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ueVTOrsvIg .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ueVTOrsvIg .mbr-section-title,
.cid-ueVTOrsvIg .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-ueVTOrsvIg .mbr-section-title,
.cid-ueVTOrsvIg .title-wrapper,
.cid-ueVTOrsvIg .mbr-section-btn {
  text-align: center;
}
.cid-uq9bUvbiGa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uq9bUvbiGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9bUvbiGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9bUvbiGa .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uq9bUvbiGa .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uq9bUvbiGa .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uq9bUvbiGa .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uq9bUvbiGa .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uq9bUvbiGa .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uq9bUvbiGa .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uq9bUvbiGa .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uq9bUvbiGa .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uq9bUvbiGa .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uq9bUvbiGa .mbr-text a {
  text-decoration: underline !important;
}
.cid-uq9bUvbiGa .mbr-text a:hover {
  color: inherit !important;
}
.cid-uf1zcx5LIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf1zcx5LIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1zcx5LIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf1zcx5LIa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .container {
    padding: 0 24px;
  }
}
.cid-uf1zcx5LIa .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uf1zcx5LIa .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .image-wrapper img {
    height: 350px;
  }
}
.cid-uf1zcx5LIa .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .content-wrapper {
    padding: 0;
  }
}
.cid-uf1zcx5LIa .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uf1zcx5LIa .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf1zcx5LIa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf1zcx5LIa .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  background-color: #04d7ff;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  background-color: #04d7ff;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uf1zcx5LIa .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #000000;
  background-color: #04d7ff;
}
.cid-uf1zcx5LIa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uf1zcx5LIa .mbr-section-title {
  color: #262642;
}
.cid-uf1zcx5LIa .mbr-section-subtitle {
  color: #000000;
}
.cid-uf1zcx5LIa .card-text {
  color: #262642;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uf1rP0LqEo.popup-builder {
  background-color: #ffffff;
}
.cid-uf1rP0LqEo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uf1rP0LqEo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uf1rP0LqEo .modal-content,
.cid-uf1rP0LqEo .modal-dialog {
  height: auto;
}
.cid-uf1rP0LqEo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uf1rP0LqEo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uf1rP0LqEo .form-wrapper .mbr-form .form-group,
  .cid-uf1rP0LqEo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uf1rP0LqEo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uf1rP0LqEo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf1rP0LqEo .mbr-text {
  text-align: center;
}
.cid-uf1rP0LqEo .pt-0 {
  padding-top: 0 !important;
}
.cid-uf1rP0LqEo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uf1rP0LqEo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uf1rP0LqEo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uf1rP0LqEo .modal-open {
  overflow: hidden;
}
.cid-uf1rP0LqEo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uf1rP0LqEo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uf1rP0LqEo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uf1rP0LqEo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uf1rP0LqEo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uf1rP0LqEo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uf1rP0LqEo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uf1rP0LqEo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uf1rP0LqEo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uf1rP0LqEo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uf1rP0LqEo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uf1rP0LqEo .modal-backdrop.show {
  opacity: .5;
}
.cid-uf1rP0LqEo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uf1rP0LqEo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uf1rP0LqEo .modal-header {
    padding: 1rem;
  }
}
.cid-uf1rP0LqEo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uf1rP0LqEo .modal-header .close svg {
  fill: #353535;
}
.cid-uf1rP0LqEo .modal-header .close:hover {
  opacity: 1;
}
.cid-uf1rP0LqEo .modal-header .close:focus {
  outline: none;
}
.cid-uf1rP0LqEo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uf1rP0LqEo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uf1rP0LqEo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf1rP0LqEo .modal-body {
    padding: 1rem;
  }
}
.cid-uf1rP0LqEo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uf1rP0LqEo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf1rP0LqEo .modal-footer {
    padding: 1rem;
  }
}
.cid-uf1rP0LqEo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uf1rP0LqEo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uf1rP0LqEo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uf1rP0LqEo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uf1rP0LqEo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uf1rP0LqEo .modal-lg,
  .cid-uf1rP0LqEo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uf1rP0LqEo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uf1rP0LqEo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uf1rP0LqEo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uf1rP0LqEo .form-group {
  margin-bottom: 1rem;
}
.cid-uf1rP0LqEo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uf1rP0LqEo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uf1rP0LqEo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uf1rP0LqEo .mbr-section-btn {
  margin: 0;
}
.cid-uf1rP0LqEo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBy2CTklS {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBy2CTklS .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBy2CTklS .main-image {
    display: none;
  }
}
.cid-ugBy2CTklS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBy2CTklS .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-ugBy2CTklS .container {
    padding: 0 16px;
  }
}
.cid-ugBy2CTklS .row {
  position: relative;
  z-index: 1;
}
.cid-ugBy2CTklS .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBy2CTklS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBy2CTklS .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBy2CTklS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBy2CTklS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBy2CTklS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBy2CTklS .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBy2CTklS .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBy2CTklS .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBy2CTklS .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBy2CTklS .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBy2CTklS .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBy2CTklS .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBy2CTklS .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBy2CTklS .mbr-section-title {
  color: #000000;
}
.cid-ugBy2CTklS .mbr-text {
  color: #000000;
}
.cid-ugBy2CTklS .card-title {
  color: #000000;
}
.cid-ugBy2CTklS .card-text {
  color: #ffffff;
}
.cid-ugBy2CTklS .card-name {
  color: #ffffff;
}
.cid-ugBy2CTklS .card-role {
  color: #ffffff;
}
.cid-ugByHr4yAT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugByHr4yAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugByHr4yAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugByHr4yAT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugByHr4yAT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugByHr4yAT .container {
    padding: 0 12px;
  }
}
.cid-ugByHr4yAT .image-wrapper img,
.cid-ugByHr4yAT .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugByHr4yAT .image-wrapper img,
  .cid-ugByHr4yAT .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .image-wrapper img,
  .cid-ugByHr4yAT .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugByHr4yAT .image-wrapper img:nth-child(2n),
  .cid-ugByHr4yAT .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugByHr4yAT .image-wrapper img,
  .cid-ugByHr4yAT .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugByHr4yAT .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugByHr4yAT .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugByHr4yAT .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugByHr4yAT .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugByHr4yAT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugByHr4yAT .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugByHr4yAT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugByHr4yAT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugByHr4yAT .mbr-text {
  color: #ffffff;
}
.cid-ugGWV4fdqn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGWV4fdqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGWV4fdqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGWV4fdqn .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGWV4fdqn .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGWV4fdqn .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGWV4fdqn .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGWV4fdqn .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGWV4fdqn .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGWV4fdqn .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGWV4fdqn .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGWV4fdqn .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGWV4fdqn .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGWV4fdqn .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGWV4fdqn .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugByIwgmrZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugByIwgmrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugByIwgmrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugByIwgmrZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugByIwgmrZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugByIwgmrZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugByIwgmrZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugByIwgmrZ .container {
    padding: 0 12px;
  }
}
.cid-ugByIwgmrZ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugByIwgmrZ .card-wrapper {
    padding: 32px;
  }
}
.cid-ugByIwgmrZ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugByIwgmrZ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugByIwgmrZ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugByIwgmrZ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugByIwgmrZ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugByIwgmrZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugByIwgmrZ .mbr-section-title,
.cid-ugByIwgmrZ .mbr-section-btn,
.cid-ugByIwgmrZ .card-wrapper {
  text-align: center;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-ugBFHORRF4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBFHORRF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBFHORRF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBFHORRF4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBFHORRF4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBFHORRF4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBFHORRF4 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBFHORRF4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBFHORRF4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBFHORRF4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBFHORRF4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBFHORRF4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBFHORRF4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBFHORRF4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBFHORRF4 .nav-link:hover::before {
  width: 100%;
}
.cid-ugBFHORRF4 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBFHORRF4 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBFHORRF4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBFHORRF4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBFHORRF4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBFHORRF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBFHORRF4 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBFHORRF4 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBFHORRF4 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBFHORRF4 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBFHORRF4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBFHORRF4 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBFHORRF4 .nav-item:focus,
.cid-ugBFHORRF4 .nav-link:focus {
  outline: none;
}
.cid-ugBFHORRF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBFHORRF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBFHORRF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBFHORRF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBFHORRF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBFHORRF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBFHORRF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBFHORRF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBFHORRF4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBFHORRF4 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBFHORRF4 .navbar.collapsed {
  justify-content: center;
}
.cid-ugBFHORRF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBFHORRF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBFHORRF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBFHORRF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBFHORRF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBFHORRF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBFHORRF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBFHORRF4 .navbar {
    min-height: 72px;
  }
  .cid-ugBFHORRF4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBFHORRF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBFHORRF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBFHORRF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBFHORRF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBFHORRF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBFHORRF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBFHORRF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBFHORRF4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBFHORRF4 .dropdown-item.active,
.cid-ugBFHORRF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBFHORRF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBFHORRF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBFHORRF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBFHORRF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBFHORRF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBFHORRF4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBFHORRF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBFHORRF4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBFHORRF4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBFHORRF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBFHORRF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBFHORRF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBFHORRF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBFHORRF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBFHORRF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBFHORRF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBFHORRF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBFHORRF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBFHORRF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBFHORRF4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBFHORRF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBFHORRF4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBFHORRF4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBFHORRF4 .navbar {
    height: 70px;
  }
  .cid-ugBFHORRF4 .navbar.opened {
    height: auto;
  }
  .cid-ugBFHORRF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBFHORRF4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBFHORRF4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBFHORRF4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBFHORRF4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBFHORRF4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBFHORRF4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBFHORRF4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBFHORRF4 .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-ugBFHORRF4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBFHORRF4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBFHORRF4 .navbar-brand,
.cid-ugBFHORRF4 .navbar-toggler,
.cid-ugBFHORRF4 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBFHPGPdF {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBFHPGPdF .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBFHPGPdF .main-image {
    display: none;
  }
}
.cid-ugBFHPGPdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBFHPGPdF .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-ugBFHPGPdF .container {
    padding: 0 16px;
  }
}
.cid-ugBFHPGPdF .row {
  position: relative;
  z-index: 1;
}
.cid-ugBFHPGPdF .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBFHPGPdF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBFHPGPdF .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBFHPGPdF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBFHPGPdF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBFHPGPdF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBFHPGPdF .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBFHPGPdF .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBFHPGPdF .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBFHPGPdF .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBFHPGPdF .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBFHPGPdF .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBFHPGPdF .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBFHPGPdF .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBFHPGPdF .mbr-section-title {
  color: #000000;
}
.cid-ugBFHPGPdF .mbr-text {
  color: #000000;
}
.cid-ugBFHPGPdF .card-title {
  color: #000000;
}
.cid-ugBFHPGPdF .card-text {
  color: #ffffff;
}
.cid-ugBFHPGPdF .card-name {
  color: #ffffff;
}
.cid-ugBFHPGPdF .card-role {
  color: #ffffff;
}
.cid-ugBFHPZMUw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBFHPZMUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBFHPZMUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBFHPZMUw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBFHPZMUw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBFHPZMUw .container {
    padding: 0 12px;
  }
}
.cid-ugBFHPZMUw .image-wrapper img,
.cid-ugBFHPZMUw .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBFHPZMUw .image-wrapper img,
  .cid-ugBFHPZMUw .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .image-wrapper img,
  .cid-ugBFHPZMUw .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBFHPZMUw .image-wrapper img:nth-child(2n),
  .cid-ugBFHPZMUw .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBFHPZMUw .image-wrapper img,
  .cid-ugBFHPZMUw .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBFHPZMUw .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBFHPZMUw .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBFHPZMUw .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBFHPZMUw .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBFHPZMUw .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBFHPZMUw .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBFHPZMUw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBFHPZMUw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBFHPZMUw .mbr-text {
  color: #ffffff;
}
.cid-ugGXKHuyda {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXKHuyda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXKHuyda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXKHuyda .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXKHuyda .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXKHuyda .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXKHuyda .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXKHuyda .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXKHuyda .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXKHuyda .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXKHuyda .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXKHuyda .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXKHuyda .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXKHuyda .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXKHuyda .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBFHQgdL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBFHQgdL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBFHQgdL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBFHQgdL9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBFHQgdL9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBFHQgdL9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBFHQgdL9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBFHQgdL9 .container {
    padding: 0 12px;
  }
}
.cid-ugBFHQgdL9 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBFHQgdL9 .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBFHQgdL9 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBFHQgdL9 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBFHQgdL9 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBFHQgdL9 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBFHQgdL9 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBFHQgdL9 .mbr-section-title {
  color: #ffffff;
}
.cid-ugBFHQgdL9 .mbr-section-title,
.cid-ugBFHQgdL9 .mbr-section-btn,
.cid-ugBFHQgdL9 .card-wrapper {
  text-align: center;
}
.cid-ugBFHQwDXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBFHQwDXf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBFHQwDXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBFHQwDXf .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-ugBFHQwDXf .container {
    padding: 0 22px;
  }
}
.cid-ugBFHQwDXf .row {
  position: relative;
  z-index: 1;
}
.cid-ugBFHQwDXf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBFHQwDXf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBFHQwDXf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBFHQwDXf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBFHQwDXf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBFHQwDXf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBFHQwDXf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBFHQwDXf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBFHQwDXf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBFHQwDXf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBFHQwDXf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBFHQwDXf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBFHQwDXf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBFHQwDXf .nav-wrapper .list .item-wrap:hover,
.cid-ugBFHQwDXf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBFHQwDXf .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBFHQwDXf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBFHQwDXf .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-ugBFHQwDXf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBFHQwDXf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBFHQwDXf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBFHQwDXf .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-ugBFHQwDXf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBFHQwDXf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBFHQwDXf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBFHQwDXf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBFHQwDXf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBFHQwDXf .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBFHQwDXf .mbr-text {
  color: #ffffff;
}
.cid-ugBFHQwDXf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBFHQwDXf .list {
  color: #ffffff;
}
.cid-ugBFHQwDXf .mbr-contact {
  color: #ffffff;
}
.cid-ugBFHQwDXf .mbr-desc {
  color: #ffffff;
}
.cid-ugBGJOMoMB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBGJOMoMB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBGJOMoMB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBGJOMoMB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBGJOMoMB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBGJOMoMB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBGJOMoMB .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBGJOMoMB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBGJOMoMB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBGJOMoMB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBGJOMoMB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBGJOMoMB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBGJOMoMB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBGJOMoMB .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBGJOMoMB .nav-link:hover::before {
  width: 100%;
}
.cid-ugBGJOMoMB .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBGJOMoMB .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBGJOMoMB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBGJOMoMB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBGJOMoMB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBGJOMoMB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBGJOMoMB .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBGJOMoMB .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBGJOMoMB .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBGJOMoMB .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBGJOMoMB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBGJOMoMB .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBGJOMoMB .nav-item:focus,
.cid-ugBGJOMoMB .nav-link:focus {
  outline: none;
}
.cid-ugBGJOMoMB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBGJOMoMB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBGJOMoMB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBGJOMoMB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBGJOMoMB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBGJOMoMB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBGJOMoMB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBGJOMoMB .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBGJOMoMB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBGJOMoMB .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBGJOMoMB .navbar.collapsed {
  justify-content: center;
}
.cid-ugBGJOMoMB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBGJOMoMB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBGJOMoMB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBGJOMoMB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBGJOMoMB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBGJOMoMB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBGJOMoMB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBGJOMoMB .navbar {
    min-height: 72px;
  }
  .cid-ugBGJOMoMB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBGJOMoMB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBGJOMoMB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBGJOMoMB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBGJOMoMB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBGJOMoMB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBGJOMoMB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBGJOMoMB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBGJOMoMB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBGJOMoMB .dropdown-item.active,
.cid-ugBGJOMoMB .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBGJOMoMB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBGJOMoMB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBGJOMoMB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBGJOMoMB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBGJOMoMB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBGJOMoMB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBGJOMoMB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBGJOMoMB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBGJOMoMB .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBGJOMoMB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBGJOMoMB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBGJOMoMB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBGJOMoMB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBGJOMoMB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBGJOMoMB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBGJOMoMB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBGJOMoMB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBGJOMoMB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBGJOMoMB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBGJOMoMB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBGJOMoMB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBGJOMoMB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBGJOMoMB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBGJOMoMB .navbar {
    height: 70px;
  }
  .cid-ugBGJOMoMB .navbar.opened {
    height: auto;
  }
  .cid-ugBGJOMoMB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBGJOMoMB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBGJOMoMB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBGJOMoMB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBGJOMoMB .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBGJOMoMB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBGJOMoMB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBGJOMoMB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBGJOMoMB .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-ugBGJOMoMB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBGJOMoMB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBGJOMoMB .navbar-brand,
.cid-ugBGJOMoMB .navbar-toggler,
.cid-ugBGJOMoMB .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBGJPyRA1 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBGJPyRA1 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBGJPyRA1 .main-image {
    display: none;
  }
}
.cid-ugBGJPyRA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBGJPyRA1 .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-ugBGJPyRA1 .container {
    padding: 0 16px;
  }
}
.cid-ugBGJPyRA1 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBGJPyRA1 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBGJPyRA1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBGJPyRA1 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBGJPyRA1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBGJPyRA1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBGJPyRA1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBGJPyRA1 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBGJPyRA1 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBGJPyRA1 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBGJPyRA1 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBGJPyRA1 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBGJPyRA1 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBGJPyRA1 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBGJPyRA1 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBGJPyRA1 .mbr-section-title {
  color: #000000;
}
.cid-ugBGJPyRA1 .mbr-text {
  color: #000000;
}
.cid-ugBGJPyRA1 .card-title {
  color: #000000;
}
.cid-ugBGJPyRA1 .card-text {
  color: #ffffff;
}
.cid-ugBGJPyRA1 .card-name {
  color: #ffffff;
}
.cid-ugBGJPyRA1 .card-role {
  color: #ffffff;
}
.cid-ugBGJPVssU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBGJPVssU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBGJPVssU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBGJPVssU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBGJPVssU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBGJPVssU .container {
    padding: 0 12px;
  }
}
.cid-ugBGJPVssU .image-wrapper img,
.cid-ugBGJPVssU .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBGJPVssU .image-wrapper img,
  .cid-ugBGJPVssU .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .image-wrapper img,
  .cid-ugBGJPVssU .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBGJPVssU .image-wrapper img:nth-child(2n),
  .cid-ugBGJPVssU .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBGJPVssU .image-wrapper img,
  .cid-ugBGJPVssU .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBGJPVssU .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBGJPVssU .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBGJPVssU .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBGJPVssU .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBGJPVssU .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBGJPVssU .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBGJPVssU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBGJPVssU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBGJPVssU .mbr-text {
  color: #ffffff;
}
.cid-ugGXN0UhQF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXN0UhQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXN0UhQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXN0UhQF .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXN0UhQF .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXN0UhQF .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXN0UhQF .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXN0UhQF .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXN0UhQF .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXN0UhQF .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXN0UhQF .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXN0UhQF .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXN0UhQF .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXN0UhQF .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXN0UhQF .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBGJQccvJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBGJQccvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBGJQccvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBGJQccvJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBGJQccvJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBGJQccvJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBGJQccvJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBGJQccvJ .container {
    padding: 0 12px;
  }
}
.cid-ugBGJQccvJ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBGJQccvJ .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBGJQccvJ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBGJQccvJ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBGJQccvJ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBGJQccvJ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBGJQccvJ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBGJQccvJ .mbr-section-title {
  color: #ffffff;
}
.cid-ugBGJQccvJ .mbr-section-title,
.cid-ugBGJQccvJ .mbr-section-btn,
.cid-ugBGJQccvJ .card-wrapper {
  text-align: center;
}
.cid-ugBGJQu9Cx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBGJQu9Cx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBGJQu9Cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBGJQu9Cx .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-ugBGJQu9Cx .container {
    padding: 0 22px;
  }
}
.cid-ugBGJQu9Cx .row {
  position: relative;
  z-index: 1;
}
.cid-ugBGJQu9Cx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBGJQu9Cx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBGJQu9Cx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBGJQu9Cx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBGJQu9Cx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBGJQu9Cx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBGJQu9Cx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBGJQu9Cx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBGJQu9Cx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBGJQu9Cx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBGJQu9Cx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBGJQu9Cx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBGJQu9Cx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBGJQu9Cx .nav-wrapper .list .item-wrap:hover,
.cid-ugBGJQu9Cx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBGJQu9Cx .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBGJQu9Cx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBGJQu9Cx .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-ugBGJQu9Cx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBGJQu9Cx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBGJQu9Cx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBGJQu9Cx .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-ugBGJQu9Cx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBGJQu9Cx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBGJQu9Cx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBGJQu9Cx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBGJQu9Cx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBGJQu9Cx .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBGJQu9Cx .mbr-text {
  color: #ffffff;
}
.cid-ugBGJQu9Cx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBGJQu9Cx .list {
  color: #ffffff;
}
.cid-ugBGJQu9Cx .mbr-contact {
  color: #ffffff;
}
.cid-ugBGJQu9Cx .mbr-desc {
  color: #ffffff;
}
.cid-ugBK1pPmTu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBK1pPmTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBK1pPmTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBK1pPmTu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBK1pPmTu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBK1pPmTu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBK1pPmTu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBK1pPmTu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBK1pPmTu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBK1pPmTu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBK1pPmTu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBK1pPmTu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBK1pPmTu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBK1pPmTu .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBK1pPmTu .nav-link:hover::before {
  width: 100%;
}
.cid-ugBK1pPmTu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBK1pPmTu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBK1pPmTu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBK1pPmTu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBK1pPmTu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBK1pPmTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBK1pPmTu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBK1pPmTu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBK1pPmTu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBK1pPmTu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBK1pPmTu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBK1pPmTu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBK1pPmTu .nav-item:focus,
.cid-ugBK1pPmTu .nav-link:focus {
  outline: none;
}
.cid-ugBK1pPmTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBK1pPmTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBK1pPmTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBK1pPmTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBK1pPmTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBK1pPmTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBK1pPmTu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBK1pPmTu .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBK1pPmTu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBK1pPmTu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBK1pPmTu .navbar.collapsed {
  justify-content: center;
}
.cid-ugBK1pPmTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBK1pPmTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBK1pPmTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBK1pPmTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBK1pPmTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBK1pPmTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBK1pPmTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBK1pPmTu .navbar {
    min-height: 72px;
  }
  .cid-ugBK1pPmTu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBK1pPmTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBK1pPmTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBK1pPmTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBK1pPmTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBK1pPmTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBK1pPmTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBK1pPmTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBK1pPmTu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBK1pPmTu .dropdown-item.active,
.cid-ugBK1pPmTu .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBK1pPmTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBK1pPmTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBK1pPmTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBK1pPmTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBK1pPmTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBK1pPmTu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBK1pPmTu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBK1pPmTu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBK1pPmTu .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBK1pPmTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBK1pPmTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBK1pPmTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBK1pPmTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBK1pPmTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBK1pPmTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBK1pPmTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBK1pPmTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBK1pPmTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBK1pPmTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBK1pPmTu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBK1pPmTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBK1pPmTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBK1pPmTu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBK1pPmTu .navbar {
    height: 70px;
  }
  .cid-ugBK1pPmTu .navbar.opened {
    height: auto;
  }
  .cid-ugBK1pPmTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBK1pPmTu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBK1pPmTu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBK1pPmTu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBK1pPmTu .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBK1pPmTu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBK1pPmTu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBK1pPmTu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBK1pPmTu .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-ugBK1pPmTu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBK1pPmTu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBK1pPmTu .navbar-brand,
.cid-ugBK1pPmTu .navbar-toggler,
.cid-ugBK1pPmTu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBK1rhgku {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBK1rhgku .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBK1rhgku .main-image {
    display: none;
  }
}
.cid-ugBK1rhgku .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBK1rhgku .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-ugBK1rhgku .container {
    padding: 0 16px;
  }
}
.cid-ugBK1rhgku .row {
  position: relative;
  z-index: 1;
}
.cid-ugBK1rhgku .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBK1rhgku .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBK1rhgku .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBK1rhgku .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBK1rhgku .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBK1rhgku .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBK1rhgku .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBK1rhgku .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBK1rhgku .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBK1rhgku .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBK1rhgku .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBK1rhgku .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBK1rhgku .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBK1rhgku .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBK1rhgku .mbr-section-title {
  color: #000000;
}
.cid-ugBK1rhgku .mbr-text {
  color: #000000;
}
.cid-ugBK1rhgku .card-title {
  color: #000000;
}
.cid-ugBK1rhgku .card-text {
  color: #ffffff;
}
.cid-ugBK1rhgku .card-name {
  color: #ffffff;
}
.cid-ugBK1rhgku .card-role {
  color: #ffffff;
}
.cid-ugBK1rKSNx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBK1rKSNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBK1rKSNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBK1rKSNx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBK1rKSNx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBK1rKSNx .container {
    padding: 0 12px;
  }
}
.cid-ugBK1rKSNx .image-wrapper img,
.cid-ugBK1rKSNx .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBK1rKSNx .image-wrapper img,
  .cid-ugBK1rKSNx .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .image-wrapper img,
  .cid-ugBK1rKSNx .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBK1rKSNx .image-wrapper img:nth-child(2n),
  .cid-ugBK1rKSNx .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBK1rKSNx .image-wrapper img,
  .cid-ugBK1rKSNx .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBK1rKSNx .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBK1rKSNx .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBK1rKSNx .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBK1rKSNx .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBK1rKSNx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBK1rKSNx .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBK1rKSNx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBK1rKSNx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBK1rKSNx .mbr-text {
  color: #ffffff;
}
.cid-ugGXOPvHnd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXOPvHnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXOPvHnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXOPvHnd .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXOPvHnd .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXOPvHnd .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXOPvHnd .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXOPvHnd .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXOPvHnd .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXOPvHnd .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXOPvHnd .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXOPvHnd .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXOPvHnd .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXOPvHnd .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXOPvHnd .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBK1satRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBK1satRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBK1satRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBK1satRA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBK1satRA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBK1satRA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBK1satRA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBK1satRA .container {
    padding: 0 12px;
  }
}
.cid-ugBK1satRA .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBK1satRA .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBK1satRA .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBK1satRA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBK1satRA .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBK1satRA .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBK1satRA .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBK1satRA .mbr-section-title {
  color: #ffffff;
}
.cid-ugBK1satRA .mbr-section-title,
.cid-ugBK1satRA .mbr-section-btn,
.cid-ugBK1satRA .card-wrapper {
  text-align: center;
}
.cid-ugBK1swtY3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBK1swtY3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBK1swtY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBK1swtY3 .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-ugBK1swtY3 .container {
    padding: 0 22px;
  }
}
.cid-ugBK1swtY3 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBK1swtY3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBK1swtY3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBK1swtY3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBK1swtY3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBK1swtY3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBK1swtY3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBK1swtY3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBK1swtY3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBK1swtY3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBK1swtY3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBK1swtY3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBK1swtY3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBK1swtY3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBK1swtY3 .nav-wrapper .list .item-wrap:hover,
.cid-ugBK1swtY3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBK1swtY3 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBK1swtY3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBK1swtY3 .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-ugBK1swtY3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBK1swtY3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBK1swtY3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBK1swtY3 .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-ugBK1swtY3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBK1swtY3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBK1swtY3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBK1swtY3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBK1swtY3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBK1swtY3 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBK1swtY3 .mbr-text {
  color: #ffffff;
}
.cid-ugBK1swtY3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBK1swtY3 .list {
  color: #ffffff;
}
.cid-ugBK1swtY3 .mbr-contact {
  color: #ffffff;
}
.cid-ugBK1swtY3 .mbr-desc {
  color: #ffffff;
}
.cid-ugBKIVcnBL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBKIVcnBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBKIVcnBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBKIVcnBL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBKIVcnBL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBKIVcnBL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBKIVcnBL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBKIVcnBL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBKIVcnBL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBKIVcnBL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBKIVcnBL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBKIVcnBL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBKIVcnBL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBKIVcnBL .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBKIVcnBL .nav-link:hover::before {
  width: 100%;
}
.cid-ugBKIVcnBL .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBKIVcnBL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBKIVcnBL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBKIVcnBL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBKIVcnBL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBKIVcnBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBKIVcnBL .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBKIVcnBL .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBKIVcnBL .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBKIVcnBL .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBKIVcnBL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBKIVcnBL .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBKIVcnBL .nav-item:focus,
.cid-ugBKIVcnBL .nav-link:focus {
  outline: none;
}
.cid-ugBKIVcnBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBKIVcnBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBKIVcnBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBKIVcnBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBKIVcnBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBKIVcnBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBKIVcnBL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBKIVcnBL .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBKIVcnBL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBKIVcnBL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBKIVcnBL .navbar.collapsed {
  justify-content: center;
}
.cid-ugBKIVcnBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBKIVcnBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBKIVcnBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBKIVcnBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBKIVcnBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBKIVcnBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBKIVcnBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBKIVcnBL .navbar {
    min-height: 72px;
  }
  .cid-ugBKIVcnBL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBKIVcnBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBKIVcnBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBKIVcnBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBKIVcnBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBKIVcnBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBKIVcnBL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBKIVcnBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBKIVcnBL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBKIVcnBL .dropdown-item.active,
.cid-ugBKIVcnBL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBKIVcnBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBKIVcnBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBKIVcnBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBKIVcnBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBKIVcnBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBKIVcnBL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBKIVcnBL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBKIVcnBL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBKIVcnBL .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBKIVcnBL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBKIVcnBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBKIVcnBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBKIVcnBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBKIVcnBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBKIVcnBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBKIVcnBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBKIVcnBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBKIVcnBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBKIVcnBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBKIVcnBL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBKIVcnBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBKIVcnBL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBKIVcnBL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBKIVcnBL .navbar {
    height: 70px;
  }
  .cid-ugBKIVcnBL .navbar.opened {
    height: auto;
  }
  .cid-ugBKIVcnBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBKIVcnBL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBKIVcnBL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBKIVcnBL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBKIVcnBL .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBKIVcnBL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBKIVcnBL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBKIVcnBL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBKIVcnBL .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-ugBKIVcnBL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBKIVcnBL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBKIVcnBL .navbar-brand,
.cid-ugBKIVcnBL .navbar-toggler,
.cid-ugBKIVcnBL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBKIW1fVs {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBKIW1fVs .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBKIW1fVs .main-image {
    display: none;
  }
}
.cid-ugBKIW1fVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBKIW1fVs .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-ugBKIW1fVs .container {
    padding: 0 16px;
  }
}
.cid-ugBKIW1fVs .row {
  position: relative;
  z-index: 1;
}
.cid-ugBKIW1fVs .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBKIW1fVs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBKIW1fVs .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBKIW1fVs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBKIW1fVs .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBKIW1fVs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBKIW1fVs .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBKIW1fVs .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBKIW1fVs .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBKIW1fVs .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBKIW1fVs .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBKIW1fVs .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBKIW1fVs .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBKIW1fVs .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBKIW1fVs .mbr-section-title {
  color: #000000;
}
.cid-ugBKIW1fVs .mbr-text {
  color: #000000;
}
.cid-ugBKIW1fVs .card-title {
  color: #000000;
}
.cid-ugBKIW1fVs .card-text {
  color: #ffffff;
}
.cid-ugBKIW1fVs .card-name {
  color: #ffffff;
}
.cid-ugBKIW1fVs .card-role {
  color: #ffffff;
}
.cid-ugBKIWmvvZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBKIWmvvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBKIWmvvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBKIWmvvZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBKIWmvvZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBKIWmvvZ .container {
    padding: 0 12px;
  }
}
.cid-ugBKIWmvvZ .image-wrapper img,
.cid-ugBKIWmvvZ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBKIWmvvZ .image-wrapper img,
  .cid-ugBKIWmvvZ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .image-wrapper img,
  .cid-ugBKIWmvvZ .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBKIWmvvZ .image-wrapper img:nth-child(2n),
  .cid-ugBKIWmvvZ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBKIWmvvZ .image-wrapper img,
  .cid-ugBKIWmvvZ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBKIWmvvZ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBKIWmvvZ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBKIWmvvZ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBKIWmvvZ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBKIWmvvZ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBKIWmvvZ .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBKIWmvvZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBKIWmvvZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBKIWmvvZ .mbr-text {
  color: #ffffff;
}
.cid-ugGXQJPmWx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXQJPmWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXQJPmWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXQJPmWx .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXQJPmWx .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXQJPmWx .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXQJPmWx .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXQJPmWx .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXQJPmWx .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXQJPmWx .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXQJPmWx .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXQJPmWx .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXQJPmWx .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXQJPmWx .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXQJPmWx .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBKIWBq3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBKIWBq3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBKIWBq3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBKIWBq3E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBKIWBq3E .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBKIWBq3E .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBKIWBq3E .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBKIWBq3E .container {
    padding: 0 12px;
  }
}
.cid-ugBKIWBq3E .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBKIWBq3E .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBKIWBq3E .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBKIWBq3E .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBKIWBq3E .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBKIWBq3E .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBKIWBq3E .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBKIWBq3E .mbr-section-title {
  color: #ffffff;
}
.cid-ugBKIWBq3E .mbr-section-title,
.cid-ugBKIWBq3E .mbr-section-btn,
.cid-ugBKIWBq3E .card-wrapper {
  text-align: center;
}
.cid-ugBKIWRCmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBKIWRCmP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBKIWRCmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBKIWRCmP .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-ugBKIWRCmP .container {
    padding: 0 22px;
  }
}
.cid-ugBKIWRCmP .row {
  position: relative;
  z-index: 1;
}
.cid-ugBKIWRCmP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBKIWRCmP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBKIWRCmP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBKIWRCmP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBKIWRCmP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBKIWRCmP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBKIWRCmP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBKIWRCmP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBKIWRCmP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBKIWRCmP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBKIWRCmP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBKIWRCmP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBKIWRCmP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBKIWRCmP .nav-wrapper .list .item-wrap:hover,
.cid-ugBKIWRCmP .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBKIWRCmP .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBKIWRCmP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBKIWRCmP .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-ugBKIWRCmP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBKIWRCmP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBKIWRCmP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBKIWRCmP .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-ugBKIWRCmP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBKIWRCmP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBKIWRCmP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBKIWRCmP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBKIWRCmP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBKIWRCmP .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBKIWRCmP .mbr-text {
  color: #ffffff;
}
.cid-ugBKIWRCmP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBKIWRCmP .list {
  color: #ffffff;
}
.cid-ugBKIWRCmP .mbr-contact {
  color: #ffffff;
}
.cid-ugBKIWRCmP .mbr-desc {
  color: #ffffff;
}
.cid-ugBLnE1t5B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBLnE1t5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBLnE1t5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBLnE1t5B .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBLnE1t5B .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBLnE1t5B .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBLnE1t5B .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBLnE1t5B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBLnE1t5B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBLnE1t5B .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBLnE1t5B .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBLnE1t5B .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBLnE1t5B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBLnE1t5B .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBLnE1t5B .nav-link:hover::before {
  width: 100%;
}
.cid-ugBLnE1t5B .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBLnE1t5B .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBLnE1t5B .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBLnE1t5B .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBLnE1t5B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBLnE1t5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBLnE1t5B .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBLnE1t5B .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBLnE1t5B .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBLnE1t5B .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBLnE1t5B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBLnE1t5B .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBLnE1t5B .nav-item:focus,
.cid-ugBLnE1t5B .nav-link:focus {
  outline: none;
}
.cid-ugBLnE1t5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBLnE1t5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBLnE1t5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBLnE1t5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBLnE1t5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBLnE1t5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBLnE1t5B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBLnE1t5B .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBLnE1t5B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBLnE1t5B .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBLnE1t5B .navbar.collapsed {
  justify-content: center;
}
.cid-ugBLnE1t5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBLnE1t5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBLnE1t5B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBLnE1t5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBLnE1t5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBLnE1t5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBLnE1t5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBLnE1t5B .navbar {
    min-height: 72px;
  }
  .cid-ugBLnE1t5B .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBLnE1t5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBLnE1t5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBLnE1t5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBLnE1t5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBLnE1t5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBLnE1t5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBLnE1t5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBLnE1t5B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBLnE1t5B .dropdown-item.active,
.cid-ugBLnE1t5B .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBLnE1t5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBLnE1t5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBLnE1t5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBLnE1t5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBLnE1t5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBLnE1t5B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBLnE1t5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBLnE1t5B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBLnE1t5B .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBLnE1t5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBLnE1t5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBLnE1t5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBLnE1t5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBLnE1t5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBLnE1t5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBLnE1t5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBLnE1t5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBLnE1t5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBLnE1t5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBLnE1t5B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBLnE1t5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBLnE1t5B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBLnE1t5B .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBLnE1t5B .navbar {
    height: 70px;
  }
  .cid-ugBLnE1t5B .navbar.opened {
    height: auto;
  }
  .cid-ugBLnE1t5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBLnE1t5B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBLnE1t5B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBLnE1t5B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBLnE1t5B .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBLnE1t5B .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBLnE1t5B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBLnE1t5B .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBLnE1t5B .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-ugBLnE1t5B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBLnE1t5B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBLnE1t5B .navbar-brand,
.cid-ugBLnE1t5B .navbar-toggler,
.cid-ugBLnE1t5B .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBLnEZCRt {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBLnEZCRt .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBLnEZCRt .main-image {
    display: none;
  }
}
.cid-ugBLnEZCRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBLnEZCRt .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-ugBLnEZCRt .container {
    padding: 0 16px;
  }
}
.cid-ugBLnEZCRt .row {
  position: relative;
  z-index: 1;
}
.cid-ugBLnEZCRt .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBLnEZCRt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBLnEZCRt .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBLnEZCRt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBLnEZCRt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBLnEZCRt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBLnEZCRt .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBLnEZCRt .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBLnEZCRt .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBLnEZCRt .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBLnEZCRt .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBLnEZCRt .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBLnEZCRt .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBLnEZCRt .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBLnEZCRt .mbr-section-title {
  color: #000000;
}
.cid-ugBLnEZCRt .mbr-text {
  color: #000000;
}
.cid-ugBLnEZCRt .card-title {
  color: #000000;
}
.cid-ugBLnEZCRt .card-text {
  color: #ffffff;
}
.cid-ugBLnEZCRt .card-name {
  color: #ffffff;
}
.cid-ugBLnEZCRt .card-role {
  color: #ffffff;
}
.cid-ugBLnFsfwL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBLnFsfwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBLnFsfwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBLnFsfwL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBLnFsfwL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBLnFsfwL .container {
    padding: 0 12px;
  }
}
.cid-ugBLnFsfwL .image-wrapper img,
.cid-ugBLnFsfwL .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBLnFsfwL .image-wrapper img,
  .cid-ugBLnFsfwL .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .image-wrapper img,
  .cid-ugBLnFsfwL .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBLnFsfwL .image-wrapper img:nth-child(2n),
  .cid-ugBLnFsfwL .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBLnFsfwL .image-wrapper img,
  .cid-ugBLnFsfwL .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBLnFsfwL .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBLnFsfwL .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBLnFsfwL .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBLnFsfwL .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBLnFsfwL .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBLnFsfwL .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBLnFsfwL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBLnFsfwL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBLnFsfwL .mbr-text {
  color: #ffffff;
}
.cid-ugGXT2HQ1w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXT2HQ1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXT2HQ1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXT2HQ1w .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXT2HQ1w .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXT2HQ1w .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXT2HQ1w .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXT2HQ1w .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXT2HQ1w .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXT2HQ1w .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXT2HQ1w .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXT2HQ1w .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXT2HQ1w .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXT2HQ1w .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXT2HQ1w .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBLnFM6hB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBLnFM6hB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBLnFM6hB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBLnFM6hB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBLnFM6hB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBLnFM6hB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBLnFM6hB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBLnFM6hB .container {
    padding: 0 12px;
  }
}
.cid-ugBLnFM6hB .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBLnFM6hB .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBLnFM6hB .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBLnFM6hB .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBLnFM6hB .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBLnFM6hB .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBLnFM6hB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBLnFM6hB .mbr-section-title {
  color: #ffffff;
}
.cid-ugBLnFM6hB .mbr-section-title,
.cid-ugBLnFM6hB .mbr-section-btn,
.cid-ugBLnFM6hB .card-wrapper {
  text-align: center;
}
.cid-ugBLnG43q1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBLnG43q1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBLnG43q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBLnG43q1 .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-ugBLnG43q1 .container {
    padding: 0 22px;
  }
}
.cid-ugBLnG43q1 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBLnG43q1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBLnG43q1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBLnG43q1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBLnG43q1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBLnG43q1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBLnG43q1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBLnG43q1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBLnG43q1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBLnG43q1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBLnG43q1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBLnG43q1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBLnG43q1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBLnG43q1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBLnG43q1 .nav-wrapper .list .item-wrap:hover,
.cid-ugBLnG43q1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBLnG43q1 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBLnG43q1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBLnG43q1 .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-ugBLnG43q1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBLnG43q1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBLnG43q1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBLnG43q1 .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-ugBLnG43q1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBLnG43q1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBLnG43q1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBLnG43q1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBLnG43q1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBLnG43q1 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBLnG43q1 .mbr-text {
  color: #ffffff;
}
.cid-ugBLnG43q1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBLnG43q1 .list {
  color: #ffffff;
}
.cid-ugBLnG43q1 .mbr-contact {
  color: #ffffff;
}
.cid-ugBLnG43q1 .mbr-desc {
  color: #ffffff;
}
.cid-ugBM4QI6I6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBM4QI6I6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBM4QI6I6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBM4QI6I6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBM4QI6I6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBM4QI6I6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBM4QI6I6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBM4QI6I6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBM4QI6I6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBM4QI6I6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBM4QI6I6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBM4QI6I6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBM4QI6I6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBM4QI6I6 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBM4QI6I6 .nav-link:hover::before {
  width: 100%;
}
.cid-ugBM4QI6I6 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBM4QI6I6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBM4QI6I6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBM4QI6I6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBM4QI6I6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBM4QI6I6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBM4QI6I6 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBM4QI6I6 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBM4QI6I6 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBM4QI6I6 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBM4QI6I6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBM4QI6I6 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBM4QI6I6 .nav-item:focus,
.cid-ugBM4QI6I6 .nav-link:focus {
  outline: none;
}
.cid-ugBM4QI6I6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBM4QI6I6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBM4QI6I6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBM4QI6I6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBM4QI6I6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBM4QI6I6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBM4QI6I6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBM4QI6I6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBM4QI6I6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBM4QI6I6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBM4QI6I6 .navbar.collapsed {
  justify-content: center;
}
.cid-ugBM4QI6I6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBM4QI6I6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBM4QI6I6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBM4QI6I6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBM4QI6I6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBM4QI6I6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBM4QI6I6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBM4QI6I6 .navbar {
    min-height: 72px;
  }
  .cid-ugBM4QI6I6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBM4QI6I6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBM4QI6I6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBM4QI6I6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBM4QI6I6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBM4QI6I6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBM4QI6I6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBM4QI6I6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBM4QI6I6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBM4QI6I6 .dropdown-item.active,
.cid-ugBM4QI6I6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBM4QI6I6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBM4QI6I6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBM4QI6I6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBM4QI6I6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBM4QI6I6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBM4QI6I6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBM4QI6I6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBM4QI6I6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBM4QI6I6 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBM4QI6I6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBM4QI6I6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBM4QI6I6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBM4QI6I6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBM4QI6I6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBM4QI6I6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBM4QI6I6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBM4QI6I6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBM4QI6I6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBM4QI6I6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBM4QI6I6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBM4QI6I6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBM4QI6I6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBM4QI6I6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBM4QI6I6 .navbar {
    height: 70px;
  }
  .cid-ugBM4QI6I6 .navbar.opened {
    height: auto;
  }
  .cid-ugBM4QI6I6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBM4QI6I6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBM4QI6I6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBM4QI6I6 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBM4QI6I6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBM4QI6I6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBM4QI6I6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBM4QI6I6 .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-ugBM4QI6I6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBM4QI6I6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBM4QI6I6 .navbar-brand,
.cid-ugBM4QI6I6 .navbar-toggler,
.cid-ugBM4QI6I6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBM4Rz3Ll {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBM4Rz3Ll .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBM4Rz3Ll .main-image {
    display: none;
  }
}
.cid-ugBM4Rz3Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBM4Rz3Ll .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-ugBM4Rz3Ll .container {
    padding: 0 16px;
  }
}
.cid-ugBM4Rz3Ll .row {
  position: relative;
  z-index: 1;
}
.cid-ugBM4Rz3Ll .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBM4Rz3Ll .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBM4Rz3Ll .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBM4Rz3Ll .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBM4Rz3Ll .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBM4Rz3Ll .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBM4Rz3Ll .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBM4Rz3Ll .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBM4Rz3Ll .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBM4Rz3Ll .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBM4Rz3Ll .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBM4Rz3Ll .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBM4Rz3Ll .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBM4Rz3Ll .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBM4Rz3Ll .mbr-section-title {
  color: #000000;
}
.cid-ugBM4Rz3Ll .mbr-text {
  color: #000000;
}
.cid-ugBM4Rz3Ll .card-title {
  color: #000000;
}
.cid-ugBM4Rz3Ll .card-text {
  color: #ffffff;
}
.cid-ugBM4Rz3Ll .card-name {
  color: #ffffff;
}
.cid-ugBM4Rz3Ll .card-role {
  color: #ffffff;
}
.cid-ugBM4RU2wD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBM4RU2wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBM4RU2wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBM4RU2wD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBM4RU2wD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBM4RU2wD .container {
    padding: 0 12px;
  }
}
.cid-ugBM4RU2wD .image-wrapper img,
.cid-ugBM4RU2wD .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBM4RU2wD .image-wrapper img,
  .cid-ugBM4RU2wD .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .image-wrapper img,
  .cid-ugBM4RU2wD .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBM4RU2wD .image-wrapper img:nth-child(2n),
  .cid-ugBM4RU2wD .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBM4RU2wD .image-wrapper img,
  .cid-ugBM4RU2wD .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBM4RU2wD .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBM4RU2wD .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBM4RU2wD .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBM4RU2wD .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBM4RU2wD .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBM4RU2wD .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBM4RU2wD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBM4RU2wD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBM4RU2wD .mbr-text {
  color: #ffffff;
}
.cid-ugGXV1wLmc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXV1wLmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXV1wLmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXV1wLmc .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXV1wLmc .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXV1wLmc .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXV1wLmc .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXV1wLmc .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXV1wLmc .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXV1wLmc .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXV1wLmc .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXV1wLmc .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXV1wLmc .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXV1wLmc .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXV1wLmc .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBM4SFeIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBM4SFeIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBM4SFeIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBM4SFeIH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBM4SFeIH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBM4SFeIH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBM4SFeIH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBM4SFeIH .container {
    padding: 0 12px;
  }
}
.cid-ugBM4SFeIH .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBM4SFeIH .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBM4SFeIH .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBM4SFeIH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBM4SFeIH .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBM4SFeIH .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBM4SFeIH .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBM4SFeIH .mbr-section-title {
  color: #ffffff;
}
.cid-ugBM4SFeIH .mbr-section-title,
.cid-ugBM4SFeIH .mbr-section-btn,
.cid-ugBM4SFeIH .card-wrapper {
  text-align: center;
}
.cid-ugBM4TPIm0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBM4TPIm0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBM4TPIm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBM4TPIm0 .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-ugBM4TPIm0 .container {
    padding: 0 22px;
  }
}
.cid-ugBM4TPIm0 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBM4TPIm0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBM4TPIm0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBM4TPIm0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBM4TPIm0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBM4TPIm0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBM4TPIm0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBM4TPIm0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBM4TPIm0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBM4TPIm0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBM4TPIm0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBM4TPIm0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBM4TPIm0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBM4TPIm0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBM4TPIm0 .nav-wrapper .list .item-wrap:hover,
.cid-ugBM4TPIm0 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBM4TPIm0 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBM4TPIm0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBM4TPIm0 .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-ugBM4TPIm0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBM4TPIm0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBM4TPIm0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBM4TPIm0 .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-ugBM4TPIm0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBM4TPIm0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBM4TPIm0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBM4TPIm0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBM4TPIm0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBM4TPIm0 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBM4TPIm0 .mbr-text {
  color: #ffffff;
}
.cid-ugBM4TPIm0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBM4TPIm0 .list {
  color: #ffffff;
}
.cid-ugBM4TPIm0 .mbr-contact {
  color: #ffffff;
}
.cid-ugBM4TPIm0 .mbr-desc {
  color: #ffffff;
}
.cid-ugBN1aoH8c {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBN1aoH8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBN1aoH8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBN1aoH8c .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBN1aoH8c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBN1aoH8c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBN1aoH8c .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBN1aoH8c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBN1aoH8c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBN1aoH8c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBN1aoH8c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBN1aoH8c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBN1aoH8c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBN1aoH8c .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBN1aoH8c .nav-link:hover::before {
  width: 100%;
}
.cid-ugBN1aoH8c .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBN1aoH8c .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBN1aoH8c .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBN1aoH8c .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBN1aoH8c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBN1aoH8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBN1aoH8c .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBN1aoH8c .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBN1aoH8c .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBN1aoH8c .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBN1aoH8c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBN1aoH8c .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBN1aoH8c .nav-item:focus,
.cid-ugBN1aoH8c .nav-link:focus {
  outline: none;
}
.cid-ugBN1aoH8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBN1aoH8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBN1aoH8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBN1aoH8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBN1aoH8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBN1aoH8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBN1aoH8c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBN1aoH8c .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBN1aoH8c .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBN1aoH8c .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBN1aoH8c .navbar.collapsed {
  justify-content: center;
}
.cid-ugBN1aoH8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBN1aoH8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBN1aoH8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBN1aoH8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBN1aoH8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBN1aoH8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBN1aoH8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBN1aoH8c .navbar {
    min-height: 72px;
  }
  .cid-ugBN1aoH8c .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBN1aoH8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBN1aoH8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBN1aoH8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBN1aoH8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBN1aoH8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBN1aoH8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBN1aoH8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBN1aoH8c .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBN1aoH8c .dropdown-item.active,
.cid-ugBN1aoH8c .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBN1aoH8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBN1aoH8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBN1aoH8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBN1aoH8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBN1aoH8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBN1aoH8c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBN1aoH8c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBN1aoH8c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBN1aoH8c .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBN1aoH8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBN1aoH8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBN1aoH8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBN1aoH8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBN1aoH8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBN1aoH8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBN1aoH8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBN1aoH8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBN1aoH8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBN1aoH8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBN1aoH8c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBN1aoH8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBN1aoH8c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBN1aoH8c .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBN1aoH8c .navbar {
    height: 70px;
  }
  .cid-ugBN1aoH8c .navbar.opened {
    height: auto;
  }
  .cid-ugBN1aoH8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBN1aoH8c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBN1aoH8c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBN1aoH8c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBN1aoH8c .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBN1aoH8c .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBN1aoH8c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBN1aoH8c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBN1aoH8c .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-ugBN1aoH8c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBN1aoH8c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBN1aoH8c .navbar-brand,
.cid-ugBN1aoH8c .navbar-toggler,
.cid-ugBN1aoH8c .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBN1bh57N {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBN1bh57N .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBN1bh57N .main-image {
    display: none;
  }
}
.cid-ugBN1bh57N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBN1bh57N .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-ugBN1bh57N .container {
    padding: 0 16px;
  }
}
.cid-ugBN1bh57N .row {
  position: relative;
  z-index: 1;
}
.cid-ugBN1bh57N .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBN1bh57N .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBN1bh57N .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBN1bh57N .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBN1bh57N .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBN1bh57N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBN1bh57N .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBN1bh57N .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBN1bh57N .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBN1bh57N .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBN1bh57N .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBN1bh57N .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBN1bh57N .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBN1bh57N .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBN1bh57N .mbr-section-title {
  color: #000000;
}
.cid-ugBN1bh57N .mbr-text {
  color: #000000;
}
.cid-ugBN1bh57N .card-title {
  color: #000000;
}
.cid-ugBN1bh57N .card-text {
  color: #ffffff;
}
.cid-ugBN1bh57N .card-name {
  color: #ffffff;
}
.cid-ugBN1bh57N .card-role {
  color: #ffffff;
}
.cid-ugBN1bBklG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBN1bBklG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBN1bBklG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBN1bBklG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBN1bBklG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBN1bBklG .container {
    padding: 0 12px;
  }
}
.cid-ugBN1bBklG .image-wrapper img,
.cid-ugBN1bBklG .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBN1bBklG .image-wrapper img,
  .cid-ugBN1bBklG .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .image-wrapper img,
  .cid-ugBN1bBklG .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBN1bBklG .image-wrapper img:nth-child(2n),
  .cid-ugBN1bBklG .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBN1bBklG .image-wrapper img,
  .cid-ugBN1bBklG .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBN1bBklG .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBN1bBklG .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBN1bBklG .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBN1bBklG .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBN1bBklG .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBN1bBklG .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBN1bBklG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBN1bBklG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBN1bBklG .mbr-text {
  color: #ffffff;
}
.cid-ugGXWyGC0e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXWyGC0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXWyGC0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXWyGC0e .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXWyGC0e .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXWyGC0e .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXWyGC0e .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXWyGC0e .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXWyGC0e .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXWyGC0e .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXWyGC0e .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXWyGC0e .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXWyGC0e .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXWyGC0e .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXWyGC0e .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBN1bUQ4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBN1bUQ4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBN1bUQ4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBN1bUQ4I .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBN1bUQ4I .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBN1bUQ4I .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBN1bUQ4I .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBN1bUQ4I .container {
    padding: 0 12px;
  }
}
.cid-ugBN1bUQ4I .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBN1bUQ4I .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBN1bUQ4I .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBN1bUQ4I .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBN1bUQ4I .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBN1bUQ4I .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBN1bUQ4I .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBN1bUQ4I .mbr-section-title {
  color: #ffffff;
}
.cid-ugBN1bUQ4I .mbr-section-title,
.cid-ugBN1bUQ4I .mbr-section-btn,
.cid-ugBN1bUQ4I .card-wrapper {
  text-align: center;
}
.cid-ugBN1c9eze {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBN1c9eze::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBN1c9eze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBN1c9eze .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-ugBN1c9eze .container {
    padding: 0 22px;
  }
}
.cid-ugBN1c9eze .row {
  position: relative;
  z-index: 1;
}
.cid-ugBN1c9eze .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBN1c9eze .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBN1c9eze .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBN1c9eze .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBN1c9eze .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBN1c9eze .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBN1c9eze .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBN1c9eze .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBN1c9eze .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBN1c9eze .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBN1c9eze .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBN1c9eze .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBN1c9eze .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBN1c9eze .nav-wrapper .list .item-wrap:hover,
.cid-ugBN1c9eze .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBN1c9eze .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBN1c9eze .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBN1c9eze .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-ugBN1c9eze .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBN1c9eze .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBN1c9eze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBN1c9eze .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-ugBN1c9eze .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBN1c9eze .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBN1c9eze .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBN1c9eze .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBN1c9eze .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBN1c9eze .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBN1c9eze .mbr-text {
  color: #ffffff;
}
.cid-ugBN1c9eze .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBN1c9eze .list {
  color: #ffffff;
}
.cid-ugBN1c9eze .mbr-contact {
  color: #ffffff;
}
.cid-ugBN1c9eze .mbr-desc {
  color: #ffffff;
}
.cid-ugBNQBXgoi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBNQBXgoi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBNQBXgoi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBNQBXgoi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBNQBXgoi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBNQBXgoi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBNQBXgoi .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBNQBXgoi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBNQBXgoi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBNQBXgoi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBNQBXgoi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBNQBXgoi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBNQBXgoi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBNQBXgoi .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBNQBXgoi .nav-link:hover::before {
  width: 100%;
}
.cid-ugBNQBXgoi .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBNQBXgoi .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBNQBXgoi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBNQBXgoi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBNQBXgoi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBNQBXgoi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBNQBXgoi .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBNQBXgoi .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBNQBXgoi .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBNQBXgoi .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBNQBXgoi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBNQBXgoi .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBNQBXgoi .nav-item:focus,
.cid-ugBNQBXgoi .nav-link:focus {
  outline: none;
}
.cid-ugBNQBXgoi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBNQBXgoi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBNQBXgoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBNQBXgoi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBNQBXgoi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBNQBXgoi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBNQBXgoi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBNQBXgoi .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBNQBXgoi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBNQBXgoi .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBNQBXgoi .navbar.collapsed {
  justify-content: center;
}
.cid-ugBNQBXgoi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBNQBXgoi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBNQBXgoi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBNQBXgoi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBNQBXgoi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBNQBXgoi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBNQBXgoi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBNQBXgoi .navbar {
    min-height: 72px;
  }
  .cid-ugBNQBXgoi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBNQBXgoi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBNQBXgoi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBNQBXgoi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBNQBXgoi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBNQBXgoi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBNQBXgoi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBNQBXgoi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBNQBXgoi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBNQBXgoi .dropdown-item.active,
.cid-ugBNQBXgoi .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBNQBXgoi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBNQBXgoi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBNQBXgoi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBNQBXgoi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBNQBXgoi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBNQBXgoi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBNQBXgoi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBNQBXgoi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBNQBXgoi .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBNQBXgoi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBNQBXgoi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBNQBXgoi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBNQBXgoi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBNQBXgoi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBNQBXgoi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBNQBXgoi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBNQBXgoi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBNQBXgoi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBNQBXgoi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBNQBXgoi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBNQBXgoi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBNQBXgoi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBNQBXgoi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBNQBXgoi .navbar {
    height: 70px;
  }
  .cid-ugBNQBXgoi .navbar.opened {
    height: auto;
  }
  .cid-ugBNQBXgoi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBNQBXgoi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBNQBXgoi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBNQBXgoi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBNQBXgoi .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBNQBXgoi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBNQBXgoi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBNQBXgoi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBNQBXgoi .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-ugBNQBXgoi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBNQBXgoi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBNQBXgoi .navbar-brand,
.cid-ugBNQBXgoi .navbar-toggler,
.cid-ugBNQBXgoi .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBNQCUr16 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBNQCUr16 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBNQCUr16 .main-image {
    display: none;
  }
}
.cid-ugBNQCUr16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBNQCUr16 .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-ugBNQCUr16 .container {
    padding: 0 16px;
  }
}
.cid-ugBNQCUr16 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBNQCUr16 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBNQCUr16 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBNQCUr16 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBNQCUr16 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBNQCUr16 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBNQCUr16 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBNQCUr16 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBNQCUr16 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBNQCUr16 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBNQCUr16 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBNQCUr16 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBNQCUr16 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBNQCUr16 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBNQCUr16 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBNQCUr16 .mbr-section-title {
  color: #000000;
}
.cid-ugBNQCUr16 .mbr-text {
  color: #000000;
}
.cid-ugBNQCUr16 .card-title {
  color: #000000;
}
.cid-ugBNQCUr16 .card-text {
  color: #ffffff;
}
.cid-ugBNQCUr16 .card-name {
  color: #ffffff;
}
.cid-ugBNQCUr16 .card-role {
  color: #ffffff;
}
.cid-ugBNQDhl1K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBNQDhl1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBNQDhl1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBNQDhl1K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBNQDhl1K .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBNQDhl1K .container {
    padding: 0 12px;
  }
}
.cid-ugBNQDhl1K .image-wrapper img,
.cid-ugBNQDhl1K .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBNQDhl1K .image-wrapper img,
  .cid-ugBNQDhl1K .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .image-wrapper img,
  .cid-ugBNQDhl1K .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBNQDhl1K .image-wrapper img:nth-child(2n),
  .cid-ugBNQDhl1K .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBNQDhl1K .image-wrapper img,
  .cid-ugBNQDhl1K .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBNQDhl1K .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBNQDhl1K .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBNQDhl1K .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBNQDhl1K .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBNQDhl1K .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBNQDhl1K .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBNQDhl1K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBNQDhl1K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBNQDhl1K .mbr-text {
  color: #ffffff;
}
.cid-ugGXXXIw3j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXXXIw3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXXXIw3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXXXIw3j .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXXXIw3j .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXXXIw3j .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXXXIw3j .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXXXIw3j .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXXXIw3j .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXXXIw3j .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXXXIw3j .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXXXIw3j .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXXXIw3j .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXXXIw3j .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXXXIw3j .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBNQDDj3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBNQDDj3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBNQDDj3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBNQDDj3E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBNQDDj3E .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBNQDDj3E .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBNQDDj3E .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBNQDDj3E .container {
    padding: 0 12px;
  }
}
.cid-ugBNQDDj3E .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBNQDDj3E .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBNQDDj3E .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBNQDDj3E .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBNQDDj3E .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBNQDDj3E .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBNQDDj3E .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBNQDDj3E .mbr-section-title {
  color: #ffffff;
}
.cid-ugBNQDDj3E .mbr-section-title,
.cid-ugBNQDDj3E .mbr-section-btn,
.cid-ugBNQDDj3E .card-wrapper {
  text-align: center;
}
.cid-ugBNQDSeUw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBNQDSeUw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBNQDSeUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBNQDSeUw .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-ugBNQDSeUw .container {
    padding: 0 22px;
  }
}
.cid-ugBNQDSeUw .row {
  position: relative;
  z-index: 1;
}
.cid-ugBNQDSeUw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBNQDSeUw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBNQDSeUw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBNQDSeUw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBNQDSeUw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBNQDSeUw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBNQDSeUw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBNQDSeUw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBNQDSeUw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBNQDSeUw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBNQDSeUw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBNQDSeUw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBNQDSeUw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBNQDSeUw .nav-wrapper .list .item-wrap:hover,
.cid-ugBNQDSeUw .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBNQDSeUw .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBNQDSeUw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBNQDSeUw .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-ugBNQDSeUw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBNQDSeUw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBNQDSeUw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBNQDSeUw .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-ugBNQDSeUw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBNQDSeUw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBNQDSeUw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBNQDSeUw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBNQDSeUw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBNQDSeUw .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBNQDSeUw .mbr-text {
  color: #ffffff;
}
.cid-ugBNQDSeUw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBNQDSeUw .list {
  color: #ffffff;
}
.cid-ugBNQDSeUw .mbr-contact {
  color: #ffffff;
}
.cid-ugBNQDSeUw .mbr-desc {
  color: #ffffff;
}
.cid-ugBOrkmU9W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBOrkmU9W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBOrkmU9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBOrkmU9W .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBOrkmU9W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBOrkmU9W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBOrkmU9W .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBOrkmU9W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBOrkmU9W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBOrkmU9W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBOrkmU9W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBOrkmU9W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBOrkmU9W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBOrkmU9W .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBOrkmU9W .nav-link:hover::before {
  width: 100%;
}
.cid-ugBOrkmU9W .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBOrkmU9W .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBOrkmU9W .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBOrkmU9W .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBOrkmU9W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBOrkmU9W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBOrkmU9W .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBOrkmU9W .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBOrkmU9W .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBOrkmU9W .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBOrkmU9W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBOrkmU9W .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBOrkmU9W .nav-item:focus,
.cid-ugBOrkmU9W .nav-link:focus {
  outline: none;
}
.cid-ugBOrkmU9W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBOrkmU9W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBOrkmU9W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBOrkmU9W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBOrkmU9W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBOrkmU9W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBOrkmU9W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBOrkmU9W .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBOrkmU9W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBOrkmU9W .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBOrkmU9W .navbar.collapsed {
  justify-content: center;
}
.cid-ugBOrkmU9W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBOrkmU9W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBOrkmU9W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBOrkmU9W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBOrkmU9W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBOrkmU9W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBOrkmU9W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBOrkmU9W .navbar {
    min-height: 72px;
  }
  .cid-ugBOrkmU9W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBOrkmU9W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBOrkmU9W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBOrkmU9W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBOrkmU9W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBOrkmU9W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBOrkmU9W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBOrkmU9W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBOrkmU9W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBOrkmU9W .dropdown-item.active,
.cid-ugBOrkmU9W .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBOrkmU9W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBOrkmU9W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBOrkmU9W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBOrkmU9W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBOrkmU9W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBOrkmU9W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBOrkmU9W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBOrkmU9W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBOrkmU9W .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBOrkmU9W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBOrkmU9W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBOrkmU9W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBOrkmU9W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBOrkmU9W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBOrkmU9W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBOrkmU9W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBOrkmU9W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBOrkmU9W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBOrkmU9W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBOrkmU9W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBOrkmU9W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBOrkmU9W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBOrkmU9W .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBOrkmU9W .navbar {
    height: 70px;
  }
  .cid-ugBOrkmU9W .navbar.opened {
    height: auto;
  }
  .cid-ugBOrkmU9W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBOrkmU9W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBOrkmU9W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBOrkmU9W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBOrkmU9W .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBOrkmU9W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBOrkmU9W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBOrkmU9W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBOrkmU9W .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-ugBOrkmU9W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBOrkmU9W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBOrkmU9W .navbar-brand,
.cid-ugBOrkmU9W .navbar-toggler,
.cid-ugBOrkmU9W .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBOrlc6r7 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBOrlc6r7 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBOrlc6r7 .main-image {
    display: none;
  }
}
.cid-ugBOrlc6r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBOrlc6r7 .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-ugBOrlc6r7 .container {
    padding: 0 16px;
  }
}
.cid-ugBOrlc6r7 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBOrlc6r7 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBOrlc6r7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBOrlc6r7 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBOrlc6r7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBOrlc6r7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBOrlc6r7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBOrlc6r7 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBOrlc6r7 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBOrlc6r7 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBOrlc6r7 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBOrlc6r7 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBOrlc6r7 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBOrlc6r7 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBOrlc6r7 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBOrlc6r7 .mbr-section-title {
  color: #000000;
}
.cid-ugBOrlc6r7 .mbr-text {
  color: #000000;
}
.cid-ugBOrlc6r7 .card-title {
  color: #000000;
}
.cid-ugBOrlc6r7 .card-text {
  color: #ffffff;
}
.cid-ugBOrlc6r7 .card-name {
  color: #ffffff;
}
.cid-ugBOrlc6r7 .card-role {
  color: #ffffff;
}
.cid-ugBOrlCKlJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBOrlCKlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBOrlCKlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBOrlCKlJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBOrlCKlJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBOrlCKlJ .container {
    padding: 0 12px;
  }
}
.cid-ugBOrlCKlJ .image-wrapper img,
.cid-ugBOrlCKlJ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBOrlCKlJ .image-wrapper img,
  .cid-ugBOrlCKlJ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .image-wrapper img,
  .cid-ugBOrlCKlJ .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBOrlCKlJ .image-wrapper img:nth-child(2n),
  .cid-ugBOrlCKlJ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBOrlCKlJ .image-wrapper img,
  .cid-ugBOrlCKlJ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBOrlCKlJ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBOrlCKlJ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBOrlCKlJ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBOrlCKlJ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBOrlCKlJ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBOrlCKlJ .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBOrlCKlJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBOrlCKlJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBOrlCKlJ .mbr-text {
  color: #ffffff;
}
.cid-ugGXZl9Eg1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGXZl9Eg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGXZl9Eg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGXZl9Eg1 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGXZl9Eg1 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGXZl9Eg1 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGXZl9Eg1 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGXZl9Eg1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGXZl9Eg1 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGXZl9Eg1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGXZl9Eg1 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGXZl9Eg1 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGXZl9Eg1 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGXZl9Eg1 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGXZl9Eg1 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBOrlTEKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBOrlTEKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBOrlTEKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBOrlTEKI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBOrlTEKI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBOrlTEKI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBOrlTEKI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBOrlTEKI .container {
    padding: 0 12px;
  }
}
.cid-ugBOrlTEKI .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBOrlTEKI .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBOrlTEKI .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBOrlTEKI .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBOrlTEKI .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBOrlTEKI .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBOrlTEKI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBOrlTEKI .mbr-section-title {
  color: #ffffff;
}
.cid-ugBOrlTEKI .mbr-section-title,
.cid-ugBOrlTEKI .mbr-section-btn,
.cid-ugBOrlTEKI .card-wrapper {
  text-align: center;
}
.cid-ugBOrm8Us0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBOrm8Us0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBOrm8Us0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBOrm8Us0 .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-ugBOrm8Us0 .container {
    padding: 0 22px;
  }
}
.cid-ugBOrm8Us0 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBOrm8Us0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBOrm8Us0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBOrm8Us0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBOrm8Us0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBOrm8Us0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBOrm8Us0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBOrm8Us0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBOrm8Us0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBOrm8Us0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBOrm8Us0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBOrm8Us0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBOrm8Us0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBOrm8Us0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBOrm8Us0 .nav-wrapper .list .item-wrap:hover,
.cid-ugBOrm8Us0 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBOrm8Us0 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBOrm8Us0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBOrm8Us0 .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-ugBOrm8Us0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBOrm8Us0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBOrm8Us0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBOrm8Us0 .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-ugBOrm8Us0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBOrm8Us0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBOrm8Us0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBOrm8Us0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBOrm8Us0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBOrm8Us0 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBOrm8Us0 .mbr-text {
  color: #ffffff;
}
.cid-ugBOrm8Us0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBOrm8Us0 .list {
  color: #ffffff;
}
.cid-ugBOrm8Us0 .mbr-contact {
  color: #ffffff;
}
.cid-ugBOrm8Us0 .mbr-desc {
  color: #ffffff;
}
.cid-ugBPeLUEeV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBPeLUEeV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBPeLUEeV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBPeLUEeV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBPeLUEeV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBPeLUEeV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBPeLUEeV .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBPeLUEeV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBPeLUEeV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBPeLUEeV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBPeLUEeV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBPeLUEeV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBPeLUEeV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBPeLUEeV .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBPeLUEeV .nav-link:hover::before {
  width: 100%;
}
.cid-ugBPeLUEeV .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPeLUEeV .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBPeLUEeV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBPeLUEeV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBPeLUEeV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBPeLUEeV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBPeLUEeV .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBPeLUEeV .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBPeLUEeV .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBPeLUEeV .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBPeLUEeV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBPeLUEeV .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBPeLUEeV .nav-item:focus,
.cid-ugBPeLUEeV .nav-link:focus {
  outline: none;
}
.cid-ugBPeLUEeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBPeLUEeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBPeLUEeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBPeLUEeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBPeLUEeV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBPeLUEeV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBPeLUEeV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBPeLUEeV .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBPeLUEeV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPeLUEeV .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBPeLUEeV .navbar.collapsed {
  justify-content: center;
}
.cid-ugBPeLUEeV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBPeLUEeV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBPeLUEeV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBPeLUEeV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBPeLUEeV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBPeLUEeV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBPeLUEeV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBPeLUEeV .navbar {
    min-height: 72px;
  }
  .cid-ugBPeLUEeV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBPeLUEeV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBPeLUEeV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBPeLUEeV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBPeLUEeV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBPeLUEeV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBPeLUEeV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBPeLUEeV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBPeLUEeV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBPeLUEeV .dropdown-item.active,
.cid-ugBPeLUEeV .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBPeLUEeV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBPeLUEeV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBPeLUEeV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBPeLUEeV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBPeLUEeV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBPeLUEeV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBPeLUEeV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBPeLUEeV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBPeLUEeV .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBPeLUEeV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBPeLUEeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBPeLUEeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBPeLUEeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBPeLUEeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBPeLUEeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBPeLUEeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBPeLUEeV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBPeLUEeV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBPeLUEeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBPeLUEeV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBPeLUEeV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBPeLUEeV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPeLUEeV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBPeLUEeV .navbar {
    height: 70px;
  }
  .cid-ugBPeLUEeV .navbar.opened {
    height: auto;
  }
  .cid-ugBPeLUEeV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBPeLUEeV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBPeLUEeV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBPeLUEeV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBPeLUEeV .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBPeLUEeV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBPeLUEeV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBPeLUEeV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBPeLUEeV .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-ugBPeLUEeV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBPeLUEeV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBPeLUEeV .navbar-brand,
.cid-ugBPeLUEeV .navbar-toggler,
.cid-ugBPeLUEeV .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBPeMHt3G {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBPeMHt3G .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBPeMHt3G .main-image {
    display: none;
  }
}
.cid-ugBPeMHt3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPeMHt3G .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-ugBPeMHt3G .container {
    padding: 0 16px;
  }
}
.cid-ugBPeMHt3G .row {
  position: relative;
  z-index: 1;
}
.cid-ugBPeMHt3G .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPeMHt3G .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBPeMHt3G .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBPeMHt3G .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBPeMHt3G .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBPeMHt3G .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBPeMHt3G .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBPeMHt3G .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBPeMHt3G .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBPeMHt3G .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBPeMHt3G .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBPeMHt3G .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBPeMHt3G .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBPeMHt3G .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBPeMHt3G .mbr-section-title {
  color: #000000;
}
.cid-ugBPeMHt3G .mbr-text {
  color: #000000;
}
.cid-ugBPeMHt3G .card-title {
  color: #000000;
}
.cid-ugBPeMHt3G .card-text {
  color: #ffffff;
}
.cid-ugBPeMHt3G .card-name {
  color: #ffffff;
}
.cid-ugBPeMHt3G .card-role {
  color: #ffffff;
}
.cid-ugBPeN24Z8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBPeN24Z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPeN24Z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBPeN24Z8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPeN24Z8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPeN24Z8 .container {
    padding: 0 12px;
  }
}
.cid-ugBPeN24Z8 .image-wrapper img,
.cid-ugBPeN24Z8 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBPeN24Z8 .image-wrapper img,
  .cid-ugBPeN24Z8 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .image-wrapper img,
  .cid-ugBPeN24Z8 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBPeN24Z8 .image-wrapper img:nth-child(2n),
  .cid-ugBPeN24Z8 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBPeN24Z8 .image-wrapper img,
  .cid-ugBPeN24Z8 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBPeN24Z8 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBPeN24Z8 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBPeN24Z8 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBPeN24Z8 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBPeN24Z8 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBPeN24Z8 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBPeN24Z8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBPeN24Z8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBPeN24Z8 .mbr-text {
  color: #ffffff;
}
.cid-ugGY0IBUK0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGY0IBUK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGY0IBUK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGY0IBUK0 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGY0IBUK0 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGY0IBUK0 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGY0IBUK0 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGY0IBUK0 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGY0IBUK0 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGY0IBUK0 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGY0IBUK0 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGY0IBUK0 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGY0IBUK0 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGY0IBUK0 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGY0IBUK0 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBPeNjIE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBPeNjIE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPeNjIE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBPeNjIE6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBPeNjIE6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPeNjIE6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPeNjIE6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPeNjIE6 .container {
    padding: 0 12px;
  }
}
.cid-ugBPeNjIE6 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBPeNjIE6 .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBPeNjIE6 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBPeNjIE6 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBPeNjIE6 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBPeNjIE6 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBPeNjIE6 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBPeNjIE6 .mbr-section-title {
  color: #ffffff;
}
.cid-ugBPeNjIE6 .mbr-section-title,
.cid-ugBPeNjIE6 .mbr-section-btn,
.cid-ugBPeNjIE6 .card-wrapper {
  text-align: center;
}
.cid-ugBPeNAR5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBPeNAR5s::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBPeNAR5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPeNAR5s .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-ugBPeNAR5s .container {
    padding: 0 22px;
  }
}
.cid-ugBPeNAR5s .row {
  position: relative;
  z-index: 1;
}
.cid-ugBPeNAR5s .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBPeNAR5s .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBPeNAR5s .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBPeNAR5s .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBPeNAR5s .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPeNAR5s .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBPeNAR5s .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBPeNAR5s .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPeNAR5s .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBPeNAR5s .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPeNAR5s .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBPeNAR5s .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBPeNAR5s .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPeNAR5s .nav-wrapper .list .item-wrap:hover,
.cid-ugBPeNAR5s .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBPeNAR5s .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBPeNAR5s .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBPeNAR5s .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-ugBPeNAR5s .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPeNAR5s .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBPeNAR5s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPeNAR5s .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-ugBPeNAR5s .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPeNAR5s .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBPeNAR5s .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBPeNAR5s .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPeNAR5s .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBPeNAR5s .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBPeNAR5s .mbr-text {
  color: #ffffff;
}
.cid-ugBPeNAR5s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBPeNAR5s .list {
  color: #ffffff;
}
.cid-ugBPeNAR5s .mbr-contact {
  color: #ffffff;
}
.cid-ugBPeNAR5s .mbr-desc {
  color: #ffffff;
}
.cid-ugBPQKKaoA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugBPQKKaoA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBPQKKaoA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBPQKKaoA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugBPQKKaoA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugBPQKKaoA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugBPQKKaoA .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugBPQKKaoA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugBPQKKaoA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugBPQKKaoA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugBPQKKaoA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugBPQKKaoA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugBPQKKaoA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugBPQKKaoA .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugBPQKKaoA .nav-link:hover::before {
  width: 100%;
}
.cid-ugBPQKKaoA .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPQKKaoA .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugBPQKKaoA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugBPQKKaoA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugBPQKKaoA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugBPQKKaoA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugBPQKKaoA .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugBPQKKaoA .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugBPQKKaoA .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugBPQKKaoA .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugBPQKKaoA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBPQKKaoA .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugBPQKKaoA .nav-item:focus,
.cid-ugBPQKKaoA .nav-link:focus {
  outline: none;
}
.cid-ugBPQKKaoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBPQKKaoA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBPQKKaoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBPQKKaoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBPQKKaoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBPQKKaoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBPQKKaoA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBPQKKaoA .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBPQKKaoA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPQKKaoA .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugBPQKKaoA .navbar.collapsed {
  justify-content: center;
}
.cid-ugBPQKKaoA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBPQKKaoA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBPQKKaoA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugBPQKKaoA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBPQKKaoA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBPQKKaoA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBPQKKaoA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugBPQKKaoA .navbar {
    min-height: 72px;
  }
  .cid-ugBPQKKaoA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugBPQKKaoA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBPQKKaoA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBPQKKaoA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBPQKKaoA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBPQKKaoA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugBPQKKaoA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBPQKKaoA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBPQKKaoA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugBPQKKaoA .dropdown-item.active,
.cid-ugBPQKKaoA .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBPQKKaoA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBPQKKaoA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBPQKKaoA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBPQKKaoA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugBPQKKaoA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugBPQKKaoA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugBPQKKaoA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBPQKKaoA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugBPQKKaoA .navbar-buttons {
    text-align: left;
  }
}
.cid-ugBPQKKaoA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBPQKKaoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugBPQKKaoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBPQKKaoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBPQKKaoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBPQKKaoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBPQKKaoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBPQKKaoA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBPQKKaoA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBPQKKaoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBPQKKaoA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugBPQKKaoA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBPQKKaoA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPQKKaoA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugBPQKKaoA .navbar {
    height: 70px;
  }
  .cid-ugBPQKKaoA .navbar.opened {
    height: auto;
  }
  .cid-ugBPQKKaoA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBPQKKaoA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugBPQKKaoA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugBPQKKaoA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugBPQKKaoA .navbar-brand {
    margin-right: auto;
  }
  .cid-ugBPQKKaoA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugBPQKKaoA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugBPQKKaoA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugBPQKKaoA .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-ugBPQKKaoA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugBPQKKaoA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugBPQKKaoA .navbar-brand,
.cid-ugBPQKKaoA .navbar-toggler,
.cid-ugBPQKKaoA .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugBPQLyrQW {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugBPQLyrQW .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBPQLyrQW .main-image {
    display: none;
  }
}
.cid-ugBPQLyrQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPQLyrQW .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-ugBPQLyrQW .container {
    padding: 0 16px;
  }
}
.cid-ugBPQLyrQW .row {
  position: relative;
  z-index: 1;
}
.cid-ugBPQLyrQW .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPQLyrQW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBPQLyrQW .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugBPQLyrQW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugBPQLyrQW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugBPQLyrQW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugBPQLyrQW .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugBPQLyrQW .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugBPQLyrQW .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugBPQLyrQW .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugBPQLyrQW .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugBPQLyrQW .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugBPQLyrQW .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugBPQLyrQW .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugBPQLyrQW .mbr-section-title {
  color: #000000;
}
.cid-ugBPQLyrQW .mbr-text {
  color: #000000;
}
.cid-ugBPQLyrQW .card-title {
  color: #000000;
}
.cid-ugBPQLyrQW .card-text {
  color: #ffffff;
}
.cid-ugBPQLyrQW .card-name {
  color: #ffffff;
}
.cid-ugBPQLyrQW .card-role {
  color: #ffffff;
}
.cid-ugBPQLTNJh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugBPQLTNJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPQLTNJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBPQLTNJh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPQLTNJh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPQLTNJh .container {
    padding: 0 12px;
  }
}
.cid-ugBPQLTNJh .image-wrapper img,
.cid-ugBPQLTNJh .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugBPQLTNJh .image-wrapper img,
  .cid-ugBPQLTNJh .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .image-wrapper img,
  .cid-ugBPQLTNJh .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugBPQLTNJh .image-wrapper img:nth-child(2n),
  .cid-ugBPQLTNJh .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugBPQLTNJh .image-wrapper img,
  .cid-ugBPQLTNJh .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugBPQLTNJh .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugBPQLTNJh .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugBPQLTNJh .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugBPQLTNJh .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugBPQLTNJh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugBPQLTNJh .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugBPQLTNJh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBPQLTNJh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugBPQLTNJh .mbr-text {
  color: #ffffff;
}
.cid-ugGY24fcNh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGY24fcNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGY24fcNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGY24fcNh .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGY24fcNh .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGY24fcNh .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGY24fcNh .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGY24fcNh .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGY24fcNh .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGY24fcNh .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGY24fcNh .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGY24fcNh .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGY24fcNh .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGY24fcNh .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGY24fcNh .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugBPQMc8GO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugBPQMc8GO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPQMc8GO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBPQMc8GO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugBPQMc8GO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPQMc8GO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugBPQMc8GO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugBPQMc8GO .container {
    padding: 0 12px;
  }
}
.cid-ugBPQMc8GO .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugBPQMc8GO .card-wrapper {
    padding: 32px;
  }
}
.cid-ugBPQMc8GO .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugBPQMc8GO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugBPQMc8GO .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugBPQMc8GO .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugBPQMc8GO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugBPQMc8GO .mbr-section-title {
  color: #ffffff;
}
.cid-ugBPQMc8GO .mbr-section-title,
.cid-ugBPQMc8GO .mbr-section-btn,
.cid-ugBPQMc8GO .card-wrapper {
  text-align: center;
}
.cid-ugBPQMrLH4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugBPQMrLH4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugBPQMrLH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPQMrLH4 .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-ugBPQMrLH4 .container {
    padding: 0 22px;
  }
}
.cid-ugBPQMrLH4 .row {
  position: relative;
  z-index: 1;
}
.cid-ugBPQMrLH4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugBPQMrLH4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBPQMrLH4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugBPQMrLH4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugBPQMrLH4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPQMrLH4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugBPQMrLH4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugBPQMrLH4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPQMrLH4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugBPQMrLH4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugBPQMrLH4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugBPQMrLH4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugBPQMrLH4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPQMrLH4 .nav-wrapper .list .item-wrap:hover,
.cid-ugBPQMrLH4 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugBPQMrLH4 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugBPQMrLH4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugBPQMrLH4 .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-ugBPQMrLH4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPQMrLH4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugBPQMrLH4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPQMrLH4 .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-ugBPQMrLH4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugBPQMrLH4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugBPQMrLH4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugBPQMrLH4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugBPQMrLH4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugBPQMrLH4 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugBPQMrLH4 .mbr-text {
  color: #ffffff;
}
.cid-ugBPQMrLH4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugBPQMrLH4 .list {
  color: #ffffff;
}
.cid-ugBPQMrLH4 .mbr-contact {
  color: #ffffff;
}
.cid-ugBPQMrLH4 .mbr-desc {
  color: #ffffff;
}
.cid-ugCbOxPEMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugCbOxPEMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugCbOxPEMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugCbOxPEMZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugCbOxPEMZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugCbOxPEMZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugCbOxPEMZ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugCbOxPEMZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugCbOxPEMZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugCbOxPEMZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugCbOxPEMZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugCbOxPEMZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugCbOxPEMZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugCbOxPEMZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugCbOxPEMZ .nav-link:hover::before {
  width: 100%;
}
.cid-ugCbOxPEMZ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCbOxPEMZ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugCbOxPEMZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugCbOxPEMZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugCbOxPEMZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugCbOxPEMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugCbOxPEMZ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugCbOxPEMZ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugCbOxPEMZ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugCbOxPEMZ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugCbOxPEMZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugCbOxPEMZ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugCbOxPEMZ .nav-item:focus,
.cid-ugCbOxPEMZ .nav-link:focus {
  outline: none;
}
.cid-ugCbOxPEMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugCbOxPEMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugCbOxPEMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugCbOxPEMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugCbOxPEMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugCbOxPEMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ugCbOxPEMZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugCbOxPEMZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ugCbOxPEMZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCbOxPEMZ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugCbOxPEMZ .navbar.collapsed {
  justify-content: center;
}
.cid-ugCbOxPEMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugCbOxPEMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugCbOxPEMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugCbOxPEMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugCbOxPEMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugCbOxPEMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugCbOxPEMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugCbOxPEMZ .navbar {
    min-height: 72px;
  }
  .cid-ugCbOxPEMZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugCbOxPEMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugCbOxPEMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugCbOxPEMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugCbOxPEMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugCbOxPEMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugCbOxPEMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugCbOxPEMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugCbOxPEMZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugCbOxPEMZ .dropdown-item.active,
.cid-ugCbOxPEMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugCbOxPEMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugCbOxPEMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugCbOxPEMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugCbOxPEMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugCbOxPEMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugCbOxPEMZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugCbOxPEMZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugCbOxPEMZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugCbOxPEMZ .navbar-buttons {
    text-align: left;
  }
}
.cid-ugCbOxPEMZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugCbOxPEMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugCbOxPEMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugCbOxPEMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCbOxPEMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCbOxPEMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugCbOxPEMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCbOxPEMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugCbOxPEMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugCbOxPEMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCbOxPEMZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugCbOxPEMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugCbOxPEMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCbOxPEMZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugCbOxPEMZ .navbar {
    height: 70px;
  }
  .cid-ugCbOxPEMZ .navbar.opened {
    height: auto;
  }
  .cid-ugCbOxPEMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugCbOxPEMZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugCbOxPEMZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugCbOxPEMZ .navbar-brand {
    margin-right: auto;
  }
  .cid-ugCbOxPEMZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugCbOxPEMZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugCbOxPEMZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugCbOxPEMZ .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-ugCbOxPEMZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugCbOxPEMZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugCbOxPEMZ .navbar-brand,
.cid-ugCbOxPEMZ .navbar-toggler,
.cid-ugCbOxPEMZ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugCbOBVLdq {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugCbOBVLdq .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugCbOBVLdq .main-image {
    display: none;
  }
}
.cid-ugCbOBVLdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCbOBVLdq .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-ugCbOBVLdq .container {
    padding: 0 16px;
  }
}
.cid-ugCbOBVLdq .row {
  position: relative;
  z-index: 1;
}
.cid-ugCbOBVLdq .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCbOBVLdq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugCbOBVLdq .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugCbOBVLdq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugCbOBVLdq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugCbOBVLdq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugCbOBVLdq .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugCbOBVLdq .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugCbOBVLdq .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugCbOBVLdq .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugCbOBVLdq .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugCbOBVLdq .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugCbOBVLdq .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugCbOBVLdq .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugCbOBVLdq .mbr-section-title {
  color: #000000;
}
.cid-ugCbOBVLdq .mbr-text {
  color: #000000;
}
.cid-ugCbOBVLdq .card-title {
  color: #000000;
}
.cid-ugCbOBVLdq .card-text {
  color: #ffffff;
}
.cid-ugCbOBVLdq .card-name {
  color: #ffffff;
}
.cid-ugCbOBVLdq .card-role {
  color: #ffffff;
}
.cid-ugCbOCsGH9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugCbOCsGH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCbOCsGH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCbOCsGH9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCbOCsGH9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCbOCsGH9 .container {
    padding: 0 12px;
  }
}
.cid-ugCbOCsGH9 .image-wrapper img,
.cid-ugCbOCsGH9 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugCbOCsGH9 .image-wrapper img,
  .cid-ugCbOCsGH9 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .image-wrapper img,
  .cid-ugCbOCsGH9 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugCbOCsGH9 .image-wrapper img:nth-child(2n),
  .cid-ugCbOCsGH9 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugCbOCsGH9 .image-wrapper img,
  .cid-ugCbOCsGH9 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugCbOCsGH9 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugCbOCsGH9 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugCbOCsGH9 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugCbOCsGH9 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugCbOCsGH9 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCbOCsGH9 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugCbOCsGH9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCbOCsGH9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugCbOCsGH9 .mbr-text {
  color: #ffffff;
}
.cid-ugGY3njClo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGY3njClo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGY3njClo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGY3njClo .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGY3njClo .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGY3njClo .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGY3njClo .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGY3njClo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGY3njClo .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGY3njClo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGY3njClo .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGY3njClo .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGY3njClo .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGY3njClo .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGY3njClo .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugCbOCKFOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugCbOCKFOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCbOCKFOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCbOCKFOX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCbOCKFOX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCbOCKFOX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCbOCKFOX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCbOCKFOX .container {
    padding: 0 12px;
  }
}
.cid-ugCbOCKFOX .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugCbOCKFOX .card-wrapper {
    padding: 32px;
  }
}
.cid-ugCbOCKFOX .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugCbOCKFOX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugCbOCKFOX .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugCbOCKFOX .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugCbOCKFOX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugCbOCKFOX .mbr-section-title {
  color: #ffffff;
}
.cid-ugCbOCKFOX .mbr-section-title,
.cid-ugCbOCKFOX .mbr-section-btn,
.cid-ugCbOCKFOX .card-wrapper {
  text-align: center;
}
.cid-ugCbOCZOMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugCbOCZOMP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugCbOCZOMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCbOCZOMP .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-ugCbOCZOMP .container {
    padding: 0 22px;
  }
}
.cid-ugCbOCZOMP .row {
  position: relative;
  z-index: 1;
}
.cid-ugCbOCZOMP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugCbOCZOMP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCbOCZOMP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCbOCZOMP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugCbOCZOMP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCbOCZOMP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugCbOCZOMP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCbOCZOMP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCbOCZOMP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugCbOCZOMP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCbOCZOMP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugCbOCZOMP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugCbOCZOMP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCbOCZOMP .nav-wrapper .list .item-wrap:hover,
.cid-ugCbOCZOMP .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugCbOCZOMP .nav-wrapper .list .item-wrap:hover::before,
.cid-ugCbOCZOMP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugCbOCZOMP .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-ugCbOCZOMP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCbOCZOMP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugCbOCZOMP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCbOCZOMP .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-ugCbOCZOMP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCbOCZOMP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCbOCZOMP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugCbOCZOMP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCbOCZOMP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugCbOCZOMP .mbr-section-title {
  color: #00d0f3;
}
.cid-ugCbOCZOMP .mbr-text {
  color: #ffffff;
}
.cid-ugCbOCZOMP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugCbOCZOMP .list {
  color: #ffffff;
}
.cid-ugCbOCZOMP .mbr-contact {
  color: #ffffff;
}
.cid-ugCbOCZOMP .mbr-desc {
  color: #ffffff;
}
.cid-ugCgLV3WCs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugCgLV3WCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugCgLV3WCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugCgLV3WCs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugCgLV3WCs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugCgLV3WCs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugCgLV3WCs .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugCgLV3WCs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugCgLV3WCs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugCgLV3WCs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugCgLV3WCs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugCgLV3WCs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugCgLV3WCs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugCgLV3WCs .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugCgLV3WCs .nav-link:hover::before {
  width: 100%;
}
.cid-ugCgLV3WCs .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCgLV3WCs .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugCgLV3WCs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugCgLV3WCs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugCgLV3WCs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugCgLV3WCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugCgLV3WCs .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugCgLV3WCs .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugCgLV3WCs .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugCgLV3WCs .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugCgLV3WCs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugCgLV3WCs .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugCgLV3WCs .nav-item:focus,
.cid-ugCgLV3WCs .nav-link:focus {
  outline: none;
}
.cid-ugCgLV3WCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugCgLV3WCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugCgLV3WCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugCgLV3WCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugCgLV3WCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugCgLV3WCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar.opened {
  transition: all 0.3s;
}
.cid-ugCgLV3WCs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugCgLV3WCs .navbar .navbar-logo img {
  width: auto;
}
.cid-ugCgLV3WCs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCgLV3WCs .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugCgLV3WCs .navbar.collapsed {
  justify-content: center;
}
.cid-ugCgLV3WCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugCgLV3WCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugCgLV3WCs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugCgLV3WCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugCgLV3WCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugCgLV3WCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugCgLV3WCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugCgLV3WCs .navbar {
    min-height: 72px;
  }
  .cid-ugCgLV3WCs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugCgLV3WCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugCgLV3WCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugCgLV3WCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugCgLV3WCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugCgLV3WCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugCgLV3WCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugCgLV3WCs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugCgLV3WCs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugCgLV3WCs .dropdown-item.active,
.cid-ugCgLV3WCs .dropdown-item:active {
  background-color: transparent;
}
.cid-ugCgLV3WCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugCgLV3WCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugCgLV3WCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugCgLV3WCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugCgLV3WCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugCgLV3WCs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugCgLV3WCs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugCgLV3WCs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugCgLV3WCs .navbar-buttons {
    text-align: left;
  }
}
.cid-ugCgLV3WCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugCgLV3WCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugCgLV3WCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugCgLV3WCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCgLV3WCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCgLV3WCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugCgLV3WCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCgLV3WCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugCgLV3WCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugCgLV3WCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCgLV3WCs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugCgLV3WCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugCgLV3WCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCgLV3WCs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugCgLV3WCs .navbar {
    height: 70px;
  }
  .cid-ugCgLV3WCs .navbar.opened {
    height: auto;
  }
  .cid-ugCgLV3WCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugCgLV3WCs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugCgLV3WCs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugCgLV3WCs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugCgLV3WCs .navbar-brand {
    margin-right: auto;
  }
  .cid-ugCgLV3WCs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugCgLV3WCs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugCgLV3WCs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugCgLV3WCs .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-ugCgLV3WCs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugCgLV3WCs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugCgLV3WCs .navbar-brand,
.cid-ugCgLV3WCs .navbar-toggler,
.cid-ugCgLV3WCs .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugCgLWlChZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugCgLWlChZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugCgLWlChZ .main-image {
    display: none;
  }
}
.cid-ugCgLWlChZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCgLWlChZ .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-ugCgLWlChZ .container {
    padding: 0 16px;
  }
}
.cid-ugCgLWlChZ .row {
  position: relative;
  z-index: 1;
}
.cid-ugCgLWlChZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCgLWlChZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugCgLWlChZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugCgLWlChZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugCgLWlChZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugCgLWlChZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugCgLWlChZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugCgLWlChZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugCgLWlChZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugCgLWlChZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugCgLWlChZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugCgLWlChZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugCgLWlChZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugCgLWlChZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugCgLWlChZ .mbr-section-title {
  color: #000000;
}
.cid-ugCgLWlChZ .mbr-text {
  color: #000000;
}
.cid-ugCgLWlChZ .card-title {
  color: #000000;
}
.cid-ugCgLWlChZ .card-text {
  color: #ffffff;
}
.cid-ugCgLWlChZ .card-name {
  color: #ffffff;
}
.cid-ugCgLWlChZ .card-role {
  color: #ffffff;
}
.cid-ugCgLWH7Tp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugCgLWH7Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCgLWH7Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCgLWH7Tp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCgLWH7Tp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCgLWH7Tp .container {
    padding: 0 12px;
  }
}
.cid-ugCgLWH7Tp .image-wrapper img,
.cid-ugCgLWH7Tp .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugCgLWH7Tp .image-wrapper img,
  .cid-ugCgLWH7Tp .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .image-wrapper img,
  .cid-ugCgLWH7Tp .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugCgLWH7Tp .image-wrapper img:nth-child(2n),
  .cid-ugCgLWH7Tp .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugCgLWH7Tp .image-wrapper img,
  .cid-ugCgLWH7Tp .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugCgLWH7Tp .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugCgLWH7Tp .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugCgLWH7Tp .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugCgLWH7Tp .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugCgLWH7Tp .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCgLWH7Tp .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugCgLWH7Tp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCgLWH7Tp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugCgLWH7Tp .mbr-text {
  color: #ffffff;
}
.cid-ugGY4Ac5EI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGY4Ac5EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGY4Ac5EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGY4Ac5EI .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGY4Ac5EI .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGY4Ac5EI .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGY4Ac5EI .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGY4Ac5EI .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGY4Ac5EI .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGY4Ac5EI .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGY4Ac5EI .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGY4Ac5EI .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGY4Ac5EI .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGY4Ac5EI .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGY4Ac5EI .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugCgLWYT2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugCgLWYT2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCgLWYT2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCgLWYT2Z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCgLWYT2Z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCgLWYT2Z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCgLWYT2Z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCgLWYT2Z .container {
    padding: 0 12px;
  }
}
.cid-ugCgLWYT2Z .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugCgLWYT2Z .card-wrapper {
    padding: 32px;
  }
}
.cid-ugCgLWYT2Z .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugCgLWYT2Z .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugCgLWYT2Z .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugCgLWYT2Z .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugCgLWYT2Z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugCgLWYT2Z .mbr-section-title {
  color: #ffffff;
}
.cid-ugCgLWYT2Z .mbr-section-title,
.cid-ugCgLWYT2Z .mbr-section-btn,
.cid-ugCgLWYT2Z .card-wrapper {
  text-align: center;
}
.cid-ugCgLYarXk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugCgLYarXk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugCgLYarXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCgLYarXk .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-ugCgLYarXk .container {
    padding: 0 22px;
  }
}
.cid-ugCgLYarXk .row {
  position: relative;
  z-index: 1;
}
.cid-ugCgLYarXk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugCgLYarXk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCgLYarXk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCgLYarXk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugCgLYarXk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCgLYarXk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugCgLYarXk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCgLYarXk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCgLYarXk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugCgLYarXk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCgLYarXk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugCgLYarXk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugCgLYarXk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCgLYarXk .nav-wrapper .list .item-wrap:hover,
.cid-ugCgLYarXk .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugCgLYarXk .nav-wrapper .list .item-wrap:hover::before,
.cid-ugCgLYarXk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugCgLYarXk .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-ugCgLYarXk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCgLYarXk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugCgLYarXk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCgLYarXk .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-ugCgLYarXk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCgLYarXk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCgLYarXk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugCgLYarXk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCgLYarXk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugCgLYarXk .mbr-section-title {
  color: #00d0f3;
}
.cid-ugCgLYarXk .mbr-text {
  color: #ffffff;
}
.cid-ugCgLYarXk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugCgLYarXk .list {
  color: #ffffff;
}
.cid-ugCgLYarXk .mbr-contact {
  color: #ffffff;
}
.cid-ugCgLYarXk .mbr-desc {
  color: #ffffff;
}
.cid-ugChNt7z2j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugChNt7z2j .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-ugChNt7z2j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugChNt7z2j .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-ugChNt7z2j .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugChNt7z2j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugChNt7z2j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugChNt7z2j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugChNt7z2j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugChNt7z2j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugChNt7z2j .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugChNt7z2j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugChNt7z2j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugChNt7z2j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugChNt7z2j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugChNt7z2j .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugChNt7z2j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugChNt7z2j .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugChNt7z2j .nav-link:hover::before {
  width: 100%;
}
.cid-ugChNt7z2j .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugChNt7z2j .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugChNt7z2j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugChNt7z2j .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugChNt7z2j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugChNt7z2j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugChNt7z2j .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugChNt7z2j .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugChNt7z2j .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugChNt7z2j .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugChNt7z2j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugChNt7z2j .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugChNt7z2j .nav-item:focus,
.cid-ugChNt7z2j .nav-link:focus {
  outline: none;
}
.cid-ugChNt7z2j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugChNt7z2j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugChNt7z2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugChNt7z2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugChNt7z2j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugChNt7z2j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugChNt7z2j .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-ugChNt7z2j .navbar.opened {
  transition: all 0.3s;
}
.cid-ugChNt7z2j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugChNt7z2j .navbar .navbar-logo img {
  width: auto;
}
.cid-ugChNt7z2j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugChNt7z2j .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugChNt7z2j .navbar.collapsed {
  justify-content: center;
}
.cid-ugChNt7z2j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugChNt7z2j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugChNt7z2j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugChNt7z2j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugChNt7z2j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugChNt7z2j .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-ugChNt7z2j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugChNt7z2j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugChNt7z2j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugChNt7z2j .navbar {
    min-height: 72px;
  }
  .cid-ugChNt7z2j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugChNt7z2j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugChNt7z2j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugChNt7z2j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugChNt7z2j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugChNt7z2j .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-ugChNt7z2j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugChNt7z2j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugChNt7z2j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugChNt7z2j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugChNt7z2j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugChNt7z2j .dropdown-item.active,
.cid-ugChNt7z2j .dropdown-item:active {
  background-color: transparent;
}
.cid-ugChNt7z2j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugChNt7z2j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugChNt7z2j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugChNt7z2j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugChNt7z2j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugChNt7z2j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugChNt7z2j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugChNt7z2j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugChNt7z2j .navbar-buttons {
    text-align: left;
  }
}
.cid-ugChNt7z2j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugChNt7z2j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugChNt7z2j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugChNt7z2j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugChNt7z2j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugChNt7z2j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugChNt7z2j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugChNt7z2j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugChNt7z2j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugChNt7z2j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugChNt7z2j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugChNt7z2j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugChNt7z2j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugChNt7z2j .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugChNt7z2j .navbar {
    height: 70px;
  }
  .cid-ugChNt7z2j .navbar.opened {
    height: auto;
  }
  .cid-ugChNt7z2j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugChNt7z2j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugChNt7z2j .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-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugChNt7z2j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugChNt7z2j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugChNt7z2j .navbar-brand {
    margin-right: auto;
  }
  .cid-ugChNt7z2j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugChNt7z2j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugChNt7z2j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugChNt7z2j .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-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugChNt7z2j .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-ugChNt7z2j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugChNt7z2j .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-ugChNt7z2j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugChNt7z2j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugChNt7z2j .navbar-brand,
.cid-ugChNt7z2j .navbar-toggler,
.cid-ugChNt7z2j .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugChNu9rbz {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugChNu9rbz .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugChNu9rbz .main-image {
    display: none;
  }
}
.cid-ugChNu9rbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugChNu9rbz .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-ugChNu9rbz .container {
    padding: 0 16px;
  }
}
.cid-ugChNu9rbz .row {
  position: relative;
  z-index: 1;
}
.cid-ugChNu9rbz .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugChNu9rbz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugChNu9rbz .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugChNu9rbz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugChNu9rbz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugChNu9rbz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugChNu9rbz .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugChNu9rbz .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugChNu9rbz .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugChNu9rbz .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugChNu9rbz .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugChNu9rbz .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugChNu9rbz .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugChNu9rbz .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugChNu9rbz .mbr-section-title {
  color: #000000;
}
.cid-ugChNu9rbz .mbr-text {
  color: #000000;
}
.cid-ugChNu9rbz .card-title {
  color: #000000;
}
.cid-ugChNu9rbz .card-text {
  color: #ffffff;
}
.cid-ugChNu9rbz .card-name {
  color: #ffffff;
}
.cid-ugChNu9rbz .card-role {
  color: #ffffff;
}
.cid-ugChNuz4HE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugChNuz4HE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugChNuz4HE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugChNuz4HE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugChNuz4HE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugChNuz4HE .container {
    padding: 0 12px;
  }
}
.cid-ugChNuz4HE .image-wrapper img,
.cid-ugChNuz4HE .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugChNuz4HE .image-wrapper img,
  .cid-ugChNuz4HE .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .image-wrapper img,
  .cid-ugChNuz4HE .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugChNuz4HE .image-wrapper img:nth-child(2n),
  .cid-ugChNuz4HE .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugChNuz4HE .image-wrapper img,
  .cid-ugChNuz4HE .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugChNuz4HE .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugChNuz4HE .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugChNuz4HE .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugChNuz4HE .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugChNuz4HE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugChNuz4HE .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugChNuz4HE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugChNuz4HE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugChNuz4HE .mbr-text {
  color: #ffffff;
}
.cid-ugGY5X7RUD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGY5X7RUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGY5X7RUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGY5X7RUD .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGY5X7RUD .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGY5X7RUD .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGY5X7RUD .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGY5X7RUD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGY5X7RUD .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGY5X7RUD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGY5X7RUD .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGY5X7RUD .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGY5X7RUD .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGY5X7RUD .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGY5X7RUD .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugChNuTwYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugChNuTwYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugChNuTwYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugChNuTwYm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugChNuTwYm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugChNuTwYm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugChNuTwYm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugChNuTwYm .container {
    padding: 0 12px;
  }
}
.cid-ugChNuTwYm .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugChNuTwYm .card-wrapper {
    padding: 32px;
  }
}
.cid-ugChNuTwYm .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugChNuTwYm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugChNuTwYm .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugChNuTwYm .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugChNuTwYm .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugChNuTwYm .mbr-section-title {
  color: #ffffff;
}
.cid-ugChNuTwYm .mbr-section-title,
.cid-ugChNuTwYm .mbr-section-btn,
.cid-ugChNuTwYm .card-wrapper {
  text-align: center;
}
.cid-ugChNvbwMI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugChNvbwMI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugChNvbwMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugChNvbwMI .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-ugChNvbwMI .container {
    padding: 0 22px;
  }
}
.cid-ugChNvbwMI .row {
  position: relative;
  z-index: 1;
}
.cid-ugChNvbwMI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugChNvbwMI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugChNvbwMI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugChNvbwMI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugChNvbwMI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugChNvbwMI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugChNvbwMI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugChNvbwMI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugChNvbwMI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugChNvbwMI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugChNvbwMI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugChNvbwMI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugChNvbwMI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugChNvbwMI .nav-wrapper .list .item-wrap:hover,
.cid-ugChNvbwMI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugChNvbwMI .nav-wrapper .list .item-wrap:hover::before,
.cid-ugChNvbwMI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugChNvbwMI .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-ugChNvbwMI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugChNvbwMI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugChNvbwMI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugChNvbwMI .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-ugChNvbwMI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugChNvbwMI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugChNvbwMI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugChNvbwMI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugChNvbwMI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugChNvbwMI .mbr-section-title {
  color: #00d0f3;
}
.cid-ugChNvbwMI .mbr-text {
  color: #ffffff;
}
.cid-ugChNvbwMI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugChNvbwMI .list {
  color: #ffffff;
}
.cid-ugChNvbwMI .mbr-contact {
  color: #ffffff;
}
.cid-ugChNvbwMI .mbr-desc {
  color: #ffffff;
}
.cid-ugCixjIQaW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugCixjIQaW .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-ugCixjIQaW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugCixjIQaW .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-ugCixjIQaW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugCixjIQaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugCixjIQaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugCixjIQaW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugCixjIQaW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugCixjIQaW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugCixjIQaW .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugCixjIQaW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugCixjIQaW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugCixjIQaW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugCixjIQaW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugCixjIQaW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugCixjIQaW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugCixjIQaW .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugCixjIQaW .nav-link:hover::before {
  width: 100%;
}
.cid-ugCixjIQaW .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCixjIQaW .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugCixjIQaW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugCixjIQaW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugCixjIQaW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugCixjIQaW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugCixjIQaW .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugCixjIQaW .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugCixjIQaW .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugCixjIQaW .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugCixjIQaW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugCixjIQaW .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugCixjIQaW .nav-item:focus,
.cid-ugCixjIQaW .nav-link:focus {
  outline: none;
}
.cid-ugCixjIQaW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugCixjIQaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugCixjIQaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugCixjIQaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugCixjIQaW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugCixjIQaW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugCixjIQaW .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-ugCixjIQaW .navbar.opened {
  transition: all 0.3s;
}
.cid-ugCixjIQaW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugCixjIQaW .navbar .navbar-logo img {
  width: auto;
}
.cid-ugCixjIQaW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCixjIQaW .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugCixjIQaW .navbar.collapsed {
  justify-content: center;
}
.cid-ugCixjIQaW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugCixjIQaW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugCixjIQaW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugCixjIQaW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugCixjIQaW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugCixjIQaW .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-ugCixjIQaW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugCixjIQaW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugCixjIQaW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugCixjIQaW .navbar {
    min-height: 72px;
  }
  .cid-ugCixjIQaW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugCixjIQaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugCixjIQaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugCixjIQaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugCixjIQaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugCixjIQaW .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-ugCixjIQaW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugCixjIQaW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugCixjIQaW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugCixjIQaW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugCixjIQaW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugCixjIQaW .dropdown-item.active,
.cid-ugCixjIQaW .dropdown-item:active {
  background-color: transparent;
}
.cid-ugCixjIQaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugCixjIQaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugCixjIQaW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugCixjIQaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugCixjIQaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugCixjIQaW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugCixjIQaW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugCixjIQaW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugCixjIQaW .navbar-buttons {
    text-align: left;
  }
}
.cid-ugCixjIQaW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugCixjIQaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugCixjIQaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugCixjIQaW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCixjIQaW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCixjIQaW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugCixjIQaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCixjIQaW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugCixjIQaW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugCixjIQaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCixjIQaW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugCixjIQaW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugCixjIQaW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCixjIQaW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugCixjIQaW .navbar {
    height: 70px;
  }
  .cid-ugCixjIQaW .navbar.opened {
    height: auto;
  }
  .cid-ugCixjIQaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugCixjIQaW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugCixjIQaW .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-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugCixjIQaW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugCixjIQaW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugCixjIQaW .navbar-brand {
    margin-right: auto;
  }
  .cid-ugCixjIQaW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugCixjIQaW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugCixjIQaW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugCixjIQaW .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-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugCixjIQaW .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-ugCixjIQaW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugCixjIQaW .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-ugCixjIQaW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugCixjIQaW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugCixjIQaW .navbar-brand,
.cid-ugCixjIQaW .navbar-toggler,
.cid-ugCixjIQaW .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugCixlugCE {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugCixlugCE .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugCixlugCE .main-image {
    display: none;
  }
}
.cid-ugCixlugCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCixlugCE .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-ugCixlugCE .container {
    padding: 0 16px;
  }
}
.cid-ugCixlugCE .row {
  position: relative;
  z-index: 1;
}
.cid-ugCixlugCE .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCixlugCE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugCixlugCE .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugCixlugCE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugCixlugCE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugCixlugCE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugCixlugCE .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugCixlugCE .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugCixlugCE .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugCixlugCE .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugCixlugCE .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugCixlugCE .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugCixlugCE .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugCixlugCE .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugCixlugCE .mbr-section-title {
  color: #000000;
}
.cid-ugCixlugCE .mbr-text {
  color: #000000;
}
.cid-ugCixlugCE .card-title {
  color: #000000;
}
.cid-ugCixlugCE .card-text {
  color: #ffffff;
}
.cid-ugCixlugCE .card-name {
  color: #ffffff;
}
.cid-ugCixlugCE .card-role {
  color: #ffffff;
}
.cid-ugCixlWnLK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugCixlWnLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCixlWnLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCixlWnLK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCixlWnLK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCixlWnLK .container {
    padding: 0 12px;
  }
}
.cid-ugCixlWnLK .image-wrapper img,
.cid-ugCixlWnLK .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugCixlWnLK .image-wrapper img,
  .cid-ugCixlWnLK .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .image-wrapper img,
  .cid-ugCixlWnLK .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugCixlWnLK .image-wrapper img:nth-child(2n),
  .cid-ugCixlWnLK .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugCixlWnLK .image-wrapper img,
  .cid-ugCixlWnLK .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugCixlWnLK .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugCixlWnLK .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugCixlWnLK .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugCixlWnLK .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugCixlWnLK .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCixlWnLK .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugCixlWnLK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCixlWnLK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugCixlWnLK .mbr-text {
  color: #ffffff;
}
.cid-ugGYmlTiyc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYmlTiyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYmlTiyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYmlTiyc .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYmlTiyc .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYmlTiyc .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYmlTiyc .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYmlTiyc .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYmlTiyc .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYmlTiyc .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYmlTiyc .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYmlTiyc .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYmlTiyc .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYmlTiyc .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYmlTiyc .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugCixmmxmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugCixmmxmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCixmmxmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCixmmxmk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCixmmxmk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCixmmxmk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCixmmxmk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCixmmxmk .container {
    padding: 0 12px;
  }
}
.cid-ugCixmmxmk .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugCixmmxmk .card-wrapper {
    padding: 32px;
  }
}
.cid-ugCixmmxmk .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugCixmmxmk .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugCixmmxmk .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugCixmmxmk .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugCixmmxmk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugCixmmxmk .mbr-section-title {
  color: #ffffff;
}
.cid-ugCixmmxmk .mbr-section-title,
.cid-ugCixmmxmk .mbr-section-btn,
.cid-ugCixmmxmk .card-wrapper {
  text-align: center;
}
.cid-ugCixmMi7D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugCixmMi7D::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugCixmMi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCixmMi7D .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-ugCixmMi7D .container {
    padding: 0 22px;
  }
}
.cid-ugCixmMi7D .row {
  position: relative;
  z-index: 1;
}
.cid-ugCixmMi7D .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugCixmMi7D .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCixmMi7D .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCixmMi7D .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugCixmMi7D .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCixmMi7D .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugCixmMi7D .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCixmMi7D .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCixmMi7D .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugCixmMi7D .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCixmMi7D .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugCixmMi7D .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugCixmMi7D .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCixmMi7D .nav-wrapper .list .item-wrap:hover,
.cid-ugCixmMi7D .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugCixmMi7D .nav-wrapper .list .item-wrap:hover::before,
.cid-ugCixmMi7D .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugCixmMi7D .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-ugCixmMi7D .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCixmMi7D .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugCixmMi7D .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCixmMi7D .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-ugCixmMi7D .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCixmMi7D .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCixmMi7D .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugCixmMi7D .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCixmMi7D .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugCixmMi7D .mbr-section-title {
  color: #00d0f3;
}
.cid-ugCixmMi7D .mbr-text {
  color: #ffffff;
}
.cid-ugCixmMi7D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugCixmMi7D .list {
  color: #ffffff;
}
.cid-ugCixmMi7D .mbr-contact {
  color: #ffffff;
}
.cid-ugCixmMi7D .mbr-desc {
  color: #ffffff;
}
.cid-ugCj2jPrhL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugCj2jPrhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugCj2jPrhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugCj2jPrhL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugCj2jPrhL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugCj2jPrhL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugCj2jPrhL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugCj2jPrhL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugCj2jPrhL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugCj2jPrhL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugCj2jPrhL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugCj2jPrhL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugCj2jPrhL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugCj2jPrhL .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugCj2jPrhL .nav-link:hover::before {
  width: 100%;
}
.cid-ugCj2jPrhL .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCj2jPrhL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugCj2jPrhL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugCj2jPrhL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugCj2jPrhL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugCj2jPrhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugCj2jPrhL .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugCj2jPrhL .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugCj2jPrhL .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugCj2jPrhL .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugCj2jPrhL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugCj2jPrhL .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugCj2jPrhL .nav-item:focus,
.cid-ugCj2jPrhL .nav-link:focus {
  outline: none;
}
.cid-ugCj2jPrhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugCj2jPrhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugCj2jPrhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugCj2jPrhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugCj2jPrhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugCj2jPrhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar.opened {
  transition: all 0.3s;
}
.cid-ugCj2jPrhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugCj2jPrhL .navbar .navbar-logo img {
  width: auto;
}
.cid-ugCj2jPrhL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCj2jPrhL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugCj2jPrhL .navbar.collapsed {
  justify-content: center;
}
.cid-ugCj2jPrhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugCj2jPrhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugCj2jPrhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugCj2jPrhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugCj2jPrhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugCj2jPrhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugCj2jPrhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugCj2jPrhL .navbar {
    min-height: 72px;
  }
  .cid-ugCj2jPrhL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugCj2jPrhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugCj2jPrhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugCj2jPrhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugCj2jPrhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugCj2jPrhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugCj2jPrhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugCj2jPrhL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugCj2jPrhL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugCj2jPrhL .dropdown-item.active,
.cid-ugCj2jPrhL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugCj2jPrhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugCj2jPrhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugCj2jPrhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugCj2jPrhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugCj2jPrhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugCj2jPrhL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugCj2jPrhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugCj2jPrhL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugCj2jPrhL .navbar-buttons {
    text-align: left;
  }
}
.cid-ugCj2jPrhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugCj2jPrhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugCj2jPrhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugCj2jPrhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCj2jPrhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugCj2jPrhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugCj2jPrhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCj2jPrhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugCj2jPrhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugCj2jPrhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugCj2jPrhL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugCj2jPrhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugCj2jPrhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCj2jPrhL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugCj2jPrhL .navbar {
    height: 70px;
  }
  .cid-ugCj2jPrhL .navbar.opened {
    height: auto;
  }
  .cid-ugCj2jPrhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugCj2jPrhL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugCj2jPrhL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugCj2jPrhL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugCj2jPrhL .navbar-brand {
    margin-right: auto;
  }
  .cid-ugCj2jPrhL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugCj2jPrhL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugCj2jPrhL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugCj2jPrhL .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-ugCj2jPrhL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugCj2jPrhL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugCj2jPrhL .navbar-brand,
.cid-ugCj2jPrhL .navbar-toggler,
.cid-ugCj2jPrhL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugCj2ndbW3 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugCj2ndbW3 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugCj2ndbW3 .main-image {
    display: none;
  }
}
.cid-ugCj2ndbW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCj2ndbW3 .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-ugCj2ndbW3 .container {
    padding: 0 16px;
  }
}
.cid-ugCj2ndbW3 .row {
  position: relative;
  z-index: 1;
}
.cid-ugCj2ndbW3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCj2ndbW3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugCj2ndbW3 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugCj2ndbW3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugCj2ndbW3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugCj2ndbW3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugCj2ndbW3 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugCj2ndbW3 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugCj2ndbW3 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugCj2ndbW3 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugCj2ndbW3 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugCj2ndbW3 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugCj2ndbW3 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugCj2ndbW3 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugCj2ndbW3 .mbr-section-title {
  color: #000000;
}
.cid-ugCj2ndbW3 .mbr-text {
  color: #000000;
}
.cid-ugCj2ndbW3 .card-title {
  color: #000000;
}
.cid-ugCj2ndbW3 .card-text {
  color: #ffffff;
}
.cid-ugCj2ndbW3 .card-name {
  color: #ffffff;
}
.cid-ugCj2ndbW3 .card-role {
  color: #ffffff;
}
.cid-ugCj2nyNNi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugCj2nyNNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCj2nyNNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCj2nyNNi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCj2nyNNi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCj2nyNNi .container {
    padding: 0 12px;
  }
}
.cid-ugCj2nyNNi .image-wrapper img,
.cid-ugCj2nyNNi .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugCj2nyNNi .image-wrapper img,
  .cid-ugCj2nyNNi .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .image-wrapper img,
  .cid-ugCj2nyNNi .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugCj2nyNNi .image-wrapper img:nth-child(2n),
  .cid-ugCj2nyNNi .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugCj2nyNNi .image-wrapper img,
  .cid-ugCj2nyNNi .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugCj2nyNNi .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugCj2nyNNi .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugCj2nyNNi .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugCj2nyNNi .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugCj2nyNNi .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugCj2nyNNi .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugCj2nyNNi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCj2nyNNi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugCj2nyNNi .mbr-text {
  color: #ffffff;
}
.cid-ugGYoRZ2jT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYoRZ2jT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYoRZ2jT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYoRZ2jT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYoRZ2jT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYoRZ2jT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYoRZ2jT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYoRZ2jT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYoRZ2jT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYoRZ2jT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYoRZ2jT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYoRZ2jT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYoRZ2jT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYoRZ2jT .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYoRZ2jT .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugCj2nNWpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugCj2nNWpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCj2nNWpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCj2nNWpX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugCj2nNWpX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCj2nNWpX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugCj2nNWpX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugCj2nNWpX .container {
    padding: 0 12px;
  }
}
.cid-ugCj2nNWpX .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugCj2nNWpX .card-wrapper {
    padding: 32px;
  }
}
.cid-ugCj2nNWpX .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugCj2nNWpX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugCj2nNWpX .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugCj2nNWpX .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugCj2nNWpX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugCj2nNWpX .mbr-section-title {
  color: #ffffff;
}
.cid-ugCj2nNWpX .mbr-section-title,
.cid-ugCj2nNWpX .mbr-section-btn,
.cid-ugCj2nNWpX .card-wrapper {
  text-align: center;
}
.cid-ugCj2o1kpS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugCj2o1kpS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugCj2o1kpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCj2o1kpS .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-ugCj2o1kpS .container {
    padding: 0 22px;
  }
}
.cid-ugCj2o1kpS .row {
  position: relative;
  z-index: 1;
}
.cid-ugCj2o1kpS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugCj2o1kpS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCj2o1kpS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugCj2o1kpS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugCj2o1kpS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCj2o1kpS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugCj2o1kpS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugCj2o1kpS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCj2o1kpS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugCj2o1kpS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugCj2o1kpS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugCj2o1kpS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugCj2o1kpS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCj2o1kpS .nav-wrapper .list .item-wrap:hover,
.cid-ugCj2o1kpS .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugCj2o1kpS .nav-wrapper .list .item-wrap:hover::before,
.cid-ugCj2o1kpS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugCj2o1kpS .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-ugCj2o1kpS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCj2o1kpS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugCj2o1kpS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugCj2o1kpS .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-ugCj2o1kpS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugCj2o1kpS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugCj2o1kpS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugCj2o1kpS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugCj2o1kpS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugCj2o1kpS .mbr-section-title {
  color: #00d0f3;
}
.cid-ugCj2o1kpS .mbr-text {
  color: #ffffff;
}
.cid-ugCj2o1kpS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugCj2o1kpS .list {
  color: #ffffff;
}
.cid-ugCj2o1kpS .mbr-contact {
  color: #ffffff;
}
.cid-ugCj2o1kpS .mbr-desc {
  color: #ffffff;
}
.cid-ugGTkwVWgu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGTkwVWgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGTkwVWgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGTkwVWgu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGTkwVWgu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGTkwVWgu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGTkwVWgu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGTkwVWgu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGTkwVWgu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGTkwVWgu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGTkwVWgu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGTkwVWgu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGTkwVWgu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGTkwVWgu .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGTkwVWgu .nav-link:hover::before {
  width: 100%;
}
.cid-ugGTkwVWgu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGTkwVWgu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGTkwVWgu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGTkwVWgu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGTkwVWgu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGTkwVWgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGTkwVWgu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGTkwVWgu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGTkwVWgu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGTkwVWgu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGTkwVWgu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGTkwVWgu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGTkwVWgu .nav-item:focus,
.cid-ugGTkwVWgu .nav-link:focus {
  outline: none;
}
.cid-ugGTkwVWgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGTkwVWgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGTkwVWgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGTkwVWgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGTkwVWgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGTkwVWgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGTkwVWgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGTkwVWgu .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGTkwVWgu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGTkwVWgu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGTkwVWgu .navbar.collapsed {
  justify-content: center;
}
.cid-ugGTkwVWgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGTkwVWgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGTkwVWgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGTkwVWgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGTkwVWgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGTkwVWgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGTkwVWgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGTkwVWgu .navbar {
    min-height: 72px;
  }
  .cid-ugGTkwVWgu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGTkwVWgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGTkwVWgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGTkwVWgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGTkwVWgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGTkwVWgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGTkwVWgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGTkwVWgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGTkwVWgu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGTkwVWgu .dropdown-item.active,
.cid-ugGTkwVWgu .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGTkwVWgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGTkwVWgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGTkwVWgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGTkwVWgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGTkwVWgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGTkwVWgu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGTkwVWgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGTkwVWgu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGTkwVWgu .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGTkwVWgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGTkwVWgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGTkwVWgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGTkwVWgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGTkwVWgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGTkwVWgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGTkwVWgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGTkwVWgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGTkwVWgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGTkwVWgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGTkwVWgu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGTkwVWgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGTkwVWgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGTkwVWgu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGTkwVWgu .navbar {
    height: 70px;
  }
  .cid-ugGTkwVWgu .navbar.opened {
    height: auto;
  }
  .cid-ugGTkwVWgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGTkwVWgu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGTkwVWgu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGTkwVWgu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGTkwVWgu .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGTkwVWgu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGTkwVWgu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGTkwVWgu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGTkwVWgu .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-ugGTkwVWgu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGTkwVWgu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGTkwVWgu .navbar-brand,
.cid-ugGTkwVWgu .navbar-toggler,
.cid-ugGTkwVWgu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGTky0fwr {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGTky0fwr .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGTky0fwr .main-image {
    display: none;
  }
}
.cid-ugGTky0fwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGTky0fwr .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-ugGTky0fwr .container {
    padding: 0 16px;
  }
}
.cid-ugGTky0fwr .row {
  position: relative;
  z-index: 1;
}
.cid-ugGTky0fwr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGTky0fwr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGTky0fwr .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGTky0fwr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGTky0fwr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGTky0fwr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGTky0fwr .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGTky0fwr .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGTky0fwr .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGTky0fwr .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGTky0fwr .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGTky0fwr .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGTky0fwr .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGTky0fwr .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGTky0fwr .mbr-section-title {
  color: #000000;
}
.cid-ugGTky0fwr .mbr-text {
  color: #000000;
}
.cid-ugGTky0fwr .card-title {
  color: #000000;
}
.cid-ugGTky0fwr .card-text {
  color: #ffffff;
}
.cid-ugGTky0fwr .card-name {
  color: #ffffff;
}
.cid-ugGTky0fwr .card-role {
  color: #ffffff;
}
.cid-ugGTkyq0WU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGTkyq0WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGTkyq0WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGTkyq0WU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGTkyq0WU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGTkyq0WU .container {
    padding: 0 12px;
  }
}
.cid-ugGTkyq0WU .image-wrapper img,
.cid-ugGTkyq0WU .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGTkyq0WU .image-wrapper img,
  .cid-ugGTkyq0WU .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .image-wrapper img,
  .cid-ugGTkyq0WU .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGTkyq0WU .image-wrapper img:nth-child(2n),
  .cid-ugGTkyq0WU .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGTkyq0WU .image-wrapper img,
  .cid-ugGTkyq0WU .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGTkyq0WU .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGTkyq0WU .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGTkyq0WU .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGTkyq0WU .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGTkyq0WU .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGTkyq0WU .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGTkyq0WU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGTkyq0WU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGTkyq0WU .mbr-text {
  color: #ffffff;
}
.cid-ugGYrvFWd8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYrvFWd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYrvFWd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYrvFWd8 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYrvFWd8 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYrvFWd8 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYrvFWd8 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYrvFWd8 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYrvFWd8 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYrvFWd8 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYrvFWd8 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYrvFWd8 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYrvFWd8 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYrvFWd8 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYrvFWd8 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGTkyC8Td {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGTkyC8Td .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGTkyC8Td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGTkyC8Td .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGTkyC8Td .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGTkyC8Td .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGTkyC8Td .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGTkyC8Td .container {
    padding: 0 12px;
  }
}
.cid-ugGTkyC8Td .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGTkyC8Td .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGTkyC8Td .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGTkyC8Td .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGTkyC8Td .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGTkyC8Td .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGTkyC8Td .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGTkyC8Td .mbr-section-title {
  color: #ffffff;
}
.cid-ugGTkyC8Td .mbr-section-title,
.cid-ugGTkyC8Td .mbr-section-btn,
.cid-ugGTkyC8Td .card-wrapper {
  text-align: center;
}
.cid-ugGTkyLeCo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGTkyLeCo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGTkyLeCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGTkyLeCo .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-ugGTkyLeCo .container {
    padding: 0 22px;
  }
}
.cid-ugGTkyLeCo .row {
  position: relative;
  z-index: 1;
}
.cid-ugGTkyLeCo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGTkyLeCo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGTkyLeCo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGTkyLeCo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGTkyLeCo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGTkyLeCo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGTkyLeCo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGTkyLeCo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGTkyLeCo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGTkyLeCo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGTkyLeCo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGTkyLeCo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGTkyLeCo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGTkyLeCo .nav-wrapper .list .item-wrap:hover,
.cid-ugGTkyLeCo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGTkyLeCo .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGTkyLeCo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGTkyLeCo .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-ugGTkyLeCo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGTkyLeCo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGTkyLeCo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGTkyLeCo .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-ugGTkyLeCo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGTkyLeCo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGTkyLeCo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGTkyLeCo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGTkyLeCo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGTkyLeCo .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGTkyLeCo .mbr-text {
  color: #ffffff;
}
.cid-ugGTkyLeCo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGTkyLeCo .list {
  color: #ffffff;
}
.cid-ugGTkyLeCo .mbr-contact {
  color: #ffffff;
}
.cid-ugGTkyLeCo .mbr-desc {
  color: #ffffff;
}
.cid-ugGU02Lkzi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGU02Lkzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGU02Lkzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGU02Lkzi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGU02Lkzi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGU02Lkzi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGU02Lkzi .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGU02Lkzi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGU02Lkzi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGU02Lkzi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGU02Lkzi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGU02Lkzi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGU02Lkzi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGU02Lkzi .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGU02Lkzi .nav-link:hover::before {
  width: 100%;
}
.cid-ugGU02Lkzi .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGU02Lkzi .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGU02Lkzi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGU02Lkzi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGU02Lkzi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGU02Lkzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGU02Lkzi .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGU02Lkzi .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGU02Lkzi .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGU02Lkzi .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGU02Lkzi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGU02Lkzi .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGU02Lkzi .nav-item:focus,
.cid-ugGU02Lkzi .nav-link:focus {
  outline: none;
}
.cid-ugGU02Lkzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGU02Lkzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGU02Lkzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGU02Lkzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGU02Lkzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGU02Lkzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGU02Lkzi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGU02Lkzi .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGU02Lkzi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGU02Lkzi .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGU02Lkzi .navbar.collapsed {
  justify-content: center;
}
.cid-ugGU02Lkzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGU02Lkzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGU02Lkzi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGU02Lkzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGU02Lkzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGU02Lkzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGU02Lkzi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGU02Lkzi .navbar {
    min-height: 72px;
  }
  .cid-ugGU02Lkzi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGU02Lkzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGU02Lkzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGU02Lkzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGU02Lkzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGU02Lkzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGU02Lkzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGU02Lkzi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGU02Lkzi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGU02Lkzi .dropdown-item.active,
.cid-ugGU02Lkzi .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGU02Lkzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGU02Lkzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGU02Lkzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGU02Lkzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGU02Lkzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGU02Lkzi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGU02Lkzi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGU02Lkzi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGU02Lkzi .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGU02Lkzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGU02Lkzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGU02Lkzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGU02Lkzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGU02Lkzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGU02Lkzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGU02Lkzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGU02Lkzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGU02Lkzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGU02Lkzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGU02Lkzi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGU02Lkzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGU02Lkzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGU02Lkzi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGU02Lkzi .navbar {
    height: 70px;
  }
  .cid-ugGU02Lkzi .navbar.opened {
    height: auto;
  }
  .cid-ugGU02Lkzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGU02Lkzi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGU02Lkzi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGU02Lkzi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGU02Lkzi .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGU02Lkzi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGU02Lkzi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGU02Lkzi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGU02Lkzi .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-ugGU02Lkzi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGU02Lkzi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGU02Lkzi .navbar-brand,
.cid-ugGU02Lkzi .navbar-toggler,
.cid-ugGU02Lkzi .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGU03qIx6 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGU03qIx6 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGU03qIx6 .main-image {
    display: none;
  }
}
.cid-ugGU03qIx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGU03qIx6 .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-ugGU03qIx6 .container {
    padding: 0 16px;
  }
}
.cid-ugGU03qIx6 .row {
  position: relative;
  z-index: 1;
}
.cid-ugGU03qIx6 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGU03qIx6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGU03qIx6 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGU03qIx6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGU03qIx6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGU03qIx6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGU03qIx6 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGU03qIx6 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGU03qIx6 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGU03qIx6 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGU03qIx6 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGU03qIx6 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGU03qIx6 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGU03qIx6 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGU03qIx6 .mbr-section-title {
  color: #000000;
}
.cid-ugGU03qIx6 .mbr-text {
  color: #000000;
}
.cid-ugGU03qIx6 .card-title {
  color: #000000;
}
.cid-ugGU03qIx6 .card-text {
  color: #ffffff;
}
.cid-ugGU03qIx6 .card-name {
  color: #ffffff;
}
.cid-ugGU03qIx6 .card-role {
  color: #ffffff;
}
.cid-ugGU03CMEh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGU03CMEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGU03CMEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGU03CMEh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGU03CMEh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGU03CMEh .container {
    padding: 0 12px;
  }
}
.cid-ugGU03CMEh .image-wrapper img,
.cid-ugGU03CMEh .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGU03CMEh .image-wrapper img,
  .cid-ugGU03CMEh .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .image-wrapper img,
  .cid-ugGU03CMEh .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGU03CMEh .image-wrapper img:nth-child(2n),
  .cid-ugGU03CMEh .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGU03CMEh .image-wrapper img,
  .cid-ugGU03CMEh .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGU03CMEh .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGU03CMEh .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGU03CMEh .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGU03CMEh .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGU03CMEh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGU03CMEh .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGU03CMEh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGU03CMEh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGU03CMEh .mbr-text {
  color: #ffffff;
}
.cid-ugGYt18NcA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYt18NcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYt18NcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYt18NcA .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYt18NcA .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYt18NcA .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYt18NcA .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYt18NcA .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYt18NcA .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYt18NcA .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYt18NcA .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYt18NcA .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYt18NcA .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYt18NcA .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYt18NcA .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGU03Qt5x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGU03Qt5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGU03Qt5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGU03Qt5x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGU03Qt5x .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGU03Qt5x .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGU03Qt5x .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGU03Qt5x .container {
    padding: 0 12px;
  }
}
.cid-ugGU03Qt5x .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGU03Qt5x .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGU03Qt5x .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGU03Qt5x .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGU03Qt5x .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGU03Qt5x .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGU03Qt5x .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGU03Qt5x .mbr-section-title {
  color: #ffffff;
}
.cid-ugGU03Qt5x .mbr-section-title,
.cid-ugGU03Qt5x .mbr-section-btn,
.cid-ugGU03Qt5x .card-wrapper {
  text-align: center;
}
.cid-ugGU03Z9hX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGU03Z9hX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGU03Z9hX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGU03Z9hX .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-ugGU03Z9hX .container {
    padding: 0 22px;
  }
}
.cid-ugGU03Z9hX .row {
  position: relative;
  z-index: 1;
}
.cid-ugGU03Z9hX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGU03Z9hX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGU03Z9hX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGU03Z9hX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGU03Z9hX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGU03Z9hX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGU03Z9hX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGU03Z9hX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGU03Z9hX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGU03Z9hX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGU03Z9hX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGU03Z9hX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGU03Z9hX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGU03Z9hX .nav-wrapper .list .item-wrap:hover,
.cid-ugGU03Z9hX .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGU03Z9hX .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGU03Z9hX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGU03Z9hX .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-ugGU03Z9hX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGU03Z9hX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGU03Z9hX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGU03Z9hX .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-ugGU03Z9hX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGU03Z9hX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGU03Z9hX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGU03Z9hX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGU03Z9hX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGU03Z9hX .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGU03Z9hX .mbr-text {
  color: #ffffff;
}
.cid-ugGU03Z9hX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGU03Z9hX .list {
  color: #ffffff;
}
.cid-ugGU03Z9hX .mbr-contact {
  color: #ffffff;
}
.cid-ugGU03Z9hX .mbr-desc {
  color: #ffffff;
}
.cid-ugGUv6ykju {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGUv6ykju .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-ugGUv6ykju .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGUv6ykju .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-ugGUv6ykju .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGUv6ykju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGUv6ykju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGUv6ykju .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGUv6ykju .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGUv6ykju .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGUv6ykju .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGUv6ykju .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGUv6ykju .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGUv6ykju .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGUv6ykju .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGUv6ykju .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGUv6ykju .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGUv6ykju .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGUv6ykju .nav-link:hover::before {
  width: 100%;
}
.cid-ugGUv6ykju .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGUv6ykju .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGUv6ykju .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGUv6ykju .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGUv6ykju .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGUv6ykju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGUv6ykju .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGUv6ykju .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGUv6ykju .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGUv6ykju .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGUv6ykju .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGUv6ykju .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGUv6ykju .nav-item:focus,
.cid-ugGUv6ykju .nav-link:focus {
  outline: none;
}
.cid-ugGUv6ykju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGUv6ykju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGUv6ykju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGUv6ykju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGUv6ykju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGUv6ykju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGUv6ykju .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-ugGUv6ykju .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGUv6ykju .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGUv6ykju .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGUv6ykju .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGUv6ykju .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGUv6ykju .navbar.collapsed {
  justify-content: center;
}
.cid-ugGUv6ykju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGUv6ykju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGUv6ykju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGUv6ykju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGUv6ykju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGUv6ykju .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-ugGUv6ykju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGUv6ykju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGUv6ykju .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGUv6ykju .navbar {
    min-height: 72px;
  }
  .cid-ugGUv6ykju .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGUv6ykju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGUv6ykju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGUv6ykju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGUv6ykju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGUv6ykju .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-ugGUv6ykju .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGUv6ykju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGUv6ykju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGUv6ykju .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGUv6ykju .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGUv6ykju .dropdown-item.active,
.cid-ugGUv6ykju .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGUv6ykju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGUv6ykju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGUv6ykju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGUv6ykju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGUv6ykju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGUv6ykju .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGUv6ykju ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGUv6ykju .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGUv6ykju .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGUv6ykju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGUv6ykju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGUv6ykju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGUv6ykju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGUv6ykju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGUv6ykju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGUv6ykju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGUv6ykju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGUv6ykju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGUv6ykju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGUv6ykju .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGUv6ykju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGUv6ykju .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGUv6ykju .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGUv6ykju .navbar {
    height: 70px;
  }
  .cid-ugGUv6ykju .navbar.opened {
    height: auto;
  }
  .cid-ugGUv6ykju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGUv6ykju .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGUv6ykju .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-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGUv6ykju .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGUv6ykju .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGUv6ykju .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGUv6ykju .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGUv6ykju .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGUv6ykju .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGUv6ykju .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-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGUv6ykju .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-ugGUv6ykju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGUv6ykju .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-ugGUv6ykju .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGUv6ykju .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGUv6ykju .navbar-brand,
.cid-ugGUv6ykju .navbar-toggler,
.cid-ugGUv6ykju .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGUv7fgtt {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGUv7fgtt .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGUv7fgtt .main-image {
    display: none;
  }
}
.cid-ugGUv7fgtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGUv7fgtt .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-ugGUv7fgtt .container {
    padding: 0 16px;
  }
}
.cid-ugGUv7fgtt .row {
  position: relative;
  z-index: 1;
}
.cid-ugGUv7fgtt .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGUv7fgtt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGUv7fgtt .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGUv7fgtt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGUv7fgtt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGUv7fgtt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGUv7fgtt .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGUv7fgtt .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGUv7fgtt .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGUv7fgtt .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGUv7fgtt .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGUv7fgtt .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGUv7fgtt .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGUv7fgtt .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGUv7fgtt .mbr-section-title {
  color: #000000;
}
.cid-ugGUv7fgtt .mbr-text {
  color: #000000;
}
.cid-ugGUv7fgtt .card-title {
  color: #000000;
}
.cid-ugGUv7fgtt .card-text {
  color: #ffffff;
}
.cid-ugGUv7fgtt .card-name {
  color: #ffffff;
}
.cid-ugGUv7fgtt .card-role {
  color: #ffffff;
}
.cid-ugGUv7tmJT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGUv7tmJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGUv7tmJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGUv7tmJT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGUv7tmJT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGUv7tmJT .container {
    padding: 0 12px;
  }
}
.cid-ugGUv7tmJT .image-wrapper img,
.cid-ugGUv7tmJT .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGUv7tmJT .image-wrapper img,
  .cid-ugGUv7tmJT .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .image-wrapper img,
  .cid-ugGUv7tmJT .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGUv7tmJT .image-wrapper img:nth-child(2n),
  .cid-ugGUv7tmJT .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGUv7tmJT .image-wrapper img,
  .cid-ugGUv7tmJT .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGUv7tmJT .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGUv7tmJT .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGUv7tmJT .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGUv7tmJT .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGUv7tmJT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGUv7tmJT .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGUv7tmJT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGUv7tmJT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGUv7tmJT .mbr-text {
  color: #ffffff;
}
.cid-ugGYunHjn2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYunHjn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYunHjn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYunHjn2 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYunHjn2 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYunHjn2 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYunHjn2 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYunHjn2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYunHjn2 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYunHjn2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYunHjn2 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYunHjn2 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYunHjn2 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYunHjn2 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYunHjn2 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGUv7ERDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGUv7ERDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGUv7ERDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGUv7ERDj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGUv7ERDj .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGUv7ERDj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGUv7ERDj .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGUv7ERDj .container {
    padding: 0 12px;
  }
}
.cid-ugGUv7ERDj .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGUv7ERDj .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGUv7ERDj .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGUv7ERDj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGUv7ERDj .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGUv7ERDj .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGUv7ERDj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGUv7ERDj .mbr-section-title {
  color: #ffffff;
}
.cid-ugGUv7ERDj .mbr-section-title,
.cid-ugGUv7ERDj .mbr-section-btn,
.cid-ugGUv7ERDj .card-wrapper {
  text-align: center;
}
.cid-ugGUv7Mvuo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGUv7Mvuo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGUv7Mvuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGUv7Mvuo .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-ugGUv7Mvuo .container {
    padding: 0 22px;
  }
}
.cid-ugGUv7Mvuo .row {
  position: relative;
  z-index: 1;
}
.cid-ugGUv7Mvuo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGUv7Mvuo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGUv7Mvuo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGUv7Mvuo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGUv7Mvuo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGUv7Mvuo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGUv7Mvuo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGUv7Mvuo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGUv7Mvuo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGUv7Mvuo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGUv7Mvuo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGUv7Mvuo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGUv7Mvuo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGUv7Mvuo .nav-wrapper .list .item-wrap:hover,
.cid-ugGUv7Mvuo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGUv7Mvuo .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGUv7Mvuo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGUv7Mvuo .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-ugGUv7Mvuo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGUv7Mvuo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGUv7Mvuo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGUv7Mvuo .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-ugGUv7Mvuo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGUv7Mvuo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGUv7Mvuo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGUv7Mvuo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGUv7Mvuo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGUv7Mvuo .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGUv7Mvuo .mbr-text {
  color: #ffffff;
}
.cid-ugGUv7Mvuo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGUv7Mvuo .list {
  color: #ffffff;
}
.cid-ugGUv7Mvuo .mbr-contact {
  color: #ffffff;
}
.cid-ugGUv7Mvuo .mbr-desc {
  color: #ffffff;
}
.cid-ugGV9AGUU7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGV9AGUU7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGV9AGUU7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGV9AGUU7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGV9AGUU7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGV9AGUU7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGV9AGUU7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGV9AGUU7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGV9AGUU7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGV9AGUU7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGV9AGUU7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGV9AGUU7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGV9AGUU7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGV9AGUU7 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGV9AGUU7 .nav-link:hover::before {
  width: 100%;
}
.cid-ugGV9AGUU7 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGV9AGUU7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGV9AGUU7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGV9AGUU7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGV9AGUU7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGV9AGUU7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGV9AGUU7 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGV9AGUU7 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGV9AGUU7 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGV9AGUU7 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGV9AGUU7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGV9AGUU7 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGV9AGUU7 .nav-item:focus,
.cid-ugGV9AGUU7 .nav-link:focus {
  outline: none;
}
.cid-ugGV9AGUU7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGV9AGUU7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGV9AGUU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGV9AGUU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGV9AGUU7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGV9AGUU7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGV9AGUU7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGV9AGUU7 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGV9AGUU7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGV9AGUU7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGV9AGUU7 .navbar.collapsed {
  justify-content: center;
}
.cid-ugGV9AGUU7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGV9AGUU7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGV9AGUU7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGV9AGUU7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGV9AGUU7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGV9AGUU7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGV9AGUU7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGV9AGUU7 .navbar {
    min-height: 72px;
  }
  .cid-ugGV9AGUU7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGV9AGUU7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGV9AGUU7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGV9AGUU7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGV9AGUU7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGV9AGUU7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGV9AGUU7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGV9AGUU7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGV9AGUU7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGV9AGUU7 .dropdown-item.active,
.cid-ugGV9AGUU7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGV9AGUU7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGV9AGUU7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGV9AGUU7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGV9AGUU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGV9AGUU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGV9AGUU7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGV9AGUU7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGV9AGUU7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGV9AGUU7 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGV9AGUU7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGV9AGUU7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGV9AGUU7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGV9AGUU7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGV9AGUU7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGV9AGUU7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGV9AGUU7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGV9AGUU7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGV9AGUU7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGV9AGUU7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGV9AGUU7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGV9AGUU7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGV9AGUU7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGV9AGUU7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGV9AGUU7 .navbar {
    height: 70px;
  }
  .cid-ugGV9AGUU7 .navbar.opened {
    height: auto;
  }
  .cid-ugGV9AGUU7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGV9AGUU7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGV9AGUU7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGV9AGUU7 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGV9AGUU7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGV9AGUU7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGV9AGUU7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGV9AGUU7 .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-ugGV9AGUU7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGV9AGUU7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGV9AGUU7 .navbar-brand,
.cid-ugGV9AGUU7 .navbar-toggler,
.cid-ugGV9AGUU7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGV9BkXyY {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGV9BkXyY .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGV9BkXyY .main-image {
    display: none;
  }
}
.cid-ugGV9BkXyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGV9BkXyY .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-ugGV9BkXyY .container {
    padding: 0 16px;
  }
}
.cid-ugGV9BkXyY .row {
  position: relative;
  z-index: 1;
}
.cid-ugGV9BkXyY .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGV9BkXyY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGV9BkXyY .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGV9BkXyY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGV9BkXyY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGV9BkXyY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGV9BkXyY .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGV9BkXyY .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGV9BkXyY .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGV9BkXyY .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGV9BkXyY .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGV9BkXyY .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGV9BkXyY .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGV9BkXyY .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGV9BkXyY .mbr-section-title {
  color: #000000;
}
.cid-ugGV9BkXyY .mbr-text {
  color: #000000;
}
.cid-ugGV9BkXyY .card-title {
  color: #000000;
}
.cid-ugGV9BkXyY .card-text {
  color: #ffffff;
}
.cid-ugGV9BkXyY .card-name {
  color: #ffffff;
}
.cid-ugGV9BkXyY .card-role {
  color: #ffffff;
}
.cid-ugGV9BLS3v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGV9BLS3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGV9BLS3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGV9BLS3v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGV9BLS3v .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGV9BLS3v .container {
    padding: 0 12px;
  }
}
.cid-ugGV9BLS3v .image-wrapper img,
.cid-ugGV9BLS3v .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGV9BLS3v .image-wrapper img,
  .cid-ugGV9BLS3v .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .image-wrapper img,
  .cid-ugGV9BLS3v .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGV9BLS3v .image-wrapper img:nth-child(2n),
  .cid-ugGV9BLS3v .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGV9BLS3v .image-wrapper img,
  .cid-ugGV9BLS3v .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGV9BLS3v .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGV9BLS3v .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGV9BLS3v .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGV9BLS3v .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGV9BLS3v .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGV9BLS3v .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGV9BLS3v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGV9BLS3v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGV9BLS3v .mbr-text {
  color: #ffffff;
}
.cid-ugGYw5YNgh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYw5YNgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYw5YNgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYw5YNgh .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYw5YNgh .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYw5YNgh .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYw5YNgh .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYw5YNgh .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYw5YNgh .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYw5YNgh .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYw5YNgh .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYw5YNgh .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYw5YNgh .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYw5YNgh .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYw5YNgh .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGV9C3c4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGV9C3c4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGV9C3c4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGV9C3c4g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGV9C3c4g .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGV9C3c4g .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGV9C3c4g .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGV9C3c4g .container {
    padding: 0 12px;
  }
}
.cid-ugGV9C3c4g .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGV9C3c4g .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGV9C3c4g .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGV9C3c4g .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGV9C3c4g .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGV9C3c4g .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGV9C3c4g .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGV9C3c4g .mbr-section-title {
  color: #ffffff;
}
.cid-ugGV9C3c4g .mbr-section-title,
.cid-ugGV9C3c4g .mbr-section-btn,
.cid-ugGV9C3c4g .card-wrapper {
  text-align: center;
}
.cid-ugGV9CeAvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGV9CeAvd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGV9CeAvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGV9CeAvd .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-ugGV9CeAvd .container {
    padding: 0 22px;
  }
}
.cid-ugGV9CeAvd .row {
  position: relative;
  z-index: 1;
}
.cid-ugGV9CeAvd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGV9CeAvd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGV9CeAvd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGV9CeAvd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGV9CeAvd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGV9CeAvd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGV9CeAvd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGV9CeAvd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGV9CeAvd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGV9CeAvd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGV9CeAvd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGV9CeAvd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGV9CeAvd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGV9CeAvd .nav-wrapper .list .item-wrap:hover,
.cid-ugGV9CeAvd .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGV9CeAvd .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGV9CeAvd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGV9CeAvd .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-ugGV9CeAvd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGV9CeAvd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGV9CeAvd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGV9CeAvd .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-ugGV9CeAvd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGV9CeAvd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGV9CeAvd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGV9CeAvd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGV9CeAvd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGV9CeAvd .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGV9CeAvd .mbr-text {
  color: #ffffff;
}
.cid-ugGV9CeAvd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGV9CeAvd .list {
  color: #ffffff;
}
.cid-ugGV9CeAvd .mbr-contact {
  color: #ffffff;
}
.cid-ugGV9CeAvd .mbr-desc {
  color: #ffffff;
}
.cid-ugGVG0B5V9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGVG0B5V9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGVG0B5V9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGVG0B5V9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGVG0B5V9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGVG0B5V9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGVG0B5V9 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGVG0B5V9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGVG0B5V9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGVG0B5V9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGVG0B5V9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGVG0B5V9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGVG0B5V9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGVG0B5V9 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGVG0B5V9 .nav-link:hover::before {
  width: 100%;
}
.cid-ugGVG0B5V9 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGVG0B5V9 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGVG0B5V9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGVG0B5V9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGVG0B5V9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGVG0B5V9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGVG0B5V9 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGVG0B5V9 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGVG0B5V9 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGVG0B5V9 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGVG0B5V9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGVG0B5V9 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGVG0B5V9 .nav-item:focus,
.cid-ugGVG0B5V9 .nav-link:focus {
  outline: none;
}
.cid-ugGVG0B5V9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGVG0B5V9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGVG0B5V9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGVG0B5V9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGVG0B5V9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGVG0B5V9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGVG0B5V9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGVG0B5V9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGVG0B5V9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGVG0B5V9 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGVG0B5V9 .navbar.collapsed {
  justify-content: center;
}
.cid-ugGVG0B5V9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGVG0B5V9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGVG0B5V9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGVG0B5V9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGVG0B5V9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGVG0B5V9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGVG0B5V9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGVG0B5V9 .navbar {
    min-height: 72px;
  }
  .cid-ugGVG0B5V9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGVG0B5V9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGVG0B5V9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGVG0B5V9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGVG0B5V9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGVG0B5V9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGVG0B5V9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGVG0B5V9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGVG0B5V9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGVG0B5V9 .dropdown-item.active,
.cid-ugGVG0B5V9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGVG0B5V9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGVG0B5V9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGVG0B5V9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGVG0B5V9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGVG0B5V9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGVG0B5V9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGVG0B5V9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGVG0B5V9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGVG0B5V9 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGVG0B5V9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGVG0B5V9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGVG0B5V9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGVG0B5V9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGVG0B5V9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGVG0B5V9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGVG0B5V9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGVG0B5V9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGVG0B5V9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGVG0B5V9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGVG0B5V9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGVG0B5V9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGVG0B5V9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGVG0B5V9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGVG0B5V9 .navbar {
    height: 70px;
  }
  .cid-ugGVG0B5V9 .navbar.opened {
    height: auto;
  }
  .cid-ugGVG0B5V9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGVG0B5V9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGVG0B5V9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGVG0B5V9 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGVG0B5V9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGVG0B5V9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGVG0B5V9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGVG0B5V9 .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-ugGVG0B5V9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGVG0B5V9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGVG0B5V9 .navbar-brand,
.cid-ugGVG0B5V9 .navbar-toggler,
.cid-ugGVG0B5V9 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGVG1iMVU {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGVG1iMVU .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGVG1iMVU .main-image {
    display: none;
  }
}
.cid-ugGVG1iMVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGVG1iMVU .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-ugGVG1iMVU .container {
    padding: 0 16px;
  }
}
.cid-ugGVG1iMVU .row {
  position: relative;
  z-index: 1;
}
.cid-ugGVG1iMVU .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGVG1iMVU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGVG1iMVU .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGVG1iMVU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGVG1iMVU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGVG1iMVU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGVG1iMVU .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGVG1iMVU .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGVG1iMVU .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGVG1iMVU .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGVG1iMVU .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGVG1iMVU .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGVG1iMVU .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGVG1iMVU .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGVG1iMVU .mbr-section-title {
  color: #000000;
}
.cid-ugGVG1iMVU .mbr-text {
  color: #000000;
}
.cid-ugGVG1iMVU .card-title {
  color: #000000;
}
.cid-ugGVG1iMVU .card-text {
  color: #ffffff;
}
.cid-ugGVG1iMVU .card-name {
  color: #ffffff;
}
.cid-ugGVG1iMVU .card-role {
  color: #ffffff;
}
.cid-ugGVG1v3tt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGVG1v3tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGVG1v3tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGVG1v3tt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGVG1v3tt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGVG1v3tt .container {
    padding: 0 12px;
  }
}
.cid-ugGVG1v3tt .image-wrapper img,
.cid-ugGVG1v3tt .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGVG1v3tt .image-wrapper img,
  .cid-ugGVG1v3tt .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .image-wrapper img,
  .cid-ugGVG1v3tt .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGVG1v3tt .image-wrapper img:nth-child(2n),
  .cid-ugGVG1v3tt .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGVG1v3tt .image-wrapper img,
  .cid-ugGVG1v3tt .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGVG1v3tt .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGVG1v3tt .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGVG1v3tt .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGVG1v3tt .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGVG1v3tt .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGVG1v3tt .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGVG1v3tt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGVG1v3tt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGVG1v3tt .mbr-text {
  color: #ffffff;
}
.cid-ugGYyswCzV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYyswCzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYyswCzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYyswCzV .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYyswCzV .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYyswCzV .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYyswCzV .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYyswCzV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYyswCzV .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYyswCzV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYyswCzV .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYyswCzV .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYyswCzV .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYyswCzV .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYyswCzV .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGVG1FH3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGVG1FH3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGVG1FH3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGVG1FH3V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGVG1FH3V .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGVG1FH3V .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGVG1FH3V .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGVG1FH3V .container {
    padding: 0 12px;
  }
}
.cid-ugGVG1FH3V .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGVG1FH3V .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGVG1FH3V .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGVG1FH3V .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGVG1FH3V .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGVG1FH3V .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGVG1FH3V .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGVG1FH3V .mbr-section-title {
  color: #ffffff;
}
.cid-ugGVG1FH3V .mbr-section-title,
.cid-ugGVG1FH3V .mbr-section-btn,
.cid-ugGVG1FH3V .card-wrapper {
  text-align: center;
}
.cid-ugGVG1Ndbf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGVG1Ndbf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGVG1Ndbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGVG1Ndbf .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-ugGVG1Ndbf .container {
    padding: 0 22px;
  }
}
.cid-ugGVG1Ndbf .row {
  position: relative;
  z-index: 1;
}
.cid-ugGVG1Ndbf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGVG1Ndbf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGVG1Ndbf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGVG1Ndbf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGVG1Ndbf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGVG1Ndbf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGVG1Ndbf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGVG1Ndbf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGVG1Ndbf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGVG1Ndbf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGVG1Ndbf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGVG1Ndbf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGVG1Ndbf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGVG1Ndbf .nav-wrapper .list .item-wrap:hover,
.cid-ugGVG1Ndbf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGVG1Ndbf .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGVG1Ndbf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGVG1Ndbf .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-ugGVG1Ndbf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGVG1Ndbf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGVG1Ndbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGVG1Ndbf .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-ugGVG1Ndbf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGVG1Ndbf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGVG1Ndbf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGVG1Ndbf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGVG1Ndbf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGVG1Ndbf .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGVG1Ndbf .mbr-text {
  color: #ffffff;
}
.cid-ugGVG1Ndbf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGVG1Ndbf .list {
  color: #ffffff;
}
.cid-ugGVG1Ndbf .mbr-contact {
  color: #ffffff;
}
.cid-ugGVG1Ndbf .mbr-desc {
  color: #ffffff;
}
.cid-ugGWbupcQL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGWbupcQL .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-ugGWbupcQL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGWbupcQL .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-ugGWbupcQL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugGWbupcQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGWbupcQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGWbupcQL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGWbupcQL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugGWbupcQL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugGWbupcQL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugGWbupcQL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGWbupcQL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGWbupcQL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugGWbupcQL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGWbupcQL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGWbupcQL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGWbupcQL .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugGWbupcQL .nav-link:hover::before {
  width: 100%;
}
.cid-ugGWbupcQL .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGWbupcQL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGWbupcQL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGWbupcQL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugGWbupcQL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGWbupcQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugGWbupcQL .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugGWbupcQL .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugGWbupcQL .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugGWbupcQL .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugGWbupcQL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGWbupcQL .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugGWbupcQL .nav-item:focus,
.cid-ugGWbupcQL .nav-link:focus {
  outline: none;
}
.cid-ugGWbupcQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGWbupcQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGWbupcQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGWbupcQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGWbupcQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGWbupcQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGWbupcQL .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-ugGWbupcQL .navbar.opened {
  transition: all 0.3s;
}
.cid-ugGWbupcQL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGWbupcQL .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGWbupcQL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGWbupcQL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugGWbupcQL .navbar.collapsed {
  justify-content: center;
}
.cid-ugGWbupcQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGWbupcQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGWbupcQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugGWbupcQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGWbupcQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGWbupcQL .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-ugGWbupcQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGWbupcQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGWbupcQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGWbupcQL .navbar {
    min-height: 72px;
  }
  .cid-ugGWbupcQL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGWbupcQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGWbupcQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGWbupcQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGWbupcQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGWbupcQL .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-ugGWbupcQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGWbupcQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGWbupcQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGWbupcQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGWbupcQL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGWbupcQL .dropdown-item.active,
.cid-ugGWbupcQL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGWbupcQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGWbupcQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGWbupcQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGWbupcQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugGWbupcQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGWbupcQL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGWbupcQL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGWbupcQL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGWbupcQL .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGWbupcQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGWbupcQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGWbupcQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGWbupcQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGWbupcQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGWbupcQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGWbupcQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGWbupcQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGWbupcQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGWbupcQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGWbupcQL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugGWbupcQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGWbupcQL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGWbupcQL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGWbupcQL .navbar {
    height: 70px;
  }
  .cid-ugGWbupcQL .navbar.opened {
    height: auto;
  }
  .cid-ugGWbupcQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGWbupcQL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGWbupcQL .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-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGWbupcQL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGWbupcQL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGWbupcQL .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGWbupcQL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugGWbupcQL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGWbupcQL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGWbupcQL .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-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGWbupcQL .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-ugGWbupcQL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGWbupcQL .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-ugGWbupcQL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugGWbupcQL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugGWbupcQL .navbar-brand,
.cid-ugGWbupcQL .navbar-toggler,
.cid-ugGWbupcQL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugGWbv5L9m {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugGWbv5L9m .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugGWbv5L9m .main-image {
    display: none;
  }
}
.cid-ugGWbv5L9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGWbv5L9m .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-ugGWbv5L9m .container {
    padding: 0 16px;
  }
}
.cid-ugGWbv5L9m .row {
  position: relative;
  z-index: 1;
}
.cid-ugGWbv5L9m .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGWbv5L9m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugGWbv5L9m .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugGWbv5L9m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugGWbv5L9m .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugGWbv5L9m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugGWbv5L9m .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugGWbv5L9m .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugGWbv5L9m .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugGWbv5L9m .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugGWbv5L9m .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugGWbv5L9m .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugGWbv5L9m .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugGWbv5L9m .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugGWbv5L9m .mbr-section-title {
  color: #000000;
}
.cid-ugGWbv5L9m .mbr-text {
  color: #000000;
}
.cid-ugGWbv5L9m .card-title {
  color: #000000;
}
.cid-ugGWbv5L9m .card-text {
  color: #ffffff;
}
.cid-ugGWbv5L9m .card-name {
  color: #ffffff;
}
.cid-ugGWbv5L9m .card-role {
  color: #ffffff;
}
.cid-ugGWbvkpdZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugGWbvkpdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGWbvkpdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGWbvkpdZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGWbvkpdZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGWbvkpdZ .container {
    padding: 0 12px;
  }
}
.cid-ugGWbvkpdZ .image-wrapper img,
.cid-ugGWbvkpdZ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugGWbvkpdZ .image-wrapper img,
  .cid-ugGWbvkpdZ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .image-wrapper img,
  .cid-ugGWbvkpdZ .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugGWbvkpdZ .image-wrapper img:nth-child(2n),
  .cid-ugGWbvkpdZ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugGWbvkpdZ .image-wrapper img,
  .cid-ugGWbvkpdZ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugGWbvkpdZ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugGWbvkpdZ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugGWbvkpdZ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugGWbvkpdZ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugGWbvkpdZ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugGWbvkpdZ .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugGWbvkpdZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGWbvkpdZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugGWbvkpdZ .mbr-text {
  color: #ffffff;
}
.cid-ugGYA9d2oK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugGYA9d2oK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGYA9d2oK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGYA9d2oK .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugGYA9d2oK .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugGYA9d2oK .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugGYA9d2oK .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugGYA9d2oK .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugGYA9d2oK .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugGYA9d2oK .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugGYA9d2oK .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugGYA9d2oK .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugGYA9d2oK .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugGYA9d2oK .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugGYA9d2oK .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugGWbvwrDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugGWbvwrDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGWbvwrDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugGWbvwrDo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugGWbvwrDo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGWbvwrDo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugGWbvwrDo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugGWbvwrDo .container {
    padding: 0 12px;
  }
}
.cid-ugGWbvwrDo .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugGWbvwrDo .card-wrapper {
    padding: 32px;
  }
}
.cid-ugGWbvwrDo .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugGWbvwrDo .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugGWbvwrDo .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugGWbvwrDo .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugGWbvwrDo .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugGWbvwrDo .mbr-section-title {
  color: #ffffff;
}
.cid-ugGWbvwrDo .mbr-section-title,
.cid-ugGWbvwrDo .mbr-section-btn,
.cid-ugGWbvwrDo .card-wrapper {
  text-align: center;
}
.cid-ugGWbvFj4j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugGWbvFj4j::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugGWbvFj4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugGWbvFj4j .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-ugGWbvFj4j .container {
    padding: 0 22px;
  }
}
.cid-ugGWbvFj4j .row {
  position: relative;
  z-index: 1;
}
.cid-ugGWbvFj4j .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugGWbvFj4j .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGWbvFj4j .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugGWbvFj4j .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugGWbvFj4j .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGWbvFj4j .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugGWbvFj4j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugGWbvFj4j .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGWbvFj4j .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugGWbvFj4j .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugGWbvFj4j .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugGWbvFj4j .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugGWbvFj4j .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGWbvFj4j .nav-wrapper .list .item-wrap:hover,
.cid-ugGWbvFj4j .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugGWbvFj4j .nav-wrapper .list .item-wrap:hover::before,
.cid-ugGWbvFj4j .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugGWbvFj4j .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-ugGWbvFj4j .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGWbvFj4j .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugGWbvFj4j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugGWbvFj4j .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-ugGWbvFj4j .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugGWbvFj4j .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugGWbvFj4j .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugGWbvFj4j .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugGWbvFj4j .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugGWbvFj4j .mbr-section-title {
  color: #00d0f3;
}
.cid-ugGWbvFj4j .mbr-text {
  color: #ffffff;
}
.cid-ugGWbvFj4j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugGWbvFj4j .list {
  color: #ffffff;
}
.cid-ugGWbvFj4j .mbr-contact {
  color: #ffffff;
}
.cid-ugGWbvFj4j .mbr-desc {
  color: #ffffff;
}
.cid-ugHf3JOWtO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugHf3JOWtO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugHf3JOWtO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugHf3JOWtO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugHf3JOWtO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugHf3JOWtO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugHf3JOWtO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugHf3JOWtO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugHf3JOWtO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugHf3JOWtO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugHf3JOWtO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugHf3JOWtO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugHf3JOWtO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugHf3JOWtO .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugHf3JOWtO .nav-link:hover::before {
  width: 100%;
}
.cid-ugHf3JOWtO .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugHf3JOWtO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugHf3JOWtO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugHf3JOWtO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugHf3JOWtO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugHf3JOWtO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugHf3JOWtO .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugHf3JOWtO .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugHf3JOWtO .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugHf3JOWtO .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugHf3JOWtO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugHf3JOWtO .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugHf3JOWtO .nav-item:focus,
.cid-ugHf3JOWtO .nav-link:focus {
  outline: none;
}
.cid-ugHf3JOWtO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugHf3JOWtO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugHf3JOWtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugHf3JOWtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugHf3JOWtO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugHf3JOWtO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar.opened {
  transition: all 0.3s;
}
.cid-ugHf3JOWtO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugHf3JOWtO .navbar .navbar-logo img {
  width: auto;
}
.cid-ugHf3JOWtO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHf3JOWtO .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugHf3JOWtO .navbar.collapsed {
  justify-content: center;
}
.cid-ugHf3JOWtO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugHf3JOWtO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugHf3JOWtO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugHf3JOWtO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugHf3JOWtO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugHf3JOWtO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugHf3JOWtO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugHf3JOWtO .navbar {
    min-height: 72px;
  }
  .cid-ugHf3JOWtO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugHf3JOWtO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugHf3JOWtO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugHf3JOWtO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugHf3JOWtO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugHf3JOWtO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugHf3JOWtO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugHf3JOWtO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugHf3JOWtO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugHf3JOWtO .dropdown-item.active,
.cid-ugHf3JOWtO .dropdown-item:active {
  background-color: transparent;
}
.cid-ugHf3JOWtO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugHf3JOWtO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugHf3JOWtO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugHf3JOWtO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugHf3JOWtO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugHf3JOWtO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugHf3JOWtO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugHf3JOWtO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugHf3JOWtO .navbar-buttons {
    text-align: left;
  }
}
.cid-ugHf3JOWtO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugHf3JOWtO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugHf3JOWtO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugHf3JOWtO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHf3JOWtO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHf3JOWtO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugHf3JOWtO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHf3JOWtO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugHf3JOWtO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugHf3JOWtO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHf3JOWtO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugHf3JOWtO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugHf3JOWtO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHf3JOWtO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugHf3JOWtO .navbar {
    height: 70px;
  }
  .cid-ugHf3JOWtO .navbar.opened {
    height: auto;
  }
  .cid-ugHf3JOWtO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugHf3JOWtO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugHf3JOWtO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugHf3JOWtO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugHf3JOWtO .navbar-brand {
    margin-right: auto;
  }
  .cid-ugHf3JOWtO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugHf3JOWtO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugHf3JOWtO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugHf3JOWtO .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-ugHf3JOWtO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugHf3JOWtO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugHf3JOWtO .navbar-brand,
.cid-ugHf3JOWtO .navbar-toggler,
.cid-ugHf3JOWtO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugHf3KZa2m {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugHf3KZa2m .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugHf3KZa2m .main-image {
    display: none;
  }
}
.cid-ugHf3KZa2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHf3KZa2m .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-ugHf3KZa2m .container {
    padding: 0 16px;
  }
}
.cid-ugHf3KZa2m .row {
  position: relative;
  z-index: 1;
}
.cid-ugHf3KZa2m .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHf3KZa2m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugHf3KZa2m .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugHf3KZa2m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugHf3KZa2m .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugHf3KZa2m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugHf3KZa2m .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugHf3KZa2m .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugHf3KZa2m .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugHf3KZa2m .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugHf3KZa2m .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugHf3KZa2m .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugHf3KZa2m .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugHf3KZa2m .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugHf3KZa2m .mbr-section-title {
  color: #000000;
}
.cid-ugHf3KZa2m .mbr-text {
  color: #000000;
}
.cid-ugHf3KZa2m .card-title {
  color: #000000;
}
.cid-ugHf3KZa2m .card-text {
  color: #ffffff;
}
.cid-ugHf3KZa2m .card-name {
  color: #ffffff;
}
.cid-ugHf3KZa2m .card-role {
  color: #ffffff;
}
.cid-ugHf3LmHut {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugHf3LmHut .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHf3LmHut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHf3LmHut .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHf3LmHut .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHf3LmHut .container {
    padding: 0 12px;
  }
}
.cid-ugHf3LmHut .image-wrapper img,
.cid-ugHf3LmHut .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugHf3LmHut .image-wrapper img,
  .cid-ugHf3LmHut .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .image-wrapper img,
  .cid-ugHf3LmHut .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugHf3LmHut .image-wrapper img:nth-child(2n),
  .cid-ugHf3LmHut .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugHf3LmHut .image-wrapper img,
  .cid-ugHf3LmHut .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugHf3LmHut .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugHf3LmHut .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugHf3LmHut .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugHf3LmHut .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugHf3LmHut .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugHf3LmHut .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugHf3LmHut .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugHf3LmHut .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugHf3LmHut .mbr-text {
  color: #ffffff;
}
.cid-ugHf3LCun2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugHf3LCun2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHf3LCun2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHf3LCun2 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugHf3LCun2 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugHf3LCun2 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugHf3LCun2 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugHf3LCun2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugHf3LCun2 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugHf3LCun2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugHf3LCun2 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugHf3LCun2 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugHf3LCun2 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugHf3LCun2 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugHf3LCun2 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugHf3LNJH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugHf3LNJH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHf3LNJH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHf3LNJH5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugHf3LNJH5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHf3LNJH5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugHf3LNJH5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHf3LNJH5 .container {
    padding: 0 12px;
  }
}
.cid-ugHf3LNJH5 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugHf3LNJH5 .card-wrapper {
    padding: 32px;
  }
}
.cid-ugHf3LNJH5 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugHf3LNJH5 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugHf3LNJH5 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugHf3LNJH5 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugHf3LNJH5 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugHf3LNJH5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugHf3LNJH5 .mbr-section-title,
.cid-ugHf3LNJH5 .mbr-section-btn,
.cid-ugHf3LNJH5 .card-wrapper {
  text-align: center;
}
.cid-ugHf3M0yOT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugHf3M0yOT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugHf3M0yOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHf3M0yOT .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-ugHf3M0yOT .container {
    padding: 0 22px;
  }
}
.cid-ugHf3M0yOT .row {
  position: relative;
  z-index: 1;
}
.cid-ugHf3M0yOT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugHf3M0yOT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugHf3M0yOT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugHf3M0yOT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugHf3M0yOT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHf3M0yOT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugHf3M0yOT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugHf3M0yOT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHf3M0yOT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugHf3M0yOT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHf3M0yOT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugHf3M0yOT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugHf3M0yOT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugHf3M0yOT .nav-wrapper .list .item-wrap:hover,
.cid-ugHf3M0yOT .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugHf3M0yOT .nav-wrapper .list .item-wrap:hover::before,
.cid-ugHf3M0yOT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugHf3M0yOT .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-ugHf3M0yOT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHf3M0yOT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugHf3M0yOT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugHf3M0yOT .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-ugHf3M0yOT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHf3M0yOT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugHf3M0yOT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugHf3M0yOT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugHf3M0yOT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugHf3M0yOT .mbr-section-title {
  color: #00d0f3;
}
.cid-ugHf3M0yOT .mbr-text {
  color: #ffffff;
}
.cid-ugHf3M0yOT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugHf3M0yOT .list {
  color: #ffffff;
}
.cid-ugHf3M0yOT .mbr-contact {
  color: #ffffff;
}
.cid-ugHf3M0yOT .mbr-desc {
  color: #ffffff;
}
.cid-ugHg59Rw0t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugHg59Rw0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugHg59Rw0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugHg59Rw0t .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugHg59Rw0t .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugHg59Rw0t .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugHg59Rw0t .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugHg59Rw0t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugHg59Rw0t .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugHg59Rw0t .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugHg59Rw0t .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugHg59Rw0t .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugHg59Rw0t .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugHg59Rw0t .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugHg59Rw0t .nav-link:hover::before {
  width: 100%;
}
.cid-ugHg59Rw0t .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugHg59Rw0t .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugHg59Rw0t .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugHg59Rw0t .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugHg59Rw0t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugHg59Rw0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugHg59Rw0t .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugHg59Rw0t .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugHg59Rw0t .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugHg59Rw0t .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugHg59Rw0t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugHg59Rw0t .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugHg59Rw0t .nav-item:focus,
.cid-ugHg59Rw0t .nav-link:focus {
  outline: none;
}
.cid-ugHg59Rw0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugHg59Rw0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugHg59Rw0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugHg59Rw0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugHg59Rw0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugHg59Rw0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar.opened {
  transition: all 0.3s;
}
.cid-ugHg59Rw0t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugHg59Rw0t .navbar .navbar-logo img {
  width: auto;
}
.cid-ugHg59Rw0t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHg59Rw0t .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugHg59Rw0t .navbar.collapsed {
  justify-content: center;
}
.cid-ugHg59Rw0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugHg59Rw0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugHg59Rw0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugHg59Rw0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugHg59Rw0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugHg59Rw0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugHg59Rw0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugHg59Rw0t .navbar {
    min-height: 72px;
  }
  .cid-ugHg59Rw0t .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugHg59Rw0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugHg59Rw0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugHg59Rw0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugHg59Rw0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugHg59Rw0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugHg59Rw0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugHg59Rw0t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugHg59Rw0t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugHg59Rw0t .dropdown-item.active,
.cid-ugHg59Rw0t .dropdown-item:active {
  background-color: transparent;
}
.cid-ugHg59Rw0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugHg59Rw0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugHg59Rw0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugHg59Rw0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugHg59Rw0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugHg59Rw0t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugHg59Rw0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugHg59Rw0t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugHg59Rw0t .navbar-buttons {
    text-align: left;
  }
}
.cid-ugHg59Rw0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugHg59Rw0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugHg59Rw0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugHg59Rw0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHg59Rw0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHg59Rw0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugHg59Rw0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHg59Rw0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugHg59Rw0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugHg59Rw0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHg59Rw0t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugHg59Rw0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugHg59Rw0t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHg59Rw0t .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugHg59Rw0t .navbar {
    height: 70px;
  }
  .cid-ugHg59Rw0t .navbar.opened {
    height: auto;
  }
  .cid-ugHg59Rw0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugHg59Rw0t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugHg59Rw0t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugHg59Rw0t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugHg59Rw0t .navbar-brand {
    margin-right: auto;
  }
  .cid-ugHg59Rw0t .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugHg59Rw0t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugHg59Rw0t .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugHg59Rw0t .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-ugHg59Rw0t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugHg59Rw0t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugHg59Rw0t .navbar-brand,
.cid-ugHg59Rw0t .navbar-toggler,
.cid-ugHg59Rw0t .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugHg5boZKP {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugHg5boZKP .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugHg5boZKP .main-image {
    display: none;
  }
}
.cid-ugHg5boZKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHg5boZKP .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-ugHg5boZKP .container {
    padding: 0 16px;
  }
}
.cid-ugHg5boZKP .row {
  position: relative;
  z-index: 1;
}
.cid-ugHg5boZKP .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHg5boZKP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugHg5boZKP .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugHg5boZKP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugHg5boZKP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugHg5boZKP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugHg5boZKP .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugHg5boZKP .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugHg5boZKP .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugHg5boZKP .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugHg5boZKP .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugHg5boZKP .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugHg5boZKP .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugHg5boZKP .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugHg5boZKP .mbr-section-title {
  color: #000000;
}
.cid-ugHg5boZKP .mbr-text {
  color: #000000;
}
.cid-ugHg5boZKP .card-title {
  color: #000000;
}
.cid-ugHg5boZKP .card-text {
  color: #ffffff;
}
.cid-ugHg5boZKP .card-name {
  color: #ffffff;
}
.cid-ugHg5boZKP .card-role {
  color: #ffffff;
}
.cid-ugHg5bQUB0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugHg5bQUB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHg5bQUB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHg5bQUB0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHg5bQUB0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHg5bQUB0 .container {
    padding: 0 12px;
  }
}
.cid-ugHg5bQUB0 .image-wrapper img,
.cid-ugHg5bQUB0 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugHg5bQUB0 .image-wrapper img,
  .cid-ugHg5bQUB0 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .image-wrapper img,
  .cid-ugHg5bQUB0 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugHg5bQUB0 .image-wrapper img:nth-child(2n),
  .cid-ugHg5bQUB0 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugHg5bQUB0 .image-wrapper img,
  .cid-ugHg5bQUB0 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugHg5bQUB0 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugHg5bQUB0 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugHg5bQUB0 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugHg5bQUB0 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugHg5bQUB0 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugHg5bQUB0 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugHg5bQUB0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugHg5bQUB0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugHg5bQUB0 .mbr-text {
  color: #ffffff;
}
.cid-ugHg5c8KhT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugHg5c8KhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHg5c8KhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHg5c8KhT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugHg5c8KhT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugHg5c8KhT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugHg5c8KhT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugHg5c8KhT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugHg5c8KhT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugHg5c8KhT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugHg5c8KhT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugHg5c8KhT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugHg5c8KhT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugHg5c8KhT .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugHg5c8KhT .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugHg5cwDJn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugHg5cwDJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHg5cwDJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHg5cwDJn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugHg5cwDJn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHg5cwDJn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugHg5cwDJn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugHg5cwDJn .container {
    padding: 0 12px;
  }
}
.cid-ugHg5cwDJn .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugHg5cwDJn .card-wrapper {
    padding: 32px;
  }
}
.cid-ugHg5cwDJn .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugHg5cwDJn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugHg5cwDJn .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugHg5cwDJn .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugHg5cwDJn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugHg5cwDJn .mbr-section-title {
  color: #ffffff;
}
.cid-ugHg5cwDJn .mbr-section-title,
.cid-ugHg5cwDJn .mbr-section-btn,
.cid-ugHg5cwDJn .card-wrapper {
  text-align: center;
}
.cid-ugHg5cJXBm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugHg5cJXBm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugHg5cJXBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHg5cJXBm .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-ugHg5cJXBm .container {
    padding: 0 22px;
  }
}
.cid-ugHg5cJXBm .row {
  position: relative;
  z-index: 1;
}
.cid-ugHg5cJXBm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugHg5cJXBm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugHg5cJXBm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugHg5cJXBm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugHg5cJXBm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHg5cJXBm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugHg5cJXBm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugHg5cJXBm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHg5cJXBm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugHg5cJXBm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugHg5cJXBm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugHg5cJXBm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugHg5cJXBm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugHg5cJXBm .nav-wrapper .list .item-wrap:hover,
.cid-ugHg5cJXBm .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugHg5cJXBm .nav-wrapper .list .item-wrap:hover::before,
.cid-ugHg5cJXBm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugHg5cJXBm .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-ugHg5cJXBm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHg5cJXBm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugHg5cJXBm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugHg5cJXBm .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-ugHg5cJXBm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugHg5cJXBm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugHg5cJXBm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugHg5cJXBm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugHg5cJXBm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugHg5cJXBm .mbr-section-title {
  color: #00d0f3;
}
.cid-ugHg5cJXBm .mbr-text {
  color: #ffffff;
}
.cid-ugHg5cJXBm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugHg5cJXBm .list {
  color: #ffffff;
}
.cid-ugHg5cJXBm .mbr-contact {
  color: #ffffff;
}
.cid-ugHg5cJXBm .mbr-desc {
  color: #ffffff;
}
.cid-ugSBql3HSD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugSBql3HSD .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-ugSBql3HSD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugSBql3HSD .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-ugSBql3HSD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugSBql3HSD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugSBql3HSD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugSBql3HSD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugSBql3HSD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugSBql3HSD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugSBql3HSD .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugSBql3HSD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugSBql3HSD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugSBql3HSD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugSBql3HSD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugSBql3HSD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugSBql3HSD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugSBql3HSD .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugSBql3HSD .nav-link:hover::before {
  width: 100%;
}
.cid-ugSBql3HSD .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugSBql3HSD .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugSBql3HSD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugSBql3HSD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugSBql3HSD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugSBql3HSD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugSBql3HSD .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugSBql3HSD .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugSBql3HSD .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugSBql3HSD .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugSBql3HSD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugSBql3HSD .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugSBql3HSD .nav-item:focus,
.cid-ugSBql3HSD .nav-link:focus {
  outline: none;
}
.cid-ugSBql3HSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugSBql3HSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugSBql3HSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugSBql3HSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugSBql3HSD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugSBql3HSD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugSBql3HSD .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-ugSBql3HSD .navbar.opened {
  transition: all 0.3s;
}
.cid-ugSBql3HSD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugSBql3HSD .navbar .navbar-logo img {
  width: auto;
}
.cid-ugSBql3HSD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSBql3HSD .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugSBql3HSD .navbar.collapsed {
  justify-content: center;
}
.cid-ugSBql3HSD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugSBql3HSD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugSBql3HSD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugSBql3HSD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugSBql3HSD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugSBql3HSD .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-ugSBql3HSD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugSBql3HSD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugSBql3HSD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugSBql3HSD .navbar {
    min-height: 72px;
  }
  .cid-ugSBql3HSD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugSBql3HSD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugSBql3HSD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugSBql3HSD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugSBql3HSD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugSBql3HSD .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-ugSBql3HSD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugSBql3HSD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugSBql3HSD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugSBql3HSD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugSBql3HSD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugSBql3HSD .dropdown-item.active,
.cid-ugSBql3HSD .dropdown-item:active {
  background-color: transparent;
}
.cid-ugSBql3HSD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugSBql3HSD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugSBql3HSD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugSBql3HSD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugSBql3HSD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugSBql3HSD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugSBql3HSD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugSBql3HSD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugSBql3HSD .navbar-buttons {
    text-align: left;
  }
}
.cid-ugSBql3HSD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugSBql3HSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugSBql3HSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugSBql3HSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugSBql3HSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugSBql3HSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugSBql3HSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugSBql3HSD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugSBql3HSD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugSBql3HSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugSBql3HSD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugSBql3HSD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugSBql3HSD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSBql3HSD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugSBql3HSD .navbar {
    height: 70px;
  }
  .cid-ugSBql3HSD .navbar.opened {
    height: auto;
  }
  .cid-ugSBql3HSD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugSBql3HSD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugSBql3HSD .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-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugSBql3HSD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugSBql3HSD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugSBql3HSD .navbar-brand {
    margin-right: auto;
  }
  .cid-ugSBql3HSD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugSBql3HSD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugSBql3HSD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugSBql3HSD .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-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugSBql3HSD .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-ugSBql3HSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugSBql3HSD .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-ugSBql3HSD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugSBql3HSD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugSBql3HSD .navbar-brand,
.cid-ugSBql3HSD .navbar-toggler,
.cid-ugSBql3HSD .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugSBqlAIAa {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugSBqlAIAa .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugSBqlAIAa .main-image {
    display: none;
  }
}
.cid-ugSBqlAIAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSBqlAIAa .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-ugSBqlAIAa .container {
    padding: 0 16px;
  }
}
.cid-ugSBqlAIAa .row {
  position: relative;
  z-index: 1;
}
.cid-ugSBqlAIAa .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSBqlAIAa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugSBqlAIAa .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugSBqlAIAa .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugSBqlAIAa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugSBqlAIAa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugSBqlAIAa .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugSBqlAIAa .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugSBqlAIAa .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugSBqlAIAa .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugSBqlAIAa .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugSBqlAIAa .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugSBqlAIAa .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugSBqlAIAa .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugSBqlAIAa .mbr-section-title {
  color: #000000;
}
.cid-ugSBqlAIAa .mbr-text {
  color: #000000;
}
.cid-ugSBqlAIAa .card-title {
  color: #000000;
}
.cid-ugSBqlAIAa .card-text {
  color: #ffffff;
}
.cid-ugSBqlAIAa .card-name {
  color: #ffffff;
}
.cid-ugSBqlAIAa .card-role {
  color: #ffffff;
}
.cid-ugSBqlRAtd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugSBqlRAtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSBqlRAtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSBqlRAtd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSBqlRAtd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSBqlRAtd .container {
    padding: 0 12px;
  }
}
.cid-ugSBqlRAtd .image-wrapper img,
.cid-ugSBqlRAtd .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugSBqlRAtd .image-wrapper img,
  .cid-ugSBqlRAtd .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .image-wrapper img,
  .cid-ugSBqlRAtd .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugSBqlRAtd .image-wrapper img:nth-child(2n),
  .cid-ugSBqlRAtd .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugSBqlRAtd .image-wrapper img,
  .cid-ugSBqlRAtd .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugSBqlRAtd .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugSBqlRAtd .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugSBqlRAtd .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugSBqlRAtd .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugSBqlRAtd .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugSBqlRAtd .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugSBqlRAtd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugSBqlRAtd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugSBqlRAtd .mbr-text {
  color: #ffffff;
}
.cid-ugSBqm6KfF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugSBqm6KfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSBqm6KfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSBqm6KfF .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugSBqm6KfF .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugSBqm6KfF .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugSBqm6KfF .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugSBqm6KfF .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugSBqm6KfF .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugSBqm6KfF .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugSBqm6KfF .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugSBqm6KfF .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugSBqm6KfF .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugSBqm6KfF .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugSBqm6KfF .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugSBqmjQqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugSBqmjQqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSBqmjQqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSBqmjQqV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugSBqmjQqV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSBqmjQqV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugSBqmjQqV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSBqmjQqV .container {
    padding: 0 12px;
  }
}
.cid-ugSBqmjQqV .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugSBqmjQqV .card-wrapper {
    padding: 32px;
  }
}
.cid-ugSBqmjQqV .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugSBqmjQqV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugSBqmjQqV .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugSBqmjQqV .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugSBqmjQqV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugSBqmjQqV .mbr-section-title {
  color: #ffffff;
}
.cid-ugSBqmjQqV .mbr-section-title,
.cid-ugSBqmjQqV .mbr-section-btn,
.cid-ugSBqmjQqV .card-wrapper {
  text-align: center;
}
.cid-ugSBqmvwn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugSBqmvwn3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugSBqmvwn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSBqmvwn3 .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-ugSBqmvwn3 .container {
    padding: 0 22px;
  }
}
.cid-ugSBqmvwn3 .row {
  position: relative;
  z-index: 1;
}
.cid-ugSBqmvwn3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugSBqmvwn3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugSBqmvwn3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugSBqmvwn3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugSBqmvwn3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSBqmvwn3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugSBqmvwn3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugSBqmvwn3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSBqmvwn3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugSBqmvwn3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSBqmvwn3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugSBqmvwn3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugSBqmvwn3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugSBqmvwn3 .nav-wrapper .list .item-wrap:hover,
.cid-ugSBqmvwn3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugSBqmvwn3 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugSBqmvwn3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugSBqmvwn3 .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-ugSBqmvwn3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSBqmvwn3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugSBqmvwn3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugSBqmvwn3 .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-ugSBqmvwn3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSBqmvwn3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugSBqmvwn3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugSBqmvwn3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugSBqmvwn3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugSBqmvwn3 .mbr-section-title {
  color: #00d0f3;
}
.cid-ugSBqmvwn3 .mbr-text {
  color: #ffffff;
}
.cid-ugSBqmvwn3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugSBqmvwn3 .list {
  color: #ffffff;
}
.cid-ugSBqmvwn3 .mbr-contact {
  color: #ffffff;
}
.cid-ugSBqmvwn3 .mbr-desc {
  color: #ffffff;
}
.cid-ugSCQtJIxN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ugSCQtJIxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugSCQtJIxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugSCQtJIxN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugSCQtJIxN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugSCQtJIxN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugSCQtJIxN .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugSCQtJIxN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugSCQtJIxN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugSCQtJIxN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugSCQtJIxN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugSCQtJIxN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugSCQtJIxN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugSCQtJIxN .nav-link:hover {
  color: #ffffff !important;
}
.cid-ugSCQtJIxN .nav-link:hover::before {
  width: 100%;
}
.cid-ugSCQtJIxN .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugSCQtJIxN .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugSCQtJIxN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugSCQtJIxN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ugSCQtJIxN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugSCQtJIxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugSCQtJIxN .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ugSCQtJIxN .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ugSCQtJIxN .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ugSCQtJIxN .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ugSCQtJIxN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugSCQtJIxN .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ugSCQtJIxN .nav-item:focus,
.cid-ugSCQtJIxN .nav-link:focus {
  outline: none;
}
.cid-ugSCQtJIxN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugSCQtJIxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugSCQtJIxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugSCQtJIxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugSCQtJIxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugSCQtJIxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar.opened {
  transition: all 0.3s;
}
.cid-ugSCQtJIxN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugSCQtJIxN .navbar .navbar-logo img {
  width: auto;
}
.cid-ugSCQtJIxN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSCQtJIxN .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugSCQtJIxN .navbar.collapsed {
  justify-content: center;
}
.cid-ugSCQtJIxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugSCQtJIxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugSCQtJIxN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugSCQtJIxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugSCQtJIxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugSCQtJIxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugSCQtJIxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugSCQtJIxN .navbar {
    min-height: 72px;
  }
  .cid-ugSCQtJIxN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugSCQtJIxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugSCQtJIxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugSCQtJIxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugSCQtJIxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugSCQtJIxN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugSCQtJIxN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugSCQtJIxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugSCQtJIxN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugSCQtJIxN .dropdown-item.active,
.cid-ugSCQtJIxN .dropdown-item:active {
  background-color: transparent;
}
.cid-ugSCQtJIxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugSCQtJIxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugSCQtJIxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugSCQtJIxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugSCQtJIxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugSCQtJIxN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugSCQtJIxN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugSCQtJIxN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugSCQtJIxN .navbar-buttons {
    text-align: left;
  }
}
.cid-ugSCQtJIxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugSCQtJIxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugSCQtJIxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugSCQtJIxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugSCQtJIxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugSCQtJIxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugSCQtJIxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugSCQtJIxN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugSCQtJIxN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugSCQtJIxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugSCQtJIxN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugSCQtJIxN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugSCQtJIxN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSCQtJIxN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugSCQtJIxN .navbar {
    height: 70px;
  }
  .cid-ugSCQtJIxN .navbar.opened {
    height: auto;
  }
  .cid-ugSCQtJIxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugSCQtJIxN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugSCQtJIxN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugSCQtJIxN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugSCQtJIxN .navbar-brand {
    margin-right: auto;
  }
  .cid-ugSCQtJIxN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugSCQtJIxN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugSCQtJIxN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugSCQtJIxN .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-ugSCQtJIxN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugSCQtJIxN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugSCQtJIxN .navbar-brand,
.cid-ugSCQtJIxN .navbar-toggler,
.cid-ugSCQtJIxN .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugSCQuTqXF {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ugSCQuTqXF .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugSCQuTqXF .main-image {
    display: none;
  }
}
.cid-ugSCQuTqXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSCQuTqXF .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-ugSCQuTqXF .container {
    padding: 0 16px;
  }
}
.cid-ugSCQuTqXF .row {
  position: relative;
  z-index: 1;
}
.cid-ugSCQuTqXF .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSCQuTqXF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugSCQuTqXF .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugSCQuTqXF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugSCQuTqXF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugSCQuTqXF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugSCQuTqXF .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ugSCQuTqXF .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ugSCQuTqXF .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ugSCQuTqXF .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ugSCQuTqXF .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ugSCQuTqXF .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ugSCQuTqXF .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ugSCQuTqXF .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ugSCQuTqXF .mbr-section-title {
  color: #000000;
}
.cid-ugSCQuTqXF .mbr-text {
  color: #000000;
}
.cid-ugSCQuTqXF .card-title {
  color: #000000;
}
.cid-ugSCQuTqXF .card-text {
  color: #ffffff;
}
.cid-ugSCQuTqXF .card-name {
  color: #ffffff;
}
.cid-ugSCQuTqXF .card-role {
  color: #ffffff;
}
.cid-ugSCQvdKfi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ugSCQvdKfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSCQvdKfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSCQvdKfi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSCQvdKfi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSCQvdKfi .container {
    padding: 0 12px;
  }
}
.cid-ugSCQvdKfi .image-wrapper img,
.cid-ugSCQvdKfi .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ugSCQvdKfi .image-wrapper img,
  .cid-ugSCQvdKfi .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .image-wrapper img,
  .cid-ugSCQvdKfi .image-wrap img {
    margin-right: 16px;
  }
  .cid-ugSCQvdKfi .image-wrapper img:nth-child(2n),
  .cid-ugSCQvdKfi .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ugSCQvdKfi .image-wrapper img,
  .cid-ugSCQvdKfi .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ugSCQvdKfi .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ugSCQvdKfi .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ugSCQvdKfi .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ugSCQvdKfi .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ugSCQvdKfi .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugSCQvdKfi .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ugSCQvdKfi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugSCQvdKfi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugSCQvdKfi .mbr-text {
  color: #ffffff;
}
.cid-ugSCQvsbGt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ugSCQvsbGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSCQvsbGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSCQvsbGt .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ugSCQvsbGt .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ugSCQvsbGt .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ugSCQvsbGt .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ugSCQvsbGt .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ugSCQvsbGt .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ugSCQvsbGt .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ugSCQvsbGt .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ugSCQvsbGt .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ugSCQvsbGt .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ugSCQvsbGt .mbr-text a {
  text-decoration: underline !important;
}
.cid-ugSCQvsbGt .mbr-text a:hover {
  color: inherit !important;
}
.cid-ugSCQvCQEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ugSCQvCQEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSCQvCQEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSCQvCQEJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugSCQvCQEJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSCQvCQEJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugSCQvCQEJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugSCQvCQEJ .container {
    padding: 0 12px;
  }
}
.cid-ugSCQvCQEJ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ugSCQvCQEJ .card-wrapper {
    padding: 32px;
  }
}
.cid-ugSCQvCQEJ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ugSCQvCQEJ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ugSCQvCQEJ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ugSCQvCQEJ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ugSCQvCQEJ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ugSCQvCQEJ .mbr-section-title {
  color: #ffffff;
}
.cid-ugSCQvCQEJ .mbr-section-title,
.cid-ugSCQvCQEJ .mbr-section-btn,
.cid-ugSCQvCQEJ .card-wrapper {
  text-align: center;
}
.cid-ugSCQvPruw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ugSCQvPruw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ugSCQvPruw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSCQvPruw .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-ugSCQvPruw .container {
    padding: 0 22px;
  }
}
.cid-ugSCQvPruw .row {
  position: relative;
  z-index: 1;
}
.cid-ugSCQvPruw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ugSCQvPruw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugSCQvPruw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ugSCQvPruw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugSCQvPruw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSCQvPruw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugSCQvPruw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugSCQvPruw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSCQvPruw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ugSCQvPruw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugSCQvPruw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ugSCQvPruw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ugSCQvPruw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugSCQvPruw .nav-wrapper .list .item-wrap:hover,
.cid-ugSCQvPruw .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ugSCQvPruw .nav-wrapper .list .item-wrap:hover::before,
.cid-ugSCQvPruw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ugSCQvPruw .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-ugSCQvPruw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSCQvPruw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ugSCQvPruw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ugSCQvPruw .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-ugSCQvPruw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ugSCQvPruw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ugSCQvPruw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ugSCQvPruw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugSCQvPruw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugSCQvPruw .mbr-section-title {
  color: #00d0f3;
}
.cid-ugSCQvPruw .mbr-text {
  color: #ffffff;
}
.cid-ugSCQvPruw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugSCQvPruw .list {
  color: #ffffff;
}
.cid-ugSCQvPruw .mbr-contact {
  color: #ffffff;
}
.cid-ugSCQvPruw .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AfQ2beu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3AfQ2beu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3AfQ2beu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZ3AfQ2beu .nav-link:hover {
  color: #ffffff !important;
}
.cid-tZ3AfQ2beu .nav-link:hover::before {
  width: 100%;
}
.cid-tZ3AfQ2beu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AfQ2beu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tZ3AfQ2beu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-tZ3AfQ2beu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-tZ3AfQ2beu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3AfQ2beu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-tZ3AfQ2beu .nav-item:focus,
.cid-tZ3AfQ2beu .nav-link:focus {
  outline: none;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3AfQ2beu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3AfQ2beu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3AfQ2beu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3AfQ2beu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3AfQ2beu .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3AfQ2beu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3AfQ2beu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ3AfQ2beu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3AfQ2beu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3AfQ2beu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZ3AfQ2beu .navbar {
    min-height: 72px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3AfQ2beu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZ3AfQ2beu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3AfQ2beu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3AfQ2beu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZ3AfQ2beu .dropdown-item.active,
.cid-tZ3AfQ2beu .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3AfQ2beu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3AfQ2beu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ3AfQ2beu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZ3AfQ2beu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3AfQ2beu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .navbar-buttons {
    text-align: left;
  }
}
.cid-tZ3AfQ2beu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3AfQ2beu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3AfQ2beu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3AfQ2beu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZ3AfQ2beu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3AfQ2beu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AfQ2beu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ3AfQ2beu .navbar {
    height: 70px;
  }
  .cid-tZ3AfQ2beu .navbar.opened {
    height: auto;
  }
  .cid-tZ3AfQ2beu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZ3AfQ2beu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZ3AfQ2beu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZ3AfQ2beu .navbar-brand {
    margin-right: auto;
  }
  .cid-tZ3AfQ2beu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tZ3AfQ2beu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZ3AfQ2beu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZ3AfQ2beu .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-tZ3AfQ2beu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tZ3AfQ2beu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZ3AfQ2beu .navbar-brand,
.cid-tZ3AfQ2beu .navbar-toggler,
.cid-tZ3AfQ2beu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugSFLVJnS3 {
  background-image: url("../../../assets/images/bitcoin-in-contanti-la-nostra-storia-1280x720.jpg");
}
.cid-ugSFLVJnS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSFLVJnS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSFLVJnS3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugSFLVJnS3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugSFLVJnS3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugSFLVJnS3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugSFLVJnS3 .container {
    padding: 0 24px;
  }
}
.cid-ugSFLVJnS3 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-ugSFLVJnS3 .content-wrapper {
    padding: 0;
  }
}
.cid-ugSFLVJnS3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-ugSFLVJnS3 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-ugSFLVJnS3 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-ugSFLVJnS3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugSFLVJnS3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ugSFLVJnS3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugSFLVJnS3 .mbr-section-title {
  color: #ffffff;
}
.cid-ugSFLVJnS3 .mbr-desc,
.cid-ugSFLVJnS3 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ugSFLVJnS3 .mbr-text,
.cid-ugSFLVJnS3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ugSFLVJnS3 .mbr-section-title,
.cid-ugSFLVJnS3 .mbr-section-btn {
  text-align: center;
}
.cid-ugSMT4LmzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ugSMT4LmzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSMT4LmzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSMT4LmzT .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ugSMT4LmzT .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ugSMT4LmzT .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ugSMT4LmzT .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugSMT4LmzT .card-wrapper {
  width: 100%;
}
.cid-ugSMT4LmzT .card-box {
  width: 100%;
}
.cid-ugSMT4LmzT .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugSMT4LmzT .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-ugSMT4LmzT .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-ugSMT4LmzT .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-ugSMT4LmzT .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-ugSMT4LmzT .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ugSMT4LmzT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugSMT4LmzT .bg-img {
  position: absolute;
  width: 100%;
  background-color: #454545;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-ugSMT4LmzT .bg-img {
    width: 150%;
  }
}
.cid-ugSMT4LmzT .mbr-text,
.cid-ugSMT4LmzT .mbr-section-btn {
  color: #000000;
}
.cid-ugU7eSkadE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin-in-contanti-made-in-italy-2-1280x720.jpg");
}
.cid-ugU7eSkadE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugU7eSkadE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugU7eSkadE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugU7eSkadE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugU7eSkadE .container {
    padding: 0 24px;
  }
}
.cid-ugU7eSkadE .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-ugU7eSkadE .title-wrapper {
    padding: 0;
  }
}
.cid-ugU7eSkadE .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-ugU7eSkadE .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ugU7eSkadE .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
}
.cid-ugU7eSkadE .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ugU7eSkadE .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffffff !important;
  border-color: #ffffff !important;
}
.cid-ugU7eSkadE .mbr-section-title,
.cid-ugU7eSkadE .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-ugU7eSkadE .mbr-section-title,
.cid-ugU7eSkadE .title-wrapper,
.cid-ugU7eSkadE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugU8gClRqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  position: relative;
  overflow: hidden;
}
.cid-ugU8gClRqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugU8gClRqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugU8gClRqy .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ugU8gClRqy .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ugU8gClRqy .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ugU8gClRqy .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugU8gClRqy .card-wrapper {
  width: 100%;
}
.cid-ugU8gClRqy .card-box {
  width: 100%;
}
.cid-ugU8gClRqy .card-title {
  color: #000000;
  margin-bottom: 0;
  text-align: right;
}
.cid-ugU8gClRqy .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-ugU8gClRqy .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-ugU8gClRqy .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-ugU8gClRqy .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-ugU8gClRqy .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-ugU8gClRqy .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ugU8gClRqy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugU8gClRqy .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-ugU8gClRqy .bg-img {
    width: 150%;
  }
}
.cid-ugU8gClRqy .mbr-text,
.cid-ugU8gClRqy .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-ugYwqUhNs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin-in-contanti-made-in-italy-5-1280x720.jpg");
}
.cid-ugYwqUhNs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYwqUhNs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYwqUhNs2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugYwqUhNs2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugYwqUhNs2 .container {
    padding: 0 24px;
  }
}
.cid-ugYwqUhNs2 .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-ugYwqUhNs2 .title-wrapper {
    padding: 0;
  }
}
.cid-ugYwqUhNs2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-ugYwqUhNs2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ugYwqUhNs2 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
}
.cid-ugYwqUhNs2 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ugYwqUhNs2 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffffff !important;
  border-color: #ffffff !important;
}
.cid-ugYwqUhNs2 .mbr-section-title,
.cid-ugYwqUhNs2 .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-ugYwqUhNs2 .mbr-section-title,
.cid-ugYwqUhNs2 .title-wrapper,
.cid-ugYwqUhNs2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugYyAMZvA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ugYyAMZvA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYyAMZvA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYyAMZvA1 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ugYyAMZvA1 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ugYyAMZvA1 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ugYyAMZvA1 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugYyAMZvA1 .card-wrapper {
  width: 100%;
}
.cid-ugYyAMZvA1 .card-box {
  width: 100%;
}
.cid-ugYyAMZvA1 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugYyAMZvA1 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-ugYyAMZvA1 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-ugYyAMZvA1 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-ugYyAMZvA1 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-ugYyAMZvA1 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ugYyAMZvA1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugYyAMZvA1 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #454545;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-ugYyAMZvA1 .bg-img {
    width: 150%;
  }
}
.cid-ugYyAMZvA1 .mbr-text,
.cid-ugYyAMZvA1 .mbr-section-btn {
  color: #000000;
}
.cid-ugYKSmjqIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin-in-contanti-made-in-italy-7-1280x720.jpg");
}
.cid-ugYKSmjqIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYKSmjqIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYKSmjqIF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugYKSmjqIF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugYKSmjqIF .container {
    padding: 0 24px;
  }
}
.cid-ugYKSmjqIF .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-ugYKSmjqIF .title-wrapper {
    padding: 0;
  }
}
.cid-ugYKSmjqIF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-ugYKSmjqIF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ugYKSmjqIF .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
}
.cid-ugYKSmjqIF .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-ugYKSmjqIF .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffffff !important;
  border-color: #ffffff !important;
}
.cid-ugYKSmjqIF .mbr-section-title,
.cid-ugYKSmjqIF .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-ugYKSmjqIF .mbr-section-title,
.cid-ugYKSmjqIF .title-wrapper,
.cid-ugYKSmjqIF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugYWEbQvMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  position: relative;
  overflow: hidden;
}
.cid-ugYWEbQvMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYWEbQvMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugYWEbQvMY .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ugYWEbQvMY .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ugYWEbQvMY .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ugYWEbQvMY .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugYWEbQvMY .card-wrapper {
  width: 100%;
}
.cid-ugYWEbQvMY .card-box {
  width: 100%;
}
.cid-ugYWEbQvMY .card-title {
  color: #000000;
  margin-bottom: 0;
  text-align: right;
}
.cid-ugYWEbQvMY .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-ugYWEbQvMY .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-ugYWEbQvMY .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-ugYWEbQvMY .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-ugYWEbQvMY .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-ugYWEbQvMY .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ugYWEbQvMY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugYWEbQvMY .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-ugYWEbQvMY .bg-img {
    width: 150%;
  }
}
.cid-ugYWEbQvMY .mbr-text,
.cid-ugYWEbQvMY .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uhgeD2SQRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin-in-contanti-made-in-italy-8-1280x720.jpg");
}
.cid-uhgeD2SQRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgeD2SQRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgeD2SQRF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhgeD2SQRF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhgeD2SQRF .container {
    padding: 0 24px;
  }
}
.cid-uhgeD2SQRF .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uhgeD2SQRF .title-wrapper {
    padding: 0;
  }
}
.cid-uhgeD2SQRF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uhgeD2SQRF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uhgeD2SQRF .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
}
.cid-uhgeD2SQRF .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uhgeD2SQRF .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffffff !important;
  border-color: #ffffff !important;
}
.cid-uhgeD2SQRF .mbr-section-title,
.cid-uhgeD2SQRF .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uhgeD2SQRF .mbr-section-title,
.cid-uhgeD2SQRF .title-wrapper,
.cid-uhgeD2SQRF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhguAFMjHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhguAFMjHV .number-wrap {
  color: #f9f9fc;
  text-align: center;
  position: relative;
}
.cid-uhguAFMjHV .number-wrap::before {
  content: ':';
  display: block;
  font-size: 50px;
  color: #f9f9fc;
  position: absolute;
  top: 10%;
  right: -15%;
}
@media (max-width: 992px) {
  .cid-uhguAFMjHV .number-wrap::before {
    display: none;
  }
}
.cid-uhguAFMjHV .row .col-3:last-child .number-wrap::before {
  content: '';
}
.cid-uhguAFMjHV .number {
  color: #f9f9fc;
  white-space: nowrap;
  padding-bottom: 10px;
  display: block;
}
.cid-uhguAFMjHV .number::after {
  content: '';
  display: block;
  width: 31px;
  height: 2px;
  margin: 0 auto -12px;
  background: #f9f9fc;
  opacity: .3;
}
.cid-uhguAFMjHV .period {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.cid-uhguAFMjHV .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uhguAFMjHV .period {
    font-size: 0.8rem;
  }
}
.cid-uhguAFMjHV .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhguAFMjHV .btn:hover {
  box-shadow: none;
}
.cid-uhguAFMjHV .mbr-section-btn {
  margin-top: 50px;
}
.cid-uhguAFMjHV .mbr-section-subtitle {
  margin-bottom: 12px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uhguAFMjHV .mbr-section-title {
  margin-bottom: 50px;
  color: #f9f9fc;
}
.cid-uhguAFMjHV .mbr-section-title,
.cid-uhguAFMjHV .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-uhhbSeih6U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhhbSeih6U .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-uhhbSeih6U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhhbSeih6U .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-uhhbSeih6U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhhbSeih6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhbSeih6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhbSeih6U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhhbSeih6U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhhbSeih6U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhhbSeih6U .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhhbSeih6U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhhbSeih6U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhhbSeih6U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhhbSeih6U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhhbSeih6U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhhbSeih6U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhhbSeih6U .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhhbSeih6U .nav-link:hover::before {
  width: 100%;
}
.cid-uhhbSeih6U .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhbSeih6U .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhhbSeih6U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhhbSeih6U .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhhbSeih6U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhhbSeih6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhhbSeih6U .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhhbSeih6U .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhhbSeih6U .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhhbSeih6U .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhhbSeih6U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhbSeih6U .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhhbSeih6U .nav-item:focus,
.cid-uhhbSeih6U .nav-link:focus {
  outline: none;
}
.cid-uhhbSeih6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhbSeih6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhbSeih6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhbSeih6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhbSeih6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhbSeih6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhbSeih6U .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-uhhbSeih6U .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhbSeih6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhbSeih6U .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhbSeih6U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhbSeih6U .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhhbSeih6U .navbar.collapsed {
  justify-content: center;
}
.cid-uhhbSeih6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhbSeih6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhbSeih6U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhhbSeih6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhbSeih6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhbSeih6U .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-uhhbSeih6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhbSeih6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhbSeih6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhhbSeih6U .navbar {
    min-height: 72px;
  }
  .cid-uhhbSeih6U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhbSeih6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhbSeih6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhbSeih6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhbSeih6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhbSeih6U .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-uhhbSeih6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhbSeih6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhhbSeih6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhbSeih6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhbSeih6U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhhbSeih6U .dropdown-item.active,
.cid-uhhbSeih6U .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhbSeih6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhbSeih6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhbSeih6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhbSeih6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhbSeih6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhhbSeih6U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhhbSeih6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhbSeih6U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhhbSeih6U .navbar-buttons {
    text-align: left;
  }
}
.cid-uhhbSeih6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhbSeih6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhbSeih6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhbSeih6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhbSeih6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhbSeih6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhbSeih6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhbSeih6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhbSeih6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhbSeih6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhbSeih6U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhhbSeih6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhbSeih6U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhbSeih6U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhbSeih6U .navbar {
    height: 70px;
  }
  .cid-uhhbSeih6U .navbar.opened {
    height: auto;
  }
  .cid-uhhbSeih6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhbSeih6U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhhbSeih6U .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-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhhbSeih6U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhhbSeih6U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhhbSeih6U .navbar-brand {
    margin-right: auto;
  }
  .cid-uhhbSeih6U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhhbSeih6U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhhbSeih6U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhhbSeih6U .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-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhhbSeih6U .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-uhhbSeih6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhhbSeih6U .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-uhhbSeih6U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhhbSeih6U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhhbSeih6U .navbar-brand,
.cid-uhhbSeih6U .navbar-toggler,
.cid-uhhbSeih6U .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhhbSeOjqI {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhhbSeOjqI .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhhbSeOjqI .main-image {
    display: none;
  }
}
.cid-uhhbSeOjqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbSeOjqI .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-uhhbSeOjqI .container {
    padding: 0 16px;
  }
}
.cid-uhhbSeOjqI .row {
  position: relative;
  z-index: 1;
}
.cid-uhhbSeOjqI .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhbSeOjqI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhhbSeOjqI .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhhbSeOjqI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhhbSeOjqI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhhbSeOjqI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhhbSeOjqI .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhhbSeOjqI .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhhbSeOjqI .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhhbSeOjqI .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhhbSeOjqI .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhhbSeOjqI .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhhbSeOjqI .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhhbSeOjqI .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhhbSeOjqI .mbr-section-title {
  color: #000000;
}
.cid-uhhbSeOjqI .mbr-text {
  color: #000000;
}
.cid-uhhbSeOjqI .card-title {
  color: #000000;
}
.cid-uhhbSeOjqI .card-text {
  color: #ffffff;
}
.cid-uhhbSeOjqI .card-name {
  color: #ffffff;
}
.cid-uhhbSeOjqI .card-role {
  color: #ffffff;
}
.cid-uhhbSf7wqu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhhbSf7wqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbSf7wqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhbSf7wqu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhbSf7wqu .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhbSf7wqu .container {
    padding: 0 12px;
  }
}
.cid-uhhbSf7wqu .image-wrapper img,
.cid-uhhbSf7wqu .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhhbSf7wqu .image-wrapper img,
  .cid-uhhbSf7wqu .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .image-wrapper img,
  .cid-uhhbSf7wqu .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhhbSf7wqu .image-wrapper img:nth-child(2n),
  .cid-uhhbSf7wqu .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhhbSf7wqu .image-wrapper img,
  .cid-uhhbSf7wqu .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhhbSf7wqu .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhhbSf7wqu .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhhbSf7wqu .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhhbSf7wqu .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhhbSf7wqu .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhbSf7wqu .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhhbSf7wqu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhbSf7wqu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhbSf7wqu .mbr-text {
  color: #ffffff;
}
.cid-uhhbSfrS2K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhhbSfrS2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbSfrS2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhbSfrS2K .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhhbSfrS2K .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhhbSfrS2K .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhhbSfrS2K .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhhbSfrS2K .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhhbSfrS2K .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhhbSfrS2K .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhhbSfrS2K .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhhbSfrS2K .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhhbSfrS2K .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhhbSfrS2K .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhhbSfrS2K .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhhbSfMMLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhhbSfMMLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbSfMMLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhbSfMMLX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhbSfMMLX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhbSfMMLX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhbSfMMLX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhbSfMMLX .container {
    padding: 0 12px;
  }
}
.cid-uhhbSfMMLX .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhhbSfMMLX .card-wrapper {
    padding: 32px;
  }
}
.cid-uhhbSfMMLX .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhhbSfMMLX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhhbSfMMLX .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhhbSfMMLX .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhhbSfMMLX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhhbSfMMLX .mbr-section-title {
  color: #ffffff;
}
.cid-uhhbSfMMLX .mbr-section-title,
.cid-uhhbSfMMLX .mbr-section-btn,
.cid-uhhbSfMMLX .card-wrapper {
  text-align: center;
}
.cid-uhhbSgaNp3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhhbSgaNp3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhhbSgaNp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbSgaNp3 .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-uhhbSgaNp3 .container {
    padding: 0 22px;
  }
}
.cid-uhhbSgaNp3 .row {
  position: relative;
  z-index: 1;
}
.cid-uhhbSgaNp3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhhbSgaNp3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhbSgaNp3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhbSgaNp3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhhbSgaNp3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhbSgaNp3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhhbSgaNp3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhbSgaNp3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhbSgaNp3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhhbSgaNp3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhbSgaNp3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhhbSgaNp3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhhbSgaNp3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhbSgaNp3 .nav-wrapper .list .item-wrap:hover,
.cid-uhhbSgaNp3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhhbSgaNp3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uhhbSgaNp3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhhbSgaNp3 .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-uhhbSgaNp3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhbSgaNp3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhhbSgaNp3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhbSgaNp3 .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-uhhbSgaNp3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhbSgaNp3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhbSgaNp3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhhbSgaNp3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhbSgaNp3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhhbSgaNp3 .mbr-section-title {
  color: #00d0f3;
}
.cid-uhhbSgaNp3 .mbr-text {
  color: #ffffff;
}
.cid-uhhbSgaNp3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhhbSgaNp3 .list {
  color: #ffffff;
}
.cid-uhhbSgaNp3 .mbr-contact {
  color: #ffffff;
}
.cid-uhhbSgaNp3 .mbr-desc {
  color: #ffffff;
}
.cid-uhhgbhtbc2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhhgbhtbc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhgbhtbc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhgbhtbc2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhhgbhtbc2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhhgbhtbc2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhhgbhtbc2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhhgbhtbc2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhhgbhtbc2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhhgbhtbc2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhhgbhtbc2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhhgbhtbc2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhhgbhtbc2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhhgbhtbc2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhhgbhtbc2 .nav-link:hover::before {
  width: 100%;
}
.cid-uhhgbhtbc2 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhgbhtbc2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhhgbhtbc2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhhgbhtbc2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhhgbhtbc2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhhgbhtbc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhhgbhtbc2 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhhgbhtbc2 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhhgbhtbc2 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhhgbhtbc2 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhhgbhtbc2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhgbhtbc2 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhhgbhtbc2 .nav-item:focus,
.cid-uhhgbhtbc2 .nav-link:focus {
  outline: none;
}
.cid-uhhgbhtbc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhgbhtbc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhgbhtbc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhgbhtbc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhgbhtbc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhgbhtbc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhgbhtbc2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhgbhtbc2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhgbhtbc2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhgbhtbc2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhhgbhtbc2 .navbar.collapsed {
  justify-content: center;
}
.cid-uhhgbhtbc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhgbhtbc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhgbhtbc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhhgbhtbc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhgbhtbc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhgbhtbc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhgbhtbc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhhgbhtbc2 .navbar {
    min-height: 72px;
  }
  .cid-uhhgbhtbc2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhgbhtbc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhgbhtbc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhgbhtbc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhgbhtbc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhgbhtbc2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhhgbhtbc2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhgbhtbc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhgbhtbc2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhhgbhtbc2 .dropdown-item.active,
.cid-uhhgbhtbc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhgbhtbc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhgbhtbc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhgbhtbc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhgbhtbc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhgbhtbc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhhgbhtbc2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhhgbhtbc2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhgbhtbc2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhhgbhtbc2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uhhgbhtbc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhgbhtbc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhgbhtbc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhgbhtbc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhgbhtbc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhgbhtbc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhgbhtbc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhgbhtbc2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhgbhtbc2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhgbhtbc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhgbhtbc2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhhgbhtbc2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhgbhtbc2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhgbhtbc2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhgbhtbc2 .navbar {
    height: 70px;
  }
  .cid-uhhgbhtbc2 .navbar.opened {
    height: auto;
  }
  .cid-uhhgbhtbc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhhgbhtbc2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhhgbhtbc2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhhgbhtbc2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uhhgbhtbc2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhhgbhtbc2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhhgbhtbc2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhhgbhtbc2 .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-uhhgbhtbc2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhhgbhtbc2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhhgbhtbc2 .navbar-brand,
.cid-uhhgbhtbc2 .navbar-toggler,
.cid-uhhgbhtbc2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhhgbiK5dx {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhhgbiK5dx .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhhgbiK5dx .main-image {
    display: none;
  }
}
.cid-uhhgbiK5dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhgbiK5dx .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-uhhgbiK5dx .container {
    padding: 0 16px;
  }
}
.cid-uhhgbiK5dx .row {
  position: relative;
  z-index: 1;
}
.cid-uhhgbiK5dx .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhgbiK5dx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhhgbiK5dx .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhhgbiK5dx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhhgbiK5dx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhhgbiK5dx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhhgbiK5dx .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhhgbiK5dx .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhhgbiK5dx .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhhgbiK5dx .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhhgbiK5dx .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhhgbiK5dx .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhhgbiK5dx .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhhgbiK5dx .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhhgbiK5dx .mbr-section-title {
  color: #000000;
}
.cid-uhhgbiK5dx .mbr-text {
  color: #000000;
}
.cid-uhhgbiK5dx .card-title {
  color: #000000;
}
.cid-uhhgbiK5dx .card-text {
  color: #ffffff;
}
.cid-uhhgbiK5dx .card-name {
  color: #ffffff;
}
.cid-uhhgbiK5dx .card-role {
  color: #ffffff;
}
.cid-uhhgbknZ4A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhhgbknZ4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhgbknZ4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhgbknZ4A .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhgbknZ4A .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhgbknZ4A .container {
    padding: 0 12px;
  }
}
.cid-uhhgbknZ4A .image-wrapper img,
.cid-uhhgbknZ4A .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhhgbknZ4A .image-wrapper img,
  .cid-uhhgbknZ4A .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .image-wrapper img,
  .cid-uhhgbknZ4A .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhhgbknZ4A .image-wrapper img:nth-child(2n),
  .cid-uhhgbknZ4A .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhhgbknZ4A .image-wrapper img,
  .cid-uhhgbknZ4A .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhhgbknZ4A .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhhgbknZ4A .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhhgbknZ4A .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhhgbknZ4A .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhhgbknZ4A .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhgbknZ4A .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhhgbknZ4A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhgbknZ4A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhgbknZ4A .mbr-text {
  color: #ffffff;
}
.cid-uhhgbkJWmN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhhgbkJWmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhgbkJWmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhgbkJWmN .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhhgbkJWmN .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhhgbkJWmN .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhhgbkJWmN .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhhgbkJWmN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhhgbkJWmN .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhhgbkJWmN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhhgbkJWmN .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhhgbkJWmN .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhhgbkJWmN .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhhgbkJWmN .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhhgbkJWmN .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhhgbkZyAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhhgbkZyAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhgbkZyAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhgbkZyAF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhgbkZyAF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhgbkZyAF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhgbkZyAF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhgbkZyAF .container {
    padding: 0 12px;
  }
}
.cid-uhhgbkZyAF .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhhgbkZyAF .card-wrapper {
    padding: 32px;
  }
}
.cid-uhhgbkZyAF .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhhgbkZyAF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhhgbkZyAF .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhhgbkZyAF .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhhgbkZyAF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhhgbkZyAF .mbr-section-title {
  color: #ffffff;
}
.cid-uhhgbkZyAF .mbr-section-title,
.cid-uhhgbkZyAF .mbr-section-btn,
.cid-uhhgbkZyAF .card-wrapper {
  text-align: center;
}
.cid-uhhgblcl6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhhgblcl6r::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhhgblcl6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhgblcl6r .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-uhhgblcl6r .container {
    padding: 0 22px;
  }
}
.cid-uhhgblcl6r .row {
  position: relative;
  z-index: 1;
}
.cid-uhhgblcl6r .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhhgblcl6r .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhgblcl6r .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhgblcl6r .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhhgblcl6r .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhgblcl6r .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhhgblcl6r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhgblcl6r .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhgblcl6r .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhhgblcl6r .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhgblcl6r .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhhgblcl6r .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhhgblcl6r .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhgblcl6r .nav-wrapper .list .item-wrap:hover,
.cid-uhhgblcl6r .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhhgblcl6r .nav-wrapper .list .item-wrap:hover::before,
.cid-uhhgblcl6r .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhhgblcl6r .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-uhhgblcl6r .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhgblcl6r .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhhgblcl6r .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhgblcl6r .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-uhhgblcl6r .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhgblcl6r .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhgblcl6r .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhhgblcl6r .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhgblcl6r .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhhgblcl6r .mbr-section-title {
  color: #00d0f3;
}
.cid-uhhgblcl6r .mbr-text {
  color: #ffffff;
}
.cid-uhhgblcl6r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhhgblcl6r .list {
  color: #ffffff;
}
.cid-uhhgblcl6r .mbr-contact {
  color: #ffffff;
}
.cid-uhhgblcl6r .mbr-desc {
  color: #ffffff;
}
.cid-uhhi05ZGdr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhhi05ZGdr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhi05ZGdr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhi05ZGdr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhhi05ZGdr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhhi05ZGdr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhhi05ZGdr .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhhi05ZGdr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhhi05ZGdr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhhi05ZGdr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhhi05ZGdr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhhi05ZGdr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhhi05ZGdr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhhi05ZGdr .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhhi05ZGdr .nav-link:hover::before {
  width: 100%;
}
.cid-uhhi05ZGdr .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhi05ZGdr .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhhi05ZGdr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhhi05ZGdr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhhi05ZGdr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhhi05ZGdr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhhi05ZGdr .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhhi05ZGdr .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhhi05ZGdr .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhhi05ZGdr .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhhi05ZGdr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhi05ZGdr .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhhi05ZGdr .nav-item:focus,
.cid-uhhi05ZGdr .nav-link:focus {
  outline: none;
}
.cid-uhhi05ZGdr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhi05ZGdr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhi05ZGdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhi05ZGdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhi05ZGdr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhi05ZGdr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhi05ZGdr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhi05ZGdr .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhi05ZGdr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhi05ZGdr .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhhi05ZGdr .navbar.collapsed {
  justify-content: center;
}
.cid-uhhi05ZGdr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhi05ZGdr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhi05ZGdr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhhi05ZGdr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhi05ZGdr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhi05ZGdr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhi05ZGdr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhhi05ZGdr .navbar {
    min-height: 72px;
  }
  .cid-uhhi05ZGdr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhi05ZGdr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhi05ZGdr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhi05ZGdr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhi05ZGdr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhi05ZGdr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhhi05ZGdr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhi05ZGdr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhi05ZGdr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhhi05ZGdr .dropdown-item.active,
.cid-uhhi05ZGdr .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhi05ZGdr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhi05ZGdr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhi05ZGdr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhi05ZGdr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhi05ZGdr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhhi05ZGdr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhhi05ZGdr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhi05ZGdr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhhi05ZGdr .navbar-buttons {
    text-align: left;
  }
}
.cid-uhhi05ZGdr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhi05ZGdr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhi05ZGdr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhi05ZGdr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhi05ZGdr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhi05ZGdr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhi05ZGdr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhi05ZGdr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhi05ZGdr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhi05ZGdr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhi05ZGdr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhhi05ZGdr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhi05ZGdr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhi05ZGdr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhi05ZGdr .navbar {
    height: 70px;
  }
  .cid-uhhi05ZGdr .navbar.opened {
    height: auto;
  }
  .cid-uhhi05ZGdr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhi05ZGdr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhhi05ZGdr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhhi05ZGdr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhhi05ZGdr .navbar-brand {
    margin-right: auto;
  }
  .cid-uhhi05ZGdr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhhi05ZGdr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhhi05ZGdr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhhi05ZGdr .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-uhhi05ZGdr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhhi05ZGdr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhhi05ZGdr .navbar-brand,
.cid-uhhi05ZGdr .navbar-toggler,
.cid-uhhi05ZGdr .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhhi07bHHt {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhhi07bHHt .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhhi07bHHt .main-image {
    display: none;
  }
}
.cid-uhhi07bHHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhi07bHHt .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-uhhi07bHHt .container {
    padding: 0 16px;
  }
}
.cid-uhhi07bHHt .row {
  position: relative;
  z-index: 1;
}
.cid-uhhi07bHHt .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhi07bHHt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhhi07bHHt .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhhi07bHHt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhhi07bHHt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhhi07bHHt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhhi07bHHt .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhhi07bHHt .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhhi07bHHt .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhhi07bHHt .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhhi07bHHt .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhhi07bHHt .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhhi07bHHt .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhhi07bHHt .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhhi07bHHt .mbr-section-title {
  color: #000000;
}
.cid-uhhi07bHHt .mbr-text {
  color: #000000;
}
.cid-uhhi07bHHt .card-title {
  color: #000000;
}
.cid-uhhi07bHHt .card-text {
  color: #ffffff;
}
.cid-uhhi07bHHt .card-name {
  color: #ffffff;
}
.cid-uhhi07bHHt .card-role {
  color: #ffffff;
}
.cid-uhhi07zKuJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhhi07zKuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhi07zKuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhi07zKuJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhi07zKuJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhi07zKuJ .container {
    padding: 0 12px;
  }
}
.cid-uhhi07zKuJ .image-wrapper img,
.cid-uhhi07zKuJ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhhi07zKuJ .image-wrapper img,
  .cid-uhhi07zKuJ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .image-wrapper img,
  .cid-uhhi07zKuJ .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhhi07zKuJ .image-wrapper img:nth-child(2n),
  .cid-uhhi07zKuJ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhhi07zKuJ .image-wrapper img,
  .cid-uhhi07zKuJ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhhi07zKuJ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhhi07zKuJ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhhi07zKuJ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhhi07zKuJ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhhi07zKuJ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhi07zKuJ .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhhi07zKuJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhi07zKuJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhi07zKuJ .mbr-text {
  color: #ffffff;
}
.cid-uhhi07VV7J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhhi07VV7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhi07VV7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhi07VV7J .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhhi07VV7J .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhhi07VV7J .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhhi07VV7J .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhhi07VV7J .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhhi07VV7J .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhhi07VV7J .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhhi07VV7J .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhhi07VV7J .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhhi07VV7J .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhhi07VV7J .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhhi07VV7J .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhhi08ajpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhhi08ajpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhi08ajpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhi08ajpE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhi08ajpE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhi08ajpE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhi08ajpE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhi08ajpE .container {
    padding: 0 12px;
  }
}
.cid-uhhi08ajpE .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhhi08ajpE .card-wrapper {
    padding: 32px;
  }
}
.cid-uhhi08ajpE .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhhi08ajpE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhhi08ajpE .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhhi08ajpE .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhhi08ajpE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhhi08ajpE .mbr-section-title {
  color: #ffffff;
}
.cid-uhhi08ajpE .mbr-section-title,
.cid-uhhi08ajpE .mbr-section-btn,
.cid-uhhi08ajpE .card-wrapper {
  text-align: center;
}
.cid-uhhi08lKr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhhi08lKr5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhhi08lKr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhi08lKr5 .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-uhhi08lKr5 .container {
    padding: 0 22px;
  }
}
.cid-uhhi08lKr5 .row {
  position: relative;
  z-index: 1;
}
.cid-uhhi08lKr5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhhi08lKr5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhi08lKr5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhi08lKr5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhhi08lKr5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhi08lKr5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhhi08lKr5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhi08lKr5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhi08lKr5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhhi08lKr5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhi08lKr5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhhi08lKr5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhhi08lKr5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhi08lKr5 .nav-wrapper .list .item-wrap:hover,
.cid-uhhi08lKr5 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhhi08lKr5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uhhi08lKr5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhhi08lKr5 .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-uhhi08lKr5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhi08lKr5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhhi08lKr5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhi08lKr5 .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-uhhi08lKr5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhi08lKr5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhi08lKr5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhhi08lKr5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhi08lKr5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhhi08lKr5 .mbr-section-title {
  color: #00d0f3;
}
.cid-uhhi08lKr5 .mbr-text {
  color: #ffffff;
}
.cid-uhhi08lKr5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhhi08lKr5 .list {
  color: #ffffff;
}
.cid-uhhi08lKr5 .mbr-contact {
  color: #ffffff;
}
.cid-uhhi08lKr5 .mbr-desc {
  color: #ffffff;
}
.cid-uhhLy2WSyz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhhLy2WSyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhLy2WSyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhLy2WSyz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhhLy2WSyz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhhLy2WSyz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhhLy2WSyz .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhhLy2WSyz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhhLy2WSyz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhhLy2WSyz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhhLy2WSyz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhhLy2WSyz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhhLy2WSyz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhhLy2WSyz .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhhLy2WSyz .nav-link:hover::before {
  width: 100%;
}
.cid-uhhLy2WSyz .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhLy2WSyz .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhhLy2WSyz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhhLy2WSyz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhhLy2WSyz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhhLy2WSyz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhhLy2WSyz .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhhLy2WSyz .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhhLy2WSyz .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhhLy2WSyz .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhhLy2WSyz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhLy2WSyz .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhhLy2WSyz .nav-item:focus,
.cid-uhhLy2WSyz .nav-link:focus {
  outline: none;
}
.cid-uhhLy2WSyz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhLy2WSyz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhLy2WSyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhLy2WSyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhLy2WSyz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhLy2WSyz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhLy2WSyz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhLy2WSyz .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhLy2WSyz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhLy2WSyz .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhhLy2WSyz .navbar.collapsed {
  justify-content: center;
}
.cid-uhhLy2WSyz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhLy2WSyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhLy2WSyz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhhLy2WSyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhLy2WSyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhLy2WSyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhLy2WSyz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhhLy2WSyz .navbar {
    min-height: 72px;
  }
  .cid-uhhLy2WSyz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhLy2WSyz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhLy2WSyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhLy2WSyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhLy2WSyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhLy2WSyz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhhLy2WSyz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhLy2WSyz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhLy2WSyz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhhLy2WSyz .dropdown-item.active,
.cid-uhhLy2WSyz .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhLy2WSyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhLy2WSyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhLy2WSyz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhLy2WSyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhLy2WSyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhhLy2WSyz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhhLy2WSyz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhLy2WSyz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhhLy2WSyz .navbar-buttons {
    text-align: left;
  }
}
.cid-uhhLy2WSyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhLy2WSyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhLy2WSyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhLy2WSyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhLy2WSyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhLy2WSyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhLy2WSyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhLy2WSyz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhLy2WSyz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhLy2WSyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhLy2WSyz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhhLy2WSyz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhLy2WSyz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhLy2WSyz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhLy2WSyz .navbar {
    height: 70px;
  }
  .cid-uhhLy2WSyz .navbar.opened {
    height: auto;
  }
  .cid-uhhLy2WSyz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhLy2WSyz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhhLy2WSyz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhhLy2WSyz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhhLy2WSyz .navbar-brand {
    margin-right: auto;
  }
  .cid-uhhLy2WSyz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhhLy2WSyz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhhLy2WSyz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhhLy2WSyz .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-uhhLy2WSyz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhhLy2WSyz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhhLy2WSyz .navbar-brand,
.cid-uhhLy2WSyz .navbar-toggler,
.cid-uhhLy2WSyz .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhhLy3uwLT {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhhLy3uwLT .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhhLy3uwLT .main-image {
    display: none;
  }
}
.cid-uhhLy3uwLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhLy3uwLT .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-uhhLy3uwLT .container {
    padding: 0 16px;
  }
}
.cid-uhhLy3uwLT .row {
  position: relative;
  z-index: 1;
}
.cid-uhhLy3uwLT .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhLy3uwLT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhhLy3uwLT .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhhLy3uwLT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhhLy3uwLT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhhLy3uwLT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhhLy3uwLT .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhhLy3uwLT .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhhLy3uwLT .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhhLy3uwLT .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhhLy3uwLT .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhhLy3uwLT .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhhLy3uwLT .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhhLy3uwLT .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhhLy3uwLT .mbr-section-title {
  color: #000000;
}
.cid-uhhLy3uwLT .mbr-text {
  color: #000000;
}
.cid-uhhLy3uwLT .card-title {
  color: #000000;
}
.cid-uhhLy3uwLT .card-text {
  color: #ffffff;
}
.cid-uhhLy3uwLT .card-name {
  color: #ffffff;
}
.cid-uhhLy3uwLT .card-role {
  color: #ffffff;
}
.cid-uhhLy3NJbO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhhLy3NJbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhLy3NJbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhLy3NJbO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhLy3NJbO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhLy3NJbO .container {
    padding: 0 12px;
  }
}
.cid-uhhLy3NJbO .image-wrapper img,
.cid-uhhLy3NJbO .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhhLy3NJbO .image-wrapper img,
  .cid-uhhLy3NJbO .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .image-wrapper img,
  .cid-uhhLy3NJbO .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhhLy3NJbO .image-wrapper img:nth-child(2n),
  .cid-uhhLy3NJbO .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhhLy3NJbO .image-wrapper img,
  .cid-uhhLy3NJbO .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhhLy3NJbO .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhhLy3NJbO .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhhLy3NJbO .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhhLy3NJbO .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhhLy3NJbO .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhLy3NJbO .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhhLy3NJbO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhLy3NJbO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhLy3NJbO .mbr-text {
  color: #ffffff;
}
.cid-uhhLy4oKWQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhhLy4oKWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhLy4oKWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhLy4oKWQ .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhhLy4oKWQ .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhhLy4oKWQ .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhhLy4oKWQ .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhhLy4oKWQ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhhLy4oKWQ .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhhLy4oKWQ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhhLy4oKWQ .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhhLy4oKWQ .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhhLy4oKWQ .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhhLy4oKWQ .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhhLy4oKWQ .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhhLy4FPXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhhLy4FPXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhLy4FPXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhLy4FPXw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhLy4FPXw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhLy4FPXw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhLy4FPXw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhLy4FPXw .container {
    padding: 0 12px;
  }
}
.cid-uhhLy4FPXw .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhhLy4FPXw .card-wrapper {
    padding: 32px;
  }
}
.cid-uhhLy4FPXw .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhhLy4FPXw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhhLy4FPXw .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhhLy4FPXw .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhhLy4FPXw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhhLy4FPXw .mbr-section-title {
  color: #ffffff;
}
.cid-uhhLy4FPXw .mbr-section-title,
.cid-uhhLy4FPXw .mbr-section-btn,
.cid-uhhLy4FPXw .card-wrapper {
  text-align: center;
}
.cid-uhhLy4XBtZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhhLy4XBtZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhhLy4XBtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhLy4XBtZ .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-uhhLy4XBtZ .container {
    padding: 0 22px;
  }
}
.cid-uhhLy4XBtZ .row {
  position: relative;
  z-index: 1;
}
.cid-uhhLy4XBtZ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhhLy4XBtZ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhLy4XBtZ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhhLy4XBtZ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhhLy4XBtZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhLy4XBtZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhhLy4XBtZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhLy4XBtZ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhLy4XBtZ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhhLy4XBtZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhhLy4XBtZ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhhLy4XBtZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhhLy4XBtZ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhLy4XBtZ .nav-wrapper .list .item-wrap:hover,
.cid-uhhLy4XBtZ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhhLy4XBtZ .nav-wrapper .list .item-wrap:hover::before,
.cid-uhhLy4XBtZ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhhLy4XBtZ .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-uhhLy4XBtZ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhLy4XBtZ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhhLy4XBtZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhhLy4XBtZ .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-uhhLy4XBtZ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhhLy4XBtZ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhhLy4XBtZ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhhLy4XBtZ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhLy4XBtZ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhhLy4XBtZ .mbr-section-title {
  color: #00d0f3;
}
.cid-uhhLy4XBtZ .mbr-text {
  color: #ffffff;
}
.cid-uhhLy4XBtZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhhLy4XBtZ .list {
  color: #ffffff;
}
.cid-uhhLy4XBtZ .mbr-contact {
  color: #ffffff;
}
.cid-uhhLy4XBtZ .mbr-desc {
  color: #ffffff;
}
.cid-uhmeRrTfnH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhmeRrTfnH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhmeRrTfnH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhmeRrTfnH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhmeRrTfnH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhmeRrTfnH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhmeRrTfnH .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhmeRrTfnH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhmeRrTfnH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhmeRrTfnH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhmeRrTfnH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhmeRrTfnH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhmeRrTfnH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhmeRrTfnH .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhmeRrTfnH .nav-link:hover::before {
  width: 100%;
}
.cid-uhmeRrTfnH .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhmeRrTfnH .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhmeRrTfnH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhmeRrTfnH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhmeRrTfnH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhmeRrTfnH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhmeRrTfnH .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhmeRrTfnH .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhmeRrTfnH .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhmeRrTfnH .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhmeRrTfnH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhmeRrTfnH .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhmeRrTfnH .nav-item:focus,
.cid-uhmeRrTfnH .nav-link:focus {
  outline: none;
}
.cid-uhmeRrTfnH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhmeRrTfnH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhmeRrTfnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhmeRrTfnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhmeRrTfnH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhmeRrTfnH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar.opened {
  transition: all 0.3s;
}
.cid-uhmeRrTfnH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhmeRrTfnH .navbar .navbar-logo img {
  width: auto;
}
.cid-uhmeRrTfnH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhmeRrTfnH .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhmeRrTfnH .navbar.collapsed {
  justify-content: center;
}
.cid-uhmeRrTfnH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhmeRrTfnH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhmeRrTfnH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhmeRrTfnH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhmeRrTfnH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhmeRrTfnH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhmeRrTfnH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhmeRrTfnH .navbar {
    min-height: 72px;
  }
  .cid-uhmeRrTfnH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhmeRrTfnH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhmeRrTfnH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhmeRrTfnH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhmeRrTfnH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhmeRrTfnH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhmeRrTfnH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhmeRrTfnH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhmeRrTfnH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhmeRrTfnH .dropdown-item.active,
.cid-uhmeRrTfnH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhmeRrTfnH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhmeRrTfnH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhmeRrTfnH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhmeRrTfnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhmeRrTfnH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhmeRrTfnH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhmeRrTfnH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhmeRrTfnH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhmeRrTfnH .navbar-buttons {
    text-align: left;
  }
}
.cid-uhmeRrTfnH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhmeRrTfnH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhmeRrTfnH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhmeRrTfnH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhmeRrTfnH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhmeRrTfnH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhmeRrTfnH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhmeRrTfnH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhmeRrTfnH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhmeRrTfnH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhmeRrTfnH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhmeRrTfnH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhmeRrTfnH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhmeRrTfnH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhmeRrTfnH .navbar {
    height: 70px;
  }
  .cid-uhmeRrTfnH .navbar.opened {
    height: auto;
  }
  .cid-uhmeRrTfnH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhmeRrTfnH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhmeRrTfnH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhmeRrTfnH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhmeRrTfnH .navbar-brand {
    margin-right: auto;
  }
  .cid-uhmeRrTfnH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhmeRrTfnH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhmeRrTfnH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhmeRrTfnH .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-uhmeRrTfnH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhmeRrTfnH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhmeRrTfnH .navbar-brand,
.cid-uhmeRrTfnH .navbar-toggler,
.cid-uhmeRrTfnH .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhmeRsTRmr {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhmeRsTRmr .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhmeRsTRmr .main-image {
    display: none;
  }
}
.cid-uhmeRsTRmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmeRsTRmr .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-uhmeRsTRmr .container {
    padding: 0 16px;
  }
}
.cid-uhmeRsTRmr .row {
  position: relative;
  z-index: 1;
}
.cid-uhmeRsTRmr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhmeRsTRmr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhmeRsTRmr .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhmeRsTRmr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhmeRsTRmr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhmeRsTRmr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhmeRsTRmr .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhmeRsTRmr .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhmeRsTRmr .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhmeRsTRmr .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhmeRsTRmr .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhmeRsTRmr .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhmeRsTRmr .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhmeRsTRmr .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhmeRsTRmr .mbr-section-title {
  color: #000000;
}
.cid-uhmeRsTRmr .mbr-text {
  color: #000000;
}
.cid-uhmeRsTRmr .card-title {
  color: #000000;
}
.cid-uhmeRsTRmr .card-text {
  color: #ffffff;
}
.cid-uhmeRsTRmr .card-name {
  color: #ffffff;
}
.cid-uhmeRsTRmr .card-role {
  color: #ffffff;
}
.cid-uhmeRtf59k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhmeRtf59k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmeRtf59k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmeRtf59k .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhmeRtf59k .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhmeRtf59k .container {
    padding: 0 12px;
  }
}
.cid-uhmeRtf59k .image-wrapper img,
.cid-uhmeRtf59k .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhmeRtf59k .image-wrapper img,
  .cid-uhmeRtf59k .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .image-wrapper img,
  .cid-uhmeRtf59k .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhmeRtf59k .image-wrapper img:nth-child(2n),
  .cid-uhmeRtf59k .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhmeRtf59k .image-wrapper img,
  .cid-uhmeRtf59k .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhmeRtf59k .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhmeRtf59k .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhmeRtf59k .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhmeRtf59k .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhmeRtf59k .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhmeRtf59k .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhmeRtf59k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhmeRtf59k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhmeRtf59k .mbr-text {
  color: #ffffff;
}
.cid-uhmeRtBeYT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhmeRtBeYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmeRtBeYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmeRtBeYT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhmeRtBeYT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhmeRtBeYT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhmeRtBeYT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhmeRtBeYT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhmeRtBeYT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhmeRtBeYT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhmeRtBeYT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhmeRtBeYT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhmeRtBeYT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhmeRtBeYT .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhmeRtBeYT .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhmeRtOJuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhmeRtOJuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmeRtOJuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmeRtOJuf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhmeRtOJuf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhmeRtOJuf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhmeRtOJuf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhmeRtOJuf .container {
    padding: 0 12px;
  }
}
.cid-uhmeRtOJuf .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhmeRtOJuf .card-wrapper {
    padding: 32px;
  }
}
.cid-uhmeRtOJuf .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhmeRtOJuf .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhmeRtOJuf .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhmeRtOJuf .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhmeRtOJuf .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhmeRtOJuf .mbr-section-title {
  color: #ffffff;
}
.cid-uhmeRtOJuf .mbr-section-title,
.cid-uhmeRtOJuf .mbr-section-btn,
.cid-uhmeRtOJuf .card-wrapper {
  text-align: center;
}
.cid-uhmeRu41rR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhmeRu41rR::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhmeRu41rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmeRu41rR .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-uhmeRu41rR .container {
    padding: 0 22px;
  }
}
.cid-uhmeRu41rR .row {
  position: relative;
  z-index: 1;
}
.cid-uhmeRu41rR .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhmeRu41rR .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhmeRu41rR .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhmeRu41rR .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhmeRu41rR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhmeRu41rR .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhmeRu41rR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhmeRu41rR .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhmeRu41rR .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhmeRu41rR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhmeRu41rR .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhmeRu41rR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhmeRu41rR .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhmeRu41rR .nav-wrapper .list .item-wrap:hover,
.cid-uhmeRu41rR .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhmeRu41rR .nav-wrapper .list .item-wrap:hover::before,
.cid-uhmeRu41rR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhmeRu41rR .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-uhmeRu41rR .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhmeRu41rR .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhmeRu41rR .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhmeRu41rR .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-uhmeRu41rR .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhmeRu41rR .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhmeRu41rR .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhmeRu41rR .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhmeRu41rR .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhmeRu41rR .mbr-section-title {
  color: #00d0f3;
}
.cid-uhmeRu41rR .mbr-text {
  color: #ffffff;
}
.cid-uhmeRu41rR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhmeRu41rR .list {
  color: #ffffff;
}
.cid-uhmeRu41rR .mbr-contact {
  color: #ffffff;
}
.cid-uhmeRu41rR .mbr-desc {
  color: #ffffff;
}
.cid-uhn5loUycU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhn5loUycU .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-uhn5loUycU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhn5loUycU .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-uhn5loUycU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uhn5loUycU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn5loUycU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn5loUycU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhn5loUycU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhn5loUycU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uhn5loUycU .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uhn5loUycU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhn5loUycU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhn5loUycU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uhn5loUycU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhn5loUycU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhn5loUycU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhn5loUycU .nav-link:hover {
  color: #ffffff !important;
}
.cid-uhn5loUycU .nav-link:hover::before {
  width: 100%;
}
.cid-uhn5loUycU .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhn5loUycU .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhn5loUycU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhn5loUycU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uhn5loUycU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhn5loUycU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhn5loUycU .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uhn5loUycU .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhn5loUycU .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uhn5loUycU .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uhn5loUycU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn5loUycU .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uhn5loUycU .nav-item:focus,
.cid-uhn5loUycU .nav-link:focus {
  outline: none;
}
.cid-uhn5loUycU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn5loUycU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn5loUycU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn5loUycU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn5loUycU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn5loUycU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn5loUycU .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-uhn5loUycU .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn5loUycU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn5loUycU .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn5loUycU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhn5loUycU .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uhn5loUycU .navbar.collapsed {
  justify-content: center;
}
.cid-uhn5loUycU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn5loUycU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn5loUycU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uhn5loUycU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn5loUycU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn5loUycU .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-uhn5loUycU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn5loUycU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn5loUycU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhn5loUycU .navbar {
    min-height: 72px;
  }
  .cid-uhn5loUycU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhn5loUycU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn5loUycU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn5loUycU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn5loUycU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn5loUycU .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-uhn5loUycU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn5loUycU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhn5loUycU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn5loUycU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhn5loUycU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhn5loUycU .dropdown-item.active,
.cid-uhn5loUycU .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn5loUycU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn5loUycU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn5loUycU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn5loUycU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhn5loUycU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhn5loUycU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhn5loUycU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn5loUycU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhn5loUycU .navbar-buttons {
    text-align: left;
  }
}
.cid-uhn5loUycU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn5loUycU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn5loUycU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn5loUycU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn5loUycU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn5loUycU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn5loUycU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn5loUycU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn5loUycU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn5loUycU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn5loUycU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhn5loUycU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn5loUycU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhn5loUycU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhn5loUycU .navbar {
    height: 70px;
  }
  .cid-uhn5loUycU .navbar.opened {
    height: auto;
  }
  .cid-uhn5loUycU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn5loUycU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhn5loUycU .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-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhn5loUycU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhn5loUycU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhn5loUycU .navbar-brand {
    margin-right: auto;
  }
  .cid-uhn5loUycU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhn5loUycU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhn5loUycU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhn5loUycU .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-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhn5loUycU .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-uhn5loUycU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhn5loUycU .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-uhn5loUycU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhn5loUycU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhn5loUycU .navbar-brand,
.cid-uhn5loUycU .navbar-toggler,
.cid-uhn5loUycU .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uhn5lqdhx8 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uhn5lqdhx8 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhn5lqdhx8 .main-image {
    display: none;
  }
}
.cid-uhn5lqdhx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn5lqdhx8 .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-uhn5lqdhx8 .container {
    padding: 0 16px;
  }
}
.cid-uhn5lqdhx8 .row {
  position: relative;
  z-index: 1;
}
.cid-uhn5lqdhx8 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhn5lqdhx8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhn5lqdhx8 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uhn5lqdhx8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhn5lqdhx8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhn5lqdhx8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhn5lqdhx8 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uhn5lqdhx8 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uhn5lqdhx8 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uhn5lqdhx8 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uhn5lqdhx8 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uhn5lqdhx8 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uhn5lqdhx8 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhn5lqdhx8 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhn5lqdhx8 .mbr-section-title {
  color: #000000;
}
.cid-uhn5lqdhx8 .mbr-text {
  color: #000000;
}
.cid-uhn5lqdhx8 .card-title {
  color: #000000;
}
.cid-uhn5lqdhx8 .card-text {
  color: #ffffff;
}
.cid-uhn5lqdhx8 .card-name {
  color: #ffffff;
}
.cid-uhn5lqdhx8 .card-role {
  color: #ffffff;
}
.cid-uhn5lqFbse {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhn5lqFbse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn5lqFbse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn5lqFbse .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhn5lqFbse .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhn5lqFbse .container {
    padding: 0 12px;
  }
}
.cid-uhn5lqFbse .image-wrapper img,
.cid-uhn5lqFbse .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uhn5lqFbse .image-wrapper img,
  .cid-uhn5lqFbse .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .image-wrapper img,
  .cid-uhn5lqFbse .image-wrap img {
    margin-right: 16px;
  }
  .cid-uhn5lqFbse .image-wrapper img:nth-child(2n),
  .cid-uhn5lqFbse .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhn5lqFbse .image-wrapper img,
  .cid-uhn5lqFbse .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uhn5lqFbse .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uhn5lqFbse .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uhn5lqFbse .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uhn5lqFbse .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uhn5lqFbse .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhn5lqFbse .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uhn5lqFbse .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhn5lqFbse .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhn5lqFbse .mbr-text {
  color: #ffffff;
}
.cid-uhn5lqUE5X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uhn5lqUE5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn5lqUE5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn5lqUE5X .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uhn5lqUE5X .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uhn5lqUE5X .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uhn5lqUE5X .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uhn5lqUE5X .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uhn5lqUE5X .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uhn5lqUE5X .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uhn5lqUE5X .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uhn5lqUE5X .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uhn5lqUE5X .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uhn5lqUE5X .mbr-text a {
  text-decoration: underline !important;
}
.cid-uhn5lqUE5X .mbr-text a:hover {
  color: inherit !important;
}
.cid-uhn5lr6xeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uhn5lr6xeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn5lr6xeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn5lr6xeb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhn5lr6xeb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhn5lr6xeb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhn5lr6xeb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhn5lr6xeb .container {
    padding: 0 12px;
  }
}
.cid-uhn5lr6xeb .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uhn5lr6xeb .card-wrapper {
    padding: 32px;
  }
}
.cid-uhn5lr6xeb .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uhn5lr6xeb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uhn5lr6xeb .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uhn5lr6xeb .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uhn5lr6xeb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uhn5lr6xeb .mbr-section-title {
  color: #ffffff;
}
.cid-uhn5lr6xeb .mbr-section-title,
.cid-uhn5lr6xeb .mbr-section-btn,
.cid-uhn5lr6xeb .card-wrapper {
  text-align: center;
}
.cid-uhn5lriHGU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uhn5lriHGU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uhn5lriHGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn5lriHGU .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-uhn5lriHGU .container {
    padding: 0 22px;
  }
}
.cid-uhn5lriHGU .row {
  position: relative;
  z-index: 1;
}
.cid-uhn5lriHGU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uhn5lriHGU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhn5lriHGU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uhn5lriHGU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhn5lriHGU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhn5lriHGU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhn5lriHGU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhn5lriHGU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhn5lriHGU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uhn5lriHGU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhn5lriHGU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uhn5lriHGU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uhn5lriHGU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhn5lriHGU .nav-wrapper .list .item-wrap:hover,
.cid-uhn5lriHGU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uhn5lriHGU .nav-wrapper .list .item-wrap:hover::before,
.cid-uhn5lriHGU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uhn5lriHGU .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-uhn5lriHGU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhn5lriHGU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uhn5lriHGU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uhn5lriHGU .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-uhn5lriHGU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhn5lriHGU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uhn5lriHGU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uhn5lriHGU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhn5lriHGU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhn5lriHGU .mbr-section-title {
  color: #00d0f3;
}
.cid-uhn5lriHGU .mbr-text {
  color: #ffffff;
}
.cid-uhn5lriHGU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhn5lriHGU .list {
  color: #ffffff;
}
.cid-uhn5lriHGU .mbr-contact {
  color: #ffffff;
}
.cid-uhn5lriHGU .mbr-desc {
  color: #ffffff;
}
.cid-uiFR060UoE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiFR060UoE .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-uiFR060UoE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiFR060UoE .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-uiFR060UoE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiFR060UoE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiFR060UoE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiFR060UoE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiFR060UoE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiFR060UoE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiFR060UoE .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiFR060UoE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiFR060UoE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiFR060UoE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiFR060UoE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiFR060UoE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiFR060UoE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiFR060UoE .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiFR060UoE .nav-link:hover::before {
  width: 100%;
}
.cid-uiFR060UoE .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFR060UoE .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiFR060UoE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiFR060UoE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiFR060UoE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiFR060UoE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiFR060UoE .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiFR060UoE .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiFR060UoE .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiFR060UoE .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiFR060UoE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiFR060UoE .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiFR060UoE .nav-item:focus,
.cid-uiFR060UoE .nav-link:focus {
  outline: none;
}
.cid-uiFR060UoE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiFR060UoE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiFR060UoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiFR060UoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiFR060UoE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiFR060UoE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiFR060UoE .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-uiFR060UoE .navbar.opened {
  transition: all 0.3s;
}
.cid-uiFR060UoE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiFR060UoE .navbar .navbar-logo img {
  width: auto;
}
.cid-uiFR060UoE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFR060UoE .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiFR060UoE .navbar.collapsed {
  justify-content: center;
}
.cid-uiFR060UoE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiFR060UoE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiFR060UoE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiFR060UoE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiFR060UoE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiFR060UoE .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-uiFR060UoE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiFR060UoE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiFR060UoE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiFR060UoE .navbar {
    min-height: 72px;
  }
  .cid-uiFR060UoE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiFR060UoE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiFR060UoE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiFR060UoE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiFR060UoE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiFR060UoE .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-uiFR060UoE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiFR060UoE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiFR060UoE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiFR060UoE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiFR060UoE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiFR060UoE .dropdown-item.active,
.cid-uiFR060UoE .dropdown-item:active {
  background-color: transparent;
}
.cid-uiFR060UoE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiFR060UoE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiFR060UoE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiFR060UoE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiFR060UoE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiFR060UoE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiFR060UoE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiFR060UoE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiFR060UoE .navbar-buttons {
    text-align: left;
  }
}
.cid-uiFR060UoE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiFR060UoE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiFR060UoE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiFR060UoE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFR060UoE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFR060UoE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiFR060UoE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFR060UoE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiFR060UoE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiFR060UoE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFR060UoE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiFR060UoE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiFR060UoE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFR060UoE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiFR060UoE .navbar {
    height: 70px;
  }
  .cid-uiFR060UoE .navbar.opened {
    height: auto;
  }
  .cid-uiFR060UoE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiFR060UoE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiFR060UoE .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-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiFR060UoE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiFR060UoE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiFR060UoE .navbar-brand {
    margin-right: auto;
  }
  .cid-uiFR060UoE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiFR060UoE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiFR060UoE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiFR060UoE .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-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiFR060UoE .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-uiFR060UoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiFR060UoE .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-uiFR060UoE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiFR060UoE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFR060UoE .navbar-brand,
.cid-uiFR060UoE .navbar-toggler,
.cid-uiFR060UoE .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiFR06j1QH {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiFR06j1QH .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiFR06j1QH .main-image {
    display: none;
  }
}
.cid-uiFR06j1QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFR06j1QH .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-uiFR06j1QH .container {
    padding: 0 16px;
  }
}
.cid-uiFR06j1QH .row {
  position: relative;
  z-index: 1;
}
.cid-uiFR06j1QH .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFR06j1QH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiFR06j1QH .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiFR06j1QH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiFR06j1QH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFR06j1QH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiFR06j1QH .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiFR06j1QH .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiFR06j1QH .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiFR06j1QH .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiFR06j1QH .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiFR06j1QH .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiFR06j1QH .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiFR06j1QH .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiFR06j1QH .mbr-section-title {
  color: #000000;
}
.cid-uiFR06j1QH .mbr-text {
  color: #000000;
}
.cid-uiFR06j1QH .card-title {
  color: #000000;
}
.cid-uiFR06j1QH .card-text {
  color: #ffffff;
}
.cid-uiFR06j1QH .card-name {
  color: #ffffff;
}
.cid-uiFR06j1QH .card-role {
  color: #ffffff;
}
.cid-uiFR06ubaW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiFR06ubaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFR06ubaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFR06ubaW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFR06ubaW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFR06ubaW .container {
    padding: 0 12px;
  }
}
.cid-uiFR06ubaW .image-wrapper img,
.cid-uiFR06ubaW .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiFR06ubaW .image-wrapper img,
  .cid-uiFR06ubaW .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .image-wrapper img,
  .cid-uiFR06ubaW .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiFR06ubaW .image-wrapper img:nth-child(2n),
  .cid-uiFR06ubaW .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiFR06ubaW .image-wrapper img,
  .cid-uiFR06ubaW .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiFR06ubaW .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiFR06ubaW .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiFR06ubaW .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiFR06ubaW .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiFR06ubaW .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFR06ubaW .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiFR06ubaW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFR06ubaW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiFR06ubaW .mbr-text {
  color: #ffffff;
}
.cid-uiFR06NeKm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiFR06NeKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFR06NeKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFR06NeKm .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiFR06NeKm .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiFR06NeKm .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiFR06NeKm .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiFR06NeKm .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiFR06NeKm .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiFR06NeKm .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiFR06NeKm .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiFR06NeKm .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiFR06NeKm .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiFR06NeKm .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiFR06NeKm .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiFR06ZqAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiFR06ZqAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFR06ZqAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFR06ZqAV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFR06ZqAV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFR06ZqAV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFR06ZqAV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFR06ZqAV .container {
    padding: 0 12px;
  }
}
.cid-uiFR06ZqAV .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiFR06ZqAV .card-wrapper {
    padding: 32px;
  }
}
.cid-uiFR06ZqAV .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiFR06ZqAV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiFR06ZqAV .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiFR06ZqAV .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiFR06ZqAV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiFR06ZqAV .mbr-section-title {
  color: #ffffff;
}
.cid-uiFR06ZqAV .mbr-section-title,
.cid-uiFR06ZqAV .mbr-section-btn,
.cid-uiFR06ZqAV .card-wrapper {
  text-align: center;
}
.cid-uiFR07aqUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiFR07aqUg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiFR07aqUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFR07aqUg .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-uiFR07aqUg .container {
    padding: 0 22px;
  }
}
.cid-uiFR07aqUg .row {
  position: relative;
  z-index: 1;
}
.cid-uiFR07aqUg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiFR07aqUg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFR07aqUg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFR07aqUg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiFR07aqUg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFR07aqUg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiFR07aqUg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFR07aqUg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFR07aqUg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiFR07aqUg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFR07aqUg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiFR07aqUg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiFR07aqUg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFR07aqUg .nav-wrapper .list .item-wrap:hover,
.cid-uiFR07aqUg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiFR07aqUg .nav-wrapper .list .item-wrap:hover::before,
.cid-uiFR07aqUg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiFR07aqUg .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-uiFR07aqUg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFR07aqUg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiFR07aqUg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFR07aqUg .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-uiFR07aqUg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFR07aqUg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFR07aqUg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiFR07aqUg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFR07aqUg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiFR07aqUg .mbr-section-title {
  color: #00d0f3;
}
.cid-uiFR07aqUg .mbr-text {
  color: #ffffff;
}
.cid-uiFR07aqUg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiFR07aqUg .list {
  color: #ffffff;
}
.cid-uiFR07aqUg .mbr-contact {
  color: #ffffff;
}
.cid-uiFR07aqUg .mbr-desc {
  color: #ffffff;
}
.cid-uiFWqYas4T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiFWqYas4T .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-uiFWqYas4T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiFWqYas4T .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-uiFWqYas4T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiFWqYas4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiFWqYas4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiFWqYas4T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiFWqYas4T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiFWqYas4T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiFWqYas4T .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiFWqYas4T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiFWqYas4T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiFWqYas4T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiFWqYas4T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiFWqYas4T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiFWqYas4T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiFWqYas4T .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiFWqYas4T .nav-link:hover::before {
  width: 100%;
}
.cid-uiFWqYas4T .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFWqYas4T .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiFWqYas4T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiFWqYas4T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiFWqYas4T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiFWqYas4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiFWqYas4T .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiFWqYas4T .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiFWqYas4T .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiFWqYas4T .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiFWqYas4T .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiFWqYas4T .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiFWqYas4T .nav-item:focus,
.cid-uiFWqYas4T .nav-link:focus {
  outline: none;
}
.cid-uiFWqYas4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiFWqYas4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiFWqYas4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiFWqYas4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiFWqYas4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiFWqYas4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiFWqYas4T .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-uiFWqYas4T .navbar.opened {
  transition: all 0.3s;
}
.cid-uiFWqYas4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiFWqYas4T .navbar .navbar-logo img {
  width: auto;
}
.cid-uiFWqYas4T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFWqYas4T .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiFWqYas4T .navbar.collapsed {
  justify-content: center;
}
.cid-uiFWqYas4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiFWqYas4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiFWqYas4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiFWqYas4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiFWqYas4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiFWqYas4T .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-uiFWqYas4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiFWqYas4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiFWqYas4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiFWqYas4T .navbar {
    min-height: 72px;
  }
  .cid-uiFWqYas4T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiFWqYas4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiFWqYas4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiFWqYas4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiFWqYas4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiFWqYas4T .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-uiFWqYas4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiFWqYas4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiFWqYas4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiFWqYas4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiFWqYas4T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiFWqYas4T .dropdown-item.active,
.cid-uiFWqYas4T .dropdown-item:active {
  background-color: transparent;
}
.cid-uiFWqYas4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiFWqYas4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiFWqYas4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiFWqYas4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiFWqYas4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiFWqYas4T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiFWqYas4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiFWqYas4T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiFWqYas4T .navbar-buttons {
    text-align: left;
  }
}
.cid-uiFWqYas4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiFWqYas4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiFWqYas4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiFWqYas4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFWqYas4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFWqYas4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiFWqYas4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFWqYas4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiFWqYas4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiFWqYas4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFWqYas4T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiFWqYas4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiFWqYas4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFWqYas4T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiFWqYas4T .navbar {
    height: 70px;
  }
  .cid-uiFWqYas4T .navbar.opened {
    height: auto;
  }
  .cid-uiFWqYas4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiFWqYas4T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiFWqYas4T .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-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiFWqYas4T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiFWqYas4T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiFWqYas4T .navbar-brand {
    margin-right: auto;
  }
  .cid-uiFWqYas4T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiFWqYas4T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiFWqYas4T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiFWqYas4T .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-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiFWqYas4T .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-uiFWqYas4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiFWqYas4T .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-uiFWqYas4T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiFWqYas4T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFWqYas4T .navbar-brand,
.cid-uiFWqYas4T .navbar-toggler,
.cid-uiFWqYas4T .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiFWqZkPpe {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiFWqZkPpe .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiFWqZkPpe .main-image {
    display: none;
  }
}
.cid-uiFWqZkPpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFWqZkPpe .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-uiFWqZkPpe .container {
    padding: 0 16px;
  }
}
.cid-uiFWqZkPpe .row {
  position: relative;
  z-index: 1;
}
.cid-uiFWqZkPpe .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFWqZkPpe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiFWqZkPpe .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiFWqZkPpe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiFWqZkPpe .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFWqZkPpe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiFWqZkPpe .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiFWqZkPpe .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiFWqZkPpe .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiFWqZkPpe .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiFWqZkPpe .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiFWqZkPpe .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiFWqZkPpe .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiFWqZkPpe .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiFWqZkPpe .mbr-section-title {
  color: #000000;
}
.cid-uiFWqZkPpe .mbr-text {
  color: #000000;
}
.cid-uiFWqZkPpe .card-title {
  color: #000000;
}
.cid-uiFWqZkPpe .card-text {
  color: #ffffff;
}
.cid-uiFWqZkPpe .card-name {
  color: #ffffff;
}
.cid-uiFWqZkPpe .card-role {
  color: #ffffff;
}
.cid-uiFWqZDnia {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiFWqZDnia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFWqZDnia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFWqZDnia .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFWqZDnia .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFWqZDnia .container {
    padding: 0 12px;
  }
}
.cid-uiFWqZDnia .image-wrapper img,
.cid-uiFWqZDnia .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiFWqZDnia .image-wrapper img,
  .cid-uiFWqZDnia .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .image-wrapper img,
  .cid-uiFWqZDnia .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiFWqZDnia .image-wrapper img:nth-child(2n),
  .cid-uiFWqZDnia .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiFWqZDnia .image-wrapper img,
  .cid-uiFWqZDnia .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiFWqZDnia .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiFWqZDnia .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiFWqZDnia .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiFWqZDnia .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiFWqZDnia .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFWqZDnia .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiFWqZDnia .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFWqZDnia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiFWqZDnia .mbr-text {
  color: #ffffff;
}
.cid-uiFWqZSpj2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiFWqZSpj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFWqZSpj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFWqZSpj2 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiFWqZSpj2 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiFWqZSpj2 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiFWqZSpj2 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiFWqZSpj2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiFWqZSpj2 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiFWqZSpj2 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiFWqZSpj2 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiFWqZSpj2 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiFWqZSpj2 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiFWqZSpj2 .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiFWqZSpj2 .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiFWr05iUV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiFWr05iUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFWr05iUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFWr05iUV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFWr05iUV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFWr05iUV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFWr05iUV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFWr05iUV .container {
    padding: 0 12px;
  }
}
.cid-uiFWr05iUV .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiFWr05iUV .card-wrapper {
    padding: 32px;
  }
}
.cid-uiFWr05iUV .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiFWr05iUV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiFWr05iUV .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiFWr05iUV .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiFWr05iUV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiFWr05iUV .mbr-section-title {
  color: #ffffff;
}
.cid-uiFWr05iUV .mbr-section-title,
.cid-uiFWr05iUV .mbr-section-btn,
.cid-uiFWr05iUV .card-wrapper {
  text-align: center;
}
.cid-uiFWr0fPr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiFWr0fPr9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiFWr0fPr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFWr0fPr9 .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-uiFWr0fPr9 .container {
    padding: 0 22px;
  }
}
.cid-uiFWr0fPr9 .row {
  position: relative;
  z-index: 1;
}
.cid-uiFWr0fPr9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiFWr0fPr9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFWr0fPr9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFWr0fPr9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiFWr0fPr9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFWr0fPr9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiFWr0fPr9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFWr0fPr9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFWr0fPr9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiFWr0fPr9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFWr0fPr9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiFWr0fPr9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiFWr0fPr9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFWr0fPr9 .nav-wrapper .list .item-wrap:hover,
.cid-uiFWr0fPr9 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiFWr0fPr9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uiFWr0fPr9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiFWr0fPr9 .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-uiFWr0fPr9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFWr0fPr9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiFWr0fPr9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFWr0fPr9 .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-uiFWr0fPr9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFWr0fPr9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFWr0fPr9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiFWr0fPr9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFWr0fPr9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiFWr0fPr9 .mbr-section-title {
  color: #00d0f3;
}
.cid-uiFWr0fPr9 .mbr-text {
  color: #ffffff;
}
.cid-uiFWr0fPr9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiFWr0fPr9 .list {
  color: #ffffff;
}
.cid-uiFWr0fPr9 .mbr-contact {
  color: #ffffff;
}
.cid-uiFWr0fPr9 .mbr-desc {
  color: #ffffff;
}
.cid-uiFYfxnAxZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiFYfxnAxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiFYfxnAxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiFYfxnAxZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiFYfxnAxZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiFYfxnAxZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiFYfxnAxZ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiFYfxnAxZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiFYfxnAxZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiFYfxnAxZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiFYfxnAxZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiFYfxnAxZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiFYfxnAxZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiFYfxnAxZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiFYfxnAxZ .nav-link:hover::before {
  width: 100%;
}
.cid-uiFYfxnAxZ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFYfxnAxZ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiFYfxnAxZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiFYfxnAxZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiFYfxnAxZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiFYfxnAxZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiFYfxnAxZ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiFYfxnAxZ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiFYfxnAxZ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiFYfxnAxZ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiFYfxnAxZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiFYfxnAxZ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiFYfxnAxZ .nav-item:focus,
.cid-uiFYfxnAxZ .nav-link:focus {
  outline: none;
}
.cid-uiFYfxnAxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiFYfxnAxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiFYfxnAxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiFYfxnAxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiFYfxnAxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiFYfxnAxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uiFYfxnAxZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiFYfxnAxZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uiFYfxnAxZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFYfxnAxZ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiFYfxnAxZ .navbar.collapsed {
  justify-content: center;
}
.cid-uiFYfxnAxZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiFYfxnAxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiFYfxnAxZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiFYfxnAxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiFYfxnAxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiFYfxnAxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiFYfxnAxZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiFYfxnAxZ .navbar {
    min-height: 72px;
  }
  .cid-uiFYfxnAxZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiFYfxnAxZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiFYfxnAxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiFYfxnAxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiFYfxnAxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiFYfxnAxZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiFYfxnAxZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiFYfxnAxZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiFYfxnAxZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiFYfxnAxZ .dropdown-item.active,
.cid-uiFYfxnAxZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uiFYfxnAxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiFYfxnAxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiFYfxnAxZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiFYfxnAxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiFYfxnAxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiFYfxnAxZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiFYfxnAxZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiFYfxnAxZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiFYfxnAxZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uiFYfxnAxZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiFYfxnAxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiFYfxnAxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiFYfxnAxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFYfxnAxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFYfxnAxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiFYfxnAxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFYfxnAxZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiFYfxnAxZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiFYfxnAxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFYfxnAxZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiFYfxnAxZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiFYfxnAxZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFYfxnAxZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiFYfxnAxZ .navbar {
    height: 70px;
  }
  .cid-uiFYfxnAxZ .navbar.opened {
    height: auto;
  }
  .cid-uiFYfxnAxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiFYfxnAxZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiFYfxnAxZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiFYfxnAxZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uiFYfxnAxZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiFYfxnAxZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiFYfxnAxZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiFYfxnAxZ .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-uiFYfxnAxZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiFYfxnAxZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFYfxnAxZ .navbar-brand,
.cid-uiFYfxnAxZ .navbar-toggler,
.cid-uiFYfxnAxZ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiFYfz4cJg {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiFYfz4cJg .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiFYfz4cJg .main-image {
    display: none;
  }
}
.cid-uiFYfz4cJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFYfz4cJg .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-uiFYfz4cJg .container {
    padding: 0 16px;
  }
}
.cid-uiFYfz4cJg .row {
  position: relative;
  z-index: 1;
}
.cid-uiFYfz4cJg .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFYfz4cJg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiFYfz4cJg .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiFYfz4cJg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiFYfz4cJg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFYfz4cJg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiFYfz4cJg .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiFYfz4cJg .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiFYfz4cJg .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiFYfz4cJg .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiFYfz4cJg .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiFYfz4cJg .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiFYfz4cJg .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiFYfz4cJg .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiFYfz4cJg .mbr-section-title {
  color: #000000;
}
.cid-uiFYfz4cJg .mbr-text {
  color: #000000;
}
.cid-uiFYfz4cJg .card-title {
  color: #000000;
}
.cid-uiFYfz4cJg .card-text {
  color: #ffffff;
}
.cid-uiFYfz4cJg .card-name {
  color: #ffffff;
}
.cid-uiFYfz4cJg .card-role {
  color: #ffffff;
}
.cid-uiFYfzlwLt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiFYfzlwLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFYfzlwLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFYfzlwLt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFYfzlwLt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFYfzlwLt .container {
    padding: 0 12px;
  }
}
.cid-uiFYfzlwLt .image-wrapper img,
.cid-uiFYfzlwLt .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiFYfzlwLt .image-wrapper img,
  .cid-uiFYfzlwLt .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .image-wrapper img,
  .cid-uiFYfzlwLt .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiFYfzlwLt .image-wrapper img:nth-child(2n),
  .cid-uiFYfzlwLt .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiFYfzlwLt .image-wrapper img,
  .cid-uiFYfzlwLt .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiFYfzlwLt .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiFYfzlwLt .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiFYfzlwLt .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiFYfzlwLt .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiFYfzlwLt .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiFYfzlwLt .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiFYfzlwLt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFYfzlwLt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiFYfzlwLt .mbr-text {
  color: #ffffff;
}
.cid-uiFYfzzwHn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiFYfzzwHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFYfzzwHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFYfzzwHn .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiFYfzzwHn .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiFYfzzwHn .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiFYfzzwHn .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiFYfzzwHn .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiFYfzzwHn .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiFYfzzwHn .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiFYfzzwHn .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiFYfzzwHn .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiFYfzzwHn .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiFYfzzwHn .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiFYfzzwHn .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiFYfzPfaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiFYfzPfaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFYfzPfaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFYfzPfaS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiFYfzPfaS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFYfzPfaS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiFYfzPfaS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiFYfzPfaS .container {
    padding: 0 12px;
  }
}
.cid-uiFYfzPfaS .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiFYfzPfaS .card-wrapper {
    padding: 32px;
  }
}
.cid-uiFYfzPfaS .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiFYfzPfaS .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiFYfzPfaS .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiFYfzPfaS .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiFYfzPfaS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiFYfzPfaS .mbr-section-title {
  color: #ffffff;
}
.cid-uiFYfzPfaS .mbr-section-title,
.cid-uiFYfzPfaS .mbr-section-btn,
.cid-uiFYfzPfaS .card-wrapper {
  text-align: center;
}
.cid-uiFYfA0bzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiFYfA0bzz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiFYfA0bzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFYfA0bzz .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-uiFYfA0bzz .container {
    padding: 0 22px;
  }
}
.cid-uiFYfA0bzz .row {
  position: relative;
  z-index: 1;
}
.cid-uiFYfA0bzz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiFYfA0bzz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFYfA0bzz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiFYfA0bzz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiFYfA0bzz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFYfA0bzz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiFYfA0bzz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiFYfA0bzz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFYfA0bzz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiFYfA0bzz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiFYfA0bzz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiFYfA0bzz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiFYfA0bzz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFYfA0bzz .nav-wrapper .list .item-wrap:hover,
.cid-uiFYfA0bzz .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiFYfA0bzz .nav-wrapper .list .item-wrap:hover::before,
.cid-uiFYfA0bzz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiFYfA0bzz .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-uiFYfA0bzz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFYfA0bzz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiFYfA0bzz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiFYfA0bzz .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-uiFYfA0bzz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiFYfA0bzz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiFYfA0bzz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiFYfA0bzz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiFYfA0bzz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiFYfA0bzz .mbr-section-title {
  color: #00d0f3;
}
.cid-uiFYfA0bzz .mbr-text {
  color: #ffffff;
}
.cid-uiFYfA0bzz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiFYfA0bzz .list {
  color: #ffffff;
}
.cid-uiFYfA0bzz .mbr-contact {
  color: #ffffff;
}
.cid-uiFYfA0bzz .mbr-desc {
  color: #ffffff;
}
.cid-uiH2ORaf6e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiH2ORaf6e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiH2ORaf6e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiH2ORaf6e .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiH2ORaf6e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiH2ORaf6e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiH2ORaf6e .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiH2ORaf6e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiH2ORaf6e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiH2ORaf6e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiH2ORaf6e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiH2ORaf6e .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiH2ORaf6e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiH2ORaf6e .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiH2ORaf6e .nav-link:hover::before {
  width: 100%;
}
.cid-uiH2ORaf6e .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiH2ORaf6e .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiH2ORaf6e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiH2ORaf6e .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiH2ORaf6e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiH2ORaf6e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiH2ORaf6e .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiH2ORaf6e .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiH2ORaf6e .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiH2ORaf6e .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiH2ORaf6e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiH2ORaf6e .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiH2ORaf6e .nav-item:focus,
.cid-uiH2ORaf6e .nav-link:focus {
  outline: none;
}
.cid-uiH2ORaf6e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiH2ORaf6e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiH2ORaf6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiH2ORaf6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiH2ORaf6e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiH2ORaf6e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar.opened {
  transition: all 0.3s;
}
.cid-uiH2ORaf6e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiH2ORaf6e .navbar .navbar-logo img {
  width: auto;
}
.cid-uiH2ORaf6e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiH2ORaf6e .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiH2ORaf6e .navbar.collapsed {
  justify-content: center;
}
.cid-uiH2ORaf6e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiH2ORaf6e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiH2ORaf6e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiH2ORaf6e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiH2ORaf6e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiH2ORaf6e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiH2ORaf6e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiH2ORaf6e .navbar {
    min-height: 72px;
  }
  .cid-uiH2ORaf6e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiH2ORaf6e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiH2ORaf6e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiH2ORaf6e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiH2ORaf6e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiH2ORaf6e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiH2ORaf6e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiH2ORaf6e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiH2ORaf6e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiH2ORaf6e .dropdown-item.active,
.cid-uiH2ORaf6e .dropdown-item:active {
  background-color: transparent;
}
.cid-uiH2ORaf6e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiH2ORaf6e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiH2ORaf6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiH2ORaf6e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiH2ORaf6e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiH2ORaf6e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiH2ORaf6e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiH2ORaf6e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiH2ORaf6e .navbar-buttons {
    text-align: left;
  }
}
.cid-uiH2ORaf6e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiH2ORaf6e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiH2ORaf6e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiH2ORaf6e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiH2ORaf6e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiH2ORaf6e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiH2ORaf6e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiH2ORaf6e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiH2ORaf6e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiH2ORaf6e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiH2ORaf6e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiH2ORaf6e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiH2ORaf6e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiH2ORaf6e .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiH2ORaf6e .navbar {
    height: 70px;
  }
  .cid-uiH2ORaf6e .navbar.opened {
    height: auto;
  }
  .cid-uiH2ORaf6e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiH2ORaf6e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiH2ORaf6e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiH2ORaf6e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiH2ORaf6e .navbar-brand {
    margin-right: auto;
  }
  .cid-uiH2ORaf6e .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiH2ORaf6e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiH2ORaf6e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiH2ORaf6e .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-uiH2ORaf6e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiH2ORaf6e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiH2ORaf6e .navbar-brand,
.cid-uiH2ORaf6e .navbar-toggler,
.cid-uiH2ORaf6e .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiH2ORFbwg {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiH2ORFbwg .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiH2ORFbwg .main-image {
    display: none;
  }
}
.cid-uiH2ORFbwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiH2ORFbwg .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-uiH2ORFbwg .container {
    padding: 0 16px;
  }
}
.cid-uiH2ORFbwg .row {
  position: relative;
  z-index: 1;
}
.cid-uiH2ORFbwg .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiH2ORFbwg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiH2ORFbwg .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiH2ORFbwg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiH2ORFbwg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiH2ORFbwg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiH2ORFbwg .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiH2ORFbwg .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiH2ORFbwg .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiH2ORFbwg .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiH2ORFbwg .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiH2ORFbwg .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiH2ORFbwg .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiH2ORFbwg .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiH2ORFbwg .mbr-section-title {
  color: #000000;
}
.cid-uiH2ORFbwg .mbr-text {
  color: #000000;
}
.cid-uiH2ORFbwg .card-title {
  color: #000000;
}
.cid-uiH2ORFbwg .card-text {
  color: #ffffff;
}
.cid-uiH2ORFbwg .card-name {
  color: #ffffff;
}
.cid-uiH2ORFbwg .card-role {
  color: #ffffff;
}
.cid-uiH2ORTbuO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiH2ORTbuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiH2ORTbuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiH2ORTbuO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiH2ORTbuO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiH2ORTbuO .container {
    padding: 0 12px;
  }
}
.cid-uiH2ORTbuO .image-wrapper img,
.cid-uiH2ORTbuO .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiH2ORTbuO .image-wrapper img,
  .cid-uiH2ORTbuO .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .image-wrapper img,
  .cid-uiH2ORTbuO .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiH2ORTbuO .image-wrapper img:nth-child(2n),
  .cid-uiH2ORTbuO .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiH2ORTbuO .image-wrapper img,
  .cid-uiH2ORTbuO .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiH2ORTbuO .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiH2ORTbuO .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiH2ORTbuO .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiH2ORTbuO .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiH2ORTbuO .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiH2ORTbuO .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiH2ORTbuO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiH2ORTbuO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiH2ORTbuO .mbr-text {
  color: #ffffff;
}
.cid-uiH2OS8wVY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiH2OS8wVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiH2OS8wVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiH2OS8wVY .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiH2OS8wVY .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiH2OS8wVY .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiH2OS8wVY .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiH2OS8wVY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiH2OS8wVY .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiH2OS8wVY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiH2OS8wVY .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiH2OS8wVY .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiH2OS8wVY .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiH2OS8wVY .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiH2OS8wVY .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiH2OSlY6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiH2OSlY6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiH2OSlY6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiH2OSlY6O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiH2OSlY6O .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiH2OSlY6O .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiH2OSlY6O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiH2OSlY6O .container {
    padding: 0 12px;
  }
}
.cid-uiH2OSlY6O .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiH2OSlY6O .card-wrapper {
    padding: 32px;
  }
}
.cid-uiH2OSlY6O .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiH2OSlY6O .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiH2OSlY6O .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiH2OSlY6O .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiH2OSlY6O .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiH2OSlY6O .mbr-section-title {
  color: #ffffff;
}
.cid-uiH2OSlY6O .mbr-section-title,
.cid-uiH2OSlY6O .mbr-section-btn,
.cid-uiH2OSlY6O .card-wrapper {
  text-align: center;
}
.cid-uiH2OSAa0h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiH2OSAa0h::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiH2OSAa0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiH2OSAa0h .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-uiH2OSAa0h .container {
    padding: 0 22px;
  }
}
.cid-uiH2OSAa0h .row {
  position: relative;
  z-index: 1;
}
.cid-uiH2OSAa0h .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiH2OSAa0h .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiH2OSAa0h .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiH2OSAa0h .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiH2OSAa0h .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiH2OSAa0h .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiH2OSAa0h .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiH2OSAa0h .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiH2OSAa0h .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiH2OSAa0h .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiH2OSAa0h .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiH2OSAa0h .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiH2OSAa0h .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiH2OSAa0h .nav-wrapper .list .item-wrap:hover,
.cid-uiH2OSAa0h .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiH2OSAa0h .nav-wrapper .list .item-wrap:hover::before,
.cid-uiH2OSAa0h .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiH2OSAa0h .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-uiH2OSAa0h .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiH2OSAa0h .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiH2OSAa0h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiH2OSAa0h .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-uiH2OSAa0h .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiH2OSAa0h .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiH2OSAa0h .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiH2OSAa0h .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiH2OSAa0h .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiH2OSAa0h .mbr-section-title {
  color: #00d0f3;
}
.cid-uiH2OSAa0h .mbr-text {
  color: #ffffff;
}
.cid-uiH2OSAa0h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiH2OSAa0h .list {
  color: #ffffff;
}
.cid-uiH2OSAa0h .mbr-contact {
  color: #ffffff;
}
.cid-uiH2OSAa0h .mbr-desc {
  color: #ffffff;
}
.cid-uiRngfbaTL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiRngfbaTL .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-uiRngfbaTL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiRngfbaTL .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-uiRngfbaTL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiRngfbaTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiRngfbaTL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiRngfbaTL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiRngfbaTL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiRngfbaTL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiRngfbaTL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiRngfbaTL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiRngfbaTL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiRngfbaTL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiRngfbaTL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiRngfbaTL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiRngfbaTL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiRngfbaTL .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiRngfbaTL .nav-link:hover::before {
  width: 100%;
}
.cid-uiRngfbaTL .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiRngfbaTL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiRngfbaTL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiRngfbaTL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiRngfbaTL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiRngfbaTL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiRngfbaTL .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiRngfbaTL .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiRngfbaTL .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiRngfbaTL .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiRngfbaTL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiRngfbaTL .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiRngfbaTL .nav-item:focus,
.cid-uiRngfbaTL .nav-link:focus {
  outline: none;
}
.cid-uiRngfbaTL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiRngfbaTL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiRngfbaTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiRngfbaTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiRngfbaTL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiRngfbaTL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiRngfbaTL .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-uiRngfbaTL .navbar.opened {
  transition: all 0.3s;
}
.cid-uiRngfbaTL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiRngfbaTL .navbar .navbar-logo img {
  width: auto;
}
.cid-uiRngfbaTL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRngfbaTL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiRngfbaTL .navbar.collapsed {
  justify-content: center;
}
.cid-uiRngfbaTL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiRngfbaTL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiRngfbaTL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiRngfbaTL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiRngfbaTL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiRngfbaTL .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-uiRngfbaTL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiRngfbaTL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiRngfbaTL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiRngfbaTL .navbar {
    min-height: 72px;
  }
  .cid-uiRngfbaTL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiRngfbaTL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiRngfbaTL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiRngfbaTL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiRngfbaTL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiRngfbaTL .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-uiRngfbaTL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiRngfbaTL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiRngfbaTL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiRngfbaTL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiRngfbaTL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiRngfbaTL .dropdown-item.active,
.cid-uiRngfbaTL .dropdown-item:active {
  background-color: transparent;
}
.cid-uiRngfbaTL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiRngfbaTL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiRngfbaTL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiRngfbaTL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiRngfbaTL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiRngfbaTL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiRngfbaTL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiRngfbaTL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiRngfbaTL .navbar-buttons {
    text-align: left;
  }
}
.cid-uiRngfbaTL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiRngfbaTL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiRngfbaTL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiRngfbaTL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiRngfbaTL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiRngfbaTL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiRngfbaTL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiRngfbaTL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiRngfbaTL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiRngfbaTL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiRngfbaTL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiRngfbaTL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiRngfbaTL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRngfbaTL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiRngfbaTL .navbar {
    height: 70px;
  }
  .cid-uiRngfbaTL .navbar.opened {
    height: auto;
  }
  .cid-uiRngfbaTL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiRngfbaTL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiRngfbaTL .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-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiRngfbaTL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiRngfbaTL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiRngfbaTL .navbar-brand {
    margin-right: auto;
  }
  .cid-uiRngfbaTL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiRngfbaTL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiRngfbaTL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiRngfbaTL .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-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiRngfbaTL .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-uiRngfbaTL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiRngfbaTL .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-uiRngfbaTL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiRngfbaTL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiRngfbaTL .navbar-brand,
.cid-uiRngfbaTL .navbar-toggler,
.cid-uiRngfbaTL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiRngfRGss {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiRngfRGss .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiRngfRGss .main-image {
    display: none;
  }
}
.cid-uiRngfRGss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRngfRGss .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-uiRngfRGss .container {
    padding: 0 16px;
  }
}
.cid-uiRngfRGss .row {
  position: relative;
  z-index: 1;
}
.cid-uiRngfRGss .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRngfRGss .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiRngfRGss .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiRngfRGss .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiRngfRGss .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiRngfRGss .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiRngfRGss .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiRngfRGss .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiRngfRGss .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiRngfRGss .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiRngfRGss .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiRngfRGss .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiRngfRGss .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiRngfRGss .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiRngfRGss .mbr-section-title {
  color: #000000;
}
.cid-uiRngfRGss .mbr-text {
  color: #000000;
}
.cid-uiRngfRGss .card-title {
  color: #000000;
}
.cid-uiRngfRGss .card-text {
  color: #ffffff;
}
.cid-uiRngfRGss .card-name {
  color: #ffffff;
}
.cid-uiRngfRGss .card-role {
  color: #ffffff;
}
.cid-uiRnggcmvN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiRnggcmvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRnggcmvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRnggcmvN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRnggcmvN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRnggcmvN .container {
    padding: 0 12px;
  }
}
.cid-uiRnggcmvN .image-wrapper img,
.cid-uiRnggcmvN .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiRnggcmvN .image-wrapper img,
  .cid-uiRnggcmvN .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .image-wrapper img,
  .cid-uiRnggcmvN .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiRnggcmvN .image-wrapper img:nth-child(2n),
  .cid-uiRnggcmvN .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiRnggcmvN .image-wrapper img,
  .cid-uiRnggcmvN .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiRnggcmvN .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiRnggcmvN .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiRnggcmvN .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiRnggcmvN .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiRnggcmvN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiRnggcmvN .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiRnggcmvN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiRnggcmvN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiRnggcmvN .mbr-text {
  color: #ffffff;
}
.cid-uiRnggyHrr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiRnggyHrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRnggyHrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRnggyHrr .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiRnggyHrr .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiRnggyHrr .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiRnggyHrr .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiRnggyHrr .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiRnggyHrr .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiRnggyHrr .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiRnggyHrr .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiRnggyHrr .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiRnggyHrr .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiRnggyHrr .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiRnggyHrr .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiRnggNFib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiRnggNFib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRnggNFib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRnggNFib .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiRnggNFib .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRnggNFib .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiRnggNFib .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRnggNFib .container {
    padding: 0 12px;
  }
}
.cid-uiRnggNFib .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiRnggNFib .card-wrapper {
    padding: 32px;
  }
}
.cid-uiRnggNFib .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiRnggNFib .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiRnggNFib .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiRnggNFib .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiRnggNFib .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiRnggNFib .mbr-section-title {
  color: #ffffff;
}
.cid-uiRnggNFib .mbr-section-title,
.cid-uiRnggNFib .mbr-section-btn,
.cid-uiRnggNFib .card-wrapper {
  text-align: center;
}
.cid-uiRngh149S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiRngh149S::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiRngh149S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRngh149S .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-uiRngh149S .container {
    padding: 0 22px;
  }
}
.cid-uiRngh149S .row {
  position: relative;
  z-index: 1;
}
.cid-uiRngh149S .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiRngh149S .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiRngh149S .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiRngh149S .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiRngh149S .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRngh149S .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiRngh149S .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiRngh149S .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRngh149S .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiRngh149S .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRngh149S .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiRngh149S .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiRngh149S .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiRngh149S .nav-wrapper .list .item-wrap:hover,
.cid-uiRngh149S .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiRngh149S .nav-wrapper .list .item-wrap:hover::before,
.cid-uiRngh149S .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiRngh149S .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-uiRngh149S .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRngh149S .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiRngh149S .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiRngh149S .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-uiRngh149S .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRngh149S .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiRngh149S .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiRngh149S .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiRngh149S .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiRngh149S .mbr-section-title {
  color: #00d0f3;
}
.cid-uiRngh149S .mbr-text {
  color: #ffffff;
}
.cid-uiRngh149S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiRngh149S .list {
  color: #ffffff;
}
.cid-uiRngh149S .mbr-contact {
  color: #ffffff;
}
.cid-uiRngh149S .mbr-desc {
  color: #ffffff;
}
.cid-uiRs0XDyTg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiRs0XDyTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiRs0XDyTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiRs0XDyTg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiRs0XDyTg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiRs0XDyTg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiRs0XDyTg .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiRs0XDyTg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiRs0XDyTg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiRs0XDyTg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiRs0XDyTg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiRs0XDyTg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiRs0XDyTg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiRs0XDyTg .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiRs0XDyTg .nav-link:hover::before {
  width: 100%;
}
.cid-uiRs0XDyTg .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiRs0XDyTg .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiRs0XDyTg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiRs0XDyTg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiRs0XDyTg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiRs0XDyTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiRs0XDyTg .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiRs0XDyTg .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiRs0XDyTg .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiRs0XDyTg .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiRs0XDyTg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiRs0XDyTg .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiRs0XDyTg .nav-item:focus,
.cid-uiRs0XDyTg .nav-link:focus {
  outline: none;
}
.cid-uiRs0XDyTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiRs0XDyTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiRs0XDyTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiRs0XDyTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiRs0XDyTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiRs0XDyTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uiRs0XDyTg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiRs0XDyTg .navbar .navbar-logo img {
  width: auto;
}
.cid-uiRs0XDyTg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRs0XDyTg .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiRs0XDyTg .navbar.collapsed {
  justify-content: center;
}
.cid-uiRs0XDyTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiRs0XDyTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiRs0XDyTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiRs0XDyTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiRs0XDyTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiRs0XDyTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiRs0XDyTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiRs0XDyTg .navbar {
    min-height: 72px;
  }
  .cid-uiRs0XDyTg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiRs0XDyTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiRs0XDyTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiRs0XDyTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiRs0XDyTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiRs0XDyTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiRs0XDyTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiRs0XDyTg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiRs0XDyTg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiRs0XDyTg .dropdown-item.active,
.cid-uiRs0XDyTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uiRs0XDyTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiRs0XDyTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiRs0XDyTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiRs0XDyTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiRs0XDyTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiRs0XDyTg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiRs0XDyTg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiRs0XDyTg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiRs0XDyTg .navbar-buttons {
    text-align: left;
  }
}
.cid-uiRs0XDyTg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiRs0XDyTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiRs0XDyTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiRs0XDyTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiRs0XDyTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiRs0XDyTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiRs0XDyTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiRs0XDyTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiRs0XDyTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiRs0XDyTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiRs0XDyTg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiRs0XDyTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiRs0XDyTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRs0XDyTg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiRs0XDyTg .navbar {
    height: 70px;
  }
  .cid-uiRs0XDyTg .navbar.opened {
    height: auto;
  }
  .cid-uiRs0XDyTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiRs0XDyTg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiRs0XDyTg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiRs0XDyTg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiRs0XDyTg .navbar-brand {
    margin-right: auto;
  }
  .cid-uiRs0XDyTg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiRs0XDyTg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiRs0XDyTg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiRs0XDyTg .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-uiRs0XDyTg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiRs0XDyTg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiRs0XDyTg .navbar-brand,
.cid-uiRs0XDyTg .navbar-toggler,
.cid-uiRs0XDyTg .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiRs0YFLzm {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiRs0YFLzm .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiRs0YFLzm .main-image {
    display: none;
  }
}
.cid-uiRs0YFLzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRs0YFLzm .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-uiRs0YFLzm .container {
    padding: 0 16px;
  }
}
.cid-uiRs0YFLzm .row {
  position: relative;
  z-index: 1;
}
.cid-uiRs0YFLzm .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRs0YFLzm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiRs0YFLzm .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiRs0YFLzm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiRs0YFLzm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiRs0YFLzm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiRs0YFLzm .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiRs0YFLzm .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiRs0YFLzm .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiRs0YFLzm .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiRs0YFLzm .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiRs0YFLzm .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiRs0YFLzm .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiRs0YFLzm .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiRs0YFLzm .mbr-section-title {
  color: #000000;
}
.cid-uiRs0YFLzm .mbr-text {
  color: #000000;
}
.cid-uiRs0YFLzm .card-title {
  color: #000000;
}
.cid-uiRs0YFLzm .card-text {
  color: #ffffff;
}
.cid-uiRs0YFLzm .card-name {
  color: #ffffff;
}
.cid-uiRs0YFLzm .card-role {
  color: #ffffff;
}
.cid-uiRs0Z1dIN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiRs0Z1dIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRs0Z1dIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRs0Z1dIN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRs0Z1dIN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRs0Z1dIN .container {
    padding: 0 12px;
  }
}
.cid-uiRs0Z1dIN .image-wrapper img,
.cid-uiRs0Z1dIN .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiRs0Z1dIN .image-wrapper img,
  .cid-uiRs0Z1dIN .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .image-wrapper img,
  .cid-uiRs0Z1dIN .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiRs0Z1dIN .image-wrapper img:nth-child(2n),
  .cid-uiRs0Z1dIN .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiRs0Z1dIN .image-wrapper img,
  .cid-uiRs0Z1dIN .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiRs0Z1dIN .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiRs0Z1dIN .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiRs0Z1dIN .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiRs0Z1dIN .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiRs0Z1dIN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiRs0Z1dIN .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiRs0Z1dIN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiRs0Z1dIN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiRs0Z1dIN .mbr-text {
  color: #ffffff;
}
.cid-uiRs0Zs4r7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiRs0Zs4r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRs0Zs4r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRs0Zs4r7 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiRs0Zs4r7 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiRs0Zs4r7 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiRs0Zs4r7 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiRs0Zs4r7 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiRs0Zs4r7 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiRs0Zs4r7 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiRs0Zs4r7 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiRs0Zs4r7 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiRs0Zs4r7 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiRs0Zs4r7 .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiRs0Zs4r7 .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiRs0ZDgFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiRs0ZDgFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRs0ZDgFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRs0ZDgFw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiRs0ZDgFw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRs0ZDgFw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiRs0ZDgFw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiRs0ZDgFw .container {
    padding: 0 12px;
  }
}
.cid-uiRs0ZDgFw .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiRs0ZDgFw .card-wrapper {
    padding: 32px;
  }
}
.cid-uiRs0ZDgFw .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiRs0ZDgFw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiRs0ZDgFw .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiRs0ZDgFw .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiRs0ZDgFw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiRs0ZDgFw .mbr-section-title {
  color: #ffffff;
}
.cid-uiRs0ZDgFw .mbr-section-title,
.cid-uiRs0ZDgFw .mbr-section-btn,
.cid-uiRs0ZDgFw .card-wrapper {
  text-align: center;
}
.cid-uiRs0ZS7Qe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiRs0ZS7Qe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiRs0ZS7Qe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRs0ZS7Qe .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-uiRs0ZS7Qe .container {
    padding: 0 22px;
  }
}
.cid-uiRs0ZS7Qe .row {
  position: relative;
  z-index: 1;
}
.cid-uiRs0ZS7Qe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiRs0ZS7Qe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiRs0ZS7Qe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiRs0ZS7Qe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiRs0ZS7Qe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRs0ZS7Qe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiRs0ZS7Qe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiRs0ZS7Qe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRs0ZS7Qe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiRs0ZS7Qe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiRs0ZS7Qe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiRs0ZS7Qe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiRs0ZS7Qe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiRs0ZS7Qe .nav-wrapper .list .item-wrap:hover,
.cid-uiRs0ZS7Qe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiRs0ZS7Qe .nav-wrapper .list .item-wrap:hover::before,
.cid-uiRs0ZS7Qe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiRs0ZS7Qe .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-uiRs0ZS7Qe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRs0ZS7Qe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiRs0ZS7Qe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiRs0ZS7Qe .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-uiRs0ZS7Qe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiRs0ZS7Qe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiRs0ZS7Qe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiRs0ZS7Qe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiRs0ZS7Qe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiRs0ZS7Qe .mbr-section-title {
  color: #00d0f3;
}
.cid-uiRs0ZS7Qe .mbr-text {
  color: #ffffff;
}
.cid-uiRs0ZS7Qe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiRs0ZS7Qe .list {
  color: #ffffff;
}
.cid-uiRs0ZS7Qe .mbr-contact {
  color: #ffffff;
}
.cid-uiRs0ZS7Qe .mbr-desc {
  color: #ffffff;
}
.cid-uiTee7Wuok {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiTee7Wuok .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-uiTee7Wuok .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiTee7Wuok .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-uiTee7Wuok .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiTee7Wuok .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiTee7Wuok .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiTee7Wuok .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiTee7Wuok .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiTee7Wuok .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiTee7Wuok .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiTee7Wuok .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiTee7Wuok .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiTee7Wuok .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiTee7Wuok .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiTee7Wuok .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiTee7Wuok .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiTee7Wuok .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiTee7Wuok .nav-link:hover::before {
  width: 100%;
}
.cid-uiTee7Wuok .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiTee7Wuok .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiTee7Wuok .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiTee7Wuok .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiTee7Wuok .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiTee7Wuok .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiTee7Wuok .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiTee7Wuok .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiTee7Wuok .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiTee7Wuok .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiTee7Wuok .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiTee7Wuok .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiTee7Wuok .nav-item:focus,
.cid-uiTee7Wuok .nav-link:focus {
  outline: none;
}
.cid-uiTee7Wuok .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiTee7Wuok .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiTee7Wuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiTee7Wuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiTee7Wuok .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiTee7Wuok .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiTee7Wuok .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-uiTee7Wuok .navbar.opened {
  transition: all 0.3s;
}
.cid-uiTee7Wuok .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiTee7Wuok .navbar .navbar-logo img {
  width: auto;
}
.cid-uiTee7Wuok .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiTee7Wuok .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiTee7Wuok .navbar.collapsed {
  justify-content: center;
}
.cid-uiTee7Wuok .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiTee7Wuok .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiTee7Wuok .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiTee7Wuok .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiTee7Wuok .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiTee7Wuok .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-uiTee7Wuok .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiTee7Wuok .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiTee7Wuok .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiTee7Wuok .navbar {
    min-height: 72px;
  }
  .cid-uiTee7Wuok .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiTee7Wuok .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiTee7Wuok .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiTee7Wuok .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiTee7Wuok .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiTee7Wuok .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-uiTee7Wuok .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiTee7Wuok .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiTee7Wuok .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiTee7Wuok .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiTee7Wuok .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiTee7Wuok .dropdown-item.active,
.cid-uiTee7Wuok .dropdown-item:active {
  background-color: transparent;
}
.cid-uiTee7Wuok .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiTee7Wuok .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiTee7Wuok .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiTee7Wuok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiTee7Wuok .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiTee7Wuok .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiTee7Wuok ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiTee7Wuok .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiTee7Wuok .navbar-buttons {
    text-align: left;
  }
}
.cid-uiTee7Wuok button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiTee7Wuok button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiTee7Wuok button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiTee7Wuok button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiTee7Wuok button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiTee7Wuok button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiTee7Wuok nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiTee7Wuok nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiTee7Wuok nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiTee7Wuok nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiTee7Wuok .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiTee7Wuok a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiTee7Wuok .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiTee7Wuok .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiTee7Wuok .navbar {
    height: 70px;
  }
  .cid-uiTee7Wuok .navbar.opened {
    height: auto;
  }
  .cid-uiTee7Wuok .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiTee7Wuok .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiTee7Wuok .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-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiTee7Wuok .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiTee7Wuok .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiTee7Wuok .navbar-brand {
    margin-right: auto;
  }
  .cid-uiTee7Wuok .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiTee7Wuok .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiTee7Wuok .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiTee7Wuok .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-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiTee7Wuok .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-uiTee7Wuok .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiTee7Wuok .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-uiTee7Wuok .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiTee7Wuok .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiTee7Wuok .navbar-brand,
.cid-uiTee7Wuok .navbar-toggler,
.cid-uiTee7Wuok .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiTee8uUqc {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiTee8uUqc .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiTee8uUqc .main-image {
    display: none;
  }
}
.cid-uiTee8uUqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTee8uUqc .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-uiTee8uUqc .container {
    padding: 0 16px;
  }
}
.cid-uiTee8uUqc .row {
  position: relative;
  z-index: 1;
}
.cid-uiTee8uUqc .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiTee8uUqc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiTee8uUqc .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiTee8uUqc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiTee8uUqc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiTee8uUqc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiTee8uUqc .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiTee8uUqc .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiTee8uUqc .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiTee8uUqc .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiTee8uUqc .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiTee8uUqc .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiTee8uUqc .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiTee8uUqc .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiTee8uUqc .mbr-section-title {
  color: #000000;
}
.cid-uiTee8uUqc .mbr-text {
  color: #000000;
}
.cid-uiTee8uUqc .card-title {
  color: #000000;
}
.cid-uiTee8uUqc .card-text {
  color: #ffffff;
}
.cid-uiTee8uUqc .card-name {
  color: #ffffff;
}
.cid-uiTee8uUqc .card-role {
  color: #ffffff;
}
.cid-uiTee8Jb5X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiTee8Jb5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTee8Jb5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTee8Jb5X .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiTee8Jb5X .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiTee8Jb5X .container {
    padding: 0 12px;
  }
}
.cid-uiTee8Jb5X .image-wrapper img,
.cid-uiTee8Jb5X .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiTee8Jb5X .image-wrapper img,
  .cid-uiTee8Jb5X .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .image-wrapper img,
  .cid-uiTee8Jb5X .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiTee8Jb5X .image-wrapper img:nth-child(2n),
  .cid-uiTee8Jb5X .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiTee8Jb5X .image-wrapper img,
  .cid-uiTee8Jb5X .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiTee8Jb5X .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiTee8Jb5X .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiTee8Jb5X .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiTee8Jb5X .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiTee8Jb5X .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiTee8Jb5X .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiTee8Jb5X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiTee8Jb5X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiTee8Jb5X .mbr-text {
  color: #ffffff;
}
.cid-uiTee91OZB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiTee91OZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTee91OZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTee91OZB .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiTee91OZB .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiTee91OZB .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiTee91OZB .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiTee91OZB .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiTee91OZB .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiTee91OZB .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiTee91OZB .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiTee91OZB .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiTee91OZB .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiTee91OZB .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiTee91OZB .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiTee9eF83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiTee9eF83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTee9eF83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTee9eF83 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiTee9eF83 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiTee9eF83 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiTee9eF83 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiTee9eF83 .container {
    padding: 0 12px;
  }
}
.cid-uiTee9eF83 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiTee9eF83 .card-wrapper {
    padding: 32px;
  }
}
.cid-uiTee9eF83 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiTee9eF83 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiTee9eF83 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiTee9eF83 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiTee9eF83 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiTee9eF83 .mbr-section-title {
  color: #ffffff;
}
.cid-uiTee9eF83 .mbr-section-title,
.cid-uiTee9eF83 .mbr-section-btn,
.cid-uiTee9eF83 .card-wrapper {
  text-align: center;
}
.cid-uiTee9q9gc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiTee9q9gc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiTee9q9gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTee9q9gc .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-uiTee9q9gc .container {
    padding: 0 22px;
  }
}
.cid-uiTee9q9gc .row {
  position: relative;
  z-index: 1;
}
.cid-uiTee9q9gc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiTee9q9gc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiTee9q9gc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiTee9q9gc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiTee9q9gc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiTee9q9gc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiTee9q9gc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiTee9q9gc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiTee9q9gc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiTee9q9gc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiTee9q9gc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiTee9q9gc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiTee9q9gc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiTee9q9gc .nav-wrapper .list .item-wrap:hover,
.cid-uiTee9q9gc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiTee9q9gc .nav-wrapper .list .item-wrap:hover::before,
.cid-uiTee9q9gc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiTee9q9gc .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-uiTee9q9gc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiTee9q9gc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiTee9q9gc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiTee9q9gc .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-uiTee9q9gc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiTee9q9gc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiTee9q9gc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiTee9q9gc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiTee9q9gc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiTee9q9gc .mbr-section-title {
  color: #00d0f3;
}
.cid-uiTee9q9gc .mbr-text {
  color: #ffffff;
}
.cid-uiTee9q9gc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiTee9q9gc .list {
  color: #ffffff;
}
.cid-uiTee9q9gc .mbr-contact {
  color: #ffffff;
}
.cid-uiTee9q9gc .mbr-desc {
  color: #ffffff;
}
.cid-uiXeAbnATY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiXeAbnATY .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-uiXeAbnATY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiXeAbnATY .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-uiXeAbnATY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uiXeAbnATY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiXeAbnATY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiXeAbnATY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uiXeAbnATY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uiXeAbnATY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uiXeAbnATY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uiXeAbnATY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiXeAbnATY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiXeAbnATY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uiXeAbnATY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiXeAbnATY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiXeAbnATY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiXeAbnATY .nav-link:hover {
  color: #ffffff !important;
}
.cid-uiXeAbnATY .nav-link:hover::before {
  width: 100%;
}
.cid-uiXeAbnATY .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiXeAbnATY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiXeAbnATY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiXeAbnATY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uiXeAbnATY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiXeAbnATY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uiXeAbnATY .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uiXeAbnATY .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiXeAbnATY .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiXeAbnATY .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uiXeAbnATY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiXeAbnATY .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uiXeAbnATY .nav-item:focus,
.cid-uiXeAbnATY .nav-link:focus {
  outline: none;
}
.cid-uiXeAbnATY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiXeAbnATY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiXeAbnATY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiXeAbnATY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiXeAbnATY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiXeAbnATY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiXeAbnATY .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-uiXeAbnATY .navbar.opened {
  transition: all 0.3s;
}
.cid-uiXeAbnATY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiXeAbnATY .navbar .navbar-logo img {
  width: auto;
}
.cid-uiXeAbnATY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiXeAbnATY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uiXeAbnATY .navbar.collapsed {
  justify-content: center;
}
.cid-uiXeAbnATY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiXeAbnATY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiXeAbnATY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uiXeAbnATY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiXeAbnATY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiXeAbnATY .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-uiXeAbnATY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiXeAbnATY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiXeAbnATY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiXeAbnATY .navbar {
    min-height: 72px;
  }
  .cid-uiXeAbnATY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiXeAbnATY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiXeAbnATY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiXeAbnATY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiXeAbnATY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiXeAbnATY .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-uiXeAbnATY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiXeAbnATY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiXeAbnATY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiXeAbnATY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiXeAbnATY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiXeAbnATY .dropdown-item.active,
.cid-uiXeAbnATY .dropdown-item:active {
  background-color: transparent;
}
.cid-uiXeAbnATY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiXeAbnATY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiXeAbnATY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiXeAbnATY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiXeAbnATY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiXeAbnATY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiXeAbnATY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiXeAbnATY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiXeAbnATY .navbar-buttons {
    text-align: left;
  }
}
.cid-uiXeAbnATY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiXeAbnATY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiXeAbnATY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiXeAbnATY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXeAbnATY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXeAbnATY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiXeAbnATY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXeAbnATY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiXeAbnATY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiXeAbnATY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXeAbnATY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiXeAbnATY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiXeAbnATY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiXeAbnATY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiXeAbnATY .navbar {
    height: 70px;
  }
  .cid-uiXeAbnATY .navbar.opened {
    height: auto;
  }
  .cid-uiXeAbnATY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiXeAbnATY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiXeAbnATY .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-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiXeAbnATY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiXeAbnATY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiXeAbnATY .navbar-brand {
    margin-right: auto;
  }
  .cid-uiXeAbnATY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uiXeAbnATY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiXeAbnATY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiXeAbnATY .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-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiXeAbnATY .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-uiXeAbnATY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiXeAbnATY .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-uiXeAbnATY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uiXeAbnATY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiXeAbnATY .navbar-brand,
.cid-uiXeAbnATY .navbar-toggler,
.cid-uiXeAbnATY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uiXeAco0iZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uiXeAco0iZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiXeAco0iZ .main-image {
    display: none;
  }
}
.cid-uiXeAco0iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXeAco0iZ .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-uiXeAco0iZ .container {
    padding: 0 16px;
  }
}
.cid-uiXeAco0iZ .row {
  position: relative;
  z-index: 1;
}
.cid-uiXeAco0iZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uiXeAco0iZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiXeAco0iZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uiXeAco0iZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiXeAco0iZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiXeAco0iZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiXeAco0iZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uiXeAco0iZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uiXeAco0iZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uiXeAco0iZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uiXeAco0iZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uiXeAco0iZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uiXeAco0iZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uiXeAco0iZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uiXeAco0iZ .mbr-section-title {
  color: #000000;
}
.cid-uiXeAco0iZ .mbr-text {
  color: #000000;
}
.cid-uiXeAco0iZ .card-title {
  color: #000000;
}
.cid-uiXeAco0iZ .card-text {
  color: #ffffff;
}
.cid-uiXeAco0iZ .card-name {
  color: #ffffff;
}
.cid-uiXeAco0iZ .card-role {
  color: #ffffff;
}
.cid-uiXeAcO7YY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uiXeAcO7YY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXeAcO7YY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXeAcO7YY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXeAcO7YY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXeAcO7YY .container {
    padding: 0 12px;
  }
}
.cid-uiXeAcO7YY .image-wrapper img,
.cid-uiXeAcO7YY .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uiXeAcO7YY .image-wrapper img,
  .cid-uiXeAcO7YY .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .image-wrapper img,
  .cid-uiXeAcO7YY .image-wrap img {
    margin-right: 16px;
  }
  .cid-uiXeAcO7YY .image-wrapper img:nth-child(2n),
  .cid-uiXeAcO7YY .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uiXeAcO7YY .image-wrapper img,
  .cid-uiXeAcO7YY .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uiXeAcO7YY .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uiXeAcO7YY .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uiXeAcO7YY .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uiXeAcO7YY .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uiXeAcO7YY .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiXeAcO7YY .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uiXeAcO7YY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiXeAcO7YY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiXeAcO7YY .mbr-text {
  color: #ffffff;
}
.cid-uiXeAd71rY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uiXeAd71rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXeAd71rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXeAd71rY .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uiXeAd71rY .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uiXeAd71rY .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uiXeAd71rY .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uiXeAd71rY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uiXeAd71rY .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uiXeAd71rY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uiXeAd71rY .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uiXeAd71rY .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uiXeAd71rY .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uiXeAd71rY .mbr-text a {
  text-decoration: underline !important;
}
.cid-uiXeAd71rY .mbr-text a:hover {
  color: inherit !important;
}
.cid-uiXeAdqeWJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uiXeAdqeWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXeAdqeWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXeAdqeWJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiXeAdqeWJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXeAdqeWJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiXeAdqeWJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXeAdqeWJ .container {
    padding: 0 12px;
  }
}
.cid-uiXeAdqeWJ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uiXeAdqeWJ .card-wrapper {
    padding: 32px;
  }
}
.cid-uiXeAdqeWJ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uiXeAdqeWJ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uiXeAdqeWJ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uiXeAdqeWJ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uiXeAdqeWJ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uiXeAdqeWJ .mbr-section-title {
  color: #ffffff;
}
.cid-uiXeAdqeWJ .mbr-section-title,
.cid-uiXeAdqeWJ .mbr-section-btn,
.cid-uiXeAdqeWJ .card-wrapper {
  text-align: center;
}
.cid-uiXeAdIBBz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uiXeAdIBBz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uiXeAdIBBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXeAdIBBz .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-uiXeAdIBBz .container {
    padding: 0 22px;
  }
}
.cid-uiXeAdIBBz .row {
  position: relative;
  z-index: 1;
}
.cid-uiXeAdIBBz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uiXeAdIBBz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiXeAdIBBz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uiXeAdIBBz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiXeAdIBBz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiXeAdIBBz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uiXeAdIBBz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiXeAdIBBz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiXeAdIBBz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uiXeAdIBBz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiXeAdIBBz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uiXeAdIBBz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uiXeAdIBBz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiXeAdIBBz .nav-wrapper .list .item-wrap:hover,
.cid-uiXeAdIBBz .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uiXeAdIBBz .nav-wrapper .list .item-wrap:hover::before,
.cid-uiXeAdIBBz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uiXeAdIBBz .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-uiXeAdIBBz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiXeAdIBBz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uiXeAdIBBz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uiXeAdIBBz .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-uiXeAdIBBz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiXeAdIBBz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uiXeAdIBBz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uiXeAdIBBz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uiXeAdIBBz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiXeAdIBBz .mbr-section-title {
  color: #00d0f3;
}
.cid-uiXeAdIBBz .mbr-text {
  color: #ffffff;
}
.cid-uiXeAdIBBz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiXeAdIBBz .list {
  color: #ffffff;
}
.cid-uiXeAdIBBz .mbr-contact {
  color: #ffffff;
}
.cid-uiXeAdIBBz .mbr-desc {
  color: #ffffff;
}
.cid-ujlcVX7m63 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujlcVX7m63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujlcVX7m63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujlcVX7m63 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujlcVX7m63 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujlcVX7m63 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujlcVX7m63 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujlcVX7m63 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujlcVX7m63 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujlcVX7m63 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujlcVX7m63 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujlcVX7m63 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujlcVX7m63 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujlcVX7m63 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujlcVX7m63 .nav-link:hover::before {
  width: 100%;
}
.cid-ujlcVX7m63 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujlcVX7m63 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujlcVX7m63 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujlcVX7m63 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujlcVX7m63 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujlcVX7m63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujlcVX7m63 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujlcVX7m63 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujlcVX7m63 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujlcVX7m63 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujlcVX7m63 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujlcVX7m63 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujlcVX7m63 .nav-item:focus,
.cid-ujlcVX7m63 .nav-link:focus {
  outline: none;
}
.cid-ujlcVX7m63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujlcVX7m63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujlcVX7m63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujlcVX7m63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlcVX7m63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujlcVX7m63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujlcVX7m63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujlcVX7m63 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujlcVX7m63 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujlcVX7m63 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujlcVX7m63 .navbar.collapsed {
  justify-content: center;
}
.cid-ujlcVX7m63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujlcVX7m63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujlcVX7m63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujlcVX7m63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujlcVX7m63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujlcVX7m63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujlcVX7m63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujlcVX7m63 .navbar {
    min-height: 72px;
  }
  .cid-ujlcVX7m63 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujlcVX7m63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujlcVX7m63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujlcVX7m63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujlcVX7m63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujlcVX7m63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujlcVX7m63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujlcVX7m63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujlcVX7m63 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujlcVX7m63 .dropdown-item.active,
.cid-ujlcVX7m63 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujlcVX7m63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujlcVX7m63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujlcVX7m63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujlcVX7m63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujlcVX7m63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujlcVX7m63 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujlcVX7m63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujlcVX7m63 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujlcVX7m63 .navbar-buttons {
    text-align: left;
  }
}
.cid-ujlcVX7m63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujlcVX7m63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujlcVX7m63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujlcVX7m63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlcVX7m63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlcVX7m63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujlcVX7m63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlcVX7m63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujlcVX7m63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujlcVX7m63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlcVX7m63 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujlcVX7m63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujlcVX7m63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujlcVX7m63 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujlcVX7m63 .navbar {
    height: 70px;
  }
  .cid-ujlcVX7m63 .navbar.opened {
    height: auto;
  }
  .cid-ujlcVX7m63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujlcVX7m63 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujlcVX7m63 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujlcVX7m63 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujlcVX7m63 .navbar-brand {
    margin-right: auto;
  }
  .cid-ujlcVX7m63 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujlcVX7m63 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujlcVX7m63 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujlcVX7m63 .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-ujlcVX7m63 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujlcVX7m63 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujlcVX7m63 .navbar-brand,
.cid-ujlcVX7m63 .navbar-toggler,
.cid-ujlcVX7m63 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujlcVY9769 {
  overflow: hidden;
  background-color: #000000;
}
.cid-ujlcVY9769 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlcVY9769 .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-ujlcVY9769 .container {
    padding: 0 24px;
  }
}
.cid-ujlcVY9769 .card {
  justify-content: center;
}
.cid-ujlcVY9769 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-ujlcVY9769 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ujlcVY9769 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #454545;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-ujlcVY9769 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-ujlcVY9769 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ff6820;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-ujlcVY9769 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-ujlcVY9769 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-ujlcVY9769 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-ujlcVY9769 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-ujlcVY9769 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-ujlcVY9769 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlcVY9769 .mbr-section-title {
  color: #ffffff;
}
.cid-ujlcVY9769 .mbr-text,
.cid-ujlcVY9769 .text-wrap {
  color: #202020;
}
.cid-ujlcVY9769 .mbr-text {
  color: #ffffff;
}
.cid-ujlcVZ8OwX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ujlcVZ8OwX .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ujlcVZ8OwX .mbr-shop .row {
  margin: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ujlcVZ8OwX .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ujlcVZ8OwX .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ujlcVZ8OwX .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ujlcVZ8OwX .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-ujlcVZ8OwX .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ujlcVZ8OwX .mbr-shop .hide-modal {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujlcVZ8OwX .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ujlcVZ8OwX .mbr-shop .filter-by-pu,
.cid-ujlcVZ8OwX .mbr-shop .filter-by-pd,
.cid-ujlcVZ8OwX .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ujlcVZ8OwX .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ujlcVZ8OwX .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem h4,
.cid-ujlcVZ8OwX .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem h5,
.cid-ujlcVZ8OwX .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem p,
.cid-ujlcVZ8OwX .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ujlcVZ8OwX .mbr-shop .item-button {
  text-align: center;
}
.cid-ujlcVZ8OwX .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ujlcVZ8OwX .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ujlcVZ8OwX .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-ujlcVZ8OwX .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ujlcVZ8OwX .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ujlcVZ8OwX .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item__hided h4,
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item__hided h5,
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-ujlcVZ8OwX .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ujlcVZ8OwX .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ujlcVZ8OwX .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-ujlcVZ8OwX .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ujlcVZ8OwX .mbr-shop .range-controls {
  position: relative;
}
.cid-ujlcVZ8OwX .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ujlcVZ8OwX .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-ujlcVZ8OwX .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-ujlcVZ8OwX .mbr-shop .toggle:hover,
.cid-ujlcVZ8OwX .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ujlcVZ8OwX .mbr-shop .min-toggle {
  left: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .max-toggle {
  right: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .hided-by-price {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-ujlcVZ8OwX .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ujlcVZ8OwX .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ujlcVZ8OwX .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ujlcVZ8OwX .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujlcVZ8OwX .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujlcVZ8OwX .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-ujlcVZ8OwX .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-ujlcVZ8OwX .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-ujlcVZ8OwX .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ujlcVZ8OwX .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ujlcVZ8OwX .mbr-shop .price-range {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .price-range-reset {
  display: none;
}
.cid-ujlcVZ8OwX .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ujlcVZ8OwX .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ujlcVZ8OwX .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ujlcVZ8OwX .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ujlcVZ8OwX .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ujlcVZ8OwX .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ujlcVZ8OwX .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ujlcVZ8OwX .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ujlcVZ8OwX .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ujlcVZ8OwX .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ujlcVZ8OwX .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ujlcVZ8OwX .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-ujlcVZ8OwX .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ujlcVZ8OwX .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ujlcVZ8OwX .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ujlcVZ8OwX .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ujlcVZ8OwX .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ujlcVZ8OwX .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ujlcVZ8OwX .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ujlcVZ8OwX .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ujlcVZ8OwX .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujlcVZ8OwX .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ujlcVZ8OwX .sort-buttons {
  display: block !important;
}
.cid-ujlcVZ8OwX .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ujlcVZ8OwX .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-ujlcVZ8OwX .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-ujlcVZ8OwX .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ujlcVZ8OwX .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ujlcVZ8OwX .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-ujlcVZ8OwX .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ujlcVZ8OwX .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-ujlcVZ8OwX .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-ujlcVZ8OwX .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-ujlcVZ8OwX .categories {
  padding: 0;
}
.cid-ujlcVZ8OwX .sidebar-title {
  font-weight: bold;
}
.cid-ujlcW0deZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujlcW0deZx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujlcW0deZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlcW0deZx .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-ujlcW0deZx .container {
    padding: 0 22px;
  }
}
.cid-ujlcW0deZx .row {
  position: relative;
  z-index: 1;
}
.cid-ujlcW0deZx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujlcW0deZx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujlcW0deZx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujlcW0deZx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujlcW0deZx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujlcW0deZx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujlcW0deZx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlcW0deZx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujlcW0deZx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujlcW0deZx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujlcW0deZx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujlcW0deZx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujlcW0deZx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujlcW0deZx .nav-wrapper .list .item-wrap:hover,
.cid-ujlcW0deZx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujlcW0deZx .nav-wrapper .list .item-wrap:hover::before,
.cid-ujlcW0deZx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujlcW0deZx .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-ujlcW0deZx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujlcW0deZx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujlcW0deZx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujlcW0deZx .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-ujlcW0deZx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujlcW0deZx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujlcW0deZx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujlcW0deZx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujlcW0deZx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujlcW0deZx .mbr-section-title {
  color: #00d0f3;
}
.cid-ujlcW0deZx .mbr-text {
  color: #ffffff;
}
.cid-ujlcW0deZx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujlcW0deZx .list {
  color: #ffffff;
}
.cid-ujlcW0deZx .mbr-contact {
  color: #ffffff;
}
.cid-ujlcW0deZx .mbr-desc {
  color: #ffffff;
}
.cid-ujsoFmGaBQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujsoFmGaBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujsoFmGaBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujsoFmGaBQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujsoFmGaBQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujsoFmGaBQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujsoFmGaBQ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujsoFmGaBQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujsoFmGaBQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujsoFmGaBQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujsoFmGaBQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujsoFmGaBQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujsoFmGaBQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujsoFmGaBQ .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujsoFmGaBQ .nav-link:hover::before {
  width: 100%;
}
.cid-ujsoFmGaBQ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsoFmGaBQ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujsoFmGaBQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujsoFmGaBQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujsoFmGaBQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujsoFmGaBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujsoFmGaBQ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujsoFmGaBQ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujsoFmGaBQ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujsoFmGaBQ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujsoFmGaBQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujsoFmGaBQ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujsoFmGaBQ .nav-item:focus,
.cid-ujsoFmGaBQ .nav-link:focus {
  outline: none;
}
.cid-ujsoFmGaBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujsoFmGaBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujsoFmGaBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujsoFmGaBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujsoFmGaBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujsoFmGaBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujsoFmGaBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujsoFmGaBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujsoFmGaBQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsoFmGaBQ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujsoFmGaBQ .navbar.collapsed {
  justify-content: center;
}
.cid-ujsoFmGaBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujsoFmGaBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujsoFmGaBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujsoFmGaBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujsoFmGaBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujsoFmGaBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujsoFmGaBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujsoFmGaBQ .navbar {
    min-height: 72px;
  }
  .cid-ujsoFmGaBQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujsoFmGaBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujsoFmGaBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujsoFmGaBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujsoFmGaBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujsoFmGaBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujsoFmGaBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujsoFmGaBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujsoFmGaBQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujsoFmGaBQ .dropdown-item.active,
.cid-ujsoFmGaBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujsoFmGaBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujsoFmGaBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujsoFmGaBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujsoFmGaBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujsoFmGaBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujsoFmGaBQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujsoFmGaBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujsoFmGaBQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujsoFmGaBQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujsoFmGaBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujsoFmGaBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujsoFmGaBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujsoFmGaBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsoFmGaBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsoFmGaBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujsoFmGaBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsoFmGaBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujsoFmGaBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujsoFmGaBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsoFmGaBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujsoFmGaBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujsoFmGaBQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsoFmGaBQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujsoFmGaBQ .navbar {
    height: 70px;
  }
  .cid-ujsoFmGaBQ .navbar.opened {
    height: auto;
  }
  .cid-ujsoFmGaBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujsoFmGaBQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujsoFmGaBQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujsoFmGaBQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujsoFmGaBQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujsoFmGaBQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujsoFmGaBQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujsoFmGaBQ .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-ujsoFmGaBQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujsoFmGaBQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujsoFmGaBQ .navbar-brand,
.cid-ujsoFmGaBQ .navbar-toggler,
.cid-ujsoFmGaBQ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujsoFnzXKy {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujsoFnzXKy .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujsoFnzXKy .main-image {
    display: none;
  }
}
.cid-ujsoFnzXKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsoFnzXKy .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-ujsoFnzXKy .container {
    padding: 0 16px;
  }
}
.cid-ujsoFnzXKy .row {
  position: relative;
  z-index: 1;
}
.cid-ujsoFnzXKy .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsoFnzXKy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujsoFnzXKy .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujsoFnzXKy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujsoFnzXKy .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujsoFnzXKy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujsoFnzXKy .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujsoFnzXKy .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujsoFnzXKy .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujsoFnzXKy .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujsoFnzXKy .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujsoFnzXKy .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujsoFnzXKy .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujsoFnzXKy .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujsoFnzXKy .mbr-section-title {
  color: #000000;
}
.cid-ujsoFnzXKy .mbr-text {
  color: #000000;
}
.cid-ujsoFnzXKy .card-title {
  color: #000000;
}
.cid-ujsoFnzXKy .card-text {
  color: #ffffff;
}
.cid-ujsoFnzXKy .card-name {
  color: #ffffff;
}
.cid-ujsoFnzXKy .card-role {
  color: #ffffff;
}
.cid-ujsoFnPp91 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujsoFnPp91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsoFnPp91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsoFnPp91 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsoFnPp91 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsoFnPp91 .container {
    padding: 0 12px;
  }
}
.cid-ujsoFnPp91 .image-wrapper img,
.cid-ujsoFnPp91 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujsoFnPp91 .image-wrapper img,
  .cid-ujsoFnPp91 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .image-wrapper img,
  .cid-ujsoFnPp91 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujsoFnPp91 .image-wrapper img:nth-child(2n),
  .cid-ujsoFnPp91 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujsoFnPp91 .image-wrapper img,
  .cid-ujsoFnPp91 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujsoFnPp91 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujsoFnPp91 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujsoFnPp91 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujsoFnPp91 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujsoFnPp91 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujsoFnPp91 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujsoFnPp91 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsoFnPp91 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujsoFnPp91 .mbr-text {
  color: #ffffff;
}
.cid-ujsoFo33Zo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujsoFo33Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsoFo33Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsoFo33Zo .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujsoFo33Zo .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujsoFo33Zo .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujsoFo33Zo .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujsoFo33Zo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujsoFo33Zo .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujsoFo33Zo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujsoFo33Zo .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujsoFo33Zo .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujsoFo33Zo .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujsoFo33Zo .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujsoFo33Zo .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujsoFofEYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujsoFofEYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsoFofEYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsoFofEYI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujsoFofEYI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsoFofEYI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujsoFofEYI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsoFofEYI .container {
    padding: 0 12px;
  }
}
.cid-ujsoFofEYI .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujsoFofEYI .card-wrapper {
    padding: 32px;
  }
}
.cid-ujsoFofEYI .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujsoFofEYI .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujsoFofEYI .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujsoFofEYI .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujsoFofEYI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujsoFofEYI .mbr-section-title {
  color: #ffffff;
}
.cid-ujsoFofEYI .mbr-section-title,
.cid-ujsoFofEYI .mbr-section-btn,
.cid-ujsoFofEYI .card-wrapper {
  text-align: center;
}
.cid-ujsoFotVG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujsoFotVG1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujsoFotVG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsoFotVG1 .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-ujsoFotVG1 .container {
    padding: 0 22px;
  }
}
.cid-ujsoFotVG1 .row {
  position: relative;
  z-index: 1;
}
.cid-ujsoFotVG1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujsoFotVG1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsoFotVG1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsoFotVG1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujsoFotVG1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsoFotVG1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujsoFotVG1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsoFotVG1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsoFotVG1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujsoFotVG1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsoFotVG1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujsoFotVG1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujsoFotVG1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsoFotVG1 .nav-wrapper .list .item-wrap:hover,
.cid-ujsoFotVG1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujsoFotVG1 .nav-wrapper .list .item-wrap:hover::before,
.cid-ujsoFotVG1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujsoFotVG1 .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-ujsoFotVG1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsoFotVG1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujsoFotVG1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsoFotVG1 .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-ujsoFotVG1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsoFotVG1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsoFotVG1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujsoFotVG1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsoFotVG1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujsoFotVG1 .mbr-section-title {
  color: #00d0f3;
}
.cid-ujsoFotVG1 .mbr-text {
  color: #ffffff;
}
.cid-ujsoFotVG1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujsoFotVG1 .list {
  color: #ffffff;
}
.cid-ujsoFotVG1 .mbr-contact {
  color: #ffffff;
}
.cid-ujsoFotVG1 .mbr-desc {
  color: #ffffff;
}
.cid-ujsrN8r2x5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujsrN8r2x5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujsrN8r2x5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujsrN8r2x5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujsrN8r2x5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujsrN8r2x5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujsrN8r2x5 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujsrN8r2x5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujsrN8r2x5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujsrN8r2x5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujsrN8r2x5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujsrN8r2x5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujsrN8r2x5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujsrN8r2x5 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujsrN8r2x5 .nav-link:hover::before {
  width: 100%;
}
.cid-ujsrN8r2x5 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsrN8r2x5 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujsrN8r2x5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujsrN8r2x5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujsrN8r2x5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujsrN8r2x5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujsrN8r2x5 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujsrN8r2x5 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujsrN8r2x5 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujsrN8r2x5 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujsrN8r2x5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujsrN8r2x5 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujsrN8r2x5 .nav-item:focus,
.cid-ujsrN8r2x5 .nav-link:focus {
  outline: none;
}
.cid-ujsrN8r2x5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujsrN8r2x5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujsrN8r2x5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujsrN8r2x5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujsrN8r2x5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujsrN8r2x5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujsrN8r2x5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujsrN8r2x5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujsrN8r2x5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsrN8r2x5 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujsrN8r2x5 .navbar.collapsed {
  justify-content: center;
}
.cid-ujsrN8r2x5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujsrN8r2x5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujsrN8r2x5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujsrN8r2x5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujsrN8r2x5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujsrN8r2x5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujsrN8r2x5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujsrN8r2x5 .navbar {
    min-height: 72px;
  }
  .cid-ujsrN8r2x5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujsrN8r2x5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujsrN8r2x5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujsrN8r2x5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujsrN8r2x5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujsrN8r2x5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujsrN8r2x5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujsrN8r2x5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujsrN8r2x5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujsrN8r2x5 .dropdown-item.active,
.cid-ujsrN8r2x5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujsrN8r2x5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujsrN8r2x5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujsrN8r2x5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujsrN8r2x5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujsrN8r2x5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujsrN8r2x5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujsrN8r2x5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujsrN8r2x5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujsrN8r2x5 .navbar-buttons {
    text-align: left;
  }
}
.cid-ujsrN8r2x5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujsrN8r2x5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujsrN8r2x5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujsrN8r2x5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsrN8r2x5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsrN8r2x5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujsrN8r2x5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsrN8r2x5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujsrN8r2x5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujsrN8r2x5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsrN8r2x5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujsrN8r2x5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujsrN8r2x5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsrN8r2x5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujsrN8r2x5 .navbar {
    height: 70px;
  }
  .cid-ujsrN8r2x5 .navbar.opened {
    height: auto;
  }
  .cid-ujsrN8r2x5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujsrN8r2x5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujsrN8r2x5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujsrN8r2x5 .navbar-brand {
    margin-right: auto;
  }
  .cid-ujsrN8r2x5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujsrN8r2x5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujsrN8r2x5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujsrN8r2x5 .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-ujsrN8r2x5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujsrN8r2x5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujsrN8r2x5 .navbar-brand,
.cid-ujsrN8r2x5 .navbar-toggler,
.cid-ujsrN8r2x5 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujsrNal2R4 {
  overflow: hidden;
  background-color: #000000;
}
.cid-ujsrNal2R4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsrNal2R4 .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-ujsrNal2R4 .container {
    padding: 0 24px;
  }
}
.cid-ujsrNal2R4 .card {
  justify-content: center;
}
.cid-ujsrNal2R4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-ujsrNal2R4 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ujsrNal2R4 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #454545;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-ujsrNal2R4 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-ujsrNal2R4 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ff6820;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-ujsrNal2R4 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-ujsrNal2R4 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-ujsrNal2R4 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-ujsrNal2R4 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-ujsrNal2R4 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-ujsrNal2R4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsrNal2R4 .mbr-section-title {
  color: #ffffff;
}
.cid-ujsrNal2R4 .mbr-text,
.cid-ujsrNal2R4 .text-wrap {
  color: #202020;
}
.cid-ujsrNal2R4 .mbr-text {
  color: #ffffff;
}
.cid-ujsrNaLEXX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ujsrNaLEXX .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ujsrNaLEXX .mbr-shop .row {
  margin: 0;
}
.cid-ujsrNaLEXX .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ujsrNaLEXX .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ujsrNaLEXX .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ujsrNaLEXX .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ujsrNaLEXX .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-ujsrNaLEXX .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ujsrNaLEXX .mbr-shop .hide-modal {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujsrNaLEXX .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ujsrNaLEXX .mbr-shop .filter-by-pu,
.cid-ujsrNaLEXX .mbr-shop .filter-by-pd,
.cid-ujsrNaLEXX .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ujsrNaLEXX .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ujsrNaLEXX .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem h4,
.cid-ujsrNaLEXX .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem h5,
.cid-ujsrNaLEXX .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem p,
.cid-ujsrNaLEXX .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ujsrNaLEXX .mbr-shop .item-button {
  text-align: center;
}
.cid-ujsrNaLEXX .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ujsrNaLEXX .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ujsrNaLEXX .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-ujsrNaLEXX .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ujsrNaLEXX .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ujsrNaLEXX .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item__hided h4,
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item__hided h5,
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-ujsrNaLEXX .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ujsrNaLEXX .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ujsrNaLEXX .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-ujsrNaLEXX .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-ujsrNaLEXX .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ujsrNaLEXX .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ujsrNaLEXX .mbr-shop .range-controls {
  position: relative;
}
.cid-ujsrNaLEXX .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ujsrNaLEXX .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-ujsrNaLEXX .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-ujsrNaLEXX .mbr-shop .toggle:hover,
.cid-ujsrNaLEXX .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ujsrNaLEXX .mbr-shop .min-toggle {
  left: 0;
}
.cid-ujsrNaLEXX .mbr-shop .max-toggle {
  right: 0;
}
.cid-ujsrNaLEXX .mbr-shop .hided-by-price {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-ujsrNaLEXX .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ujsrNaLEXX .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ujsrNaLEXX .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ujsrNaLEXX .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ujsrNaLEXX .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujsrNaLEXX .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ujsrNaLEXX .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-ujsrNaLEXX .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-ujsrNaLEXX .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-ujsrNaLEXX .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ujsrNaLEXX .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ujsrNaLEXX .mbr-shop .price-range {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .price-range-reset {
  display: none;
}
.cid-ujsrNaLEXX .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ujsrNaLEXX .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ujsrNaLEXX .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ujsrNaLEXX .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ujsrNaLEXX .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ujsrNaLEXX .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ujsrNaLEXX .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ujsrNaLEXX .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ujsrNaLEXX .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ujsrNaLEXX .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ujsrNaLEXX .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ujsrNaLEXX .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ujsrNaLEXX .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-ujsrNaLEXX .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-ujsrNaLEXX .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ujsrNaLEXX .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ujsrNaLEXX .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ujsrNaLEXX .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ujsrNaLEXX .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ujsrNaLEXX .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ujsrNaLEXX .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ujsrNaLEXX .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ujsrNaLEXX .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ujsrNaLEXX .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ujsrNaLEXX .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ujsrNaLEXX .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujsrNaLEXX .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ujsrNaLEXX .sort-buttons {
  display: block !important;
}
.cid-ujsrNaLEXX .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ujsrNaLEXX .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-ujsrNaLEXX .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-ujsrNaLEXX .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ujsrNaLEXX .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ujsrNaLEXX .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-ujsrNaLEXX .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ujsrNaLEXX .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-ujsrNaLEXX .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-ujsrNaLEXX .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-ujsrNaLEXX .categories {
  padding: 0;
}
.cid-ujsrNaLEXX .sidebar-title {
  font-weight: bold;
}
.cid-ujsrNc1eP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujsrNc1eP3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujsrNc1eP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsrNc1eP3 .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-ujsrNc1eP3 .container {
    padding: 0 22px;
  }
}
.cid-ujsrNc1eP3 .row {
  position: relative;
  z-index: 1;
}
.cid-ujsrNc1eP3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujsrNc1eP3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsrNc1eP3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsrNc1eP3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujsrNc1eP3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsrNc1eP3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujsrNc1eP3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsrNc1eP3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsrNc1eP3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujsrNc1eP3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsrNc1eP3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujsrNc1eP3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujsrNc1eP3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsrNc1eP3 .nav-wrapper .list .item-wrap:hover,
.cid-ujsrNc1eP3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujsrNc1eP3 .nav-wrapper .list .item-wrap:hover::before,
.cid-ujsrNc1eP3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujsrNc1eP3 .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-ujsrNc1eP3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsrNc1eP3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujsrNc1eP3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsrNc1eP3 .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-ujsrNc1eP3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsrNc1eP3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsrNc1eP3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujsrNc1eP3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsrNc1eP3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujsrNc1eP3 .mbr-section-title {
  color: #00d0f3;
}
.cid-ujsrNc1eP3 .mbr-text {
  color: #ffffff;
}
.cid-ujsrNc1eP3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujsrNc1eP3 .list {
  color: #ffffff;
}
.cid-ujsrNc1eP3 .mbr-contact {
  color: #ffffff;
}
.cid-ujsrNc1eP3 .mbr-desc {
  color: #ffffff;
}
.cid-ujsyhRiDcf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujsyhRiDcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujsyhRiDcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujsyhRiDcf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujsyhRiDcf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujsyhRiDcf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujsyhRiDcf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujsyhRiDcf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujsyhRiDcf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujsyhRiDcf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujsyhRiDcf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujsyhRiDcf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujsyhRiDcf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujsyhRiDcf .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujsyhRiDcf .nav-link:hover::before {
  width: 100%;
}
.cid-ujsyhRiDcf .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsyhRiDcf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujsyhRiDcf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujsyhRiDcf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujsyhRiDcf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujsyhRiDcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujsyhRiDcf .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujsyhRiDcf .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujsyhRiDcf .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujsyhRiDcf .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujsyhRiDcf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujsyhRiDcf .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujsyhRiDcf .nav-item:focus,
.cid-ujsyhRiDcf .nav-link:focus {
  outline: none;
}
.cid-ujsyhRiDcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujsyhRiDcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujsyhRiDcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujsyhRiDcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujsyhRiDcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujsyhRiDcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar.opened {
  transition: all 0.3s;
}
.cid-ujsyhRiDcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujsyhRiDcf .navbar .navbar-logo img {
  width: auto;
}
.cid-ujsyhRiDcf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsyhRiDcf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujsyhRiDcf .navbar.collapsed {
  justify-content: center;
}
.cid-ujsyhRiDcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujsyhRiDcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujsyhRiDcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujsyhRiDcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujsyhRiDcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujsyhRiDcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujsyhRiDcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujsyhRiDcf .navbar {
    min-height: 72px;
  }
  .cid-ujsyhRiDcf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujsyhRiDcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujsyhRiDcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujsyhRiDcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujsyhRiDcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujsyhRiDcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujsyhRiDcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujsyhRiDcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujsyhRiDcf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujsyhRiDcf .dropdown-item.active,
.cid-ujsyhRiDcf .dropdown-item:active {
  background-color: transparent;
}
.cid-ujsyhRiDcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujsyhRiDcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujsyhRiDcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujsyhRiDcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujsyhRiDcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujsyhRiDcf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujsyhRiDcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujsyhRiDcf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujsyhRiDcf .navbar-buttons {
    text-align: left;
  }
}
.cid-ujsyhRiDcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujsyhRiDcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujsyhRiDcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujsyhRiDcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsyhRiDcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujsyhRiDcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujsyhRiDcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsyhRiDcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujsyhRiDcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujsyhRiDcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujsyhRiDcf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujsyhRiDcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujsyhRiDcf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsyhRiDcf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujsyhRiDcf .navbar {
    height: 70px;
  }
  .cid-ujsyhRiDcf .navbar.opened {
    height: auto;
  }
  .cid-ujsyhRiDcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujsyhRiDcf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujsyhRiDcf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujsyhRiDcf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujsyhRiDcf .navbar-brand {
    margin-right: auto;
  }
  .cid-ujsyhRiDcf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujsyhRiDcf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujsyhRiDcf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujsyhRiDcf .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-ujsyhRiDcf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujsyhRiDcf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujsyhRiDcf .navbar-brand,
.cid-ujsyhRiDcf .navbar-toggler,
.cid-ujsyhRiDcf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujsyhU86C0 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujsyhU86C0 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujsyhU86C0 .main-image {
    display: none;
  }
}
.cid-ujsyhU86C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsyhU86C0 .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-ujsyhU86C0 .container {
    padding: 0 16px;
  }
}
.cid-ujsyhU86C0 .row {
  position: relative;
  z-index: 1;
}
.cid-ujsyhU86C0 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsyhU86C0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujsyhU86C0 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujsyhU86C0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujsyhU86C0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujsyhU86C0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujsyhU86C0 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujsyhU86C0 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujsyhU86C0 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujsyhU86C0 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujsyhU86C0 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujsyhU86C0 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujsyhU86C0 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujsyhU86C0 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujsyhU86C0 .mbr-section-title {
  color: #000000;
}
.cid-ujsyhU86C0 .mbr-text {
  color: #000000;
}
.cid-ujsyhU86C0 .card-title {
  color: #000000;
}
.cid-ujsyhU86C0 .card-text {
  color: #ffffff;
}
.cid-ujsyhU86C0 .card-name {
  color: #ffffff;
}
.cid-ujsyhU86C0 .card-role {
  color: #ffffff;
}
.cid-ujsyhUxOAK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujsyhUxOAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsyhUxOAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsyhUxOAK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsyhUxOAK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsyhUxOAK .container {
    padding: 0 12px;
  }
}
.cid-ujsyhUxOAK .image-wrapper img,
.cid-ujsyhUxOAK .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujsyhUxOAK .image-wrapper img,
  .cid-ujsyhUxOAK .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .image-wrapper img,
  .cid-ujsyhUxOAK .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujsyhUxOAK .image-wrapper img:nth-child(2n),
  .cid-ujsyhUxOAK .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujsyhUxOAK .image-wrapper img,
  .cid-ujsyhUxOAK .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujsyhUxOAK .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujsyhUxOAK .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujsyhUxOAK .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujsyhUxOAK .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujsyhUxOAK .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujsyhUxOAK .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujsyhUxOAK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsyhUxOAK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujsyhUxOAK .mbr-text {
  color: #ffffff;
}
.cid-ujsyhUKCaV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujsyhUKCaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsyhUKCaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsyhUKCaV .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujsyhUKCaV .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujsyhUKCaV .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujsyhUKCaV .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujsyhUKCaV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujsyhUKCaV .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujsyhUKCaV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujsyhUKCaV .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujsyhUKCaV .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujsyhUKCaV .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujsyhUKCaV .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujsyhUKCaV .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujsyhUV3TR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujsyhUV3TR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsyhUV3TR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsyhUV3TR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujsyhUV3TR .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsyhUV3TR .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujsyhUV3TR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujsyhUV3TR .container {
    padding: 0 12px;
  }
}
.cid-ujsyhUV3TR .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujsyhUV3TR .card-wrapper {
    padding: 32px;
  }
}
.cid-ujsyhUV3TR .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujsyhUV3TR .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujsyhUV3TR .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujsyhUV3TR .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujsyhUV3TR .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujsyhUV3TR .mbr-section-title {
  color: #ffffff;
}
.cid-ujsyhUV3TR .mbr-section-title,
.cid-ujsyhUV3TR .mbr-section-btn,
.cid-ujsyhUV3TR .card-wrapper {
  text-align: center;
}
.cid-ujsyhV5Ftn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujsyhV5Ftn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujsyhV5Ftn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsyhV5Ftn .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-ujsyhV5Ftn .container {
    padding: 0 22px;
  }
}
.cid-ujsyhV5Ftn .row {
  position: relative;
  z-index: 1;
}
.cid-ujsyhV5Ftn .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujsyhV5Ftn .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsyhV5Ftn .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujsyhV5Ftn .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujsyhV5Ftn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsyhV5Ftn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujsyhV5Ftn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujsyhV5Ftn .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsyhV5Ftn .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujsyhV5Ftn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujsyhV5Ftn .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujsyhV5Ftn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujsyhV5Ftn .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsyhV5Ftn .nav-wrapper .list .item-wrap:hover,
.cid-ujsyhV5Ftn .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujsyhV5Ftn .nav-wrapper .list .item-wrap:hover::before,
.cid-ujsyhV5Ftn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujsyhV5Ftn .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-ujsyhV5Ftn .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsyhV5Ftn .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujsyhV5Ftn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujsyhV5Ftn .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-ujsyhV5Ftn .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujsyhV5Ftn .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujsyhV5Ftn .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujsyhV5Ftn .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujsyhV5Ftn .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujsyhV5Ftn .mbr-section-title {
  color: #00d0f3;
}
.cid-ujsyhV5Ftn .mbr-text {
  color: #ffffff;
}
.cid-ujsyhV5Ftn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujsyhV5Ftn .list {
  color: #ffffff;
}
.cid-ujsyhV5Ftn .mbr-contact {
  color: #ffffff;
}
.cid-ujsyhV5Ftn .mbr-desc {
  color: #ffffff;
}
.cid-ujwnawCi6w {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujwnawCi6w .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-ujwnawCi6w .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujwnawCi6w .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-ujwnawCi6w .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujwnawCi6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujwnawCi6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujwnawCi6w .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujwnawCi6w .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujwnawCi6w .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujwnawCi6w .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujwnawCi6w .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujwnawCi6w .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujwnawCi6w .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujwnawCi6w .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujwnawCi6w .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujwnawCi6w .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujwnawCi6w .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujwnawCi6w .nav-link:hover::before {
  width: 100%;
}
.cid-ujwnawCi6w .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujwnawCi6w .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujwnawCi6w .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujwnawCi6w .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujwnawCi6w .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujwnawCi6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujwnawCi6w .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujwnawCi6w .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujwnawCi6w .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujwnawCi6w .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujwnawCi6w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujwnawCi6w .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujwnawCi6w .nav-item:focus,
.cid-ujwnawCi6w .nav-link:focus {
  outline: none;
}
.cid-ujwnawCi6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujwnawCi6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujwnawCi6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujwnawCi6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujwnawCi6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujwnawCi6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujwnawCi6w .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-ujwnawCi6w .navbar.opened {
  transition: all 0.3s;
}
.cid-ujwnawCi6w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujwnawCi6w .navbar .navbar-logo img {
  width: auto;
}
.cid-ujwnawCi6w .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujwnawCi6w .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujwnawCi6w .navbar.collapsed {
  justify-content: center;
}
.cid-ujwnawCi6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujwnawCi6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujwnawCi6w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujwnawCi6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujwnawCi6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujwnawCi6w .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-ujwnawCi6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujwnawCi6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujwnawCi6w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujwnawCi6w .navbar {
    min-height: 72px;
  }
  .cid-ujwnawCi6w .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujwnawCi6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujwnawCi6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujwnawCi6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujwnawCi6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujwnawCi6w .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-ujwnawCi6w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujwnawCi6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujwnawCi6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujwnawCi6w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujwnawCi6w .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujwnawCi6w .dropdown-item.active,
.cid-ujwnawCi6w .dropdown-item:active {
  background-color: transparent;
}
.cid-ujwnawCi6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujwnawCi6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujwnawCi6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujwnawCi6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujwnawCi6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujwnawCi6w .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujwnawCi6w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujwnawCi6w .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujwnawCi6w .navbar-buttons {
    text-align: left;
  }
}
.cid-ujwnawCi6w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujwnawCi6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujwnawCi6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujwnawCi6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujwnawCi6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujwnawCi6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujwnawCi6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujwnawCi6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujwnawCi6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujwnawCi6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujwnawCi6w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujwnawCi6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujwnawCi6w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujwnawCi6w .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujwnawCi6w .navbar {
    height: 70px;
  }
  .cid-ujwnawCi6w .navbar.opened {
    height: auto;
  }
  .cid-ujwnawCi6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujwnawCi6w .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujwnawCi6w .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-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujwnawCi6w .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujwnawCi6w .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujwnawCi6w .navbar-brand {
    margin-right: auto;
  }
  .cid-ujwnawCi6w .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujwnawCi6w .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujwnawCi6w .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujwnawCi6w .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-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujwnawCi6w .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-ujwnawCi6w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujwnawCi6w .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-ujwnawCi6w .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujwnawCi6w .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujwnawCi6w .navbar-brand,
.cid-ujwnawCi6w .navbar-toggler,
.cid-ujwnawCi6w .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujwnaxghmV {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujwnaxghmV .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujwnaxghmV .main-image {
    display: none;
  }
}
.cid-ujwnaxghmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwnaxghmV .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-ujwnaxghmV .container {
    padding: 0 16px;
  }
}
.cid-ujwnaxghmV .row {
  position: relative;
  z-index: 1;
}
.cid-ujwnaxghmV .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujwnaxghmV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujwnaxghmV .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujwnaxghmV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujwnaxghmV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujwnaxghmV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujwnaxghmV .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujwnaxghmV .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujwnaxghmV .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujwnaxghmV .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujwnaxghmV .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujwnaxghmV .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujwnaxghmV .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujwnaxghmV .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujwnaxghmV .mbr-section-title {
  color: #000000;
}
.cid-ujwnaxghmV .mbr-text {
  color: #000000;
}
.cid-ujwnaxghmV .card-title {
  color: #000000;
}
.cid-ujwnaxghmV .card-text {
  color: #ffffff;
}
.cid-ujwnaxghmV .card-name {
  color: #ffffff;
}
.cid-ujwnaxghmV .card-role {
  color: #ffffff;
}
.cid-ujwnaxwp57 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujwnaxwp57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwnaxwp57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwnaxwp57 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujwnaxwp57 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujwnaxwp57 .container {
    padding: 0 12px;
  }
}
.cid-ujwnaxwp57 .image-wrapper img,
.cid-ujwnaxwp57 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujwnaxwp57 .image-wrapper img,
  .cid-ujwnaxwp57 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .image-wrapper img,
  .cid-ujwnaxwp57 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujwnaxwp57 .image-wrapper img:nth-child(2n),
  .cid-ujwnaxwp57 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujwnaxwp57 .image-wrapper img,
  .cid-ujwnaxwp57 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujwnaxwp57 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujwnaxwp57 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujwnaxwp57 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujwnaxwp57 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujwnaxwp57 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujwnaxwp57 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujwnaxwp57 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujwnaxwp57 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujwnaxwp57 .mbr-text {
  color: #ffffff;
}
.cid-ujwnaxLLtC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujwnaxLLtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwnaxLLtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwnaxLLtC .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujwnaxLLtC .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujwnaxLLtC .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujwnaxLLtC .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujwnaxLLtC .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujwnaxLLtC .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujwnaxLLtC .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujwnaxLLtC .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujwnaxLLtC .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujwnaxLLtC .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujwnaxLLtC .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujwnaxLLtC .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujwnaxXHXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujwnaxXHXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwnaxXHXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwnaxXHXh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujwnaxXHXh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujwnaxXHXh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujwnaxXHXh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujwnaxXHXh .container {
    padding: 0 12px;
  }
}
.cid-ujwnaxXHXh .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujwnaxXHXh .card-wrapper {
    padding: 32px;
  }
}
.cid-ujwnaxXHXh .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujwnaxXHXh .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujwnaxXHXh .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujwnaxXHXh .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujwnaxXHXh .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujwnaxXHXh .mbr-section-title {
  color: #ffffff;
}
.cid-ujwnaxXHXh .mbr-section-title,
.cid-ujwnaxXHXh .mbr-section-btn,
.cid-ujwnaxXHXh .card-wrapper {
  text-align: center;
}
.cid-ujwnay9Dm8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujwnay9Dm8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujwnay9Dm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwnay9Dm8 .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-ujwnay9Dm8 .container {
    padding: 0 22px;
  }
}
.cid-ujwnay9Dm8 .row {
  position: relative;
  z-index: 1;
}
.cid-ujwnay9Dm8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujwnay9Dm8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujwnay9Dm8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujwnay9Dm8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujwnay9Dm8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujwnay9Dm8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujwnay9Dm8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujwnay9Dm8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujwnay9Dm8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujwnay9Dm8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujwnay9Dm8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujwnay9Dm8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujwnay9Dm8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujwnay9Dm8 .nav-wrapper .list .item-wrap:hover,
.cid-ujwnay9Dm8 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujwnay9Dm8 .nav-wrapper .list .item-wrap:hover::before,
.cid-ujwnay9Dm8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujwnay9Dm8 .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-ujwnay9Dm8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujwnay9Dm8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujwnay9Dm8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujwnay9Dm8 .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-ujwnay9Dm8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujwnay9Dm8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujwnay9Dm8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujwnay9Dm8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujwnay9Dm8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujwnay9Dm8 .mbr-section-title {
  color: #00d0f3;
}
.cid-ujwnay9Dm8 .mbr-text {
  color: #ffffff;
}
.cid-ujwnay9Dm8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujwnay9Dm8 .list {
  color: #ffffff;
}
.cid-ujwnay9Dm8 .mbr-contact {
  color: #ffffff;
}
.cid-ujwnay9Dm8 .mbr-desc {
  color: #ffffff;
}
.cid-ujxI7IaYYO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujxI7IaYYO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujxI7IaYYO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujxI7IaYYO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujxI7IaYYO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujxI7IaYYO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujxI7IaYYO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujxI7IaYYO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujxI7IaYYO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujxI7IaYYO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujxI7IaYYO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujxI7IaYYO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujxI7IaYYO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujxI7IaYYO .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujxI7IaYYO .nav-link:hover::before {
  width: 100%;
}
.cid-ujxI7IaYYO .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujxI7IaYYO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujxI7IaYYO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujxI7IaYYO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujxI7IaYYO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujxI7IaYYO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujxI7IaYYO .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujxI7IaYYO .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujxI7IaYYO .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujxI7IaYYO .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujxI7IaYYO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujxI7IaYYO .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujxI7IaYYO .nav-item:focus,
.cid-ujxI7IaYYO .nav-link:focus {
  outline: none;
}
.cid-ujxI7IaYYO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujxI7IaYYO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujxI7IaYYO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujxI7IaYYO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujxI7IaYYO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujxI7IaYYO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar.opened {
  transition: all 0.3s;
}
.cid-ujxI7IaYYO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujxI7IaYYO .navbar .navbar-logo img {
  width: auto;
}
.cid-ujxI7IaYYO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujxI7IaYYO .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujxI7IaYYO .navbar.collapsed {
  justify-content: center;
}
.cid-ujxI7IaYYO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujxI7IaYYO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujxI7IaYYO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujxI7IaYYO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujxI7IaYYO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujxI7IaYYO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujxI7IaYYO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujxI7IaYYO .navbar {
    min-height: 72px;
  }
  .cid-ujxI7IaYYO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujxI7IaYYO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujxI7IaYYO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujxI7IaYYO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujxI7IaYYO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujxI7IaYYO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujxI7IaYYO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujxI7IaYYO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujxI7IaYYO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujxI7IaYYO .dropdown-item.active,
.cid-ujxI7IaYYO .dropdown-item:active {
  background-color: transparent;
}
.cid-ujxI7IaYYO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujxI7IaYYO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujxI7IaYYO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujxI7IaYYO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujxI7IaYYO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujxI7IaYYO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujxI7IaYYO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujxI7IaYYO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujxI7IaYYO .navbar-buttons {
    text-align: left;
  }
}
.cid-ujxI7IaYYO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujxI7IaYYO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujxI7IaYYO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujxI7IaYYO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujxI7IaYYO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujxI7IaYYO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujxI7IaYYO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujxI7IaYYO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujxI7IaYYO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujxI7IaYYO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujxI7IaYYO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujxI7IaYYO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujxI7IaYYO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujxI7IaYYO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujxI7IaYYO .navbar {
    height: 70px;
  }
  .cid-ujxI7IaYYO .navbar.opened {
    height: auto;
  }
  .cid-ujxI7IaYYO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujxI7IaYYO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujxI7IaYYO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujxI7IaYYO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujxI7IaYYO .navbar-brand {
    margin-right: auto;
  }
  .cid-ujxI7IaYYO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujxI7IaYYO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujxI7IaYYO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujxI7IaYYO .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-ujxI7IaYYO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujxI7IaYYO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujxI7IaYYO .navbar-brand,
.cid-ujxI7IaYYO .navbar-toggler,
.cid-ujxI7IaYYO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujxI7JeINv {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujxI7JeINv .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujxI7JeINv .main-image {
    display: none;
  }
}
.cid-ujxI7JeINv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxI7JeINv .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-ujxI7JeINv .container {
    padding: 0 16px;
  }
}
.cid-ujxI7JeINv .row {
  position: relative;
  z-index: 1;
}
.cid-ujxI7JeINv .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujxI7JeINv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujxI7JeINv .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujxI7JeINv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujxI7JeINv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujxI7JeINv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujxI7JeINv .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujxI7JeINv .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujxI7JeINv .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujxI7JeINv .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujxI7JeINv .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujxI7JeINv .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujxI7JeINv .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujxI7JeINv .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujxI7JeINv .mbr-section-title {
  color: #000000;
}
.cid-ujxI7JeINv .mbr-text {
  color: #000000;
}
.cid-ujxI7JeINv .card-title {
  color: #000000;
}
.cid-ujxI7JeINv .card-text {
  color: #ffffff;
}
.cid-ujxI7JeINv .card-name {
  color: #ffffff;
}
.cid-ujxI7JeINv .card-role {
  color: #ffffff;
}
.cid-ujxI7JCjhn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujxI7JCjhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxI7JCjhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxI7JCjhn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujxI7JCjhn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujxI7JCjhn .container {
    padding: 0 12px;
  }
}
.cid-ujxI7JCjhn .image-wrapper img,
.cid-ujxI7JCjhn .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujxI7JCjhn .image-wrapper img,
  .cid-ujxI7JCjhn .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .image-wrapper img,
  .cid-ujxI7JCjhn .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujxI7JCjhn .image-wrapper img:nth-child(2n),
  .cid-ujxI7JCjhn .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujxI7JCjhn .image-wrapper img,
  .cid-ujxI7JCjhn .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujxI7JCjhn .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujxI7JCjhn .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujxI7JCjhn .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujxI7JCjhn .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujxI7JCjhn .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujxI7JCjhn .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujxI7JCjhn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujxI7JCjhn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujxI7JCjhn .mbr-text {
  color: #ffffff;
}
.cid-ujxI7JQPDR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujxI7JQPDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxI7JQPDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxI7JQPDR .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujxI7JQPDR .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujxI7JQPDR .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujxI7JQPDR .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujxI7JQPDR .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujxI7JQPDR .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujxI7JQPDR .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujxI7JQPDR .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujxI7JQPDR .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujxI7JQPDR .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujxI7JQPDR .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujxI7JQPDR .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujxI7K2AVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujxI7K2AVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxI7K2AVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxI7K2AVG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujxI7K2AVG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujxI7K2AVG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujxI7K2AVG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujxI7K2AVG .container {
    padding: 0 12px;
  }
}
.cid-ujxI7K2AVG .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujxI7K2AVG .card-wrapper {
    padding: 32px;
  }
}
.cid-ujxI7K2AVG .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujxI7K2AVG .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujxI7K2AVG .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujxI7K2AVG .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujxI7K2AVG .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujxI7K2AVG .mbr-section-title {
  color: #ffffff;
}
.cid-ujxI7K2AVG .mbr-section-title,
.cid-ujxI7K2AVG .mbr-section-btn,
.cid-ujxI7K2AVG .card-wrapper {
  text-align: center;
}
.cid-ujxI7KdHOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujxI7KdHOC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujxI7KdHOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxI7KdHOC .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-ujxI7KdHOC .container {
    padding: 0 22px;
  }
}
.cid-ujxI7KdHOC .row {
  position: relative;
  z-index: 1;
}
.cid-ujxI7KdHOC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujxI7KdHOC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujxI7KdHOC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujxI7KdHOC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujxI7KdHOC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujxI7KdHOC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujxI7KdHOC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujxI7KdHOC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujxI7KdHOC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujxI7KdHOC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujxI7KdHOC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujxI7KdHOC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujxI7KdHOC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujxI7KdHOC .nav-wrapper .list .item-wrap:hover,
.cid-ujxI7KdHOC .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujxI7KdHOC .nav-wrapper .list .item-wrap:hover::before,
.cid-ujxI7KdHOC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujxI7KdHOC .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-ujxI7KdHOC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujxI7KdHOC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujxI7KdHOC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujxI7KdHOC .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-ujxI7KdHOC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujxI7KdHOC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujxI7KdHOC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujxI7KdHOC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujxI7KdHOC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujxI7KdHOC .mbr-section-title {
  color: #00d0f3;
}
.cid-ujxI7KdHOC .mbr-text {
  color: #ffffff;
}
.cid-ujxI7KdHOC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujxI7KdHOC .list {
  color: #ffffff;
}
.cid-ujxI7KdHOC .mbr-contact {
  color: #ffffff;
}
.cid-ujxI7KdHOC .mbr-desc {
  color: #ffffff;
}
.cid-ujCVaS6478 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujCVaS6478 .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-ujCVaS6478 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujCVaS6478 .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-ujCVaS6478 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujCVaS6478 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujCVaS6478 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujCVaS6478 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujCVaS6478 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujCVaS6478 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujCVaS6478 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujCVaS6478 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujCVaS6478 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujCVaS6478 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujCVaS6478 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujCVaS6478 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujCVaS6478 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujCVaS6478 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujCVaS6478 .nav-link:hover::before {
  width: 100%;
}
.cid-ujCVaS6478 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujCVaS6478 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujCVaS6478 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujCVaS6478 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujCVaS6478 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujCVaS6478 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujCVaS6478 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujCVaS6478 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujCVaS6478 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujCVaS6478 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujCVaS6478 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujCVaS6478 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujCVaS6478 .nav-item:focus,
.cid-ujCVaS6478 .nav-link:focus {
  outline: none;
}
.cid-ujCVaS6478 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujCVaS6478 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujCVaS6478 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujCVaS6478 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujCVaS6478 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujCVaS6478 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujCVaS6478 .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-ujCVaS6478 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujCVaS6478 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujCVaS6478 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujCVaS6478 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujCVaS6478 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujCVaS6478 .navbar.collapsed {
  justify-content: center;
}
.cid-ujCVaS6478 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujCVaS6478 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujCVaS6478 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujCVaS6478 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujCVaS6478 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujCVaS6478 .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-ujCVaS6478 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujCVaS6478 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujCVaS6478 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujCVaS6478 .navbar {
    min-height: 72px;
  }
  .cid-ujCVaS6478 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujCVaS6478 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujCVaS6478 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujCVaS6478 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujCVaS6478 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujCVaS6478 .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-ujCVaS6478 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujCVaS6478 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujCVaS6478 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujCVaS6478 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujCVaS6478 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujCVaS6478 .dropdown-item.active,
.cid-ujCVaS6478 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujCVaS6478 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujCVaS6478 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujCVaS6478 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujCVaS6478 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujCVaS6478 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujCVaS6478 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujCVaS6478 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujCVaS6478 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujCVaS6478 .navbar-buttons {
    text-align: left;
  }
}
.cid-ujCVaS6478 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujCVaS6478 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujCVaS6478 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujCVaS6478 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujCVaS6478 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujCVaS6478 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujCVaS6478 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujCVaS6478 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujCVaS6478 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujCVaS6478 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujCVaS6478 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujCVaS6478 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujCVaS6478 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujCVaS6478 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujCVaS6478 .navbar {
    height: 70px;
  }
  .cid-ujCVaS6478 .navbar.opened {
    height: auto;
  }
  .cid-ujCVaS6478 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujCVaS6478 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujCVaS6478 .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-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujCVaS6478 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujCVaS6478 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujCVaS6478 .navbar-brand {
    margin-right: auto;
  }
  .cid-ujCVaS6478 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujCVaS6478 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujCVaS6478 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujCVaS6478 .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-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujCVaS6478 .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-ujCVaS6478 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujCVaS6478 .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-ujCVaS6478 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujCVaS6478 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujCVaS6478 .navbar-brand,
.cid-ujCVaS6478 .navbar-toggler,
.cid-ujCVaS6478 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujCVaTt2rQ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujCVaTt2rQ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujCVaTt2rQ .main-image {
    display: none;
  }
}
.cid-ujCVaTt2rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCVaTt2rQ .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-ujCVaTt2rQ .container {
    padding: 0 16px;
  }
}
.cid-ujCVaTt2rQ .row {
  position: relative;
  z-index: 1;
}
.cid-ujCVaTt2rQ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujCVaTt2rQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujCVaTt2rQ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujCVaTt2rQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujCVaTt2rQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujCVaTt2rQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujCVaTt2rQ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujCVaTt2rQ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujCVaTt2rQ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujCVaTt2rQ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujCVaTt2rQ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujCVaTt2rQ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujCVaTt2rQ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujCVaTt2rQ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujCVaTt2rQ .mbr-section-title {
  color: #000000;
}
.cid-ujCVaTt2rQ .mbr-text {
  color: #000000;
}
.cid-ujCVaTt2rQ .card-title {
  color: #000000;
}
.cid-ujCVaTt2rQ .card-text {
  color: #ffffff;
}
.cid-ujCVaTt2rQ .card-name {
  color: #ffffff;
}
.cid-ujCVaTt2rQ .card-role {
  color: #ffffff;
}
.cid-ujCVaUzWRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujCVaUzWRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCVaUzWRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCVaUzWRC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujCVaUzWRC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujCVaUzWRC .container {
    padding: 0 12px;
  }
}
.cid-ujCVaUzWRC .image-wrapper img,
.cid-ujCVaUzWRC .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujCVaUzWRC .image-wrapper img,
  .cid-ujCVaUzWRC .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .image-wrapper img,
  .cid-ujCVaUzWRC .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujCVaUzWRC .image-wrapper img:nth-child(2n),
  .cid-ujCVaUzWRC .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujCVaUzWRC .image-wrapper img,
  .cid-ujCVaUzWRC .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujCVaUzWRC .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujCVaUzWRC .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujCVaUzWRC .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujCVaUzWRC .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujCVaUzWRC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujCVaUzWRC .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujCVaUzWRC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujCVaUzWRC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujCVaUzWRC .mbr-text {
  color: #ffffff;
}
.cid-ujCVaUSiS5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujCVaUSiS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCVaUSiS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCVaUSiS5 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujCVaUSiS5 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujCVaUSiS5 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujCVaUSiS5 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujCVaUSiS5 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujCVaUSiS5 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujCVaUSiS5 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujCVaUSiS5 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujCVaUSiS5 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujCVaUSiS5 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujCVaUSiS5 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujCVaUSiS5 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujCVaV5QRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujCVaV5QRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCVaV5QRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCVaV5QRO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCVaV5QRO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujCVaV5QRO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujCVaV5QRO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujCVaV5QRO .container {
    padding: 0 12px;
  }
}
.cid-ujCVaV5QRO .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujCVaV5QRO .card-wrapper {
    padding: 32px;
  }
}
.cid-ujCVaV5QRO .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujCVaV5QRO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujCVaV5QRO .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujCVaV5QRO .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujCVaV5QRO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujCVaV5QRO .mbr-section-title {
  color: #ffffff;
}
.cid-ujCVaV5QRO .mbr-section-title,
.cid-ujCVaV5QRO .mbr-section-btn,
.cid-ujCVaV5QRO .card-wrapper {
  text-align: center;
}
.cid-ujCVaVjLiL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujCVaVjLiL::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujCVaVjLiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCVaVjLiL .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-ujCVaVjLiL .container {
    padding: 0 22px;
  }
}
.cid-ujCVaVjLiL .row {
  position: relative;
  z-index: 1;
}
.cid-ujCVaVjLiL .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujCVaVjLiL .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujCVaVjLiL .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujCVaVjLiL .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujCVaVjLiL .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujCVaVjLiL .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujCVaVjLiL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujCVaVjLiL .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujCVaVjLiL .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujCVaVjLiL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujCVaVjLiL .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujCVaVjLiL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujCVaVjLiL .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujCVaVjLiL .nav-wrapper .list .item-wrap:hover,
.cid-ujCVaVjLiL .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujCVaVjLiL .nav-wrapper .list .item-wrap:hover::before,
.cid-ujCVaVjLiL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujCVaVjLiL .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-ujCVaVjLiL .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujCVaVjLiL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujCVaVjLiL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujCVaVjLiL .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-ujCVaVjLiL .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujCVaVjLiL .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujCVaVjLiL .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujCVaVjLiL .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujCVaVjLiL .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujCVaVjLiL .mbr-section-title {
  color: #00d0f3;
}
.cid-ujCVaVjLiL .mbr-text {
  color: #ffffff;
}
.cid-ujCVaVjLiL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujCVaVjLiL .list {
  color: #ffffff;
}
.cid-ujCVaVjLiL .mbr-contact {
  color: #ffffff;
}
.cid-ujCVaVjLiL .mbr-desc {
  color: #ffffff;
}
.cid-ujEhsPPXfA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujEhsPPXfA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEhsPPXfA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEhsPPXfA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujEhsPPXfA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujEhsPPXfA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujEhsPPXfA .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujEhsPPXfA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujEhsPPXfA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujEhsPPXfA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujEhsPPXfA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujEhsPPXfA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujEhsPPXfA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujEhsPPXfA .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujEhsPPXfA .nav-link:hover::before {
  width: 100%;
}
.cid-ujEhsPPXfA .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujEhsPPXfA .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujEhsPPXfA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujEhsPPXfA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujEhsPPXfA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujEhsPPXfA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujEhsPPXfA .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujEhsPPXfA .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujEhsPPXfA .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujEhsPPXfA .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujEhsPPXfA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujEhsPPXfA .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujEhsPPXfA .nav-item:focus,
.cid-ujEhsPPXfA .nav-link:focus {
  outline: none;
}
.cid-ujEhsPPXfA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujEhsPPXfA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujEhsPPXfA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujEhsPPXfA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEhsPPXfA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujEhsPPXfA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar.opened {
  transition: all 0.3s;
}
.cid-ujEhsPPXfA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujEhsPPXfA .navbar .navbar-logo img {
  width: auto;
}
.cid-ujEhsPPXfA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEhsPPXfA .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujEhsPPXfA .navbar.collapsed {
  justify-content: center;
}
.cid-ujEhsPPXfA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujEhsPPXfA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEhsPPXfA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujEhsPPXfA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEhsPPXfA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEhsPPXfA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujEhsPPXfA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujEhsPPXfA .navbar {
    min-height: 72px;
  }
  .cid-ujEhsPPXfA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujEhsPPXfA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujEhsPPXfA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEhsPPXfA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEhsPPXfA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujEhsPPXfA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujEhsPPXfA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujEhsPPXfA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujEhsPPXfA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujEhsPPXfA .dropdown-item.active,
.cid-ujEhsPPXfA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEhsPPXfA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujEhsPPXfA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEhsPPXfA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEhsPPXfA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujEhsPPXfA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujEhsPPXfA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujEhsPPXfA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujEhsPPXfA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujEhsPPXfA .navbar-buttons {
    text-align: left;
  }
}
.cid-ujEhsPPXfA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujEhsPPXfA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujEhsPPXfA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujEhsPPXfA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEhsPPXfA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEhsPPXfA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujEhsPPXfA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEhsPPXfA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujEhsPPXfA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujEhsPPXfA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEhsPPXfA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujEhsPPXfA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEhsPPXfA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEhsPPXfA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujEhsPPXfA .navbar {
    height: 70px;
  }
  .cid-ujEhsPPXfA .navbar.opened {
    height: auto;
  }
  .cid-ujEhsPPXfA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujEhsPPXfA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujEhsPPXfA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujEhsPPXfA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujEhsPPXfA .navbar-brand {
    margin-right: auto;
  }
  .cid-ujEhsPPXfA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujEhsPPXfA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujEhsPPXfA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujEhsPPXfA .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-ujEhsPPXfA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujEhsPPXfA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujEhsPPXfA .navbar-brand,
.cid-ujEhsPPXfA .navbar-toggler,
.cid-ujEhsPPXfA .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujEhsQDEVC {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujEhsQDEVC .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujEhsQDEVC .main-image {
    display: none;
  }
}
.cid-ujEhsQDEVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEhsQDEVC .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-ujEhsQDEVC .container {
    padding: 0 16px;
  }
}
.cid-ujEhsQDEVC .row {
  position: relative;
  z-index: 1;
}
.cid-ujEhsQDEVC .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEhsQDEVC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujEhsQDEVC .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujEhsQDEVC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujEhsQDEVC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujEhsQDEVC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujEhsQDEVC .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujEhsQDEVC .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujEhsQDEVC .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujEhsQDEVC .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujEhsQDEVC .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujEhsQDEVC .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujEhsQDEVC .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujEhsQDEVC .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujEhsQDEVC .mbr-section-title {
  color: #000000;
}
.cid-ujEhsQDEVC .mbr-text {
  color: #000000;
}
.cid-ujEhsQDEVC .card-title {
  color: #000000;
}
.cid-ujEhsQDEVC .card-text {
  color: #ffffff;
}
.cid-ujEhsQDEVC .card-name {
  color: #ffffff;
}
.cid-ujEhsQDEVC .card-role {
  color: #ffffff;
}
.cid-ujEhsRc1Xe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujEhsRc1Xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEhsRc1Xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEhsRc1Xe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEhsRc1Xe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEhsRc1Xe .container {
    padding: 0 12px;
  }
}
.cid-ujEhsRc1Xe .image-wrapper img,
.cid-ujEhsRc1Xe .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujEhsRc1Xe .image-wrapper img,
  .cid-ujEhsRc1Xe .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .image-wrapper img,
  .cid-ujEhsRc1Xe .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujEhsRc1Xe .image-wrapper img:nth-child(2n),
  .cid-ujEhsRc1Xe .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujEhsRc1Xe .image-wrapper img,
  .cid-ujEhsRc1Xe .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujEhsRc1Xe .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujEhsRc1Xe .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujEhsRc1Xe .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujEhsRc1Xe .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujEhsRc1Xe .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujEhsRc1Xe .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujEhsRc1Xe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujEhsRc1Xe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujEhsRc1Xe .mbr-text {
  color: #ffffff;
}
.cid-ujEhsRy3HU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujEhsRy3HU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEhsRy3HU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEhsRy3HU .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujEhsRy3HU .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujEhsRy3HU .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujEhsRy3HU .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujEhsRy3HU .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujEhsRy3HU .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujEhsRy3HU .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujEhsRy3HU .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujEhsRy3HU .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujEhsRy3HU .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujEhsRy3HU .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujEhsRy3HU .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujEhsRL9x3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujEhsRL9x3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEhsRL9x3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEhsRL9x3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujEhsRL9x3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEhsRL9x3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujEhsRL9x3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEhsRL9x3 .container {
    padding: 0 12px;
  }
}
.cid-ujEhsRL9x3 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujEhsRL9x3 .card-wrapper {
    padding: 32px;
  }
}
.cid-ujEhsRL9x3 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujEhsRL9x3 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujEhsRL9x3 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujEhsRL9x3 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujEhsRL9x3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujEhsRL9x3 .mbr-section-title {
  color: #ffffff;
}
.cid-ujEhsRL9x3 .mbr-section-title,
.cid-ujEhsRL9x3 .mbr-section-btn,
.cid-ujEhsRL9x3 .card-wrapper {
  text-align: center;
}
.cid-ujEhsS2sC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujEhsS2sC1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujEhsS2sC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEhsS2sC1 .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-ujEhsS2sC1 .container {
    padding: 0 22px;
  }
}
.cid-ujEhsS2sC1 .row {
  position: relative;
  z-index: 1;
}
.cid-ujEhsS2sC1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujEhsS2sC1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujEhsS2sC1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujEhsS2sC1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujEhsS2sC1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEhsS2sC1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujEhsS2sC1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujEhsS2sC1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEhsS2sC1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujEhsS2sC1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEhsS2sC1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujEhsS2sC1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujEhsS2sC1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujEhsS2sC1 .nav-wrapper .list .item-wrap:hover,
.cid-ujEhsS2sC1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujEhsS2sC1 .nav-wrapper .list .item-wrap:hover::before,
.cid-ujEhsS2sC1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujEhsS2sC1 .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-ujEhsS2sC1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEhsS2sC1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujEhsS2sC1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujEhsS2sC1 .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-ujEhsS2sC1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEhsS2sC1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujEhsS2sC1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujEhsS2sC1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujEhsS2sC1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujEhsS2sC1 .mbr-section-title {
  color: #00d0f3;
}
.cid-ujEhsS2sC1 .mbr-text {
  color: #ffffff;
}
.cid-ujEhsS2sC1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujEhsS2sC1 .list {
  color: #ffffff;
}
.cid-ujEhsS2sC1 .mbr-contact {
  color: #ffffff;
}
.cid-ujEhsS2sC1 .mbr-desc {
  color: #ffffff;
}
.cid-ujEmpqrJH8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujEmpqrJH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEmpqrJH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEmpqrJH8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujEmpqrJH8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujEmpqrJH8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujEmpqrJH8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujEmpqrJH8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujEmpqrJH8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujEmpqrJH8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujEmpqrJH8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujEmpqrJH8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujEmpqrJH8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujEmpqrJH8 .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujEmpqrJH8 .nav-link:hover::before {
  width: 100%;
}
.cid-ujEmpqrJH8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujEmpqrJH8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujEmpqrJH8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujEmpqrJH8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujEmpqrJH8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujEmpqrJH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujEmpqrJH8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujEmpqrJH8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujEmpqrJH8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujEmpqrJH8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujEmpqrJH8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujEmpqrJH8 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujEmpqrJH8 .nav-item:focus,
.cid-ujEmpqrJH8 .nav-link:focus {
  outline: none;
}
.cid-ujEmpqrJH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujEmpqrJH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujEmpqrJH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujEmpqrJH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEmpqrJH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujEmpqrJH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujEmpqrJH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujEmpqrJH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujEmpqrJH8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEmpqrJH8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujEmpqrJH8 .navbar.collapsed {
  justify-content: center;
}
.cid-ujEmpqrJH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujEmpqrJH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEmpqrJH8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujEmpqrJH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEmpqrJH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEmpqrJH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujEmpqrJH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujEmpqrJH8 .navbar {
    min-height: 72px;
  }
  .cid-ujEmpqrJH8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujEmpqrJH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujEmpqrJH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEmpqrJH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEmpqrJH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujEmpqrJH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujEmpqrJH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujEmpqrJH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujEmpqrJH8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujEmpqrJH8 .dropdown-item.active,
.cid-ujEmpqrJH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEmpqrJH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujEmpqrJH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEmpqrJH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEmpqrJH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujEmpqrJH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujEmpqrJH8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujEmpqrJH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujEmpqrJH8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujEmpqrJH8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ujEmpqrJH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujEmpqrJH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujEmpqrJH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujEmpqrJH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEmpqrJH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEmpqrJH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujEmpqrJH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEmpqrJH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujEmpqrJH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujEmpqrJH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEmpqrJH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujEmpqrJH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEmpqrJH8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEmpqrJH8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujEmpqrJH8 .navbar {
    height: 70px;
  }
  .cid-ujEmpqrJH8 .navbar.opened {
    height: auto;
  }
  .cid-ujEmpqrJH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujEmpqrJH8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujEmpqrJH8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujEmpqrJH8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ujEmpqrJH8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujEmpqrJH8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujEmpqrJH8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujEmpqrJH8 .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-ujEmpqrJH8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujEmpqrJH8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujEmpqrJH8 .navbar-brand,
.cid-ujEmpqrJH8 .navbar-toggler,
.cid-ujEmpqrJH8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujEmprxaK3 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujEmprxaK3 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujEmprxaK3 .main-image {
    display: none;
  }
}
.cid-ujEmprxaK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEmprxaK3 .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-ujEmprxaK3 .container {
    padding: 0 16px;
  }
}
.cid-ujEmprxaK3 .row {
  position: relative;
  z-index: 1;
}
.cid-ujEmprxaK3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEmprxaK3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujEmprxaK3 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujEmprxaK3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujEmprxaK3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujEmprxaK3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujEmprxaK3 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujEmprxaK3 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujEmprxaK3 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujEmprxaK3 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujEmprxaK3 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujEmprxaK3 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujEmprxaK3 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujEmprxaK3 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujEmprxaK3 .mbr-section-title {
  color: #000000;
}
.cid-ujEmprxaK3 .mbr-text {
  color: #000000;
}
.cid-ujEmprxaK3 .card-title {
  color: #000000;
}
.cid-ujEmprxaK3 .card-text {
  color: #ffffff;
}
.cid-ujEmprxaK3 .card-name {
  color: #ffffff;
}
.cid-ujEmprxaK3 .card-role {
  color: #ffffff;
}
.cid-ujEmprVNqC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujEmprVNqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEmprVNqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEmprVNqC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEmprVNqC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEmprVNqC .container {
    padding: 0 12px;
  }
}
.cid-ujEmprVNqC .image-wrapper img,
.cid-ujEmprVNqC .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujEmprVNqC .image-wrapper img,
  .cid-ujEmprVNqC .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .image-wrapper img,
  .cid-ujEmprVNqC .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujEmprVNqC .image-wrapper img:nth-child(2n),
  .cid-ujEmprVNqC .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujEmprVNqC .image-wrapper img,
  .cid-ujEmprVNqC .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujEmprVNqC .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujEmprVNqC .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujEmprVNqC .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujEmprVNqC .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujEmprVNqC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujEmprVNqC .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujEmprVNqC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujEmprVNqC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujEmprVNqC .mbr-text {
  color: #ffffff;
}
.cid-ujEmpsfsA1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujEmpsfsA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEmpsfsA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEmpsfsA1 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujEmpsfsA1 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujEmpsfsA1 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujEmpsfsA1 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujEmpsfsA1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujEmpsfsA1 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujEmpsfsA1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujEmpsfsA1 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujEmpsfsA1 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujEmpsfsA1 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujEmpsfsA1 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujEmpsfsA1 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujEmpsvmv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujEmpsvmv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEmpsvmv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEmpsvmv3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujEmpsvmv3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEmpsvmv3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujEmpsvmv3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujEmpsvmv3 .container {
    padding: 0 12px;
  }
}
.cid-ujEmpsvmv3 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujEmpsvmv3 .card-wrapper {
    padding: 32px;
  }
}
.cid-ujEmpsvmv3 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujEmpsvmv3 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujEmpsvmv3 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujEmpsvmv3 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujEmpsvmv3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujEmpsvmv3 .mbr-section-title {
  color: #ffffff;
}
.cid-ujEmpsvmv3 .mbr-section-title,
.cid-ujEmpsvmv3 .mbr-section-btn,
.cid-ujEmpsvmv3 .card-wrapper {
  text-align: center;
}
.cid-ujEmpsJGOV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujEmpsJGOV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujEmpsJGOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEmpsJGOV .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-ujEmpsJGOV .container {
    padding: 0 22px;
  }
}
.cid-ujEmpsJGOV .row {
  position: relative;
  z-index: 1;
}
.cid-ujEmpsJGOV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujEmpsJGOV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujEmpsJGOV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujEmpsJGOV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujEmpsJGOV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEmpsJGOV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujEmpsJGOV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujEmpsJGOV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEmpsJGOV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujEmpsJGOV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujEmpsJGOV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujEmpsJGOV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujEmpsJGOV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujEmpsJGOV .nav-wrapper .list .item-wrap:hover,
.cid-ujEmpsJGOV .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujEmpsJGOV .nav-wrapper .list .item-wrap:hover::before,
.cid-ujEmpsJGOV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujEmpsJGOV .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-ujEmpsJGOV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEmpsJGOV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujEmpsJGOV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujEmpsJGOV .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-ujEmpsJGOV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujEmpsJGOV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujEmpsJGOV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujEmpsJGOV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujEmpsJGOV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujEmpsJGOV .mbr-section-title {
  color: #00d0f3;
}
.cid-ujEmpsJGOV .mbr-text {
  color: #ffffff;
}
.cid-ujEmpsJGOV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujEmpsJGOV .list {
  color: #ffffff;
}
.cid-ujEmpsJGOV .mbr-contact {
  color: #ffffff;
}
.cid-ujEmpsJGOV .mbr-desc {
  color: #ffffff;
}
.cid-ujV4BbtkkJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujV4BbtkkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujV4BbtkkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujV4BbtkkJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujV4BbtkkJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujV4BbtkkJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujV4BbtkkJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujV4BbtkkJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujV4BbtkkJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujV4BbtkkJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujV4BbtkkJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujV4BbtkkJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujV4BbtkkJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujV4BbtkkJ .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujV4BbtkkJ .nav-link:hover::before {
  width: 100%;
}
.cid-ujV4BbtkkJ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujV4BbtkkJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujV4BbtkkJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujV4BbtkkJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujV4BbtkkJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujV4BbtkkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujV4BbtkkJ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujV4BbtkkJ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujV4BbtkkJ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujV4BbtkkJ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujV4BbtkkJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujV4BbtkkJ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujV4BbtkkJ .nav-item:focus,
.cid-ujV4BbtkkJ .nav-link:focus {
  outline: none;
}
.cid-ujV4BbtkkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujV4BbtkkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujV4BbtkkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujV4BbtkkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujV4BbtkkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujV4BbtkkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujV4BbtkkJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujV4BbtkkJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujV4BbtkkJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujV4BbtkkJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujV4BbtkkJ .navbar.collapsed {
  justify-content: center;
}
.cid-ujV4BbtkkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujV4BbtkkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujV4BbtkkJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujV4BbtkkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujV4BbtkkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujV4BbtkkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujV4BbtkkJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujV4BbtkkJ .navbar {
    min-height: 72px;
  }
  .cid-ujV4BbtkkJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujV4BbtkkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujV4BbtkkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujV4BbtkkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujV4BbtkkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujV4BbtkkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujV4BbtkkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujV4BbtkkJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujV4BbtkkJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujV4BbtkkJ .dropdown-item.active,
.cid-ujV4BbtkkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujV4BbtkkJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujV4BbtkkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujV4BbtkkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujV4BbtkkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujV4BbtkkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujV4BbtkkJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujV4BbtkkJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujV4BbtkkJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujV4BbtkkJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ujV4BbtkkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujV4BbtkkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujV4BbtkkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujV4BbtkkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujV4BbtkkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujV4BbtkkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujV4BbtkkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujV4BbtkkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujV4BbtkkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujV4BbtkkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujV4BbtkkJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujV4BbtkkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujV4BbtkkJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujV4BbtkkJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujV4BbtkkJ .navbar {
    height: 70px;
  }
  .cid-ujV4BbtkkJ .navbar.opened {
    height: auto;
  }
  .cid-ujV4BbtkkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujV4BbtkkJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujV4BbtkkJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujV4BbtkkJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ujV4BbtkkJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujV4BbtkkJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujV4BbtkkJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujV4BbtkkJ .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-ujV4BbtkkJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujV4BbtkkJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujV4BbtkkJ .navbar-brand,
.cid-ujV4BbtkkJ .navbar-toggler,
.cid-ujV4BbtkkJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujV4BcaSK9 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujV4BcaSK9 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujV4BcaSK9 .main-image {
    display: none;
  }
}
.cid-ujV4BcaSK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujV4BcaSK9 .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-ujV4BcaSK9 .container {
    padding: 0 16px;
  }
}
.cid-ujV4BcaSK9 .row {
  position: relative;
  z-index: 1;
}
.cid-ujV4BcaSK9 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujV4BcaSK9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujV4BcaSK9 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujV4BcaSK9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujV4BcaSK9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujV4BcaSK9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujV4BcaSK9 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujV4BcaSK9 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujV4BcaSK9 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujV4BcaSK9 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujV4BcaSK9 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujV4BcaSK9 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujV4BcaSK9 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujV4BcaSK9 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujV4BcaSK9 .mbr-section-title {
  color: #000000;
}
.cid-ujV4BcaSK9 .mbr-text {
  color: #000000;
}
.cid-ujV4BcaSK9 .card-title {
  color: #000000;
}
.cid-ujV4BcaSK9 .card-text {
  color: #ffffff;
}
.cid-ujV4BcaSK9 .card-name {
  color: #ffffff;
}
.cid-ujV4BcaSK9 .card-role {
  color: #ffffff;
}
.cid-ujV4Bcsq64 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujV4Bcsq64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujV4Bcsq64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujV4Bcsq64 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujV4Bcsq64 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujV4Bcsq64 .container {
    padding: 0 12px;
  }
}
.cid-ujV4Bcsq64 .image-wrapper img,
.cid-ujV4Bcsq64 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujV4Bcsq64 .image-wrapper img,
  .cid-ujV4Bcsq64 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .image-wrapper img,
  .cid-ujV4Bcsq64 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujV4Bcsq64 .image-wrapper img:nth-child(2n),
  .cid-ujV4Bcsq64 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujV4Bcsq64 .image-wrapper img,
  .cid-ujV4Bcsq64 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujV4Bcsq64 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujV4Bcsq64 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujV4Bcsq64 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujV4Bcsq64 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujV4Bcsq64 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujV4Bcsq64 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujV4Bcsq64 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujV4Bcsq64 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujV4Bcsq64 .mbr-text {
  color: #ffffff;
}
.cid-ujV4BcHdoY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujV4BcHdoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujV4BcHdoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujV4BcHdoY .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujV4BcHdoY .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujV4BcHdoY .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujV4BcHdoY .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujV4BcHdoY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujV4BcHdoY .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujV4BcHdoY .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujV4BcHdoY .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujV4BcHdoY .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujV4BcHdoY .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujV4BcHdoY .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujV4BcHdoY .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujV4BcTTwV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujV4BcTTwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujV4BcTTwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujV4BcTTwV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujV4BcTTwV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujV4BcTTwV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujV4BcTTwV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujV4BcTTwV .container {
    padding: 0 12px;
  }
}
.cid-ujV4BcTTwV .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujV4BcTTwV .card-wrapper {
    padding: 32px;
  }
}
.cid-ujV4BcTTwV .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujV4BcTTwV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujV4BcTTwV .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujV4BcTTwV .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujV4BcTTwV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujV4BcTTwV .mbr-section-title {
  color: #ffffff;
}
.cid-ujV4BcTTwV .mbr-section-title,
.cid-ujV4BcTTwV .mbr-section-btn,
.cid-ujV4BcTTwV .card-wrapper {
  text-align: center;
}
.cid-ujV4Bd7aaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujV4Bd7aaa::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujV4Bd7aaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujV4Bd7aaa .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-ujV4Bd7aaa .container {
    padding: 0 22px;
  }
}
.cid-ujV4Bd7aaa .row {
  position: relative;
  z-index: 1;
}
.cid-ujV4Bd7aaa .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujV4Bd7aaa .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujV4Bd7aaa .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujV4Bd7aaa .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujV4Bd7aaa .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujV4Bd7aaa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujV4Bd7aaa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujV4Bd7aaa .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujV4Bd7aaa .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujV4Bd7aaa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujV4Bd7aaa .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujV4Bd7aaa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujV4Bd7aaa .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujV4Bd7aaa .nav-wrapper .list .item-wrap:hover,
.cid-ujV4Bd7aaa .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujV4Bd7aaa .nav-wrapper .list .item-wrap:hover::before,
.cid-ujV4Bd7aaa .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujV4Bd7aaa .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-ujV4Bd7aaa .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujV4Bd7aaa .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujV4Bd7aaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujV4Bd7aaa .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-ujV4Bd7aaa .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujV4Bd7aaa .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujV4Bd7aaa .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujV4Bd7aaa .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujV4Bd7aaa .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujV4Bd7aaa .mbr-section-title {
  color: #00d0f3;
}
.cid-ujV4Bd7aaa .mbr-text {
  color: #ffffff;
}
.cid-ujV4Bd7aaa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujV4Bd7aaa .list {
  color: #ffffff;
}
.cid-ujV4Bd7aaa .mbr-contact {
  color: #ffffff;
}
.cid-ujV4Bd7aaa .mbr-desc {
  color: #ffffff;
}
.cid-ujVkvuBiRg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ujVkvuBiRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujVkvuBiRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujVkvuBiRg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujVkvuBiRg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujVkvuBiRg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ujVkvuBiRg .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujVkvuBiRg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ujVkvuBiRg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ujVkvuBiRg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujVkvuBiRg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujVkvuBiRg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujVkvuBiRg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ujVkvuBiRg .nav-link:hover {
  color: #ffffff !important;
}
.cid-ujVkvuBiRg .nav-link:hover::before {
  width: 100%;
}
.cid-ujVkvuBiRg .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujVkvuBiRg .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujVkvuBiRg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujVkvuBiRg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ujVkvuBiRg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujVkvuBiRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujVkvuBiRg .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ujVkvuBiRg .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujVkvuBiRg .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujVkvuBiRg .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ujVkvuBiRg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujVkvuBiRg .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ujVkvuBiRg .nav-item:focus,
.cid-ujVkvuBiRg .nav-link:focus {
  outline: none;
}
.cid-ujVkvuBiRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujVkvuBiRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujVkvuBiRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujVkvuBiRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujVkvuBiRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujVkvuBiRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar.opened {
  transition: all 0.3s;
}
.cid-ujVkvuBiRg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujVkvuBiRg .navbar .navbar-logo img {
  width: auto;
}
.cid-ujVkvuBiRg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujVkvuBiRg .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujVkvuBiRg .navbar.collapsed {
  justify-content: center;
}
.cid-ujVkvuBiRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujVkvuBiRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujVkvuBiRg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ujVkvuBiRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujVkvuBiRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujVkvuBiRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujVkvuBiRg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujVkvuBiRg .navbar {
    min-height: 72px;
  }
  .cid-ujVkvuBiRg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujVkvuBiRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujVkvuBiRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujVkvuBiRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujVkvuBiRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujVkvuBiRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujVkvuBiRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujVkvuBiRg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujVkvuBiRg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujVkvuBiRg .dropdown-item.active,
.cid-ujVkvuBiRg .dropdown-item:active {
  background-color: transparent;
}
.cid-ujVkvuBiRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujVkvuBiRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujVkvuBiRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujVkvuBiRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujVkvuBiRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujVkvuBiRg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujVkvuBiRg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujVkvuBiRg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujVkvuBiRg .navbar-buttons {
    text-align: left;
  }
}
.cid-ujVkvuBiRg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujVkvuBiRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujVkvuBiRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujVkvuBiRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujVkvuBiRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujVkvuBiRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujVkvuBiRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujVkvuBiRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujVkvuBiRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujVkvuBiRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujVkvuBiRg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujVkvuBiRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujVkvuBiRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujVkvuBiRg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujVkvuBiRg .navbar {
    height: 70px;
  }
  .cid-ujVkvuBiRg .navbar.opened {
    height: auto;
  }
  .cid-ujVkvuBiRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujVkvuBiRg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujVkvuBiRg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ujVkvuBiRg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujVkvuBiRg .navbar-brand {
    margin-right: auto;
  }
  .cid-ujVkvuBiRg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ujVkvuBiRg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujVkvuBiRg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujVkvuBiRg .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-ujVkvuBiRg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujVkvuBiRg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujVkvuBiRg .navbar-brand,
.cid-ujVkvuBiRg .navbar-toggler,
.cid-ujVkvuBiRg .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujVkvvCSgZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ujVkvvCSgZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujVkvvCSgZ .main-image {
    display: none;
  }
}
.cid-ujVkvvCSgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujVkvvCSgZ .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-ujVkvvCSgZ .container {
    padding: 0 16px;
  }
}
.cid-ujVkvvCSgZ .row {
  position: relative;
  z-index: 1;
}
.cid-ujVkvvCSgZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujVkvvCSgZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujVkvvCSgZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ujVkvvCSgZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujVkvvCSgZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujVkvvCSgZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujVkvvCSgZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ujVkvvCSgZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ujVkvvCSgZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ujVkvvCSgZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ujVkvvCSgZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ujVkvvCSgZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ujVkvvCSgZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujVkvvCSgZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ujVkvvCSgZ .mbr-section-title {
  color: #000000;
}
.cid-ujVkvvCSgZ .mbr-text {
  color: #000000;
}
.cid-ujVkvvCSgZ .card-title {
  color: #000000;
}
.cid-ujVkvvCSgZ .card-text {
  color: #ffffff;
}
.cid-ujVkvvCSgZ .card-name {
  color: #ffffff;
}
.cid-ujVkvvCSgZ .card-role {
  color: #ffffff;
}
.cid-ujVkvw7ksg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ujVkvw7ksg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujVkvw7ksg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujVkvw7ksg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujVkvw7ksg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujVkvw7ksg .container {
    padding: 0 12px;
  }
}
.cid-ujVkvw7ksg .image-wrapper img,
.cid-ujVkvw7ksg .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ujVkvw7ksg .image-wrapper img,
  .cid-ujVkvw7ksg .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .image-wrapper img,
  .cid-ujVkvw7ksg .image-wrap img {
    margin-right: 16px;
  }
  .cid-ujVkvw7ksg .image-wrapper img:nth-child(2n),
  .cid-ujVkvw7ksg .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ujVkvw7ksg .image-wrapper img,
  .cid-ujVkvw7ksg .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ujVkvw7ksg .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ujVkvw7ksg .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ujVkvw7ksg .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ujVkvw7ksg .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujVkvw7ksg .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujVkvw7ksg .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ujVkvw7ksg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujVkvw7ksg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujVkvw7ksg .mbr-text {
  color: #ffffff;
}
.cid-ujVkvwrvDV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ujVkvwrvDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujVkvwrvDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujVkvwrvDV .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ujVkvwrvDV .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ujVkvwrvDV .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ujVkvwrvDV .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ujVkvwrvDV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ujVkvwrvDV .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ujVkvwrvDV .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ujVkvwrvDV .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ujVkvwrvDV .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ujVkvwrvDV .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ujVkvwrvDV .mbr-text a {
  text-decoration: underline !important;
}
.cid-ujVkvwrvDV .mbr-text a:hover {
  color: inherit !important;
}
.cid-ujVkvwF0Hi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ujVkvwF0Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujVkvwF0Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujVkvwF0Hi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujVkvwF0Hi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujVkvwF0Hi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujVkvwF0Hi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujVkvwF0Hi .container {
    padding: 0 12px;
  }
}
.cid-ujVkvwF0Hi .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ujVkvwF0Hi .card-wrapper {
    padding: 32px;
  }
}
.cid-ujVkvwF0Hi .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ujVkvwF0Hi .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ujVkvwF0Hi .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ujVkvwF0Hi .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ujVkvwF0Hi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ujVkvwF0Hi .mbr-section-title {
  color: #ffffff;
}
.cid-ujVkvwF0Hi .mbr-section-title,
.cid-ujVkvwF0Hi .mbr-section-btn,
.cid-ujVkvwF0Hi .card-wrapper {
  text-align: center;
}
.cid-ujVkvwWEQr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ujVkvwWEQr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ujVkvwWEQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujVkvwWEQr .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-ujVkvwWEQr .container {
    padding: 0 22px;
  }
}
.cid-ujVkvwWEQr .row {
  position: relative;
  z-index: 1;
}
.cid-ujVkvwWEQr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ujVkvwWEQr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujVkvwWEQr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ujVkvwWEQr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujVkvwWEQr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujVkvwWEQr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ujVkvwWEQr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujVkvwWEQr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujVkvwWEQr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ujVkvwWEQr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujVkvwWEQr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ujVkvwWEQr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ujVkvwWEQr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujVkvwWEQr .nav-wrapper .list .item-wrap:hover,
.cid-ujVkvwWEQr .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ujVkvwWEQr .nav-wrapper .list .item-wrap:hover::before,
.cid-ujVkvwWEQr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujVkvwWEQr .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-ujVkvwWEQr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujVkvwWEQr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ujVkvwWEQr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ujVkvwWEQr .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-ujVkvwWEQr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujVkvwWEQr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ujVkvwWEQr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ujVkvwWEQr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujVkvwWEQr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujVkvwWEQr .mbr-section-title {
  color: #00d0f3;
}
.cid-ujVkvwWEQr .mbr-text {
  color: #ffffff;
}
.cid-ujVkvwWEQr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujVkvwWEQr .list {
  color: #ffffff;
}
.cid-ujVkvwWEQr .mbr-contact {
  color: #ffffff;
}
.cid-ujVkvwWEQr .mbr-desc {
  color: #ffffff;
}
.cid-ukbtfcyIQk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukbtfcyIQk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukbtfcyIQk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukbtfcyIQk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukbtfcyIQk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukbtfcyIQk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukbtfcyIQk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukbtfcyIQk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukbtfcyIQk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukbtfcyIQk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukbtfcyIQk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukbtfcyIQk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukbtfcyIQk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukbtfcyIQk .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukbtfcyIQk .nav-link:hover::before {
  width: 100%;
}
.cid-ukbtfcyIQk .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbtfcyIQk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukbtfcyIQk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukbtfcyIQk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukbtfcyIQk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukbtfcyIQk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukbtfcyIQk .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukbtfcyIQk .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukbtfcyIQk .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukbtfcyIQk .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukbtfcyIQk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukbtfcyIQk .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukbtfcyIQk .nav-item:focus,
.cid-ukbtfcyIQk .nav-link:focus {
  outline: none;
}
.cid-ukbtfcyIQk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukbtfcyIQk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukbtfcyIQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukbtfcyIQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukbtfcyIQk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukbtfcyIQk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar.opened {
  transition: all 0.3s;
}
.cid-ukbtfcyIQk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukbtfcyIQk .navbar .navbar-logo img {
  width: auto;
}
.cid-ukbtfcyIQk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbtfcyIQk .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukbtfcyIQk .navbar.collapsed {
  justify-content: center;
}
.cid-ukbtfcyIQk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukbtfcyIQk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukbtfcyIQk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukbtfcyIQk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukbtfcyIQk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukbtfcyIQk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukbtfcyIQk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukbtfcyIQk .navbar {
    min-height: 72px;
  }
  .cid-ukbtfcyIQk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukbtfcyIQk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukbtfcyIQk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukbtfcyIQk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukbtfcyIQk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukbtfcyIQk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukbtfcyIQk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukbtfcyIQk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukbtfcyIQk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukbtfcyIQk .dropdown-item.active,
.cid-ukbtfcyIQk .dropdown-item:active {
  background-color: transparent;
}
.cid-ukbtfcyIQk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukbtfcyIQk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukbtfcyIQk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukbtfcyIQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukbtfcyIQk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukbtfcyIQk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukbtfcyIQk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukbtfcyIQk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukbtfcyIQk .navbar-buttons {
    text-align: left;
  }
}
.cid-ukbtfcyIQk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukbtfcyIQk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukbtfcyIQk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukbtfcyIQk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbtfcyIQk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbtfcyIQk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukbtfcyIQk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbtfcyIQk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukbtfcyIQk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukbtfcyIQk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbtfcyIQk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukbtfcyIQk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukbtfcyIQk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbtfcyIQk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukbtfcyIQk .navbar {
    height: 70px;
  }
  .cid-ukbtfcyIQk .navbar.opened {
    height: auto;
  }
  .cid-ukbtfcyIQk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukbtfcyIQk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukbtfcyIQk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukbtfcyIQk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukbtfcyIQk .navbar-brand {
    margin-right: auto;
  }
  .cid-ukbtfcyIQk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukbtfcyIQk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukbtfcyIQk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukbtfcyIQk .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-ukbtfcyIQk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukbtfcyIQk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukbtfcyIQk .navbar-brand,
.cid-ukbtfcyIQk .navbar-toggler,
.cid-ukbtfcyIQk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukbtfe7FG7 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukbtfe7FG7 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukbtfe7FG7 .main-image {
    display: none;
  }
}
.cid-ukbtfe7FG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbtfe7FG7 .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-ukbtfe7FG7 .container {
    padding: 0 16px;
  }
}
.cid-ukbtfe7FG7 .row {
  position: relative;
  z-index: 1;
}
.cid-ukbtfe7FG7 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbtfe7FG7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukbtfe7FG7 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukbtfe7FG7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukbtfe7FG7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukbtfe7FG7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukbtfe7FG7 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukbtfe7FG7 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukbtfe7FG7 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukbtfe7FG7 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukbtfe7FG7 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukbtfe7FG7 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukbtfe7FG7 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukbtfe7FG7 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukbtfe7FG7 .mbr-section-title {
  color: #000000;
}
.cid-ukbtfe7FG7 .mbr-text {
  color: #000000;
}
.cid-ukbtfe7FG7 .card-title {
  color: #000000;
}
.cid-ukbtfe7FG7 .card-text {
  color: #ffffff;
}
.cid-ukbtfe7FG7 .card-name {
  color: #ffffff;
}
.cid-ukbtfe7FG7 .card-role {
  color: #ffffff;
}
.cid-ukbtfeBmwE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukbtfeBmwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbtfeBmwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbtfeBmwE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbtfeBmwE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbtfeBmwE .container {
    padding: 0 12px;
  }
}
.cid-ukbtfeBmwE .image-wrapper img,
.cid-ukbtfeBmwE .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukbtfeBmwE .image-wrapper img,
  .cid-ukbtfeBmwE .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .image-wrapper img,
  .cid-ukbtfeBmwE .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukbtfeBmwE .image-wrapper img:nth-child(2n),
  .cid-ukbtfeBmwE .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukbtfeBmwE .image-wrapper img,
  .cid-ukbtfeBmwE .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukbtfeBmwE .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukbtfeBmwE .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukbtfeBmwE .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukbtfeBmwE .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukbtfeBmwE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbtfeBmwE .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukbtfeBmwE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbtfeBmwE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukbtfeBmwE .mbr-text {
  color: #ffffff;
}
.cid-ukbtfeP3cL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukbtfeP3cL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbtfeP3cL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbtfeP3cL .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukbtfeP3cL .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukbtfeP3cL .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukbtfeP3cL .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukbtfeP3cL .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukbtfeP3cL .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukbtfeP3cL .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukbtfeP3cL .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukbtfeP3cL .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukbtfeP3cL .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukbtfeP3cL .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukbtfeP3cL .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukbtff2FqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukbtff2FqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbtff2FqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbtff2FqE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbtff2FqE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbtff2FqE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbtff2FqE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbtff2FqE .container {
    padding: 0 12px;
  }
}
.cid-ukbtff2FqE .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukbtff2FqE .card-wrapper {
    padding: 32px;
  }
}
.cid-ukbtff2FqE .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukbtff2FqE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukbtff2FqE .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukbtff2FqE .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukbtff2FqE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukbtff2FqE .mbr-section-title {
  color: #ffffff;
}
.cid-ukbtff2FqE .mbr-section-title,
.cid-ukbtff2FqE .mbr-section-btn,
.cid-ukbtff2FqE .card-wrapper {
  text-align: center;
}
.cid-ukbtffe0sL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukbtffe0sL::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukbtffe0sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbtffe0sL .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-ukbtffe0sL .container {
    padding: 0 22px;
  }
}
.cid-ukbtffe0sL .row {
  position: relative;
  z-index: 1;
}
.cid-ukbtffe0sL .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukbtffe0sL .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbtffe0sL .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbtffe0sL .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukbtffe0sL .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbtffe0sL .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukbtffe0sL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbtffe0sL .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbtffe0sL .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukbtffe0sL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbtffe0sL .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukbtffe0sL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukbtffe0sL .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbtffe0sL .nav-wrapper .list .item-wrap:hover,
.cid-ukbtffe0sL .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukbtffe0sL .nav-wrapper .list .item-wrap:hover::before,
.cid-ukbtffe0sL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukbtffe0sL .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-ukbtffe0sL .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbtffe0sL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukbtffe0sL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbtffe0sL .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-ukbtffe0sL .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbtffe0sL .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbtffe0sL .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukbtffe0sL .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbtffe0sL .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukbtffe0sL .mbr-section-title {
  color: #00d0f3;
}
.cid-ukbtffe0sL .mbr-text {
  color: #ffffff;
}
.cid-ukbtffe0sL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukbtffe0sL .list {
  color: #ffffff;
}
.cid-ukbtffe0sL .mbr-contact {
  color: #ffffff;
}
.cid-ukbtffe0sL .mbr-desc {
  color: #ffffff;
}
.cid-ukbuNYiKvp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukbuNYiKvp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukbuNYiKvp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukbuNYiKvp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukbuNYiKvp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukbuNYiKvp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukbuNYiKvp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukbuNYiKvp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukbuNYiKvp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukbuNYiKvp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukbuNYiKvp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukbuNYiKvp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukbuNYiKvp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukbuNYiKvp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukbuNYiKvp .nav-link:hover::before {
  width: 100%;
}
.cid-ukbuNYiKvp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbuNYiKvp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukbuNYiKvp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukbuNYiKvp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukbuNYiKvp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukbuNYiKvp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukbuNYiKvp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukbuNYiKvp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukbuNYiKvp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukbuNYiKvp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukbuNYiKvp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukbuNYiKvp .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukbuNYiKvp .nav-item:focus,
.cid-ukbuNYiKvp .nav-link:focus {
  outline: none;
}
.cid-ukbuNYiKvp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukbuNYiKvp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukbuNYiKvp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukbuNYiKvp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukbuNYiKvp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukbuNYiKvp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukbuNYiKvp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukbuNYiKvp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukbuNYiKvp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbuNYiKvp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukbuNYiKvp .navbar.collapsed {
  justify-content: center;
}
.cid-ukbuNYiKvp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukbuNYiKvp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukbuNYiKvp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukbuNYiKvp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukbuNYiKvp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukbuNYiKvp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukbuNYiKvp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukbuNYiKvp .navbar {
    min-height: 72px;
  }
  .cid-ukbuNYiKvp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukbuNYiKvp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukbuNYiKvp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukbuNYiKvp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukbuNYiKvp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukbuNYiKvp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukbuNYiKvp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukbuNYiKvp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukbuNYiKvp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukbuNYiKvp .dropdown-item.active,
.cid-ukbuNYiKvp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukbuNYiKvp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukbuNYiKvp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukbuNYiKvp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukbuNYiKvp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukbuNYiKvp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukbuNYiKvp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukbuNYiKvp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukbuNYiKvp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukbuNYiKvp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukbuNYiKvp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukbuNYiKvp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukbuNYiKvp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukbuNYiKvp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbuNYiKvp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbuNYiKvp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukbuNYiKvp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbuNYiKvp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukbuNYiKvp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukbuNYiKvp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbuNYiKvp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukbuNYiKvp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukbuNYiKvp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbuNYiKvp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukbuNYiKvp .navbar {
    height: 70px;
  }
  .cid-ukbuNYiKvp .navbar.opened {
    height: auto;
  }
  .cid-ukbuNYiKvp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukbuNYiKvp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukbuNYiKvp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukbuNYiKvp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukbuNYiKvp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukbuNYiKvp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukbuNYiKvp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukbuNYiKvp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukbuNYiKvp .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-ukbuNYiKvp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukbuNYiKvp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukbuNYiKvp .navbar-brand,
.cid-ukbuNYiKvp .navbar-toggler,
.cid-ukbuNYiKvp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukbuO0ipX6 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukbuO0ipX6 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukbuO0ipX6 .main-image {
    display: none;
  }
}
.cid-ukbuO0ipX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbuO0ipX6 .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-ukbuO0ipX6 .container {
    padding: 0 16px;
  }
}
.cid-ukbuO0ipX6 .row {
  position: relative;
  z-index: 1;
}
.cid-ukbuO0ipX6 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbuO0ipX6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukbuO0ipX6 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukbuO0ipX6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukbuO0ipX6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukbuO0ipX6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukbuO0ipX6 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukbuO0ipX6 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukbuO0ipX6 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukbuO0ipX6 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukbuO0ipX6 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukbuO0ipX6 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukbuO0ipX6 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukbuO0ipX6 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukbuO0ipX6 .mbr-section-title {
  color: #000000;
}
.cid-ukbuO0ipX6 .mbr-text {
  color: #000000;
}
.cid-ukbuO0ipX6 .card-title {
  color: #000000;
}
.cid-ukbuO0ipX6 .card-text {
  color: #ffffff;
}
.cid-ukbuO0ipX6 .card-name {
  color: #ffffff;
}
.cid-ukbuO0ipX6 .card-role {
  color: #ffffff;
}
.cid-ukbuO0L9f8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukbuO0L9f8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbuO0L9f8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbuO0L9f8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbuO0L9f8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbuO0L9f8 .container {
    padding: 0 12px;
  }
}
.cid-ukbuO0L9f8 .image-wrapper img,
.cid-ukbuO0L9f8 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukbuO0L9f8 .image-wrapper img,
  .cid-ukbuO0L9f8 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .image-wrapper img,
  .cid-ukbuO0L9f8 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukbuO0L9f8 .image-wrapper img:nth-child(2n),
  .cid-ukbuO0L9f8 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukbuO0L9f8 .image-wrapper img,
  .cid-ukbuO0L9f8 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukbuO0L9f8 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukbuO0L9f8 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukbuO0L9f8 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukbuO0L9f8 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukbuO0L9f8 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbuO0L9f8 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukbuO0L9f8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbuO0L9f8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukbuO0L9f8 .mbr-text {
  color: #ffffff;
}
.cid-ukbuO14Gb8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukbuO14Gb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbuO14Gb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbuO14Gb8 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukbuO14Gb8 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukbuO14Gb8 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukbuO14Gb8 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukbuO14Gb8 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukbuO14Gb8 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukbuO14Gb8 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukbuO14Gb8 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukbuO14Gb8 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukbuO14Gb8 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukbuO14Gb8 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukbuO14Gb8 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukbuO1eCtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukbuO1eCtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbuO1eCtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbuO1eCtL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbuO1eCtL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbuO1eCtL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbuO1eCtL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbuO1eCtL .container {
    padding: 0 12px;
  }
}
.cid-ukbuO1eCtL .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukbuO1eCtL .card-wrapper {
    padding: 32px;
  }
}
.cid-ukbuO1eCtL .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukbuO1eCtL .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukbuO1eCtL .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukbuO1eCtL .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukbuO1eCtL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukbuO1eCtL .mbr-section-title {
  color: #ffffff;
}
.cid-ukbuO1eCtL .mbr-section-title,
.cid-ukbuO1eCtL .mbr-section-btn,
.cid-ukbuO1eCtL .card-wrapper {
  text-align: center;
}
.cid-ukbuO1pw2N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukbuO1pw2N::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukbuO1pw2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbuO1pw2N .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-ukbuO1pw2N .container {
    padding: 0 22px;
  }
}
.cid-ukbuO1pw2N .row {
  position: relative;
  z-index: 1;
}
.cid-ukbuO1pw2N .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukbuO1pw2N .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbuO1pw2N .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbuO1pw2N .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukbuO1pw2N .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbuO1pw2N .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukbuO1pw2N .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbuO1pw2N .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbuO1pw2N .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukbuO1pw2N .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbuO1pw2N .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukbuO1pw2N .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukbuO1pw2N .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbuO1pw2N .nav-wrapper .list .item-wrap:hover,
.cid-ukbuO1pw2N .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukbuO1pw2N .nav-wrapper .list .item-wrap:hover::before,
.cid-ukbuO1pw2N .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukbuO1pw2N .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-ukbuO1pw2N .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbuO1pw2N .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukbuO1pw2N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbuO1pw2N .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-ukbuO1pw2N .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbuO1pw2N .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbuO1pw2N .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukbuO1pw2N .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbuO1pw2N .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukbuO1pw2N .mbr-section-title {
  color: #00d0f3;
}
.cid-ukbuO1pw2N .mbr-text {
  color: #ffffff;
}
.cid-ukbuO1pw2N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukbuO1pw2N .list {
  color: #ffffff;
}
.cid-ukbuO1pw2N .mbr-contact {
  color: #ffffff;
}
.cid-ukbuO1pw2N .mbr-desc {
  color: #ffffff;
}
.cid-ukbBoZ1TNW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukbBoZ1TNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukbBoZ1TNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukbBoZ1TNW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukbBoZ1TNW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukbBoZ1TNW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukbBoZ1TNW .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukbBoZ1TNW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukbBoZ1TNW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukbBoZ1TNW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukbBoZ1TNW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukbBoZ1TNW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukbBoZ1TNW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukbBoZ1TNW .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukbBoZ1TNW .nav-link:hover::before {
  width: 100%;
}
.cid-ukbBoZ1TNW .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbBoZ1TNW .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukbBoZ1TNW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukbBoZ1TNW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukbBoZ1TNW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukbBoZ1TNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukbBoZ1TNW .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukbBoZ1TNW .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukbBoZ1TNW .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukbBoZ1TNW .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukbBoZ1TNW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukbBoZ1TNW .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukbBoZ1TNW .nav-item:focus,
.cid-ukbBoZ1TNW .nav-link:focus {
  outline: none;
}
.cid-ukbBoZ1TNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukbBoZ1TNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukbBoZ1TNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukbBoZ1TNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukbBoZ1TNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukbBoZ1TNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar.opened {
  transition: all 0.3s;
}
.cid-ukbBoZ1TNW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukbBoZ1TNW .navbar .navbar-logo img {
  width: auto;
}
.cid-ukbBoZ1TNW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbBoZ1TNW .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukbBoZ1TNW .navbar.collapsed {
  justify-content: center;
}
.cid-ukbBoZ1TNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukbBoZ1TNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukbBoZ1TNW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukbBoZ1TNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukbBoZ1TNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukbBoZ1TNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukbBoZ1TNW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukbBoZ1TNW .navbar {
    min-height: 72px;
  }
  .cid-ukbBoZ1TNW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukbBoZ1TNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukbBoZ1TNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukbBoZ1TNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukbBoZ1TNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukbBoZ1TNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukbBoZ1TNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukbBoZ1TNW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukbBoZ1TNW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukbBoZ1TNW .dropdown-item.active,
.cid-ukbBoZ1TNW .dropdown-item:active {
  background-color: transparent;
}
.cid-ukbBoZ1TNW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukbBoZ1TNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukbBoZ1TNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukbBoZ1TNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukbBoZ1TNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukbBoZ1TNW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukbBoZ1TNW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukbBoZ1TNW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukbBoZ1TNW .navbar-buttons {
    text-align: left;
  }
}
.cid-ukbBoZ1TNW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukbBoZ1TNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukbBoZ1TNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukbBoZ1TNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbBoZ1TNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukbBoZ1TNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukbBoZ1TNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbBoZ1TNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukbBoZ1TNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukbBoZ1TNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukbBoZ1TNW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukbBoZ1TNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukbBoZ1TNW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbBoZ1TNW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukbBoZ1TNW .navbar {
    height: 70px;
  }
  .cid-ukbBoZ1TNW .navbar.opened {
    height: auto;
  }
  .cid-ukbBoZ1TNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukbBoZ1TNW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukbBoZ1TNW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukbBoZ1TNW .navbar-brand {
    margin-right: auto;
  }
  .cid-ukbBoZ1TNW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukbBoZ1TNW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukbBoZ1TNW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukbBoZ1TNW .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-ukbBoZ1TNW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukbBoZ1TNW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukbBoZ1TNW .navbar-brand,
.cid-ukbBoZ1TNW .navbar-toggler,
.cid-ukbBoZ1TNW .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukbBoZQuNY {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukbBoZQuNY .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukbBoZQuNY .main-image {
    display: none;
  }
}
.cid-ukbBoZQuNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbBoZQuNY .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-ukbBoZQuNY .container {
    padding: 0 16px;
  }
}
.cid-ukbBoZQuNY .row {
  position: relative;
  z-index: 1;
}
.cid-ukbBoZQuNY .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbBoZQuNY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukbBoZQuNY .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukbBoZQuNY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukbBoZQuNY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukbBoZQuNY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukbBoZQuNY .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukbBoZQuNY .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukbBoZQuNY .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukbBoZQuNY .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukbBoZQuNY .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukbBoZQuNY .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukbBoZQuNY .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukbBoZQuNY .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukbBoZQuNY .mbr-section-title {
  color: #000000;
}
.cid-ukbBoZQuNY .mbr-text {
  color: #000000;
}
.cid-ukbBoZQuNY .card-title {
  color: #000000;
}
.cid-ukbBoZQuNY .card-text {
  color: #ffffff;
}
.cid-ukbBoZQuNY .card-name {
  color: #ffffff;
}
.cid-ukbBoZQuNY .card-role {
  color: #ffffff;
}
.cid-ukbBp09apE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukbBp09apE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbBp09apE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbBp09apE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbBp09apE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbBp09apE .container {
    padding: 0 12px;
  }
}
.cid-ukbBp09apE .image-wrapper img,
.cid-ukbBp09apE .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukbBp09apE .image-wrapper img,
  .cid-ukbBp09apE .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .image-wrapper img,
  .cid-ukbBp09apE .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukbBp09apE .image-wrapper img:nth-child(2n),
  .cid-ukbBp09apE .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukbBp09apE .image-wrapper img,
  .cid-ukbBp09apE .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukbBp09apE .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukbBp09apE .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukbBp09apE .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukbBp09apE .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukbBp09apE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukbBp09apE .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukbBp09apE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbBp09apE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukbBp09apE .mbr-text {
  color: #ffffff;
}
.cid-ukbBp0tgvz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukbBp0tgvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbBp0tgvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbBp0tgvz .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukbBp0tgvz .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukbBp0tgvz .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukbBp0tgvz .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukbBp0tgvz .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukbBp0tgvz .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukbBp0tgvz .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukbBp0tgvz .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukbBp0tgvz .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukbBp0tgvz .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukbBp0tgvz .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukbBp0tgvz .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukbBp0HQFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukbBp0HQFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbBp0HQFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukbBp0HQFy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukbBp0HQFy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbBp0HQFy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukbBp0HQFy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukbBp0HQFy .container {
    padding: 0 12px;
  }
}
.cid-ukbBp0HQFy .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukbBp0HQFy .card-wrapper {
    padding: 32px;
  }
}
.cid-ukbBp0HQFy .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukbBp0HQFy .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukbBp0HQFy .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukbBp0HQFy .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukbBp0HQFy .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukbBp0HQFy .mbr-section-title {
  color: #ffffff;
}
.cid-ukbBp0HQFy .mbr-section-title,
.cid-ukbBp0HQFy .mbr-section-btn,
.cid-ukbBp0HQFy .card-wrapper {
  text-align: center;
}
.cid-ukbBp12kKr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukbBp12kKr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukbBp12kKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbBp12kKr .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-ukbBp12kKr .container {
    padding: 0 22px;
  }
}
.cid-ukbBp12kKr .row {
  position: relative;
  z-index: 1;
}
.cid-ukbBp12kKr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukbBp12kKr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbBp12kKr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukbBp12kKr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukbBp12kKr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbBp12kKr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukbBp12kKr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukbBp12kKr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbBp12kKr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukbBp12kKr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukbBp12kKr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukbBp12kKr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukbBp12kKr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbBp12kKr .nav-wrapper .list .item-wrap:hover,
.cid-ukbBp12kKr .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukbBp12kKr .nav-wrapper .list .item-wrap:hover::before,
.cid-ukbBp12kKr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukbBp12kKr .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-ukbBp12kKr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbBp12kKr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukbBp12kKr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukbBp12kKr .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-ukbBp12kKr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukbBp12kKr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukbBp12kKr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukbBp12kKr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukbBp12kKr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukbBp12kKr .mbr-section-title {
  color: #00d0f3;
}
.cid-ukbBp12kKr .mbr-text {
  color: #ffffff;
}
.cid-ukbBp12kKr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukbBp12kKr .list {
  color: #ffffff;
}
.cid-ukbBp12kKr .mbr-contact {
  color: #ffffff;
}
.cid-ukbBp12kKr .mbr-desc {
  color: #ffffff;
}
.cid-ukcfWT0bXG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukcfWT0bXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukcfWT0bXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukcfWT0bXG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukcfWT0bXG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukcfWT0bXG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukcfWT0bXG .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukcfWT0bXG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukcfWT0bXG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukcfWT0bXG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukcfWT0bXG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukcfWT0bXG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukcfWT0bXG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukcfWT0bXG .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukcfWT0bXG .nav-link:hover::before {
  width: 100%;
}
.cid-ukcfWT0bXG .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukcfWT0bXG .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukcfWT0bXG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukcfWT0bXG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukcfWT0bXG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukcfWT0bXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukcfWT0bXG .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukcfWT0bXG .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukcfWT0bXG .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukcfWT0bXG .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukcfWT0bXG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukcfWT0bXG .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukcfWT0bXG .nav-item:focus,
.cid-ukcfWT0bXG .nav-link:focus {
  outline: none;
}
.cid-ukcfWT0bXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukcfWT0bXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukcfWT0bXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukcfWT0bXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukcfWT0bXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukcfWT0bXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar.opened {
  transition: all 0.3s;
}
.cid-ukcfWT0bXG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukcfWT0bXG .navbar .navbar-logo img {
  width: auto;
}
.cid-ukcfWT0bXG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcfWT0bXG .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukcfWT0bXG .navbar.collapsed {
  justify-content: center;
}
.cid-ukcfWT0bXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukcfWT0bXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukcfWT0bXG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukcfWT0bXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukcfWT0bXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukcfWT0bXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukcfWT0bXG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukcfWT0bXG .navbar {
    min-height: 72px;
  }
  .cid-ukcfWT0bXG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukcfWT0bXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukcfWT0bXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukcfWT0bXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukcfWT0bXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukcfWT0bXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukcfWT0bXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukcfWT0bXG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukcfWT0bXG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukcfWT0bXG .dropdown-item.active,
.cid-ukcfWT0bXG .dropdown-item:active {
  background-color: transparent;
}
.cid-ukcfWT0bXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukcfWT0bXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukcfWT0bXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukcfWT0bXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukcfWT0bXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukcfWT0bXG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukcfWT0bXG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukcfWT0bXG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukcfWT0bXG .navbar-buttons {
    text-align: left;
  }
}
.cid-ukcfWT0bXG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukcfWT0bXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukcfWT0bXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukcfWT0bXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukcfWT0bXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukcfWT0bXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukcfWT0bXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukcfWT0bXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukcfWT0bXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukcfWT0bXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukcfWT0bXG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukcfWT0bXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukcfWT0bXG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcfWT0bXG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukcfWT0bXG .navbar {
    height: 70px;
  }
  .cid-ukcfWT0bXG .navbar.opened {
    height: auto;
  }
  .cid-ukcfWT0bXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukcfWT0bXG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukcfWT0bXG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukcfWT0bXG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukcfWT0bXG .navbar-brand {
    margin-right: auto;
  }
  .cid-ukcfWT0bXG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukcfWT0bXG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukcfWT0bXG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukcfWT0bXG .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-ukcfWT0bXG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukcfWT0bXG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukcfWT0bXG .navbar-brand,
.cid-ukcfWT0bXG .navbar-toggler,
.cid-ukcfWT0bXG .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukcfWUy8AJ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukcfWUy8AJ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukcfWUy8AJ .main-image {
    display: none;
  }
}
.cid-ukcfWUy8AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcfWUy8AJ .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-ukcfWUy8AJ .container {
    padding: 0 16px;
  }
}
.cid-ukcfWUy8AJ .row {
  position: relative;
  z-index: 1;
}
.cid-ukcfWUy8AJ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcfWUy8AJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukcfWUy8AJ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukcfWUy8AJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukcfWUy8AJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukcfWUy8AJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukcfWUy8AJ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukcfWUy8AJ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukcfWUy8AJ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukcfWUy8AJ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukcfWUy8AJ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukcfWUy8AJ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukcfWUy8AJ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukcfWUy8AJ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukcfWUy8AJ .mbr-section-title {
  color: #000000;
}
.cid-ukcfWUy8AJ .mbr-text {
  color: #000000;
}
.cid-ukcfWUy8AJ .card-title {
  color: #000000;
}
.cid-ukcfWUy8AJ .card-text {
  color: #ffffff;
}
.cid-ukcfWUy8AJ .card-name {
  color: #ffffff;
}
.cid-ukcfWUy8AJ .card-role {
  color: #ffffff;
}
.cid-ukcfWVtJ4z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukcfWVtJ4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcfWVtJ4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcfWVtJ4z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcfWVtJ4z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcfWVtJ4z .container {
    padding: 0 12px;
  }
}
.cid-ukcfWVtJ4z .image-wrapper img,
.cid-ukcfWVtJ4z .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukcfWVtJ4z .image-wrapper img,
  .cid-ukcfWVtJ4z .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .image-wrapper img,
  .cid-ukcfWVtJ4z .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukcfWVtJ4z .image-wrapper img:nth-child(2n),
  .cid-ukcfWVtJ4z .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukcfWVtJ4z .image-wrapper img,
  .cid-ukcfWVtJ4z .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukcfWVtJ4z .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukcfWVtJ4z .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukcfWVtJ4z .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukcfWVtJ4z .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukcfWVtJ4z .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukcfWVtJ4z .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukcfWVtJ4z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukcfWVtJ4z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukcfWVtJ4z .mbr-text {
  color: #ffffff;
}
.cid-ukcfWVMwj5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukcfWVMwj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcfWVMwj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcfWVMwj5 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukcfWVMwj5 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukcfWVMwj5 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukcfWVMwj5 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukcfWVMwj5 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukcfWVMwj5 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukcfWVMwj5 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukcfWVMwj5 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukcfWVMwj5 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukcfWVMwj5 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukcfWVMwj5 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukcfWVMwj5 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukcfWW12bE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukcfWW12bE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcfWW12bE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcfWW12bE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukcfWW12bE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcfWW12bE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukcfWW12bE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcfWW12bE .container {
    padding: 0 12px;
  }
}
.cid-ukcfWW12bE .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukcfWW12bE .card-wrapper {
    padding: 32px;
  }
}
.cid-ukcfWW12bE .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukcfWW12bE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukcfWW12bE .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukcfWW12bE .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukcfWW12bE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukcfWW12bE .mbr-section-title {
  color: #ffffff;
}
.cid-ukcfWW12bE .mbr-section-title,
.cid-ukcfWW12bE .mbr-section-btn,
.cid-ukcfWW12bE .card-wrapper {
  text-align: center;
}
.cid-ukcfWWthMi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukcfWWthMi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukcfWWthMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcfWWthMi .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-ukcfWWthMi .container {
    padding: 0 22px;
  }
}
.cid-ukcfWWthMi .row {
  position: relative;
  z-index: 1;
}
.cid-ukcfWWthMi .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukcfWWthMi .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukcfWWthMi .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukcfWWthMi .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcfWWthMi .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcfWWthMi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukcfWWthMi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukcfWWthMi .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcfWWthMi .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukcfWWthMi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcfWWthMi .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukcfWWthMi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukcfWWthMi .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukcfWWthMi .nav-wrapper .list .item-wrap:hover,
.cid-ukcfWWthMi .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukcfWWthMi .nav-wrapper .list .item-wrap:hover::before,
.cid-ukcfWWthMi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukcfWWthMi .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-ukcfWWthMi .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcfWWthMi .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukcfWWthMi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukcfWWthMi .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-ukcfWWthMi .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcfWWthMi .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukcfWWthMi .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukcfWWthMi .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukcfWWthMi .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukcfWWthMi .mbr-section-title {
  color: #00d0f3;
}
.cid-ukcfWWthMi .mbr-text {
  color: #ffffff;
}
.cid-ukcfWWthMi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukcfWWthMi .list {
  color: #ffffff;
}
.cid-ukcfWWthMi .mbr-contact {
  color: #ffffff;
}
.cid-ukcfWWthMi .mbr-desc {
  color: #ffffff;
}
.cid-ukcW144laH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukcW144laH .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-ukcW144laH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukcW144laH .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-ukcW144laH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukcW144laH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukcW144laH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukcW144laH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukcW144laH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukcW144laH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukcW144laH .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukcW144laH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukcW144laH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukcW144laH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukcW144laH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukcW144laH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukcW144laH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukcW144laH .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukcW144laH .nav-link:hover::before {
  width: 100%;
}
.cid-ukcW144laH .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukcW144laH .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukcW144laH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukcW144laH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukcW144laH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukcW144laH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukcW144laH .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukcW144laH .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukcW144laH .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukcW144laH .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukcW144laH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukcW144laH .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukcW144laH .nav-item:focus,
.cid-ukcW144laH .nav-link:focus {
  outline: none;
}
.cid-ukcW144laH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukcW144laH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukcW144laH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukcW144laH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukcW144laH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukcW144laH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukcW144laH .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-ukcW144laH .navbar.opened {
  transition: all 0.3s;
}
.cid-ukcW144laH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukcW144laH .navbar .navbar-logo img {
  width: auto;
}
.cid-ukcW144laH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcW144laH .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukcW144laH .navbar.collapsed {
  justify-content: center;
}
.cid-ukcW144laH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukcW144laH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukcW144laH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukcW144laH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukcW144laH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukcW144laH .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-ukcW144laH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukcW144laH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukcW144laH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukcW144laH .navbar {
    min-height: 72px;
  }
  .cid-ukcW144laH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukcW144laH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukcW144laH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukcW144laH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukcW144laH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukcW144laH .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-ukcW144laH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukcW144laH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukcW144laH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukcW144laH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukcW144laH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukcW144laH .dropdown-item.active,
.cid-ukcW144laH .dropdown-item:active {
  background-color: transparent;
}
.cid-ukcW144laH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukcW144laH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukcW144laH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukcW144laH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukcW144laH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukcW144laH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukcW144laH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukcW144laH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukcW144laH .navbar-buttons {
    text-align: left;
  }
}
.cid-ukcW144laH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukcW144laH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukcW144laH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukcW144laH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukcW144laH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukcW144laH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukcW144laH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukcW144laH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukcW144laH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukcW144laH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukcW144laH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukcW144laH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukcW144laH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcW144laH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukcW144laH .navbar {
    height: 70px;
  }
  .cid-ukcW144laH .navbar.opened {
    height: auto;
  }
  .cid-ukcW144laH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukcW144laH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukcW144laH .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-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukcW144laH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukcW144laH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukcW144laH .navbar-brand {
    margin-right: auto;
  }
  .cid-ukcW144laH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukcW144laH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukcW144laH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukcW144laH .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-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukcW144laH .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-ukcW144laH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukcW144laH .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-ukcW144laH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukcW144laH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukcW144laH .navbar-brand,
.cid-ukcW144laH .navbar-toggler,
.cid-ukcW144laH .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukcW14AQDR {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukcW14AQDR .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukcW14AQDR .main-image {
    display: none;
  }
}
.cid-ukcW14AQDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcW14AQDR .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-ukcW14AQDR .container {
    padding: 0 16px;
  }
}
.cid-ukcW14AQDR .row {
  position: relative;
  z-index: 1;
}
.cid-ukcW14AQDR .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcW14AQDR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukcW14AQDR .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukcW14AQDR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukcW14AQDR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukcW14AQDR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukcW14AQDR .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukcW14AQDR .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukcW14AQDR .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukcW14AQDR .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukcW14AQDR .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukcW14AQDR .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukcW14AQDR .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukcW14AQDR .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukcW14AQDR .mbr-section-title {
  color: #000000;
}
.cid-ukcW14AQDR .mbr-text {
  color: #000000;
}
.cid-ukcW14AQDR .card-title {
  color: #000000;
}
.cid-ukcW14AQDR .card-text {
  color: #ffffff;
}
.cid-ukcW14AQDR .card-name {
  color: #ffffff;
}
.cid-ukcW14AQDR .card-role {
  color: #ffffff;
}
.cid-ukcW14PrL8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukcW14PrL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcW14PrL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcW14PrL8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcW14PrL8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcW14PrL8 .container {
    padding: 0 12px;
  }
}
.cid-ukcW14PrL8 .image-wrapper img,
.cid-ukcW14PrL8 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukcW14PrL8 .image-wrapper img,
  .cid-ukcW14PrL8 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .image-wrapper img,
  .cid-ukcW14PrL8 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukcW14PrL8 .image-wrapper img:nth-child(2n),
  .cid-ukcW14PrL8 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukcW14PrL8 .image-wrapper img,
  .cid-ukcW14PrL8 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukcW14PrL8 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukcW14PrL8 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukcW14PrL8 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukcW14PrL8 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukcW14PrL8 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukcW14PrL8 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukcW14PrL8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukcW14PrL8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukcW14PrL8 .mbr-text {
  color: #ffffff;
}
.cid-ukcW153C5r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukcW153C5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcW153C5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcW153C5r .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukcW153C5r .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukcW153C5r .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukcW153C5r .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukcW153C5r .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukcW153C5r .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukcW153C5r .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukcW153C5r .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukcW153C5r .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukcW153C5r .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukcW153C5r .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukcW153C5r .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukcW15g3Ey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukcW15g3Ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcW15g3Ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcW15g3Ey .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukcW15g3Ey .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcW15g3Ey .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukcW15g3Ey .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukcW15g3Ey .container {
    padding: 0 12px;
  }
}
.cid-ukcW15g3Ey .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukcW15g3Ey .card-wrapper {
    padding: 32px;
  }
}
.cid-ukcW15g3Ey .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukcW15g3Ey .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukcW15g3Ey .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukcW15g3Ey .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukcW15g3Ey .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukcW15g3Ey .mbr-section-title {
  color: #ffffff;
}
.cid-ukcW15g3Ey .mbr-section-title,
.cid-ukcW15g3Ey .mbr-section-btn,
.cid-ukcW15g3Ey .card-wrapper {
  text-align: center;
}
.cid-ukcW15rc48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukcW15rc48::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukcW15rc48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcW15rc48 .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-ukcW15rc48 .container {
    padding: 0 22px;
  }
}
.cid-ukcW15rc48 .row {
  position: relative;
  z-index: 1;
}
.cid-ukcW15rc48 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukcW15rc48 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukcW15rc48 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukcW15rc48 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcW15rc48 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcW15rc48 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukcW15rc48 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukcW15rc48 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcW15rc48 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukcW15rc48 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukcW15rc48 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukcW15rc48 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukcW15rc48 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukcW15rc48 .nav-wrapper .list .item-wrap:hover,
.cid-ukcW15rc48 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukcW15rc48 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukcW15rc48 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukcW15rc48 .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-ukcW15rc48 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcW15rc48 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukcW15rc48 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukcW15rc48 .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-ukcW15rc48 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukcW15rc48 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukcW15rc48 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukcW15rc48 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukcW15rc48 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukcW15rc48 .mbr-section-title {
  color: #00d0f3;
}
.cid-ukcW15rc48 .mbr-text {
  color: #ffffff;
}
.cid-ukcW15rc48 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukcW15rc48 .list {
  color: #ffffff;
}
.cid-ukcW15rc48 .mbr-contact {
  color: #ffffff;
}
.cid-ukcW15rc48 .mbr-desc {
  color: #ffffff;
}
.cid-ukdEl5lWyw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukdEl5lWyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukdEl5lWyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukdEl5lWyw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukdEl5lWyw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukdEl5lWyw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukdEl5lWyw .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukdEl5lWyw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukdEl5lWyw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukdEl5lWyw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukdEl5lWyw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukdEl5lWyw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukdEl5lWyw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukdEl5lWyw .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukdEl5lWyw .nav-link:hover::before {
  width: 100%;
}
.cid-ukdEl5lWyw .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukdEl5lWyw .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukdEl5lWyw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukdEl5lWyw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukdEl5lWyw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukdEl5lWyw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukdEl5lWyw .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukdEl5lWyw .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukdEl5lWyw .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukdEl5lWyw .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukdEl5lWyw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukdEl5lWyw .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukdEl5lWyw .nav-item:focus,
.cid-ukdEl5lWyw .nav-link:focus {
  outline: none;
}
.cid-ukdEl5lWyw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukdEl5lWyw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukdEl5lWyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukdEl5lWyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukdEl5lWyw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukdEl5lWyw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar.opened {
  transition: all 0.3s;
}
.cid-ukdEl5lWyw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukdEl5lWyw .navbar .navbar-logo img {
  width: auto;
}
.cid-ukdEl5lWyw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukdEl5lWyw .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukdEl5lWyw .navbar.collapsed {
  justify-content: center;
}
.cid-ukdEl5lWyw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukdEl5lWyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukdEl5lWyw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukdEl5lWyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukdEl5lWyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukdEl5lWyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukdEl5lWyw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukdEl5lWyw .navbar {
    min-height: 72px;
  }
  .cid-ukdEl5lWyw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukdEl5lWyw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukdEl5lWyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukdEl5lWyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukdEl5lWyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukdEl5lWyw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukdEl5lWyw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukdEl5lWyw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukdEl5lWyw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukdEl5lWyw .dropdown-item.active,
.cid-ukdEl5lWyw .dropdown-item:active {
  background-color: transparent;
}
.cid-ukdEl5lWyw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukdEl5lWyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukdEl5lWyw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukdEl5lWyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukdEl5lWyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukdEl5lWyw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukdEl5lWyw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukdEl5lWyw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukdEl5lWyw .navbar-buttons {
    text-align: left;
  }
}
.cid-ukdEl5lWyw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukdEl5lWyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukdEl5lWyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukdEl5lWyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukdEl5lWyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukdEl5lWyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukdEl5lWyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukdEl5lWyw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukdEl5lWyw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukdEl5lWyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukdEl5lWyw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukdEl5lWyw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukdEl5lWyw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukdEl5lWyw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukdEl5lWyw .navbar {
    height: 70px;
  }
  .cid-ukdEl5lWyw .navbar.opened {
    height: auto;
  }
  .cid-ukdEl5lWyw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukdEl5lWyw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukdEl5lWyw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukdEl5lWyw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukdEl5lWyw .navbar-brand {
    margin-right: auto;
  }
  .cid-ukdEl5lWyw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukdEl5lWyw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukdEl5lWyw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukdEl5lWyw .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-ukdEl5lWyw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukdEl5lWyw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukdEl5lWyw .navbar-brand,
.cid-ukdEl5lWyw .navbar-toggler,
.cid-ukdEl5lWyw .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukdEl5RlFf {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukdEl5RlFf .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukdEl5RlFf .main-image {
    display: none;
  }
}
.cid-ukdEl5RlFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdEl5RlFf .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-ukdEl5RlFf .container {
    padding: 0 16px;
  }
}
.cid-ukdEl5RlFf .row {
  position: relative;
  z-index: 1;
}
.cid-ukdEl5RlFf .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukdEl5RlFf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukdEl5RlFf .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukdEl5RlFf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukdEl5RlFf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukdEl5RlFf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukdEl5RlFf .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukdEl5RlFf .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukdEl5RlFf .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukdEl5RlFf .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukdEl5RlFf .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukdEl5RlFf .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukdEl5RlFf .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukdEl5RlFf .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukdEl5RlFf .mbr-section-title {
  color: #000000;
}
.cid-ukdEl5RlFf .mbr-text {
  color: #000000;
}
.cid-ukdEl5RlFf .card-title {
  color: #000000;
}
.cid-ukdEl5RlFf .card-text {
  color: #ffffff;
}
.cid-ukdEl5RlFf .card-name {
  color: #ffffff;
}
.cid-ukdEl5RlFf .card-role {
  color: #ffffff;
}
.cid-ukdEl661xL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukdEl661xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdEl661xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdEl661xL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukdEl661xL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukdEl661xL .container {
    padding: 0 12px;
  }
}
.cid-ukdEl661xL .image-wrapper img,
.cid-ukdEl661xL .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukdEl661xL .image-wrapper img,
  .cid-ukdEl661xL .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .image-wrapper img,
  .cid-ukdEl661xL .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukdEl661xL .image-wrapper img:nth-child(2n),
  .cid-ukdEl661xL .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukdEl661xL .image-wrapper img,
  .cid-ukdEl661xL .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukdEl661xL .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukdEl661xL .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukdEl661xL .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukdEl661xL .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukdEl661xL .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukdEl661xL .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukdEl661xL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukdEl661xL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukdEl661xL .mbr-text {
  color: #ffffff;
}
.cid-ukdEl6nS3o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukdEl6nS3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdEl6nS3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdEl6nS3o .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukdEl6nS3o .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukdEl6nS3o .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukdEl6nS3o .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukdEl6nS3o .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukdEl6nS3o .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukdEl6nS3o .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukdEl6nS3o .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukdEl6nS3o .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukdEl6nS3o .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukdEl6nS3o .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukdEl6nS3o .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukdEl6CTiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukdEl6CTiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdEl6CTiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdEl6CTiF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukdEl6CTiF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukdEl6CTiF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukdEl6CTiF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukdEl6CTiF .container {
    padding: 0 12px;
  }
}
.cid-ukdEl6CTiF .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukdEl6CTiF .card-wrapper {
    padding: 32px;
  }
}
.cid-ukdEl6CTiF .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukdEl6CTiF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukdEl6CTiF .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukdEl6CTiF .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukdEl6CTiF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukdEl6CTiF .mbr-section-title {
  color: #ffffff;
}
.cid-ukdEl6CTiF .mbr-section-title,
.cid-ukdEl6CTiF .mbr-section-btn,
.cid-ukdEl6CTiF .card-wrapper {
  text-align: center;
}
.cid-ukdEl6SA1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukdEl6SA1A::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukdEl6SA1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdEl6SA1A .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-ukdEl6SA1A .container {
    padding: 0 22px;
  }
}
.cid-ukdEl6SA1A .row {
  position: relative;
  z-index: 1;
}
.cid-ukdEl6SA1A .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukdEl6SA1A .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukdEl6SA1A .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukdEl6SA1A .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukdEl6SA1A .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukdEl6SA1A .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukdEl6SA1A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukdEl6SA1A .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukdEl6SA1A .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukdEl6SA1A .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukdEl6SA1A .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukdEl6SA1A .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukdEl6SA1A .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukdEl6SA1A .nav-wrapper .list .item-wrap:hover,
.cid-ukdEl6SA1A .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukdEl6SA1A .nav-wrapper .list .item-wrap:hover::before,
.cid-ukdEl6SA1A .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukdEl6SA1A .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-ukdEl6SA1A .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukdEl6SA1A .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukdEl6SA1A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukdEl6SA1A .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-ukdEl6SA1A .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukdEl6SA1A .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukdEl6SA1A .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukdEl6SA1A .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukdEl6SA1A .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukdEl6SA1A .mbr-section-title {
  color: #00d0f3;
}
.cid-ukdEl6SA1A .mbr-text {
  color: #ffffff;
}
.cid-ukdEl6SA1A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukdEl6SA1A .list {
  color: #ffffff;
}
.cid-ukdEl6SA1A .mbr-contact {
  color: #ffffff;
}
.cid-ukdEl6SA1A .mbr-desc {
  color: #ffffff;
}
.cid-ukh2fqH3Ye {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukh2fqH3Ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukh2fqH3Ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukh2fqH3Ye .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukh2fqH3Ye .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukh2fqH3Ye .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukh2fqH3Ye .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukh2fqH3Ye .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukh2fqH3Ye .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukh2fqH3Ye .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukh2fqH3Ye .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukh2fqH3Ye .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukh2fqH3Ye .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukh2fqH3Ye .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukh2fqH3Ye .nav-link:hover::before {
  width: 100%;
}
.cid-ukh2fqH3Ye .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukh2fqH3Ye .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukh2fqH3Ye .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukh2fqH3Ye .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukh2fqH3Ye .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukh2fqH3Ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukh2fqH3Ye .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukh2fqH3Ye .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukh2fqH3Ye .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukh2fqH3Ye .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukh2fqH3Ye .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukh2fqH3Ye .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukh2fqH3Ye .nav-item:focus,
.cid-ukh2fqH3Ye .nav-link:focus {
  outline: none;
}
.cid-ukh2fqH3Ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukh2fqH3Ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukh2fqH3Ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukh2fqH3Ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukh2fqH3Ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukh2fqH3Ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar.opened {
  transition: all 0.3s;
}
.cid-ukh2fqH3Ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukh2fqH3Ye .navbar .navbar-logo img {
  width: auto;
}
.cid-ukh2fqH3Ye .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukh2fqH3Ye .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukh2fqH3Ye .navbar.collapsed {
  justify-content: center;
}
.cid-ukh2fqH3Ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukh2fqH3Ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukh2fqH3Ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukh2fqH3Ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukh2fqH3Ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukh2fqH3Ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukh2fqH3Ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukh2fqH3Ye .navbar {
    min-height: 72px;
  }
  .cid-ukh2fqH3Ye .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukh2fqH3Ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukh2fqH3Ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukh2fqH3Ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukh2fqH3Ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukh2fqH3Ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukh2fqH3Ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukh2fqH3Ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukh2fqH3Ye .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukh2fqH3Ye .dropdown-item.active,
.cid-ukh2fqH3Ye .dropdown-item:active {
  background-color: transparent;
}
.cid-ukh2fqH3Ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukh2fqH3Ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukh2fqH3Ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukh2fqH3Ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukh2fqH3Ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukh2fqH3Ye .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukh2fqH3Ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukh2fqH3Ye .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukh2fqH3Ye .navbar-buttons {
    text-align: left;
  }
}
.cid-ukh2fqH3Ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukh2fqH3Ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukh2fqH3Ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukh2fqH3Ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukh2fqH3Ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukh2fqH3Ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukh2fqH3Ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukh2fqH3Ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukh2fqH3Ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukh2fqH3Ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukh2fqH3Ye .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukh2fqH3Ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukh2fqH3Ye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukh2fqH3Ye .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukh2fqH3Ye .navbar {
    height: 70px;
  }
  .cid-ukh2fqH3Ye .navbar.opened {
    height: auto;
  }
  .cid-ukh2fqH3Ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukh2fqH3Ye .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukh2fqH3Ye .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukh2fqH3Ye .navbar-brand {
    margin-right: auto;
  }
  .cid-ukh2fqH3Ye .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukh2fqH3Ye .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukh2fqH3Ye .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukh2fqH3Ye .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-ukh2fqH3Ye .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukh2fqH3Ye .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukh2fqH3Ye .navbar-brand,
.cid-ukh2fqH3Ye .navbar-toggler,
.cid-ukh2fqH3Ye .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukh2frdGiq {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukh2frdGiq .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukh2frdGiq .main-image {
    display: none;
  }
}
.cid-ukh2frdGiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukh2frdGiq .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-ukh2frdGiq .container {
    padding: 0 16px;
  }
}
.cid-ukh2frdGiq .row {
  position: relative;
  z-index: 1;
}
.cid-ukh2frdGiq .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukh2frdGiq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukh2frdGiq .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukh2frdGiq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukh2frdGiq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukh2frdGiq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukh2frdGiq .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukh2frdGiq .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukh2frdGiq .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukh2frdGiq .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukh2frdGiq .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukh2frdGiq .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukh2frdGiq .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukh2frdGiq .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukh2frdGiq .mbr-section-title {
  color: #000000;
}
.cid-ukh2frdGiq .mbr-text {
  color: #000000;
}
.cid-ukh2frdGiq .card-title {
  color: #000000;
}
.cid-ukh2frdGiq .card-text {
  color: #ffffff;
}
.cid-ukh2frdGiq .card-name {
  color: #ffffff;
}
.cid-ukh2frdGiq .card-role {
  color: #ffffff;
}
.cid-ukh2frsh7K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukh2frsh7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukh2frsh7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukh2frsh7K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukh2frsh7K .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukh2frsh7K .container {
    padding: 0 12px;
  }
}
.cid-ukh2frsh7K .image-wrapper img,
.cid-ukh2frsh7K .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukh2frsh7K .image-wrapper img,
  .cid-ukh2frsh7K .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .image-wrapper img,
  .cid-ukh2frsh7K .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukh2frsh7K .image-wrapper img:nth-child(2n),
  .cid-ukh2frsh7K .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukh2frsh7K .image-wrapper img,
  .cid-ukh2frsh7K .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukh2frsh7K .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukh2frsh7K .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukh2frsh7K .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukh2frsh7K .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukh2frsh7K .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukh2frsh7K .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukh2frsh7K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukh2frsh7K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukh2frsh7K .mbr-text {
  color: #ffffff;
}
.cid-ukh2frIgOu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukh2frIgOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukh2frIgOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukh2frIgOu .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukh2frIgOu .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukh2frIgOu .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukh2frIgOu .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukh2frIgOu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukh2frIgOu .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukh2frIgOu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukh2frIgOu .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukh2frIgOu .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukh2frIgOu .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukh2frIgOu .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukh2frIgOu .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukh2frVXFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukh2frVXFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukh2frVXFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukh2frVXFY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukh2frVXFY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukh2frVXFY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukh2frVXFY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukh2frVXFY .container {
    padding: 0 12px;
  }
}
.cid-ukh2frVXFY .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukh2frVXFY .card-wrapper {
    padding: 32px;
  }
}
.cid-ukh2frVXFY .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukh2frVXFY .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukh2frVXFY .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukh2frVXFY .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukh2frVXFY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukh2frVXFY .mbr-section-title {
  color: #ffffff;
}
.cid-ukh2frVXFY .mbr-section-title,
.cid-ukh2frVXFY .mbr-section-btn,
.cid-ukh2frVXFY .card-wrapper {
  text-align: center;
}
.cid-ukh2fs64Dr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukh2fs64Dr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukh2fs64Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukh2fs64Dr .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-ukh2fs64Dr .container {
    padding: 0 22px;
  }
}
.cid-ukh2fs64Dr .row {
  position: relative;
  z-index: 1;
}
.cid-ukh2fs64Dr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukh2fs64Dr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukh2fs64Dr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukh2fs64Dr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukh2fs64Dr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukh2fs64Dr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukh2fs64Dr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukh2fs64Dr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukh2fs64Dr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukh2fs64Dr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukh2fs64Dr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukh2fs64Dr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukh2fs64Dr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukh2fs64Dr .nav-wrapper .list .item-wrap:hover,
.cid-ukh2fs64Dr .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukh2fs64Dr .nav-wrapper .list .item-wrap:hover::before,
.cid-ukh2fs64Dr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukh2fs64Dr .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-ukh2fs64Dr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukh2fs64Dr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukh2fs64Dr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukh2fs64Dr .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-ukh2fs64Dr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukh2fs64Dr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukh2fs64Dr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukh2fs64Dr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukh2fs64Dr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukh2fs64Dr .mbr-section-title {
  color: #00d0f3;
}
.cid-ukh2fs64Dr .mbr-text {
  color: #ffffff;
}
.cid-ukh2fs64Dr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukh2fs64Dr .list {
  color: #ffffff;
}
.cid-ukh2fs64Dr .mbr-contact {
  color: #ffffff;
}
.cid-ukh2fs64Dr .mbr-desc {
  color: #ffffff;
}
.cid-uknAAq9HaN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uknAAq9HaN .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-uknAAq9HaN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uknAAq9HaN .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-uknAAq9HaN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uknAAq9HaN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uknAAq9HaN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uknAAq9HaN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uknAAq9HaN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uknAAq9HaN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uknAAq9HaN .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uknAAq9HaN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uknAAq9HaN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uknAAq9HaN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uknAAq9HaN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uknAAq9HaN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uknAAq9HaN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uknAAq9HaN .nav-link:hover {
  color: #ffffff !important;
}
.cid-uknAAq9HaN .nav-link:hover::before {
  width: 100%;
}
.cid-uknAAq9HaN .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uknAAq9HaN .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uknAAq9HaN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uknAAq9HaN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uknAAq9HaN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uknAAq9HaN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uknAAq9HaN .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uknAAq9HaN .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uknAAq9HaN .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uknAAq9HaN .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uknAAq9HaN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uknAAq9HaN .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uknAAq9HaN .nav-item:focus,
.cid-uknAAq9HaN .nav-link:focus {
  outline: none;
}
.cid-uknAAq9HaN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uknAAq9HaN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uknAAq9HaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uknAAq9HaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uknAAq9HaN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uknAAq9HaN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uknAAq9HaN .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-uknAAq9HaN .navbar.opened {
  transition: all 0.3s;
}
.cid-uknAAq9HaN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uknAAq9HaN .navbar .navbar-logo img {
  width: auto;
}
.cid-uknAAq9HaN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uknAAq9HaN .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uknAAq9HaN .navbar.collapsed {
  justify-content: center;
}
.cid-uknAAq9HaN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uknAAq9HaN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uknAAq9HaN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uknAAq9HaN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uknAAq9HaN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uknAAq9HaN .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-uknAAq9HaN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uknAAq9HaN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uknAAq9HaN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uknAAq9HaN .navbar {
    min-height: 72px;
  }
  .cid-uknAAq9HaN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uknAAq9HaN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uknAAq9HaN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uknAAq9HaN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uknAAq9HaN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uknAAq9HaN .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-uknAAq9HaN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uknAAq9HaN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uknAAq9HaN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uknAAq9HaN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uknAAq9HaN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uknAAq9HaN .dropdown-item.active,
.cid-uknAAq9HaN .dropdown-item:active {
  background-color: transparent;
}
.cid-uknAAq9HaN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uknAAq9HaN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uknAAq9HaN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uknAAq9HaN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uknAAq9HaN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uknAAq9HaN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uknAAq9HaN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uknAAq9HaN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uknAAq9HaN .navbar-buttons {
    text-align: left;
  }
}
.cid-uknAAq9HaN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uknAAq9HaN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uknAAq9HaN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uknAAq9HaN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uknAAq9HaN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uknAAq9HaN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uknAAq9HaN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uknAAq9HaN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uknAAq9HaN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uknAAq9HaN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uknAAq9HaN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uknAAq9HaN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uknAAq9HaN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uknAAq9HaN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uknAAq9HaN .navbar {
    height: 70px;
  }
  .cid-uknAAq9HaN .navbar.opened {
    height: auto;
  }
  .cid-uknAAq9HaN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uknAAq9HaN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uknAAq9HaN .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-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uknAAq9HaN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uknAAq9HaN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uknAAq9HaN .navbar-brand {
    margin-right: auto;
  }
  .cid-uknAAq9HaN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uknAAq9HaN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uknAAq9HaN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uknAAq9HaN .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-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uknAAq9HaN .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-uknAAq9HaN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uknAAq9HaN .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-uknAAq9HaN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uknAAq9HaN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uknAAq9HaN .navbar-brand,
.cid-uknAAq9HaN .navbar-toggler,
.cid-uknAAq9HaN .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uknAAqTtzb {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uknAAqTtzb .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uknAAqTtzb .main-image {
    display: none;
  }
}
.cid-uknAAqTtzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknAAqTtzb .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-uknAAqTtzb .container {
    padding: 0 16px;
  }
}
.cid-uknAAqTtzb .row {
  position: relative;
  z-index: 1;
}
.cid-uknAAqTtzb .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uknAAqTtzb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uknAAqTtzb .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uknAAqTtzb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uknAAqTtzb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uknAAqTtzb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uknAAqTtzb .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uknAAqTtzb .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uknAAqTtzb .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uknAAqTtzb .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uknAAqTtzb .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uknAAqTtzb .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uknAAqTtzb .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uknAAqTtzb .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uknAAqTtzb .mbr-section-title {
  color: #000000;
}
.cid-uknAAqTtzb .mbr-text {
  color: #000000;
}
.cid-uknAAqTtzb .card-title {
  color: #000000;
}
.cid-uknAAqTtzb .card-text {
  color: #ffffff;
}
.cid-uknAAqTtzb .card-name {
  color: #ffffff;
}
.cid-uknAAqTtzb .card-role {
  color: #ffffff;
}
.cid-uknAArq3X3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uknAArq3X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknAArq3X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uknAArq3X3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uknAArq3X3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uknAArq3X3 .container {
    padding: 0 12px;
  }
}
.cid-uknAArq3X3 .image-wrapper img,
.cid-uknAArq3X3 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uknAArq3X3 .image-wrapper img,
  .cid-uknAArq3X3 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .image-wrapper img,
  .cid-uknAArq3X3 .image-wrap img {
    margin-right: 16px;
  }
  .cid-uknAArq3X3 .image-wrapper img:nth-child(2n),
  .cid-uknAArq3X3 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uknAArq3X3 .image-wrapper img,
  .cid-uknAArq3X3 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uknAArq3X3 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uknAArq3X3 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uknAArq3X3 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uknAArq3X3 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uknAArq3X3 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uknAArq3X3 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uknAArq3X3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uknAArq3X3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uknAArq3X3 .mbr-text {
  color: #ffffff;
}
.cid-uknAArPMGW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uknAArPMGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknAArPMGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uknAArPMGW .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uknAArPMGW .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uknAArPMGW .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uknAArPMGW .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uknAArPMGW .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uknAArPMGW .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uknAArPMGW .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uknAArPMGW .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uknAArPMGW .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uknAArPMGW .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uknAArPMGW .mbr-text a {
  text-decoration: underline !important;
}
.cid-uknAArPMGW .mbr-text a:hover {
  color: inherit !important;
}
.cid-uknAAs8iSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uknAAs8iSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknAAs8iSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uknAAs8iSb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uknAAs8iSb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uknAAs8iSb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uknAAs8iSb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uknAAs8iSb .container {
    padding: 0 12px;
  }
}
.cid-uknAAs8iSb .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uknAAs8iSb .card-wrapper {
    padding: 32px;
  }
}
.cid-uknAAs8iSb .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uknAAs8iSb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uknAAs8iSb .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uknAAs8iSb .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uknAAs8iSb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uknAAs8iSb .mbr-section-title {
  color: #ffffff;
}
.cid-uknAAs8iSb .mbr-section-title,
.cid-uknAAs8iSb .mbr-section-btn,
.cid-uknAAs8iSb .card-wrapper {
  text-align: center;
}
.cid-uknAAsmU2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uknAAsmU2j::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uknAAsmU2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknAAsmU2j .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-uknAAsmU2j .container {
    padding: 0 22px;
  }
}
.cid-uknAAsmU2j .row {
  position: relative;
  z-index: 1;
}
.cid-uknAAsmU2j .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uknAAsmU2j .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uknAAsmU2j .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uknAAsmU2j .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uknAAsmU2j .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uknAAsmU2j .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uknAAsmU2j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uknAAsmU2j .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uknAAsmU2j .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uknAAsmU2j .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uknAAsmU2j .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uknAAsmU2j .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uknAAsmU2j .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uknAAsmU2j .nav-wrapper .list .item-wrap:hover,
.cid-uknAAsmU2j .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uknAAsmU2j .nav-wrapper .list .item-wrap:hover::before,
.cid-uknAAsmU2j .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uknAAsmU2j .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-uknAAsmU2j .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uknAAsmU2j .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uknAAsmU2j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uknAAsmU2j .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-uknAAsmU2j .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uknAAsmU2j .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uknAAsmU2j .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uknAAsmU2j .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uknAAsmU2j .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uknAAsmU2j .mbr-section-title {
  color: #00d0f3;
}
.cid-uknAAsmU2j .mbr-text {
  color: #ffffff;
}
.cid-uknAAsmU2j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uknAAsmU2j .list {
  color: #ffffff;
}
.cid-uknAAsmU2j .mbr-contact {
  color: #ffffff;
}
.cid-uknAAsmU2j .mbr-desc {
  color: #ffffff;
}
.cid-ukpgOWbYbD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukpgOWbYbD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukpgOWbYbD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukpgOWbYbD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukpgOWbYbD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukpgOWbYbD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukpgOWbYbD .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukpgOWbYbD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukpgOWbYbD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukpgOWbYbD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukpgOWbYbD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukpgOWbYbD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukpgOWbYbD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukpgOWbYbD .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukpgOWbYbD .nav-link:hover::before {
  width: 100%;
}
.cid-ukpgOWbYbD .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukpgOWbYbD .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukpgOWbYbD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukpgOWbYbD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukpgOWbYbD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukpgOWbYbD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukpgOWbYbD .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukpgOWbYbD .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukpgOWbYbD .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukpgOWbYbD .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukpgOWbYbD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukpgOWbYbD .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukpgOWbYbD .nav-item:focus,
.cid-ukpgOWbYbD .nav-link:focus {
  outline: none;
}
.cid-ukpgOWbYbD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukpgOWbYbD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukpgOWbYbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukpgOWbYbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukpgOWbYbD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukpgOWbYbD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar.opened {
  transition: all 0.3s;
}
.cid-ukpgOWbYbD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukpgOWbYbD .navbar .navbar-logo img {
  width: auto;
}
.cid-ukpgOWbYbD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpgOWbYbD .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukpgOWbYbD .navbar.collapsed {
  justify-content: center;
}
.cid-ukpgOWbYbD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukpgOWbYbD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukpgOWbYbD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukpgOWbYbD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukpgOWbYbD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukpgOWbYbD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukpgOWbYbD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukpgOWbYbD .navbar {
    min-height: 72px;
  }
  .cid-ukpgOWbYbD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukpgOWbYbD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukpgOWbYbD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukpgOWbYbD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukpgOWbYbD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukpgOWbYbD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukpgOWbYbD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukpgOWbYbD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukpgOWbYbD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukpgOWbYbD .dropdown-item.active,
.cid-ukpgOWbYbD .dropdown-item:active {
  background-color: transparent;
}
.cid-ukpgOWbYbD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukpgOWbYbD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukpgOWbYbD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukpgOWbYbD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukpgOWbYbD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukpgOWbYbD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukpgOWbYbD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukpgOWbYbD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukpgOWbYbD .navbar-buttons {
    text-align: left;
  }
}
.cid-ukpgOWbYbD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukpgOWbYbD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukpgOWbYbD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukpgOWbYbD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukpgOWbYbD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukpgOWbYbD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukpgOWbYbD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukpgOWbYbD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukpgOWbYbD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukpgOWbYbD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukpgOWbYbD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukpgOWbYbD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukpgOWbYbD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpgOWbYbD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukpgOWbYbD .navbar {
    height: 70px;
  }
  .cid-ukpgOWbYbD .navbar.opened {
    height: auto;
  }
  .cid-ukpgOWbYbD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukpgOWbYbD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukpgOWbYbD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukpgOWbYbD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukpgOWbYbD .navbar-brand {
    margin-right: auto;
  }
  .cid-ukpgOWbYbD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukpgOWbYbD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukpgOWbYbD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukpgOWbYbD .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-ukpgOWbYbD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukpgOWbYbD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukpgOWbYbD .navbar-brand,
.cid-ukpgOWbYbD .navbar-toggler,
.cid-ukpgOWbYbD .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukpgOWIztI {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukpgOWIztI .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukpgOWIztI .main-image {
    display: none;
  }
}
.cid-ukpgOWIztI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpgOWIztI .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-ukpgOWIztI .container {
    padding: 0 16px;
  }
}
.cid-ukpgOWIztI .row {
  position: relative;
  z-index: 1;
}
.cid-ukpgOWIztI .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpgOWIztI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukpgOWIztI .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukpgOWIztI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukpgOWIztI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukpgOWIztI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukpgOWIztI .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukpgOWIztI .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukpgOWIztI .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukpgOWIztI .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukpgOWIztI .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukpgOWIztI .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukpgOWIztI .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukpgOWIztI .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukpgOWIztI .mbr-section-title {
  color: #000000;
}
.cid-ukpgOWIztI .mbr-text {
  color: #000000;
}
.cid-ukpgOWIztI .card-title {
  color: #000000;
}
.cid-ukpgOWIztI .card-text {
  color: #ffffff;
}
.cid-ukpgOWIztI .card-name {
  color: #ffffff;
}
.cid-ukpgOWIztI .card-role {
  color: #ffffff;
}
.cid-ukpgOWYKwe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukpgOWYKwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpgOWYKwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpgOWYKwe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpgOWYKwe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpgOWYKwe .container {
    padding: 0 12px;
  }
}
.cid-ukpgOWYKwe .image-wrapper img,
.cid-ukpgOWYKwe .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukpgOWYKwe .image-wrapper img,
  .cid-ukpgOWYKwe .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .image-wrapper img,
  .cid-ukpgOWYKwe .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukpgOWYKwe .image-wrapper img:nth-child(2n),
  .cid-ukpgOWYKwe .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukpgOWYKwe .image-wrapper img,
  .cid-ukpgOWYKwe .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukpgOWYKwe .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukpgOWYKwe .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukpgOWYKwe .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukpgOWYKwe .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukpgOWYKwe .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukpgOWYKwe .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukpgOWYKwe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukpgOWYKwe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukpgOWYKwe .mbr-text {
  color: #ffffff;
}
.cid-ukpgOXgWKB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukpgOXgWKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpgOXgWKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpgOXgWKB .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukpgOXgWKB .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukpgOXgWKB .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukpgOXgWKB .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukpgOXgWKB .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukpgOXgWKB .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukpgOXgWKB .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukpgOXgWKB .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukpgOXgWKB .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukpgOXgWKB .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukpgOXgWKB .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukpgOXgWKB .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukpgOXDzJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukpgOXDzJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpgOXDzJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpgOXDzJr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukpgOXDzJr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpgOXDzJr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukpgOXDzJr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpgOXDzJr .container {
    padding: 0 12px;
  }
}
.cid-ukpgOXDzJr .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukpgOXDzJr .card-wrapper {
    padding: 32px;
  }
}
.cid-ukpgOXDzJr .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukpgOXDzJr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukpgOXDzJr .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukpgOXDzJr .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukpgOXDzJr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukpgOXDzJr .mbr-section-title {
  color: #ffffff;
}
.cid-ukpgOXDzJr .mbr-section-title,
.cid-ukpgOXDzJr .mbr-section-btn,
.cid-ukpgOXDzJr .card-wrapper {
  text-align: center;
}
.cid-ukpgOXTvdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukpgOXTvdm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukpgOXTvdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpgOXTvdm .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-ukpgOXTvdm .container {
    padding: 0 22px;
  }
}
.cid-ukpgOXTvdm .row {
  position: relative;
  z-index: 1;
}
.cid-ukpgOXTvdm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukpgOXTvdm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukpgOXTvdm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukpgOXTvdm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukpgOXTvdm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpgOXTvdm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukpgOXTvdm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukpgOXTvdm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpgOXTvdm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukpgOXTvdm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpgOXTvdm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukpgOXTvdm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukpgOXTvdm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukpgOXTvdm .nav-wrapper .list .item-wrap:hover,
.cid-ukpgOXTvdm .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukpgOXTvdm .nav-wrapper .list .item-wrap:hover::before,
.cid-ukpgOXTvdm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukpgOXTvdm .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-ukpgOXTvdm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpgOXTvdm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukpgOXTvdm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukpgOXTvdm .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-ukpgOXTvdm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpgOXTvdm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukpgOXTvdm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukpgOXTvdm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukpgOXTvdm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukpgOXTvdm .mbr-section-title {
  color: #00d0f3;
}
.cid-ukpgOXTvdm .mbr-text {
  color: #ffffff;
}
.cid-ukpgOXTvdm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukpgOXTvdm .list {
  color: #ffffff;
}
.cid-ukpgOXTvdm .mbr-contact {
  color: #ffffff;
}
.cid-ukpgOXTvdm .mbr-desc {
  color: #ffffff;
}
.cid-ukpjDLwuPp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukpjDLwuPp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukpjDLwuPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukpjDLwuPp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukpjDLwuPp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukpjDLwuPp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukpjDLwuPp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukpjDLwuPp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukpjDLwuPp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukpjDLwuPp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukpjDLwuPp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukpjDLwuPp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukpjDLwuPp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukpjDLwuPp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukpjDLwuPp .nav-link:hover::before {
  width: 100%;
}
.cid-ukpjDLwuPp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukpjDLwuPp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukpjDLwuPp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukpjDLwuPp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukpjDLwuPp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukpjDLwuPp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukpjDLwuPp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukpjDLwuPp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukpjDLwuPp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukpjDLwuPp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukpjDLwuPp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukpjDLwuPp .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukpjDLwuPp .nav-item:focus,
.cid-ukpjDLwuPp .nav-link:focus {
  outline: none;
}
.cid-ukpjDLwuPp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukpjDLwuPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukpjDLwuPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukpjDLwuPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukpjDLwuPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukpjDLwuPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukpjDLwuPp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukpjDLwuPp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukpjDLwuPp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpjDLwuPp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukpjDLwuPp .navbar.collapsed {
  justify-content: center;
}
.cid-ukpjDLwuPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukpjDLwuPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukpjDLwuPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukpjDLwuPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukpjDLwuPp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukpjDLwuPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukpjDLwuPp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukpjDLwuPp .navbar {
    min-height: 72px;
  }
  .cid-ukpjDLwuPp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukpjDLwuPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukpjDLwuPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukpjDLwuPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukpjDLwuPp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukpjDLwuPp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukpjDLwuPp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukpjDLwuPp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukpjDLwuPp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukpjDLwuPp .dropdown-item.active,
.cid-ukpjDLwuPp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukpjDLwuPp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukpjDLwuPp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukpjDLwuPp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukpjDLwuPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukpjDLwuPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukpjDLwuPp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukpjDLwuPp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukpjDLwuPp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukpjDLwuPp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukpjDLwuPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukpjDLwuPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukpjDLwuPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukpjDLwuPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukpjDLwuPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukpjDLwuPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukpjDLwuPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukpjDLwuPp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukpjDLwuPp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukpjDLwuPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukpjDLwuPp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukpjDLwuPp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukpjDLwuPp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpjDLwuPp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukpjDLwuPp .navbar {
    height: 70px;
  }
  .cid-ukpjDLwuPp .navbar.opened {
    height: auto;
  }
  .cid-ukpjDLwuPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukpjDLwuPp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukpjDLwuPp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukpjDLwuPp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukpjDLwuPp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukpjDLwuPp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukpjDLwuPp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukpjDLwuPp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukpjDLwuPp .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-ukpjDLwuPp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukpjDLwuPp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukpjDLwuPp .navbar-brand,
.cid-ukpjDLwuPp .navbar-toggler,
.cid-ukpjDLwuPp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukpjDN4LaJ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukpjDN4LaJ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukpjDN4LaJ .main-image {
    display: none;
  }
}
.cid-ukpjDN4LaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpjDN4LaJ .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-ukpjDN4LaJ .container {
    padding: 0 16px;
  }
}
.cid-ukpjDN4LaJ .row {
  position: relative;
  z-index: 1;
}
.cid-ukpjDN4LaJ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpjDN4LaJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukpjDN4LaJ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukpjDN4LaJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukpjDN4LaJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukpjDN4LaJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukpjDN4LaJ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukpjDN4LaJ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukpjDN4LaJ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukpjDN4LaJ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukpjDN4LaJ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukpjDN4LaJ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukpjDN4LaJ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukpjDN4LaJ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukpjDN4LaJ .mbr-section-title {
  color: #000000;
}
.cid-ukpjDN4LaJ .mbr-text {
  color: #000000;
}
.cid-ukpjDN4LaJ .card-title {
  color: #000000;
}
.cid-ukpjDN4LaJ .card-text {
  color: #ffffff;
}
.cid-ukpjDN4LaJ .card-name {
  color: #ffffff;
}
.cid-ukpjDN4LaJ .card-role {
  color: #ffffff;
}
.cid-ukpjDNpBNg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukpjDNpBNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpjDNpBNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpjDNpBNg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpjDNpBNg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpjDNpBNg .container {
    padding: 0 12px;
  }
}
.cid-ukpjDNpBNg .image-wrapper img,
.cid-ukpjDNpBNg .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukpjDNpBNg .image-wrapper img,
  .cid-ukpjDNpBNg .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .image-wrapper img,
  .cid-ukpjDNpBNg .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukpjDNpBNg .image-wrapper img:nth-child(2n),
  .cid-ukpjDNpBNg .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukpjDNpBNg .image-wrapper img,
  .cid-ukpjDNpBNg .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukpjDNpBNg .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukpjDNpBNg .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukpjDNpBNg .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukpjDNpBNg .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukpjDNpBNg .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukpjDNpBNg .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukpjDNpBNg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukpjDNpBNg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukpjDNpBNg .mbr-text {
  color: #ffffff;
}
.cid-ukpjDNIZ82 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukpjDNIZ82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpjDNIZ82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpjDNIZ82 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukpjDNIZ82 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukpjDNIZ82 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukpjDNIZ82 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukpjDNIZ82 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukpjDNIZ82 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukpjDNIZ82 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukpjDNIZ82 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukpjDNIZ82 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukpjDNIZ82 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukpjDNIZ82 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukpjDNIZ82 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukpjDOThQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukpjDOThQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpjDOThQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpjDOThQ0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukpjDOThQ0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpjDOThQ0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukpjDOThQ0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukpjDOThQ0 .container {
    padding: 0 12px;
  }
}
.cid-ukpjDOThQ0 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukpjDOThQ0 .card-wrapper {
    padding: 32px;
  }
}
.cid-ukpjDOThQ0 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukpjDOThQ0 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukpjDOThQ0 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukpjDOThQ0 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukpjDOThQ0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukpjDOThQ0 .mbr-section-title {
  color: #ffffff;
}
.cid-ukpjDOThQ0 .mbr-section-title,
.cid-ukpjDOThQ0 .mbr-section-btn,
.cid-ukpjDOThQ0 .card-wrapper {
  text-align: center;
}
.cid-ukpjDP8Ik1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukpjDP8Ik1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukpjDP8Ik1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpjDP8Ik1 .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-ukpjDP8Ik1 .container {
    padding: 0 22px;
  }
}
.cid-ukpjDP8Ik1 .row {
  position: relative;
  z-index: 1;
}
.cid-ukpjDP8Ik1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukpjDP8Ik1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukpjDP8Ik1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukpjDP8Ik1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukpjDP8Ik1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpjDP8Ik1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukpjDP8Ik1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukpjDP8Ik1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpjDP8Ik1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukpjDP8Ik1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukpjDP8Ik1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukpjDP8Ik1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukpjDP8Ik1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukpjDP8Ik1 .nav-wrapper .list .item-wrap:hover,
.cid-ukpjDP8Ik1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukpjDP8Ik1 .nav-wrapper .list .item-wrap:hover::before,
.cid-ukpjDP8Ik1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukpjDP8Ik1 .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-ukpjDP8Ik1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpjDP8Ik1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukpjDP8Ik1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukpjDP8Ik1 .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-ukpjDP8Ik1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukpjDP8Ik1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukpjDP8Ik1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukpjDP8Ik1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukpjDP8Ik1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukpjDP8Ik1 .mbr-section-title {
  color: #00d0f3;
}
.cid-ukpjDP8Ik1 .mbr-text {
  color: #ffffff;
}
.cid-ukpjDP8Ik1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukpjDP8Ik1 .list {
  color: #ffffff;
}
.cid-ukpjDP8Ik1 .mbr-contact {
  color: #ffffff;
}
.cid-ukpjDP8Ik1 .mbr-desc {
  color: #ffffff;
}
.cid-uktgMHoQQA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uktgMHoQQA .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-uktgMHoQQA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uktgMHoQQA .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-uktgMHoQQA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uktgMHoQQA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uktgMHoQQA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uktgMHoQQA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uktgMHoQQA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uktgMHoQQA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uktgMHoQQA .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uktgMHoQQA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uktgMHoQQA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uktgMHoQQA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uktgMHoQQA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uktgMHoQQA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uktgMHoQQA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uktgMHoQQA .nav-link:hover {
  color: #ffffff !important;
}
.cid-uktgMHoQQA .nav-link:hover::before {
  width: 100%;
}
.cid-uktgMHoQQA .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uktgMHoQQA .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uktgMHoQQA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uktgMHoQQA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uktgMHoQQA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uktgMHoQQA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uktgMHoQQA .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uktgMHoQQA .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uktgMHoQQA .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uktgMHoQQA .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uktgMHoQQA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uktgMHoQQA .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uktgMHoQQA .nav-item:focus,
.cid-uktgMHoQQA .nav-link:focus {
  outline: none;
}
.cid-uktgMHoQQA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uktgMHoQQA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uktgMHoQQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uktgMHoQQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uktgMHoQQA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uktgMHoQQA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uktgMHoQQA .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-uktgMHoQQA .navbar.opened {
  transition: all 0.3s;
}
.cid-uktgMHoQQA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uktgMHoQQA .navbar .navbar-logo img {
  width: auto;
}
.cid-uktgMHoQQA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uktgMHoQQA .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uktgMHoQQA .navbar.collapsed {
  justify-content: center;
}
.cid-uktgMHoQQA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uktgMHoQQA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uktgMHoQQA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uktgMHoQQA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uktgMHoQQA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uktgMHoQQA .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-uktgMHoQQA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uktgMHoQQA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uktgMHoQQA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uktgMHoQQA .navbar {
    min-height: 72px;
  }
  .cid-uktgMHoQQA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uktgMHoQQA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uktgMHoQQA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uktgMHoQQA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uktgMHoQQA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uktgMHoQQA .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-uktgMHoQQA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uktgMHoQQA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uktgMHoQQA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uktgMHoQQA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uktgMHoQQA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uktgMHoQQA .dropdown-item.active,
.cid-uktgMHoQQA .dropdown-item:active {
  background-color: transparent;
}
.cid-uktgMHoQQA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uktgMHoQQA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uktgMHoQQA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uktgMHoQQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uktgMHoQQA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uktgMHoQQA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uktgMHoQQA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uktgMHoQQA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uktgMHoQQA .navbar-buttons {
    text-align: left;
  }
}
.cid-uktgMHoQQA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uktgMHoQQA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uktgMHoQQA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uktgMHoQQA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uktgMHoQQA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uktgMHoQQA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uktgMHoQQA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uktgMHoQQA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uktgMHoQQA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uktgMHoQQA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uktgMHoQQA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uktgMHoQQA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uktgMHoQQA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uktgMHoQQA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uktgMHoQQA .navbar {
    height: 70px;
  }
  .cid-uktgMHoQQA .navbar.opened {
    height: auto;
  }
  .cid-uktgMHoQQA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uktgMHoQQA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uktgMHoQQA .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-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uktgMHoQQA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uktgMHoQQA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uktgMHoQQA .navbar-brand {
    margin-right: auto;
  }
  .cid-uktgMHoQQA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uktgMHoQQA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uktgMHoQQA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uktgMHoQQA .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-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uktgMHoQQA .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-uktgMHoQQA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uktgMHoQQA .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-uktgMHoQQA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uktgMHoQQA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uktgMHoQQA .navbar-brand,
.cid-uktgMHoQQA .navbar-toggler,
.cid-uktgMHoQQA .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uktgMHY0si {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uktgMHY0si .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uktgMHY0si .main-image {
    display: none;
  }
}
.cid-uktgMHY0si .mbr-fallback-image.disabled {
  display: none;
}
.cid-uktgMHY0si .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-uktgMHY0si .container {
    padding: 0 16px;
  }
}
.cid-uktgMHY0si .row {
  position: relative;
  z-index: 1;
}
.cid-uktgMHY0si .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uktgMHY0si .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uktgMHY0si .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uktgMHY0si .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uktgMHY0si .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uktgMHY0si .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uktgMHY0si .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uktgMHY0si .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uktgMHY0si .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uktgMHY0si .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uktgMHY0si .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uktgMHY0si .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uktgMHY0si .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uktgMHY0si .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uktgMHY0si .mbr-section-title {
  color: #000000;
}
.cid-uktgMHY0si .mbr-text {
  color: #000000;
}
.cid-uktgMHY0si .card-title {
  color: #000000;
}
.cid-uktgMHY0si .card-text {
  color: #ffffff;
}
.cid-uktgMHY0si .card-name {
  color: #ffffff;
}
.cid-uktgMHY0si .card-role {
  color: #ffffff;
}
.cid-uktgMIcmwa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uktgMIcmwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uktgMIcmwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uktgMIcmwa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uktgMIcmwa .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uktgMIcmwa .container {
    padding: 0 12px;
  }
}
.cid-uktgMIcmwa .image-wrapper img,
.cid-uktgMIcmwa .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uktgMIcmwa .image-wrapper img,
  .cid-uktgMIcmwa .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .image-wrapper img,
  .cid-uktgMIcmwa .image-wrap img {
    margin-right: 16px;
  }
  .cid-uktgMIcmwa .image-wrapper img:nth-child(2n),
  .cid-uktgMIcmwa .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uktgMIcmwa .image-wrapper img,
  .cid-uktgMIcmwa .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uktgMIcmwa .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uktgMIcmwa .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uktgMIcmwa .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uktgMIcmwa .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uktgMIcmwa .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uktgMIcmwa .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uktgMIcmwa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uktgMIcmwa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uktgMIcmwa .mbr-text {
  color: #ffffff;
}
.cid-uktgMIstQk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uktgMIstQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uktgMIstQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uktgMIstQk .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uktgMIstQk .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uktgMIstQk .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uktgMIstQk .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uktgMIstQk .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uktgMIstQk .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uktgMIstQk .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uktgMIstQk .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uktgMIstQk .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uktgMIstQk .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uktgMIstQk .mbr-text a {
  text-decoration: underline !important;
}
.cid-uktgMIstQk .mbr-text a:hover {
  color: inherit !important;
}
.cid-uktgMIDU3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uktgMIDU3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uktgMIDU3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uktgMIDU3O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uktgMIDU3O .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uktgMIDU3O .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uktgMIDU3O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uktgMIDU3O .container {
    padding: 0 12px;
  }
}
.cid-uktgMIDU3O .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uktgMIDU3O .card-wrapper {
    padding: 32px;
  }
}
.cid-uktgMIDU3O .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uktgMIDU3O .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uktgMIDU3O .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uktgMIDU3O .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uktgMIDU3O .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uktgMIDU3O .mbr-section-title {
  color: #ffffff;
}
.cid-uktgMIDU3O .mbr-section-title,
.cid-uktgMIDU3O .mbr-section-btn,
.cid-uktgMIDU3O .card-wrapper {
  text-align: center;
}
.cid-uktgMIUErX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uktgMIUErX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uktgMIUErX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uktgMIUErX .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-uktgMIUErX .container {
    padding: 0 22px;
  }
}
.cid-uktgMIUErX .row {
  position: relative;
  z-index: 1;
}
.cid-uktgMIUErX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uktgMIUErX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uktgMIUErX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uktgMIUErX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uktgMIUErX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uktgMIUErX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uktgMIUErX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uktgMIUErX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uktgMIUErX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uktgMIUErX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uktgMIUErX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uktgMIUErX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uktgMIUErX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uktgMIUErX .nav-wrapper .list .item-wrap:hover,
.cid-uktgMIUErX .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uktgMIUErX .nav-wrapper .list .item-wrap:hover::before,
.cid-uktgMIUErX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uktgMIUErX .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-uktgMIUErX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uktgMIUErX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uktgMIUErX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uktgMIUErX .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-uktgMIUErX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uktgMIUErX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uktgMIUErX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uktgMIUErX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uktgMIUErX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uktgMIUErX .mbr-section-title {
  color: #00d0f3;
}
.cid-uktgMIUErX .mbr-text {
  color: #ffffff;
}
.cid-uktgMIUErX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uktgMIUErX .list {
  color: #ffffff;
}
.cid-uktgMIUErX .mbr-contact {
  color: #ffffff;
}
.cid-uktgMIUErX .mbr-desc {
  color: #ffffff;
}
.cid-ukv338h0zx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukv338h0zx .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-ukv338h0zx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukv338h0zx .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-ukv338h0zx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukv338h0zx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukv338h0zx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukv338h0zx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukv338h0zx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukv338h0zx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukv338h0zx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukv338h0zx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukv338h0zx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukv338h0zx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukv338h0zx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukv338h0zx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukv338h0zx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukv338h0zx .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukv338h0zx .nav-link:hover::before {
  width: 100%;
}
.cid-ukv338h0zx .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukv338h0zx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukv338h0zx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukv338h0zx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukv338h0zx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukv338h0zx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukv338h0zx .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukv338h0zx .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukv338h0zx .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukv338h0zx .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukv338h0zx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukv338h0zx .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukv338h0zx .nav-item:focus,
.cid-ukv338h0zx .nav-link:focus {
  outline: none;
}
.cid-ukv338h0zx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukv338h0zx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukv338h0zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukv338h0zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukv338h0zx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukv338h0zx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukv338h0zx .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-ukv338h0zx .navbar.opened {
  transition: all 0.3s;
}
.cid-ukv338h0zx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukv338h0zx .navbar .navbar-logo img {
  width: auto;
}
.cid-ukv338h0zx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv338h0zx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukv338h0zx .navbar.collapsed {
  justify-content: center;
}
.cid-ukv338h0zx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukv338h0zx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukv338h0zx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukv338h0zx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukv338h0zx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukv338h0zx .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-ukv338h0zx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukv338h0zx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukv338h0zx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukv338h0zx .navbar {
    min-height: 72px;
  }
  .cid-ukv338h0zx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukv338h0zx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukv338h0zx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukv338h0zx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukv338h0zx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukv338h0zx .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-ukv338h0zx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukv338h0zx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukv338h0zx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukv338h0zx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukv338h0zx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukv338h0zx .dropdown-item.active,
.cid-ukv338h0zx .dropdown-item:active {
  background-color: transparent;
}
.cid-ukv338h0zx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukv338h0zx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukv338h0zx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukv338h0zx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukv338h0zx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukv338h0zx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukv338h0zx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukv338h0zx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukv338h0zx .navbar-buttons {
    text-align: left;
  }
}
.cid-ukv338h0zx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukv338h0zx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukv338h0zx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukv338h0zx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukv338h0zx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukv338h0zx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukv338h0zx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukv338h0zx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukv338h0zx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukv338h0zx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukv338h0zx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukv338h0zx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukv338h0zx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv338h0zx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukv338h0zx .navbar {
    height: 70px;
  }
  .cid-ukv338h0zx .navbar.opened {
    height: auto;
  }
  .cid-ukv338h0zx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukv338h0zx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukv338h0zx .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-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukv338h0zx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukv338h0zx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukv338h0zx .navbar-brand {
    margin-right: auto;
  }
  .cid-ukv338h0zx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukv338h0zx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukv338h0zx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukv338h0zx .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-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukv338h0zx .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-ukv338h0zx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukv338h0zx .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-ukv338h0zx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukv338h0zx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukv338h0zx .navbar-brand,
.cid-ukv338h0zx .navbar-toggler,
.cid-ukv338h0zx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukv3395VF9 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukv3395VF9 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukv3395VF9 .main-image {
    display: none;
  }
}
.cid-ukv3395VF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv3395VF9 .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-ukv3395VF9 .container {
    padding: 0 16px;
  }
}
.cid-ukv3395VF9 .row {
  position: relative;
  z-index: 1;
}
.cid-ukv3395VF9 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv3395VF9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukv3395VF9 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukv3395VF9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukv3395VF9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukv3395VF9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukv3395VF9 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukv3395VF9 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukv3395VF9 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukv3395VF9 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukv3395VF9 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukv3395VF9 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukv3395VF9 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukv3395VF9 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukv3395VF9 .mbr-section-title {
  color: #000000;
}
.cid-ukv3395VF9 .mbr-text {
  color: #000000;
}
.cid-ukv3395VF9 .card-title {
  color: #000000;
}
.cid-ukv3395VF9 .card-text {
  color: #ffffff;
}
.cid-ukv3395VF9 .card-name {
  color: #ffffff;
}
.cid-ukv3395VF9 .card-role {
  color: #ffffff;
}
.cid-ukv339sw4Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukv339sw4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv339sw4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv339sw4Z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv339sw4Z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv339sw4Z .container {
    padding: 0 12px;
  }
}
.cid-ukv339sw4Z .image-wrapper img,
.cid-ukv339sw4Z .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukv339sw4Z .image-wrapper img,
  .cid-ukv339sw4Z .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .image-wrapper img,
  .cid-ukv339sw4Z .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukv339sw4Z .image-wrapper img:nth-child(2n),
  .cid-ukv339sw4Z .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukv339sw4Z .image-wrapper img,
  .cid-ukv339sw4Z .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukv339sw4Z .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukv339sw4Z .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukv339sw4Z .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukv339sw4Z .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukv339sw4Z .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukv339sw4Z .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukv339sw4Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukv339sw4Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukv339sw4Z .mbr-text {
  color: #ffffff;
}
.cid-ukv33a0ymO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukv33a0ymO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv33a0ymO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv33a0ymO .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukv33a0ymO .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukv33a0ymO .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukv33a0ymO .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukv33a0ymO .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukv33a0ymO .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukv33a0ymO .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukv33a0ymO .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukv33a0ymO .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukv33a0ymO .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukv33a0ymO .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukv33a0ymO .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukv33anMhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukv33anMhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv33anMhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv33anMhS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukv33anMhS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv33anMhS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukv33anMhS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv33anMhS .container {
    padding: 0 12px;
  }
}
.cid-ukv33anMhS .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukv33anMhS .card-wrapper {
    padding: 32px;
  }
}
.cid-ukv33anMhS .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukv33anMhS .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukv33anMhS .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukv33anMhS .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukv33anMhS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukv33anMhS .mbr-section-title {
  color: #ffffff;
}
.cid-ukv33anMhS .mbr-section-title,
.cid-ukv33anMhS .mbr-section-btn,
.cid-ukv33anMhS .card-wrapper {
  text-align: center;
}
.cid-ukv33aKnUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukv33aKnUT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukv33aKnUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv33aKnUT .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-ukv33aKnUT .container {
    padding: 0 22px;
  }
}
.cid-ukv33aKnUT .row {
  position: relative;
  z-index: 1;
}
.cid-ukv33aKnUT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukv33aKnUT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukv33aKnUT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukv33aKnUT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukv33aKnUT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv33aKnUT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukv33aKnUT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukv33aKnUT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv33aKnUT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukv33aKnUT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv33aKnUT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukv33aKnUT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukv33aKnUT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukv33aKnUT .nav-wrapper .list .item-wrap:hover,
.cid-ukv33aKnUT .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukv33aKnUT .nav-wrapper .list .item-wrap:hover::before,
.cid-ukv33aKnUT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukv33aKnUT .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-ukv33aKnUT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv33aKnUT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukv33aKnUT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukv33aKnUT .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-ukv33aKnUT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv33aKnUT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukv33aKnUT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukv33aKnUT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukv33aKnUT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukv33aKnUT .mbr-section-title {
  color: #00d0f3;
}
.cid-ukv33aKnUT .mbr-text {
  color: #ffffff;
}
.cid-ukv33aKnUT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukv33aKnUT .list {
  color: #ffffff;
}
.cid-ukv33aKnUT .mbr-contact {
  color: #ffffff;
}
.cid-ukv33aKnUT .mbr-desc {
  color: #ffffff;
}
.cid-ukv7q3fyjs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukv7q3fyjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukv7q3fyjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukv7q3fyjs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukv7q3fyjs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukv7q3fyjs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukv7q3fyjs .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukv7q3fyjs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukv7q3fyjs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukv7q3fyjs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukv7q3fyjs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukv7q3fyjs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukv7q3fyjs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukv7q3fyjs .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukv7q3fyjs .nav-link:hover::before {
  width: 100%;
}
.cid-ukv7q3fyjs .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukv7q3fyjs .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukv7q3fyjs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukv7q3fyjs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukv7q3fyjs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukv7q3fyjs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukv7q3fyjs .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukv7q3fyjs .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukv7q3fyjs .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukv7q3fyjs .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukv7q3fyjs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukv7q3fyjs .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukv7q3fyjs .nav-item:focus,
.cid-ukv7q3fyjs .nav-link:focus {
  outline: none;
}
.cid-ukv7q3fyjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukv7q3fyjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukv7q3fyjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukv7q3fyjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukv7q3fyjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukv7q3fyjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar.opened {
  transition: all 0.3s;
}
.cid-ukv7q3fyjs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukv7q3fyjs .navbar .navbar-logo img {
  width: auto;
}
.cid-ukv7q3fyjs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv7q3fyjs .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukv7q3fyjs .navbar.collapsed {
  justify-content: center;
}
.cid-ukv7q3fyjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukv7q3fyjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukv7q3fyjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukv7q3fyjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukv7q3fyjs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukv7q3fyjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukv7q3fyjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukv7q3fyjs .navbar {
    min-height: 72px;
  }
  .cid-ukv7q3fyjs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukv7q3fyjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukv7q3fyjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukv7q3fyjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukv7q3fyjs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukv7q3fyjs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukv7q3fyjs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukv7q3fyjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukv7q3fyjs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukv7q3fyjs .dropdown-item.active,
.cid-ukv7q3fyjs .dropdown-item:active {
  background-color: transparent;
}
.cid-ukv7q3fyjs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukv7q3fyjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukv7q3fyjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukv7q3fyjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukv7q3fyjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukv7q3fyjs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukv7q3fyjs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukv7q3fyjs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukv7q3fyjs .navbar-buttons {
    text-align: left;
  }
}
.cid-ukv7q3fyjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukv7q3fyjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukv7q3fyjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukv7q3fyjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukv7q3fyjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukv7q3fyjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukv7q3fyjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukv7q3fyjs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukv7q3fyjs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukv7q3fyjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukv7q3fyjs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukv7q3fyjs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukv7q3fyjs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv7q3fyjs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukv7q3fyjs .navbar {
    height: 70px;
  }
  .cid-ukv7q3fyjs .navbar.opened {
    height: auto;
  }
  .cid-ukv7q3fyjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukv7q3fyjs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukv7q3fyjs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukv7q3fyjs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukv7q3fyjs .navbar-brand {
    margin-right: auto;
  }
  .cid-ukv7q3fyjs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukv7q3fyjs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukv7q3fyjs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukv7q3fyjs .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-ukv7q3fyjs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukv7q3fyjs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukv7q3fyjs .navbar-brand,
.cid-ukv7q3fyjs .navbar-toggler,
.cid-ukv7q3fyjs .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukv7q5y7BM {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukv7q5y7BM .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukv7q5y7BM .main-image {
    display: none;
  }
}
.cid-ukv7q5y7BM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv7q5y7BM .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-ukv7q5y7BM .container {
    padding: 0 16px;
  }
}
.cid-ukv7q5y7BM .row {
  position: relative;
  z-index: 1;
}
.cid-ukv7q5y7BM .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv7q5y7BM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukv7q5y7BM .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukv7q5y7BM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukv7q5y7BM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukv7q5y7BM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukv7q5y7BM .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukv7q5y7BM .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukv7q5y7BM .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukv7q5y7BM .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukv7q5y7BM .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukv7q5y7BM .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukv7q5y7BM .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukv7q5y7BM .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukv7q5y7BM .mbr-section-title {
  color: #000000;
}
.cid-ukv7q5y7BM .mbr-text {
  color: #000000;
}
.cid-ukv7q5y7BM .card-title {
  color: #000000;
}
.cid-ukv7q5y7BM .card-text {
  color: #ffffff;
}
.cid-ukv7q5y7BM .card-name {
  color: #ffffff;
}
.cid-ukv7q5y7BM .card-role {
  color: #ffffff;
}
.cid-ukv7q6piS0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukv7q6piS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv7q6piS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv7q6piS0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv7q6piS0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv7q6piS0 .container {
    padding: 0 12px;
  }
}
.cid-ukv7q6piS0 .image-wrapper img,
.cid-ukv7q6piS0 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukv7q6piS0 .image-wrapper img,
  .cid-ukv7q6piS0 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .image-wrapper img,
  .cid-ukv7q6piS0 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukv7q6piS0 .image-wrapper img:nth-child(2n),
  .cid-ukv7q6piS0 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukv7q6piS0 .image-wrapper img,
  .cid-ukv7q6piS0 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukv7q6piS0 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukv7q6piS0 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukv7q6piS0 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukv7q6piS0 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukv7q6piS0 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukv7q6piS0 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukv7q6piS0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukv7q6piS0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukv7q6piS0 .mbr-text {
  color: #ffffff;
}
.cid-ukv7q6NBza {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukv7q6NBza .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv7q6NBza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv7q6NBza .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukv7q6NBza .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukv7q6NBza .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukv7q6NBza .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukv7q6NBza .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukv7q6NBza .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukv7q6NBza .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukv7q6NBza .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukv7q6NBza .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukv7q6NBza .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukv7q6NBza .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukv7q6NBza .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukv7q736Sz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukv7q736Sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv7q736Sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukv7q736Sz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukv7q736Sz .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv7q736Sz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukv7q736Sz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukv7q736Sz .container {
    padding: 0 12px;
  }
}
.cid-ukv7q736Sz .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukv7q736Sz .card-wrapper {
    padding: 32px;
  }
}
.cid-ukv7q736Sz .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukv7q736Sz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukv7q736Sz .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukv7q736Sz .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukv7q736Sz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukv7q736Sz .mbr-section-title {
  color: #ffffff;
}
.cid-ukv7q736Sz .mbr-section-title,
.cid-ukv7q736Sz .mbr-section-btn,
.cid-ukv7q736Sz .card-wrapper {
  text-align: center;
}
.cid-ukv7q7jvKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukv7q7jvKP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukv7q7jvKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukv7q7jvKP .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-ukv7q7jvKP .container {
    padding: 0 22px;
  }
}
.cid-ukv7q7jvKP .row {
  position: relative;
  z-index: 1;
}
.cid-ukv7q7jvKP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukv7q7jvKP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukv7q7jvKP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukv7q7jvKP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukv7q7jvKP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv7q7jvKP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukv7q7jvKP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukv7q7jvKP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv7q7jvKP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukv7q7jvKP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukv7q7jvKP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukv7q7jvKP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukv7q7jvKP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukv7q7jvKP .nav-wrapper .list .item-wrap:hover,
.cid-ukv7q7jvKP .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukv7q7jvKP .nav-wrapper .list .item-wrap:hover::before,
.cid-ukv7q7jvKP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukv7q7jvKP .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-ukv7q7jvKP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv7q7jvKP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukv7q7jvKP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukv7q7jvKP .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-ukv7q7jvKP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukv7q7jvKP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukv7q7jvKP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukv7q7jvKP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukv7q7jvKP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukv7q7jvKP .mbr-section-title {
  color: #00d0f3;
}
.cid-ukv7q7jvKP .mbr-text {
  color: #ffffff;
}
.cid-ukv7q7jvKP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukv7q7jvKP .list {
  color: #ffffff;
}
.cid-ukv7q7jvKP .mbr-contact {
  color: #ffffff;
}
.cid-ukv7q7jvKP .mbr-desc {
  color: #ffffff;
}
.cid-ukzTgZwhfp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukzTgZwhfp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzTgZwhfp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzTgZwhfp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukzTgZwhfp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukzTgZwhfp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukzTgZwhfp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukzTgZwhfp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukzTgZwhfp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukzTgZwhfp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukzTgZwhfp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukzTgZwhfp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukzTgZwhfp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukzTgZwhfp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukzTgZwhfp .nav-link:hover::before {
  width: 100%;
}
.cid-ukzTgZwhfp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukzTgZwhfp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukzTgZwhfp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukzTgZwhfp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukzTgZwhfp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukzTgZwhfp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukzTgZwhfp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukzTgZwhfp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukzTgZwhfp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukzTgZwhfp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukzTgZwhfp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukzTgZwhfp .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukzTgZwhfp .nav-item:focus,
.cid-ukzTgZwhfp .nav-link:focus {
  outline: none;
}
.cid-ukzTgZwhfp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukzTgZwhfp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukzTgZwhfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukzTgZwhfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukzTgZwhfp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukzTgZwhfp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukzTgZwhfp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukzTgZwhfp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukzTgZwhfp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukzTgZwhfp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukzTgZwhfp .navbar.collapsed {
  justify-content: center;
}
.cid-ukzTgZwhfp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukzTgZwhfp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukzTgZwhfp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukzTgZwhfp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzTgZwhfp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzTgZwhfp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukzTgZwhfp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukzTgZwhfp .navbar {
    min-height: 72px;
  }
  .cid-ukzTgZwhfp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzTgZwhfp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukzTgZwhfp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzTgZwhfp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzTgZwhfp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukzTgZwhfp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukzTgZwhfp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukzTgZwhfp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukzTgZwhfp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukzTgZwhfp .dropdown-item.active,
.cid-ukzTgZwhfp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzTgZwhfp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzTgZwhfp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzTgZwhfp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzTgZwhfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukzTgZwhfp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukzTgZwhfp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukzTgZwhfp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukzTgZwhfp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukzTgZwhfp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukzTgZwhfp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukzTgZwhfp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukzTgZwhfp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukzTgZwhfp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukzTgZwhfp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukzTgZwhfp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukzTgZwhfp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukzTgZwhfp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukzTgZwhfp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukzTgZwhfp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukzTgZwhfp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukzTgZwhfp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukzTgZwhfp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukzTgZwhfp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukzTgZwhfp .navbar {
    height: 70px;
  }
  .cid-ukzTgZwhfp .navbar.opened {
    height: auto;
  }
  .cid-ukzTgZwhfp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukzTgZwhfp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukzTgZwhfp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukzTgZwhfp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukzTgZwhfp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukzTgZwhfp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukzTgZwhfp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukzTgZwhfp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukzTgZwhfp .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-ukzTgZwhfp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukzTgZwhfp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukzTgZwhfp .navbar-brand,
.cid-ukzTgZwhfp .navbar-toggler,
.cid-ukzTgZwhfp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukzTh0rbNu {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukzTh0rbNu .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukzTh0rbNu .main-image {
    display: none;
  }
}
.cid-ukzTh0rbNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzTh0rbNu .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-ukzTh0rbNu .container {
    padding: 0 16px;
  }
}
.cid-ukzTh0rbNu .row {
  position: relative;
  z-index: 1;
}
.cid-ukzTh0rbNu .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukzTh0rbNu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukzTh0rbNu .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukzTh0rbNu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukzTh0rbNu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukzTh0rbNu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukzTh0rbNu .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukzTh0rbNu .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukzTh0rbNu .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukzTh0rbNu .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukzTh0rbNu .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukzTh0rbNu .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukzTh0rbNu .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukzTh0rbNu .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukzTh0rbNu .mbr-section-title {
  color: #000000;
}
.cid-ukzTh0rbNu .mbr-text {
  color: #000000;
}
.cid-ukzTh0rbNu .card-title {
  color: #000000;
}
.cid-ukzTh0rbNu .card-text {
  color: #ffffff;
}
.cid-ukzTh0rbNu .card-name {
  color: #ffffff;
}
.cid-ukzTh0rbNu .card-role {
  color: #ffffff;
}
.cid-ukzTh0V4s0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukzTh0V4s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzTh0V4s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzTh0V4s0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukzTh0V4s0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukzTh0V4s0 .container {
    padding: 0 12px;
  }
}
.cid-ukzTh0V4s0 .image-wrapper img,
.cid-ukzTh0V4s0 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukzTh0V4s0 .image-wrapper img,
  .cid-ukzTh0V4s0 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .image-wrapper img,
  .cid-ukzTh0V4s0 .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukzTh0V4s0 .image-wrapper img:nth-child(2n),
  .cid-ukzTh0V4s0 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukzTh0V4s0 .image-wrapper img,
  .cid-ukzTh0V4s0 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukzTh0V4s0 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukzTh0V4s0 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukzTh0V4s0 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukzTh0V4s0 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukzTh0V4s0 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukzTh0V4s0 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukzTh0V4s0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukzTh0V4s0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukzTh0V4s0 .mbr-text {
  color: #ffffff;
}
.cid-ukzTh1nypM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukzTh1nypM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzTh1nypM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzTh1nypM .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukzTh1nypM .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukzTh1nypM .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukzTh1nypM .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukzTh1nypM .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukzTh1nypM .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukzTh1nypM .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukzTh1nypM .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukzTh1nypM .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukzTh1nypM .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukzTh1nypM .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukzTh1nypM .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukzTh1HeoV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukzTh1HeoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzTh1HeoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzTh1HeoV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukzTh1HeoV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukzTh1HeoV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukzTh1HeoV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukzTh1HeoV .container {
    padding: 0 12px;
  }
}
.cid-ukzTh1HeoV .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukzTh1HeoV .card-wrapper {
    padding: 32px;
  }
}
.cid-ukzTh1HeoV .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukzTh1HeoV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukzTh1HeoV .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukzTh1HeoV .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukzTh1HeoV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukzTh1HeoV .mbr-section-title {
  color: #ffffff;
}
.cid-ukzTh1HeoV .mbr-section-title,
.cid-ukzTh1HeoV .mbr-section-btn,
.cid-ukzTh1HeoV .card-wrapper {
  text-align: center;
}
.cid-ukzTh2bI5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukzTh2bI5G::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukzTh2bI5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzTh2bI5G .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-ukzTh2bI5G .container {
    padding: 0 22px;
  }
}
.cid-ukzTh2bI5G .row {
  position: relative;
  z-index: 1;
}
.cid-ukzTh2bI5G .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukzTh2bI5G .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukzTh2bI5G .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukzTh2bI5G .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukzTh2bI5G .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukzTh2bI5G .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukzTh2bI5G .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukzTh2bI5G .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukzTh2bI5G .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukzTh2bI5G .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukzTh2bI5G .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukzTh2bI5G .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukzTh2bI5G .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukzTh2bI5G .nav-wrapper .list .item-wrap:hover,
.cid-ukzTh2bI5G .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukzTh2bI5G .nav-wrapper .list .item-wrap:hover::before,
.cid-ukzTh2bI5G .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukzTh2bI5G .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-ukzTh2bI5G .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukzTh2bI5G .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukzTh2bI5G .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukzTh2bI5G .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-ukzTh2bI5G .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukzTh2bI5G .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukzTh2bI5G .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukzTh2bI5G .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukzTh2bI5G .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukzTh2bI5G .mbr-section-title {
  color: #00d0f3;
}
.cid-ukzTh2bI5G .mbr-text {
  color: #ffffff;
}
.cid-ukzTh2bI5G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukzTh2bI5G .list {
  color: #ffffff;
}
.cid-ukzTh2bI5G .mbr-contact {
  color: #ffffff;
}
.cid-ukzTh2bI5G .mbr-desc {
  color: #ffffff;
}
.cid-ukA5opu7Tc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukA5opu7Tc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukA5opu7Tc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukA5opu7Tc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ukA5opu7Tc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukA5opu7Tc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ukA5opu7Tc .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukA5opu7Tc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukA5opu7Tc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukA5opu7Tc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ukA5opu7Tc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukA5opu7Tc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukA5opu7Tc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukA5opu7Tc .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukA5opu7Tc .nav-link:hover::before {
  width: 100%;
}
.cid-ukA5opu7Tc .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukA5opu7Tc .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukA5opu7Tc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukA5opu7Tc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukA5opu7Tc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukA5opu7Tc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukA5opu7Tc .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ukA5opu7Tc .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukA5opu7Tc .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukA5opu7Tc .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukA5opu7Tc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukA5opu7Tc .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ukA5opu7Tc .nav-item:focus,
.cid-ukA5opu7Tc .nav-link:focus {
  outline: none;
}
.cid-ukA5opu7Tc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukA5opu7Tc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukA5opu7Tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukA5opu7Tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukA5opu7Tc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukA5opu7Tc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar.opened {
  transition: all 0.3s;
}
.cid-ukA5opu7Tc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukA5opu7Tc .navbar .navbar-logo img {
  width: auto;
}
.cid-ukA5opu7Tc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukA5opu7Tc .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukA5opu7Tc .navbar.collapsed {
  justify-content: center;
}
.cid-ukA5opu7Tc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukA5opu7Tc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukA5opu7Tc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ukA5opu7Tc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukA5opu7Tc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukA5opu7Tc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukA5opu7Tc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukA5opu7Tc .navbar {
    min-height: 72px;
  }
  .cid-ukA5opu7Tc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukA5opu7Tc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukA5opu7Tc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukA5opu7Tc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukA5opu7Tc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukA5opu7Tc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukA5opu7Tc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukA5opu7Tc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukA5opu7Tc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukA5opu7Tc .dropdown-item.active,
.cid-ukA5opu7Tc .dropdown-item:active {
  background-color: transparent;
}
.cid-ukA5opu7Tc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukA5opu7Tc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukA5opu7Tc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukA5opu7Tc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukA5opu7Tc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukA5opu7Tc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukA5opu7Tc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukA5opu7Tc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukA5opu7Tc .navbar-buttons {
    text-align: left;
  }
}
.cid-ukA5opu7Tc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukA5opu7Tc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukA5opu7Tc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukA5opu7Tc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukA5opu7Tc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukA5opu7Tc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukA5opu7Tc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukA5opu7Tc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukA5opu7Tc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukA5opu7Tc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukA5opu7Tc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukA5opu7Tc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukA5opu7Tc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukA5opu7Tc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukA5opu7Tc .navbar {
    height: 70px;
  }
  .cid-ukA5opu7Tc .navbar.opened {
    height: auto;
  }
  .cid-ukA5opu7Tc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukA5opu7Tc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukA5opu7Tc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukA5opu7Tc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukA5opu7Tc .navbar-brand {
    margin-right: auto;
  }
  .cid-ukA5opu7Tc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ukA5opu7Tc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukA5opu7Tc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukA5opu7Tc .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-ukA5opu7Tc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukA5opu7Tc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukA5opu7Tc .navbar-brand,
.cid-ukA5opu7Tc .navbar-toggler,
.cid-ukA5opu7Tc .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ukA5oqbNV1 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ukA5oqbNV1 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukA5oqbNV1 .main-image {
    display: none;
  }
}
.cid-ukA5oqbNV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukA5oqbNV1 .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-ukA5oqbNV1 .container {
    padding: 0 16px;
  }
}
.cid-ukA5oqbNV1 .row {
  position: relative;
  z-index: 1;
}
.cid-ukA5oqbNV1 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukA5oqbNV1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukA5oqbNV1 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ukA5oqbNV1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukA5oqbNV1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukA5oqbNV1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukA5oqbNV1 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ukA5oqbNV1 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ukA5oqbNV1 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ukA5oqbNV1 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ukA5oqbNV1 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukA5oqbNV1 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ukA5oqbNV1 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ukA5oqbNV1 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ukA5oqbNV1 .mbr-section-title {
  color: #000000;
}
.cid-ukA5oqbNV1 .mbr-text {
  color: #000000;
}
.cid-ukA5oqbNV1 .card-title {
  color: #000000;
}
.cid-ukA5oqbNV1 .card-text {
  color: #ffffff;
}
.cid-ukA5oqbNV1 .card-name {
  color: #ffffff;
}
.cid-ukA5oqbNV1 .card-role {
  color: #ffffff;
}
.cid-ukA5oqtz2H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ukA5oqtz2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukA5oqtz2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukA5oqtz2H .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukA5oqtz2H .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukA5oqtz2H .container {
    padding: 0 12px;
  }
}
.cid-ukA5oqtz2H .image-wrapper img,
.cid-ukA5oqtz2H .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ukA5oqtz2H .image-wrapper img,
  .cid-ukA5oqtz2H .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .image-wrapper img,
  .cid-ukA5oqtz2H .image-wrap img {
    margin-right: 16px;
  }
  .cid-ukA5oqtz2H .image-wrapper img:nth-child(2n),
  .cid-ukA5oqtz2H .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ukA5oqtz2H .image-wrapper img,
  .cid-ukA5oqtz2H .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ukA5oqtz2H .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ukA5oqtz2H .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ukA5oqtz2H .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ukA5oqtz2H .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukA5oqtz2H .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ukA5oqtz2H .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ukA5oqtz2H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukA5oqtz2H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukA5oqtz2H .mbr-text {
  color: #ffffff;
}
.cid-ukA5oqLvKl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ukA5oqLvKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukA5oqLvKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukA5oqLvKl .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ukA5oqLvKl .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ukA5oqLvKl .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ukA5oqLvKl .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ukA5oqLvKl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ukA5oqLvKl .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ukA5oqLvKl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ukA5oqLvKl .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ukA5oqLvKl .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ukA5oqLvKl .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ukA5oqLvKl .mbr-text a {
  text-decoration: underline !important;
}
.cid-ukA5oqLvKl .mbr-text a:hover {
  color: inherit !important;
}
.cid-ukA5oqWP1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ukA5oqWP1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukA5oqWP1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukA5oqWP1R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukA5oqWP1R .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukA5oqWP1R .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukA5oqWP1R .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukA5oqWP1R .container {
    padding: 0 12px;
  }
}
.cid-ukA5oqWP1R .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ukA5oqWP1R .card-wrapper {
    padding: 32px;
  }
}
.cid-ukA5oqWP1R .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ukA5oqWP1R .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ukA5oqWP1R .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ukA5oqWP1R .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ukA5oqWP1R .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ukA5oqWP1R .mbr-section-title {
  color: #ffffff;
}
.cid-ukA5oqWP1R .mbr-section-title,
.cid-ukA5oqWP1R .mbr-section-btn,
.cid-ukA5oqWP1R .card-wrapper {
  text-align: center;
}
.cid-ukA5ora8sN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ukA5ora8sN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ukA5ora8sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukA5ora8sN .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-ukA5ora8sN .container {
    padding: 0 22px;
  }
}
.cid-ukA5ora8sN .row {
  position: relative;
  z-index: 1;
}
.cid-ukA5ora8sN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ukA5ora8sN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukA5ora8sN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ukA5ora8sN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukA5ora8sN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukA5ora8sN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukA5ora8sN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukA5ora8sN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukA5ora8sN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ukA5ora8sN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukA5ora8sN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukA5ora8sN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ukA5ora8sN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukA5ora8sN .nav-wrapper .list .item-wrap:hover,
.cid-ukA5ora8sN .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ukA5ora8sN .nav-wrapper .list .item-wrap:hover::before,
.cid-ukA5ora8sN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ukA5ora8sN .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-ukA5ora8sN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukA5ora8sN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ukA5ora8sN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ukA5ora8sN .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-ukA5ora8sN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukA5ora8sN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ukA5ora8sN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ukA5ora8sN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukA5ora8sN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ukA5ora8sN .mbr-section-title {
  color: #00d0f3;
}
.cid-ukA5ora8sN .mbr-text {
  color: #ffffff;
}
.cid-ukA5ora8sN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukA5ora8sN .list {
  color: #ffffff;
}
.cid-ukA5ora8sN .mbr-contact {
  color: #ffffff;
}
.cid-ukA5ora8sN .mbr-desc {
  color: #ffffff;
}
.cid-umi2YS1Nlu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umi2YS1Nlu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umi2YS1Nlu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umi2YS1Nlu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umi2YS1Nlu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umi2YS1Nlu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umi2YS1Nlu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umi2YS1Nlu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umi2YS1Nlu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umi2YS1Nlu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umi2YS1Nlu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umi2YS1Nlu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umi2YS1Nlu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umi2YS1Nlu .nav-link:hover {
  color: #ffffff !important;
}
.cid-umi2YS1Nlu .nav-link:hover::before {
  width: 100%;
}
.cid-umi2YS1Nlu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi2YS1Nlu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umi2YS1Nlu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umi2YS1Nlu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umi2YS1Nlu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umi2YS1Nlu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umi2YS1Nlu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umi2YS1Nlu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umi2YS1Nlu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umi2YS1Nlu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umi2YS1Nlu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umi2YS1Nlu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umi2YS1Nlu .nav-item:focus,
.cid-umi2YS1Nlu .nav-link:focus {
  outline: none;
}
.cid-umi2YS1Nlu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umi2YS1Nlu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umi2YS1Nlu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umi2YS1Nlu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umi2YS1Nlu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umi2YS1Nlu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar.opened {
  transition: all 0.3s;
}
.cid-umi2YS1Nlu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umi2YS1Nlu .navbar .navbar-logo img {
  width: auto;
}
.cid-umi2YS1Nlu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi2YS1Nlu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umi2YS1Nlu .navbar.collapsed {
  justify-content: center;
}
.cid-umi2YS1Nlu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umi2YS1Nlu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umi2YS1Nlu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umi2YS1Nlu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umi2YS1Nlu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umi2YS1Nlu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umi2YS1Nlu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umi2YS1Nlu .navbar {
    min-height: 72px;
  }
  .cid-umi2YS1Nlu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umi2YS1Nlu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umi2YS1Nlu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umi2YS1Nlu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umi2YS1Nlu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umi2YS1Nlu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umi2YS1Nlu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umi2YS1Nlu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umi2YS1Nlu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umi2YS1Nlu .dropdown-item.active,
.cid-umi2YS1Nlu .dropdown-item:active {
  background-color: transparent;
}
.cid-umi2YS1Nlu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umi2YS1Nlu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umi2YS1Nlu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umi2YS1Nlu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umi2YS1Nlu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umi2YS1Nlu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umi2YS1Nlu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umi2YS1Nlu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umi2YS1Nlu .navbar-buttons {
    text-align: left;
  }
}
.cid-umi2YS1Nlu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umi2YS1Nlu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umi2YS1Nlu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umi2YS1Nlu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi2YS1Nlu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi2YS1Nlu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umi2YS1Nlu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi2YS1Nlu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umi2YS1Nlu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umi2YS1Nlu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi2YS1Nlu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umi2YS1Nlu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umi2YS1Nlu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi2YS1Nlu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umi2YS1Nlu .navbar {
    height: 70px;
  }
  .cid-umi2YS1Nlu .navbar.opened {
    height: auto;
  }
  .cid-umi2YS1Nlu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umi2YS1Nlu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umi2YS1Nlu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umi2YS1Nlu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umi2YS1Nlu .navbar-brand {
    margin-right: auto;
  }
  .cid-umi2YS1Nlu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umi2YS1Nlu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umi2YS1Nlu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umi2YS1Nlu .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-umi2YS1Nlu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umi2YS1Nlu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umi2YS1Nlu .navbar-brand,
.cid-umi2YS1Nlu .navbar-toggler,
.cid-umi2YS1Nlu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umi2YSBqDT {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umi2YSBqDT .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umi2YSBqDT .main-image {
    display: none;
  }
}
.cid-umi2YSBqDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2YSBqDT .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-umi2YSBqDT .container {
    padding: 0 16px;
  }
}
.cid-umi2YSBqDT .row {
  position: relative;
  z-index: 1;
}
.cid-umi2YSBqDT .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi2YSBqDT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umi2YSBqDT .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umi2YSBqDT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umi2YSBqDT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umi2YSBqDT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umi2YSBqDT .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umi2YSBqDT .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umi2YSBqDT .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umi2YSBqDT .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umi2YSBqDT .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umi2YSBqDT .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umi2YSBqDT .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umi2YSBqDT .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umi2YSBqDT .mbr-section-title {
  color: #000000;
}
.cid-umi2YSBqDT .mbr-text {
  color: #000000;
}
.cid-umi2YSBqDT .card-title {
  color: #000000;
}
.cid-umi2YSBqDT .card-text {
  color: #ffffff;
}
.cid-umi2YSBqDT .card-name {
  color: #ffffff;
}
.cid-umi2YSBqDT .card-role {
  color: #ffffff;
}
.cid-umi2YSNBy6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umi2YSNBy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2YSNBy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi2YSNBy6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi2YSNBy6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi2YSNBy6 .container {
    padding: 0 12px;
  }
}
.cid-umi2YSNBy6 .image-wrapper img,
.cid-umi2YSNBy6 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umi2YSNBy6 .image-wrapper img,
  .cid-umi2YSNBy6 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .image-wrapper img,
  .cid-umi2YSNBy6 .image-wrap img {
    margin-right: 16px;
  }
  .cid-umi2YSNBy6 .image-wrapper img:nth-child(2n),
  .cid-umi2YSNBy6 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umi2YSNBy6 .image-wrapper img,
  .cid-umi2YSNBy6 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umi2YSNBy6 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umi2YSNBy6 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umi2YSNBy6 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umi2YSNBy6 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umi2YSNBy6 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi2YSNBy6 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umi2YSNBy6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi2YSNBy6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umi2YSNBy6 .mbr-text {
  color: #ffffff;
}
.cid-umi2YTfSjo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umi2YTfSjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2YTfSjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi2YTfSjo .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umi2YTfSjo .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umi2YTfSjo .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umi2YTfSjo .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umi2YTfSjo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umi2YTfSjo .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umi2YTfSjo .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umi2YTfSjo .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umi2YTfSjo .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umi2YTfSjo .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umi2YTfSjo .mbr-text a {
  text-decoration: underline !important;
}
.cid-umi2YTfSjo .mbr-text a:hover {
  color: inherit !important;
}
.cid-umi2YTpHoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umi2YTpHoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2YTpHoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi2YTpHoS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi2YTpHoS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi2YTpHoS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi2YTpHoS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi2YTpHoS .container {
    padding: 0 12px;
  }
}
.cid-umi2YTpHoS .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umi2YTpHoS .card-wrapper {
    padding: 32px;
  }
}
.cid-umi2YTpHoS .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umi2YTpHoS .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umi2YTpHoS .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umi2YTpHoS .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umi2YTpHoS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umi2YTpHoS .mbr-section-title {
  color: #ffffff;
}
.cid-umi2YTpHoS .mbr-section-title,
.cid-umi2YTpHoS .mbr-section-btn,
.cid-umi2YTpHoS .card-wrapper {
  text-align: center;
}
.cid-umi2YTDiCS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umi2YTDiCS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umi2YTDiCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2YTDiCS .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-umi2YTDiCS .container {
    padding: 0 22px;
  }
}
.cid-umi2YTDiCS .row {
  position: relative;
  z-index: 1;
}
.cid-umi2YTDiCS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umi2YTDiCS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi2YTDiCS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi2YTDiCS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umi2YTDiCS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi2YTDiCS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umi2YTDiCS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi2YTDiCS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi2YTDiCS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umi2YTDiCS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi2YTDiCS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umi2YTDiCS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umi2YTDiCS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi2YTDiCS .nav-wrapper .list .item-wrap:hover,
.cid-umi2YTDiCS .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umi2YTDiCS .nav-wrapper .list .item-wrap:hover::before,
.cid-umi2YTDiCS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umi2YTDiCS .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-umi2YTDiCS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi2YTDiCS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umi2YTDiCS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi2YTDiCS .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-umi2YTDiCS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi2YTDiCS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi2YTDiCS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umi2YTDiCS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi2YTDiCS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umi2YTDiCS .mbr-section-title {
  color: #00d0f3;
}
.cid-umi2YTDiCS .mbr-text {
  color: #ffffff;
}
.cid-umi2YTDiCS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umi2YTDiCS .list {
  color: #ffffff;
}
.cid-umi2YTDiCS .mbr-contact {
  color: #ffffff;
}
.cid-umi2YTDiCS .mbr-desc {
  color: #ffffff;
}
.cid-umi4txG1rH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umi4txG1rH .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-umi4txG1rH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umi4txG1rH .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-umi4txG1rH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umi4txG1rH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umi4txG1rH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umi4txG1rH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umi4txG1rH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umi4txG1rH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umi4txG1rH .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umi4txG1rH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umi4txG1rH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umi4txG1rH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umi4txG1rH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umi4txG1rH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umi4txG1rH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umi4txG1rH .nav-link:hover {
  color: #ffffff !important;
}
.cid-umi4txG1rH .nav-link:hover::before {
  width: 100%;
}
.cid-umi4txG1rH .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi4txG1rH .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umi4txG1rH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umi4txG1rH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umi4txG1rH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umi4txG1rH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umi4txG1rH .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umi4txG1rH .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umi4txG1rH .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umi4txG1rH .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umi4txG1rH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umi4txG1rH .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umi4txG1rH .nav-item:focus,
.cid-umi4txG1rH .nav-link:focus {
  outline: none;
}
.cid-umi4txG1rH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umi4txG1rH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umi4txG1rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umi4txG1rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umi4txG1rH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umi4txG1rH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umi4txG1rH .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-umi4txG1rH .navbar.opened {
  transition: all 0.3s;
}
.cid-umi4txG1rH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umi4txG1rH .navbar .navbar-logo img {
  width: auto;
}
.cid-umi4txG1rH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi4txG1rH .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umi4txG1rH .navbar.collapsed {
  justify-content: center;
}
.cid-umi4txG1rH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umi4txG1rH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umi4txG1rH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umi4txG1rH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umi4txG1rH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umi4txG1rH .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-umi4txG1rH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umi4txG1rH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umi4txG1rH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umi4txG1rH .navbar {
    min-height: 72px;
  }
  .cid-umi4txG1rH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umi4txG1rH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umi4txG1rH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umi4txG1rH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umi4txG1rH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umi4txG1rH .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-umi4txG1rH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umi4txG1rH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umi4txG1rH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umi4txG1rH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umi4txG1rH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umi4txG1rH .dropdown-item.active,
.cid-umi4txG1rH .dropdown-item:active {
  background-color: transparent;
}
.cid-umi4txG1rH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umi4txG1rH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umi4txG1rH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umi4txG1rH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umi4txG1rH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umi4txG1rH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umi4txG1rH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umi4txG1rH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umi4txG1rH .navbar-buttons {
    text-align: left;
  }
}
.cid-umi4txG1rH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umi4txG1rH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umi4txG1rH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umi4txG1rH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi4txG1rH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi4txG1rH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umi4txG1rH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi4txG1rH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umi4txG1rH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umi4txG1rH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi4txG1rH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umi4txG1rH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umi4txG1rH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi4txG1rH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umi4txG1rH .navbar {
    height: 70px;
  }
  .cid-umi4txG1rH .navbar.opened {
    height: auto;
  }
  .cid-umi4txG1rH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umi4txG1rH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umi4txG1rH .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-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umi4txG1rH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umi4txG1rH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umi4txG1rH .navbar-brand {
    margin-right: auto;
  }
  .cid-umi4txG1rH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umi4txG1rH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umi4txG1rH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umi4txG1rH .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-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umi4txG1rH .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-umi4txG1rH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umi4txG1rH .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-umi4txG1rH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umi4txG1rH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umi4txG1rH .navbar-brand,
.cid-umi4txG1rH .navbar-toggler,
.cid-umi4txG1rH .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umi4tyWl74 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umi4tyWl74 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umi4tyWl74 .main-image {
    display: none;
  }
}
.cid-umi4tyWl74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi4tyWl74 .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-umi4tyWl74 .container {
    padding: 0 16px;
  }
}
.cid-umi4tyWl74 .row {
  position: relative;
  z-index: 1;
}
.cid-umi4tyWl74 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi4tyWl74 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umi4tyWl74 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umi4tyWl74 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umi4tyWl74 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umi4tyWl74 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umi4tyWl74 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umi4tyWl74 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umi4tyWl74 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umi4tyWl74 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umi4tyWl74 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umi4tyWl74 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umi4tyWl74 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umi4tyWl74 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umi4tyWl74 .mbr-section-title {
  color: #000000;
}
.cid-umi4tyWl74 .mbr-text {
  color: #000000;
}
.cid-umi4tyWl74 .card-title {
  color: #000000;
}
.cid-umi4tyWl74 .card-text {
  color: #ffffff;
}
.cid-umi4tyWl74 .card-name {
  color: #ffffff;
}
.cid-umi4tyWl74 .card-role {
  color: #ffffff;
}
.cid-umi4tze8iv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umi4tze8iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi4tze8iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi4tze8iv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi4tze8iv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi4tze8iv .container {
    padding: 0 12px;
  }
}
.cid-umi4tze8iv .image-wrapper img,
.cid-umi4tze8iv .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umi4tze8iv .image-wrapper img,
  .cid-umi4tze8iv .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .image-wrapper img,
  .cid-umi4tze8iv .image-wrap img {
    margin-right: 16px;
  }
  .cid-umi4tze8iv .image-wrapper img:nth-child(2n),
  .cid-umi4tze8iv .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umi4tze8iv .image-wrapper img,
  .cid-umi4tze8iv .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umi4tze8iv .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umi4tze8iv .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umi4tze8iv .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umi4tze8iv .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umi4tze8iv .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi4tze8iv .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umi4tze8iv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi4tze8iv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umi4tze8iv .mbr-text {
  color: #ffffff;
}
.cid-umi4tztRTT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umi4tztRTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi4tztRTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi4tztRTT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umi4tztRTT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umi4tztRTT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umi4tztRTT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umi4tztRTT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umi4tztRTT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umi4tztRTT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umi4tztRTT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umi4tztRTT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umi4tztRTT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umi4tztRTT .mbr-text a {
  text-decoration: underline !important;
}
.cid-umi4tztRTT .mbr-text a:hover {
  color: inherit !important;
}
.cid-umi4tzDOXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umi4tzDOXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi4tzDOXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi4tzDOXb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi4tzDOXb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi4tzDOXb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi4tzDOXb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi4tzDOXb .container {
    padding: 0 12px;
  }
}
.cid-umi4tzDOXb .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umi4tzDOXb .card-wrapper {
    padding: 32px;
  }
}
.cid-umi4tzDOXb .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umi4tzDOXb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umi4tzDOXb .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umi4tzDOXb .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umi4tzDOXb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umi4tzDOXb .mbr-section-title {
  color: #ffffff;
}
.cid-umi4tzDOXb .mbr-section-title,
.cid-umi4tzDOXb .mbr-section-btn,
.cid-umi4tzDOXb .card-wrapper {
  text-align: center;
}
.cid-umi4tzNqAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umi4tzNqAF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umi4tzNqAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi4tzNqAF .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-umi4tzNqAF .container {
    padding: 0 22px;
  }
}
.cid-umi4tzNqAF .row {
  position: relative;
  z-index: 1;
}
.cid-umi4tzNqAF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umi4tzNqAF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi4tzNqAF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi4tzNqAF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umi4tzNqAF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi4tzNqAF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umi4tzNqAF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi4tzNqAF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi4tzNqAF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umi4tzNqAF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi4tzNqAF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umi4tzNqAF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umi4tzNqAF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi4tzNqAF .nav-wrapper .list .item-wrap:hover,
.cid-umi4tzNqAF .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umi4tzNqAF .nav-wrapper .list .item-wrap:hover::before,
.cid-umi4tzNqAF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umi4tzNqAF .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-umi4tzNqAF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi4tzNqAF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umi4tzNqAF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi4tzNqAF .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-umi4tzNqAF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi4tzNqAF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi4tzNqAF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umi4tzNqAF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi4tzNqAF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umi4tzNqAF .mbr-section-title {
  color: #00d0f3;
}
.cid-umi4tzNqAF .mbr-text {
  color: #ffffff;
}
.cid-umi4tzNqAF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umi4tzNqAF .list {
  color: #ffffff;
}
.cid-umi4tzNqAF .mbr-contact {
  color: #ffffff;
}
.cid-umi4tzNqAF .mbr-desc {
  color: #ffffff;
}
.cid-umi7nsv2Gv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umi7nsv2Gv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umi7nsv2Gv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umi7nsv2Gv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umi7nsv2Gv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umi7nsv2Gv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umi7nsv2Gv .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umi7nsv2Gv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umi7nsv2Gv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umi7nsv2Gv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umi7nsv2Gv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umi7nsv2Gv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umi7nsv2Gv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umi7nsv2Gv .nav-link:hover {
  color: #ffffff !important;
}
.cid-umi7nsv2Gv .nav-link:hover::before {
  width: 100%;
}
.cid-umi7nsv2Gv .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi7nsv2Gv .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umi7nsv2Gv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umi7nsv2Gv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umi7nsv2Gv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umi7nsv2Gv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umi7nsv2Gv .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umi7nsv2Gv .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umi7nsv2Gv .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umi7nsv2Gv .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umi7nsv2Gv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umi7nsv2Gv .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umi7nsv2Gv .nav-item:focus,
.cid-umi7nsv2Gv .nav-link:focus {
  outline: none;
}
.cid-umi7nsv2Gv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umi7nsv2Gv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umi7nsv2Gv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umi7nsv2Gv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umi7nsv2Gv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umi7nsv2Gv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar.opened {
  transition: all 0.3s;
}
.cid-umi7nsv2Gv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umi7nsv2Gv .navbar .navbar-logo img {
  width: auto;
}
.cid-umi7nsv2Gv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi7nsv2Gv .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umi7nsv2Gv .navbar.collapsed {
  justify-content: center;
}
.cid-umi7nsv2Gv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umi7nsv2Gv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umi7nsv2Gv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umi7nsv2Gv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umi7nsv2Gv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umi7nsv2Gv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umi7nsv2Gv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umi7nsv2Gv .navbar {
    min-height: 72px;
  }
  .cid-umi7nsv2Gv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umi7nsv2Gv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umi7nsv2Gv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umi7nsv2Gv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umi7nsv2Gv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umi7nsv2Gv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umi7nsv2Gv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umi7nsv2Gv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umi7nsv2Gv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umi7nsv2Gv .dropdown-item.active,
.cid-umi7nsv2Gv .dropdown-item:active {
  background-color: transparent;
}
.cid-umi7nsv2Gv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umi7nsv2Gv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umi7nsv2Gv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umi7nsv2Gv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umi7nsv2Gv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umi7nsv2Gv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umi7nsv2Gv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umi7nsv2Gv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umi7nsv2Gv .navbar-buttons {
    text-align: left;
  }
}
.cid-umi7nsv2Gv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umi7nsv2Gv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umi7nsv2Gv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umi7nsv2Gv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi7nsv2Gv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umi7nsv2Gv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umi7nsv2Gv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi7nsv2Gv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umi7nsv2Gv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umi7nsv2Gv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umi7nsv2Gv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umi7nsv2Gv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umi7nsv2Gv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi7nsv2Gv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umi7nsv2Gv .navbar {
    height: 70px;
  }
  .cid-umi7nsv2Gv .navbar.opened {
    height: auto;
  }
  .cid-umi7nsv2Gv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umi7nsv2Gv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umi7nsv2Gv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umi7nsv2Gv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umi7nsv2Gv .navbar-brand {
    margin-right: auto;
  }
  .cid-umi7nsv2Gv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umi7nsv2Gv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umi7nsv2Gv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umi7nsv2Gv .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-umi7nsv2Gv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umi7nsv2Gv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umi7nsv2Gv .navbar-brand,
.cid-umi7nsv2Gv .navbar-toggler,
.cid-umi7nsv2Gv .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umi7ntyvmP {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umi7ntyvmP .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umi7ntyvmP .main-image {
    display: none;
  }
}
.cid-umi7ntyvmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi7ntyvmP .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-umi7ntyvmP .container {
    padding: 0 16px;
  }
}
.cid-umi7ntyvmP .row {
  position: relative;
  z-index: 1;
}
.cid-umi7ntyvmP .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umi7ntyvmP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umi7ntyvmP .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umi7ntyvmP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umi7ntyvmP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umi7ntyvmP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umi7ntyvmP .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umi7ntyvmP .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umi7ntyvmP .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umi7ntyvmP .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umi7ntyvmP .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umi7ntyvmP .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umi7ntyvmP .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umi7ntyvmP .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umi7ntyvmP .mbr-section-title {
  color: #000000;
}
.cid-umi7ntyvmP .mbr-text {
  color: #000000;
}
.cid-umi7ntyvmP .card-title {
  color: #000000;
}
.cid-umi7ntyvmP .card-text {
  color: #ffffff;
}
.cid-umi7ntyvmP .card-name {
  color: #ffffff;
}
.cid-umi7ntyvmP .card-role {
  color: #ffffff;
}
.cid-umi7nv1GKB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umi7nv1GKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi7nv1GKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi7nv1GKB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi7nv1GKB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi7nv1GKB .container {
    padding: 0 12px;
  }
}
.cid-umi7nv1GKB .image-wrapper img,
.cid-umi7nv1GKB .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umi7nv1GKB .image-wrapper img,
  .cid-umi7nv1GKB .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .image-wrapper img,
  .cid-umi7nv1GKB .image-wrap img {
    margin-right: 16px;
  }
  .cid-umi7nv1GKB .image-wrapper img:nth-child(2n),
  .cid-umi7nv1GKB .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umi7nv1GKB .image-wrapper img,
  .cid-umi7nv1GKB .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umi7nv1GKB .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umi7nv1GKB .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umi7nv1GKB .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umi7nv1GKB .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umi7nv1GKB .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umi7nv1GKB .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umi7nv1GKB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi7nv1GKB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umi7nv1GKB .mbr-text {
  color: #ffffff;
}
.cid-umi7nveK5j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umi7nveK5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi7nveK5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi7nveK5j .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umi7nveK5j .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umi7nveK5j .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umi7nveK5j .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umi7nveK5j .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umi7nveK5j .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umi7nveK5j .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umi7nveK5j .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umi7nveK5j .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umi7nveK5j .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umi7nveK5j .mbr-text a {
  text-decoration: underline !important;
}
.cid-umi7nveK5j .mbr-text a:hover {
  color: inherit !important;
}
.cid-umi7nvqGzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umi7nvqGzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi7nvqGzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi7nvqGzr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umi7nvqGzr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi7nvqGzr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umi7nvqGzr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umi7nvqGzr .container {
    padding: 0 12px;
  }
}
.cid-umi7nvqGzr .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umi7nvqGzr .card-wrapper {
    padding: 32px;
  }
}
.cid-umi7nvqGzr .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umi7nvqGzr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umi7nvqGzr .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umi7nvqGzr .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umi7nvqGzr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umi7nvqGzr .mbr-section-title {
  color: #ffffff;
}
.cid-umi7nvqGzr .mbr-section-title,
.cid-umi7nvqGzr .mbr-section-btn,
.cid-umi7nvqGzr .card-wrapper {
  text-align: center;
}
.cid-umi7nvFPSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umi7nvFPSj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umi7nvFPSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi7nvFPSj .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-umi7nvFPSj .container {
    padding: 0 22px;
  }
}
.cid-umi7nvFPSj .row {
  position: relative;
  z-index: 1;
}
.cid-umi7nvFPSj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umi7nvFPSj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi7nvFPSj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umi7nvFPSj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umi7nvFPSj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi7nvFPSj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umi7nvFPSj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umi7nvFPSj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi7nvFPSj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umi7nvFPSj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umi7nvFPSj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umi7nvFPSj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umi7nvFPSj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi7nvFPSj .nav-wrapper .list .item-wrap:hover,
.cid-umi7nvFPSj .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umi7nvFPSj .nav-wrapper .list .item-wrap:hover::before,
.cid-umi7nvFPSj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umi7nvFPSj .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-umi7nvFPSj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi7nvFPSj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umi7nvFPSj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umi7nvFPSj .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-umi7nvFPSj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umi7nvFPSj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umi7nvFPSj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umi7nvFPSj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umi7nvFPSj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umi7nvFPSj .mbr-section-title {
  color: #00d0f3;
}
.cid-umi7nvFPSj .mbr-text {
  color: #ffffff;
}
.cid-umi7nvFPSj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umi7nvFPSj .list {
  color: #ffffff;
}
.cid-umi7nvFPSj .mbr-contact {
  color: #ffffff;
}
.cid-umi7nvFPSj .mbr-desc {
  color: #ffffff;
}
.cid-ummmaDfQmr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ummmaDfQmr .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-ummmaDfQmr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ummmaDfQmr .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-ummmaDfQmr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ummmaDfQmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ummmaDfQmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ummmaDfQmr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ummmaDfQmr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ummmaDfQmr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ummmaDfQmr .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ummmaDfQmr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ummmaDfQmr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ummmaDfQmr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ummmaDfQmr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ummmaDfQmr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ummmaDfQmr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ummmaDfQmr .nav-link:hover {
  color: #ffffff !important;
}
.cid-ummmaDfQmr .nav-link:hover::before {
  width: 100%;
}
.cid-ummmaDfQmr .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummmaDfQmr .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ummmaDfQmr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ummmaDfQmr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ummmaDfQmr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ummmaDfQmr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ummmaDfQmr .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ummmaDfQmr .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ummmaDfQmr .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ummmaDfQmr .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ummmaDfQmr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ummmaDfQmr .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ummmaDfQmr .nav-item:focus,
.cid-ummmaDfQmr .nav-link:focus {
  outline: none;
}
.cid-ummmaDfQmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ummmaDfQmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ummmaDfQmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ummmaDfQmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ummmaDfQmr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ummmaDfQmr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ummmaDfQmr .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-ummmaDfQmr .navbar.opened {
  transition: all 0.3s;
}
.cid-ummmaDfQmr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ummmaDfQmr .navbar .navbar-logo img {
  width: auto;
}
.cid-ummmaDfQmr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummmaDfQmr .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ummmaDfQmr .navbar.collapsed {
  justify-content: center;
}
.cid-ummmaDfQmr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ummmaDfQmr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ummmaDfQmr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ummmaDfQmr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ummmaDfQmr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ummmaDfQmr .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-ummmaDfQmr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ummmaDfQmr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ummmaDfQmr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ummmaDfQmr .navbar {
    min-height: 72px;
  }
  .cid-ummmaDfQmr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ummmaDfQmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ummmaDfQmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ummmaDfQmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ummmaDfQmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ummmaDfQmr .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-ummmaDfQmr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ummmaDfQmr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ummmaDfQmr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ummmaDfQmr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ummmaDfQmr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ummmaDfQmr .dropdown-item.active,
.cid-ummmaDfQmr .dropdown-item:active {
  background-color: transparent;
}
.cid-ummmaDfQmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ummmaDfQmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ummmaDfQmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ummmaDfQmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ummmaDfQmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ummmaDfQmr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ummmaDfQmr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ummmaDfQmr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ummmaDfQmr .navbar-buttons {
    text-align: left;
  }
}
.cid-ummmaDfQmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ummmaDfQmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ummmaDfQmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ummmaDfQmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummmaDfQmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummmaDfQmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ummmaDfQmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummmaDfQmr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ummmaDfQmr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ummmaDfQmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummmaDfQmr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ummmaDfQmr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ummmaDfQmr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummmaDfQmr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ummmaDfQmr .navbar {
    height: 70px;
  }
  .cid-ummmaDfQmr .navbar.opened {
    height: auto;
  }
  .cid-ummmaDfQmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ummmaDfQmr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ummmaDfQmr .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-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ummmaDfQmr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ummmaDfQmr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ummmaDfQmr .navbar-brand {
    margin-right: auto;
  }
  .cid-ummmaDfQmr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ummmaDfQmr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ummmaDfQmr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ummmaDfQmr .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-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ummmaDfQmr .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-ummmaDfQmr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ummmaDfQmr .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-ummmaDfQmr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ummmaDfQmr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ummmaDfQmr .navbar-brand,
.cid-ummmaDfQmr .navbar-toggler,
.cid-ummmaDfQmr .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ummmaDNgqo {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ummmaDNgqo .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ummmaDNgqo .main-image {
    display: none;
  }
}
.cid-ummmaDNgqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummmaDNgqo .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-ummmaDNgqo .container {
    padding: 0 16px;
  }
}
.cid-ummmaDNgqo .row {
  position: relative;
  z-index: 1;
}
.cid-ummmaDNgqo .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummmaDNgqo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ummmaDNgqo .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ummmaDNgqo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ummmaDNgqo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ummmaDNgqo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ummmaDNgqo .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ummmaDNgqo .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ummmaDNgqo .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ummmaDNgqo .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ummmaDNgqo .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ummmaDNgqo .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ummmaDNgqo .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ummmaDNgqo .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ummmaDNgqo .mbr-section-title {
  color: #000000;
}
.cid-ummmaDNgqo .mbr-text {
  color: #000000;
}
.cid-ummmaDNgqo .card-title {
  color: #000000;
}
.cid-ummmaDNgqo .card-text {
  color: #ffffff;
}
.cid-ummmaDNgqo .card-name {
  color: #ffffff;
}
.cid-ummmaDNgqo .card-role {
  color: #ffffff;
}
.cid-ummmaE3Ndb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ummmaE3Ndb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummmaE3Ndb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummmaE3Ndb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummmaE3Ndb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummmaE3Ndb .container {
    padding: 0 12px;
  }
}
.cid-ummmaE3Ndb .image-wrapper img,
.cid-ummmaE3Ndb .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ummmaE3Ndb .image-wrapper img,
  .cid-ummmaE3Ndb .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .image-wrapper img,
  .cid-ummmaE3Ndb .image-wrap img {
    margin-right: 16px;
  }
  .cid-ummmaE3Ndb .image-wrapper img:nth-child(2n),
  .cid-ummmaE3Ndb .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ummmaE3Ndb .image-wrapper img,
  .cid-ummmaE3Ndb .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ummmaE3Ndb .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ummmaE3Ndb .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ummmaE3Ndb .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ummmaE3Ndb .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ummmaE3Ndb .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummmaE3Ndb .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ummmaE3Ndb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummmaE3Ndb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ummmaE3Ndb .mbr-text {
  color: #ffffff;
}
.cid-ummmaEjDLu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ummmaEjDLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummmaEjDLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummmaEjDLu .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ummmaEjDLu .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ummmaEjDLu .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ummmaEjDLu .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ummmaEjDLu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ummmaEjDLu .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ummmaEjDLu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ummmaEjDLu .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ummmaEjDLu .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ummmaEjDLu .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ummmaEjDLu .mbr-text a {
  text-decoration: underline !important;
}
.cid-ummmaEjDLu .mbr-text a:hover {
  color: inherit !important;
}
.cid-ummmaEvNSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ummmaEvNSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummmaEvNSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummmaEvNSk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummmaEvNSk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummmaEvNSk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummmaEvNSk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummmaEvNSk .container {
    padding: 0 12px;
  }
}
.cid-ummmaEvNSk .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ummmaEvNSk .card-wrapper {
    padding: 32px;
  }
}
.cid-ummmaEvNSk .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ummmaEvNSk .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ummmaEvNSk .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ummmaEvNSk .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ummmaEvNSk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ummmaEvNSk .mbr-section-title {
  color: #ffffff;
}
.cid-ummmaEvNSk .mbr-section-title,
.cid-ummmaEvNSk .mbr-section-btn,
.cid-ummmaEvNSk .card-wrapper {
  text-align: center;
}
.cid-ummmaENqmE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ummmaENqmE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ummmaENqmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummmaENqmE .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-ummmaENqmE .container {
    padding: 0 22px;
  }
}
.cid-ummmaENqmE .row {
  position: relative;
  z-index: 1;
}
.cid-ummmaENqmE .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ummmaENqmE .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummmaENqmE .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummmaENqmE .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ummmaENqmE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummmaENqmE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ummmaENqmE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummmaENqmE .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummmaENqmE .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ummmaENqmE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummmaENqmE .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ummmaENqmE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ummmaENqmE .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummmaENqmE .nav-wrapper .list .item-wrap:hover,
.cid-ummmaENqmE .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ummmaENqmE .nav-wrapper .list .item-wrap:hover::before,
.cid-ummmaENqmE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ummmaENqmE .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-ummmaENqmE .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummmaENqmE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ummmaENqmE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummmaENqmE .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-ummmaENqmE .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummmaENqmE .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummmaENqmE .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ummmaENqmE .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummmaENqmE .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ummmaENqmE .mbr-section-title {
  color: #00d0f3;
}
.cid-ummmaENqmE .mbr-text {
  color: #ffffff;
}
.cid-ummmaENqmE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ummmaENqmE .list {
  color: #ffffff;
}
.cid-ummmaENqmE .mbr-contact {
  color: #ffffff;
}
.cid-ummmaENqmE .mbr-desc {
  color: #ffffff;
}
.cid-ummqp6dyMV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ummqp6dyMV .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-ummqp6dyMV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ummqp6dyMV .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-ummqp6dyMV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ummqp6dyMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ummqp6dyMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ummqp6dyMV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ummqp6dyMV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ummqp6dyMV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ummqp6dyMV .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ummqp6dyMV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ummqp6dyMV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ummqp6dyMV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ummqp6dyMV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ummqp6dyMV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ummqp6dyMV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ummqp6dyMV .nav-link:hover {
  color: #ffffff !important;
}
.cid-ummqp6dyMV .nav-link:hover::before {
  width: 100%;
}
.cid-ummqp6dyMV .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummqp6dyMV .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ummqp6dyMV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ummqp6dyMV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ummqp6dyMV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ummqp6dyMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ummqp6dyMV .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ummqp6dyMV .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ummqp6dyMV .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ummqp6dyMV .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ummqp6dyMV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ummqp6dyMV .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ummqp6dyMV .nav-item:focus,
.cid-ummqp6dyMV .nav-link:focus {
  outline: none;
}
.cid-ummqp6dyMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ummqp6dyMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ummqp6dyMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ummqp6dyMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ummqp6dyMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ummqp6dyMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ummqp6dyMV .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-ummqp6dyMV .navbar.opened {
  transition: all 0.3s;
}
.cid-ummqp6dyMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ummqp6dyMV .navbar .navbar-logo img {
  width: auto;
}
.cid-ummqp6dyMV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummqp6dyMV .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ummqp6dyMV .navbar.collapsed {
  justify-content: center;
}
.cid-ummqp6dyMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ummqp6dyMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ummqp6dyMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ummqp6dyMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ummqp6dyMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ummqp6dyMV .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-ummqp6dyMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ummqp6dyMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ummqp6dyMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ummqp6dyMV .navbar {
    min-height: 72px;
  }
  .cid-ummqp6dyMV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ummqp6dyMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ummqp6dyMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ummqp6dyMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ummqp6dyMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ummqp6dyMV .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-ummqp6dyMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ummqp6dyMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ummqp6dyMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ummqp6dyMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ummqp6dyMV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ummqp6dyMV .dropdown-item.active,
.cid-ummqp6dyMV .dropdown-item:active {
  background-color: transparent;
}
.cid-ummqp6dyMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ummqp6dyMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ummqp6dyMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ummqp6dyMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ummqp6dyMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ummqp6dyMV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ummqp6dyMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ummqp6dyMV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ummqp6dyMV .navbar-buttons {
    text-align: left;
  }
}
.cid-ummqp6dyMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ummqp6dyMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ummqp6dyMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ummqp6dyMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummqp6dyMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummqp6dyMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ummqp6dyMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummqp6dyMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ummqp6dyMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ummqp6dyMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummqp6dyMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ummqp6dyMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ummqp6dyMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummqp6dyMV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ummqp6dyMV .navbar {
    height: 70px;
  }
  .cid-ummqp6dyMV .navbar.opened {
    height: auto;
  }
  .cid-ummqp6dyMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ummqp6dyMV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ummqp6dyMV .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-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ummqp6dyMV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ummqp6dyMV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ummqp6dyMV .navbar-brand {
    margin-right: auto;
  }
  .cid-ummqp6dyMV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ummqp6dyMV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ummqp6dyMV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ummqp6dyMV .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-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ummqp6dyMV .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-ummqp6dyMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ummqp6dyMV .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-ummqp6dyMV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ummqp6dyMV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ummqp6dyMV .navbar-brand,
.cid-ummqp6dyMV .navbar-toggler,
.cid-ummqp6dyMV .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ummqp7R9Uc {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ummqp7R9Uc .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ummqp7R9Uc .main-image {
    display: none;
  }
}
.cid-ummqp7R9Uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummqp7R9Uc .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-ummqp7R9Uc .container {
    padding: 0 16px;
  }
}
.cid-ummqp7R9Uc .row {
  position: relative;
  z-index: 1;
}
.cid-ummqp7R9Uc .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummqp7R9Uc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ummqp7R9Uc .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ummqp7R9Uc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ummqp7R9Uc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ummqp7R9Uc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ummqp7R9Uc .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ummqp7R9Uc .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ummqp7R9Uc .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ummqp7R9Uc .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ummqp7R9Uc .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ummqp7R9Uc .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ummqp7R9Uc .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ummqp7R9Uc .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ummqp7R9Uc .mbr-section-title {
  color: #000000;
}
.cid-ummqp7R9Uc .mbr-text {
  color: #000000;
}
.cid-ummqp7R9Uc .card-title {
  color: #000000;
}
.cid-ummqp7R9Uc .card-text {
  color: #ffffff;
}
.cid-ummqp7R9Uc .card-name {
  color: #ffffff;
}
.cid-ummqp7R9Uc .card-role {
  color: #ffffff;
}
.cid-ummqp8pies {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ummqp8pies .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummqp8pies .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummqp8pies .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummqp8pies .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummqp8pies .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummqp8pies .container {
    padding: 0 12px;
  }
}
.cid-ummqp8pies .image-wrapper img,
.cid-ummqp8pies .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ummqp8pies .image-wrapper img,
  .cid-ummqp8pies .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ummqp8pies .image-wrapper img,
  .cid-ummqp8pies .image-wrap img {
    margin-right: 16px;
  }
  .cid-ummqp8pies .image-wrapper img:nth-child(2n),
  .cid-ummqp8pies .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ummqp8pies .image-wrapper img,
  .cid-ummqp8pies .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ummqp8pies .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ummqp8pies .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ummqp8pies .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ummqp8pies .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ummqp8pies .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummqp8pies .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ummqp8pies .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummqp8pies .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ummqp8pies .mbr-text {
  color: #ffffff;
}
.cid-ummqp8GIDa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ummqp8GIDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummqp8GIDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummqp8GIDa .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ummqp8GIDa .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ummqp8GIDa .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ummqp8GIDa .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ummqp8GIDa .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ummqp8GIDa .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ummqp8GIDa .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ummqp8GIDa .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ummqp8GIDa .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ummqp8GIDa .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ummqp8GIDa .mbr-text a {
  text-decoration: underline !important;
}
.cid-ummqp8GIDa .mbr-text a:hover {
  color: inherit !important;
}
.cid-ummqp8R018 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ummqp8R018 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummqp8R018 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummqp8R018 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummqp8R018 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummqp8R018 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummqp8R018 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummqp8R018 .container {
    padding: 0 12px;
  }
}
.cid-ummqp8R018 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ummqp8R018 .card-wrapper {
    padding: 32px;
  }
}
.cid-ummqp8R018 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ummqp8R018 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ummqp8R018 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ummqp8R018 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ummqp8R018 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ummqp8R018 .mbr-section-title {
  color: #ffffff;
}
.cid-ummqp8R018 .mbr-section-title,
.cid-ummqp8R018 .mbr-section-btn,
.cid-ummqp8R018 .card-wrapper {
  text-align: center;
}
.cid-ummqp938GP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ummqp938GP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ummqp938GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummqp938GP .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-ummqp938GP .container {
    padding: 0 22px;
  }
}
.cid-ummqp938GP .row {
  position: relative;
  z-index: 1;
}
.cid-ummqp938GP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ummqp938GP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummqp938GP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummqp938GP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ummqp938GP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummqp938GP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ummqp938GP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummqp938GP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummqp938GP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ummqp938GP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummqp938GP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ummqp938GP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ummqp938GP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummqp938GP .nav-wrapper .list .item-wrap:hover,
.cid-ummqp938GP .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ummqp938GP .nav-wrapper .list .item-wrap:hover::before,
.cid-ummqp938GP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ummqp938GP .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-ummqp938GP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummqp938GP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ummqp938GP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummqp938GP .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-ummqp938GP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummqp938GP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummqp938GP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ummqp938GP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummqp938GP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ummqp938GP .mbr-section-title {
  color: #00d0f3;
}
.cid-ummqp938GP .mbr-text {
  color: #ffffff;
}
.cid-ummqp938GP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ummqp938GP .list {
  color: #ffffff;
}
.cid-ummqp938GP .mbr-contact {
  color: #ffffff;
}
.cid-ummqp938GP .mbr-desc {
  color: #ffffff;
}
.cid-ummtb6GFke {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ummtb6GFke .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-ummtb6GFke .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ummtb6GFke .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-ummtb6GFke .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ummtb6GFke .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ummtb6GFke .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ummtb6GFke .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ummtb6GFke .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ummtb6GFke .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ummtb6GFke .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ummtb6GFke .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ummtb6GFke .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ummtb6GFke .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ummtb6GFke .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ummtb6GFke .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ummtb6GFke .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ummtb6GFke .nav-link:hover {
  color: #ffffff !important;
}
.cid-ummtb6GFke .nav-link:hover::before {
  width: 100%;
}
.cid-ummtb6GFke .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummtb6GFke .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ummtb6GFke .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ummtb6GFke .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ummtb6GFke .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ummtb6GFke .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ummtb6GFke .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ummtb6GFke .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ummtb6GFke .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ummtb6GFke .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ummtb6GFke .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ummtb6GFke .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ummtb6GFke .nav-item:focus,
.cid-ummtb6GFke .nav-link:focus {
  outline: none;
}
.cid-ummtb6GFke .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ummtb6GFke .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ummtb6GFke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ummtb6GFke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ummtb6GFke .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ummtb6GFke .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ummtb6GFke .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-ummtb6GFke .navbar.opened {
  transition: all 0.3s;
}
.cid-ummtb6GFke .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ummtb6GFke .navbar .navbar-logo img {
  width: auto;
}
.cid-ummtb6GFke .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummtb6GFke .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ummtb6GFke .navbar.collapsed {
  justify-content: center;
}
.cid-ummtb6GFke .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ummtb6GFke .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ummtb6GFke .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ummtb6GFke .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ummtb6GFke .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ummtb6GFke .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-ummtb6GFke .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ummtb6GFke .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ummtb6GFke .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ummtb6GFke .navbar {
    min-height: 72px;
  }
  .cid-ummtb6GFke .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ummtb6GFke .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ummtb6GFke .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ummtb6GFke .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ummtb6GFke .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ummtb6GFke .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-ummtb6GFke .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ummtb6GFke .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ummtb6GFke .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ummtb6GFke .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ummtb6GFke .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ummtb6GFke .dropdown-item.active,
.cid-ummtb6GFke .dropdown-item:active {
  background-color: transparent;
}
.cid-ummtb6GFke .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ummtb6GFke .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ummtb6GFke .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ummtb6GFke .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ummtb6GFke .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ummtb6GFke .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ummtb6GFke ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ummtb6GFke .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ummtb6GFke .navbar-buttons {
    text-align: left;
  }
}
.cid-ummtb6GFke button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ummtb6GFke button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ummtb6GFke button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ummtb6GFke button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummtb6GFke button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummtb6GFke button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ummtb6GFke nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummtb6GFke nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ummtb6GFke nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ummtb6GFke nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummtb6GFke .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ummtb6GFke a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ummtb6GFke .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummtb6GFke .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ummtb6GFke .navbar {
    height: 70px;
  }
  .cid-ummtb6GFke .navbar.opened {
    height: auto;
  }
  .cid-ummtb6GFke .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ummtb6GFke .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ummtb6GFke .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-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ummtb6GFke .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ummtb6GFke .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ummtb6GFke .navbar-brand {
    margin-right: auto;
  }
  .cid-ummtb6GFke .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ummtb6GFke .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ummtb6GFke .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ummtb6GFke .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-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ummtb6GFke .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-ummtb6GFke .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ummtb6GFke .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-ummtb6GFke .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ummtb6GFke .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ummtb6GFke .navbar-brand,
.cid-ummtb6GFke .navbar-toggler,
.cid-ummtb6GFke .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ummtb8X1m1 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ummtb8X1m1 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ummtb8X1m1 .main-image {
    display: none;
  }
}
.cid-ummtb8X1m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummtb8X1m1 .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-ummtb8X1m1 .container {
    padding: 0 16px;
  }
}
.cid-ummtb8X1m1 .row {
  position: relative;
  z-index: 1;
}
.cid-ummtb8X1m1 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummtb8X1m1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ummtb8X1m1 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ummtb8X1m1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ummtb8X1m1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ummtb8X1m1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ummtb8X1m1 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ummtb8X1m1 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ummtb8X1m1 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ummtb8X1m1 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ummtb8X1m1 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ummtb8X1m1 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ummtb8X1m1 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ummtb8X1m1 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ummtb8X1m1 .mbr-section-title {
  color: #000000;
}
.cid-ummtb8X1m1 .mbr-text {
  color: #000000;
}
.cid-ummtb8X1m1 .card-title {
  color: #000000;
}
.cid-ummtb8X1m1 .card-text {
  color: #ffffff;
}
.cid-ummtb8X1m1 .card-name {
  color: #ffffff;
}
.cid-ummtb8X1m1 .card-role {
  color: #ffffff;
}
.cid-ummtb9kATg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ummtb9kATg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummtb9kATg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummtb9kATg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummtb9kATg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummtb9kATg .container {
    padding: 0 12px;
  }
}
.cid-ummtb9kATg .image-wrapper img,
.cid-ummtb9kATg .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ummtb9kATg .image-wrapper img,
  .cid-ummtb9kATg .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .image-wrapper img,
  .cid-ummtb9kATg .image-wrap img {
    margin-right: 16px;
  }
  .cid-ummtb9kATg .image-wrapper img:nth-child(2n),
  .cid-ummtb9kATg .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ummtb9kATg .image-wrapper img,
  .cid-ummtb9kATg .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ummtb9kATg .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ummtb9kATg .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ummtb9kATg .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ummtb9kATg .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ummtb9kATg .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummtb9kATg .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ummtb9kATg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummtb9kATg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ummtb9kATg .mbr-text {
  color: #ffffff;
}
.cid-ummtb9J0cK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ummtb9J0cK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummtb9J0cK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummtb9J0cK .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ummtb9J0cK .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ummtb9J0cK .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ummtb9J0cK .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ummtb9J0cK .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ummtb9J0cK .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ummtb9J0cK .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ummtb9J0cK .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ummtb9J0cK .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ummtb9J0cK .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ummtb9J0cK .mbr-text a {
  text-decoration: underline !important;
}
.cid-ummtb9J0cK .mbr-text a:hover {
  color: inherit !important;
}
.cid-ummtbawVpC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ummtbawVpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummtbawVpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummtbawVpC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummtbawVpC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummtbawVpC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummtbawVpC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummtbawVpC .container {
    padding: 0 12px;
  }
}
.cid-ummtbawVpC .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ummtbawVpC .card-wrapper {
    padding: 32px;
  }
}
.cid-ummtbawVpC .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ummtbawVpC .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ummtbawVpC .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ummtbawVpC .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ummtbawVpC .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ummtbawVpC .mbr-section-title {
  color: #ffffff;
}
.cid-ummtbawVpC .mbr-section-title,
.cid-ummtbawVpC .mbr-section-btn,
.cid-ummtbawVpC .card-wrapper {
  text-align: center;
}
.cid-ummtbaN54Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ummtbaN54Y::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ummtbaN54Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummtbaN54Y .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-ummtbaN54Y .container {
    padding: 0 22px;
  }
}
.cid-ummtbaN54Y .row {
  position: relative;
  z-index: 1;
}
.cid-ummtbaN54Y .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ummtbaN54Y .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummtbaN54Y .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummtbaN54Y .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ummtbaN54Y .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummtbaN54Y .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ummtbaN54Y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummtbaN54Y .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummtbaN54Y .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ummtbaN54Y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummtbaN54Y .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ummtbaN54Y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ummtbaN54Y .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummtbaN54Y .nav-wrapper .list .item-wrap:hover,
.cid-ummtbaN54Y .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ummtbaN54Y .nav-wrapper .list .item-wrap:hover::before,
.cid-ummtbaN54Y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ummtbaN54Y .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-ummtbaN54Y .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummtbaN54Y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ummtbaN54Y .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummtbaN54Y .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-ummtbaN54Y .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummtbaN54Y .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummtbaN54Y .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ummtbaN54Y .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummtbaN54Y .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ummtbaN54Y .mbr-section-title {
  color: #00d0f3;
}
.cid-ummtbaN54Y .mbr-text {
  color: #ffffff;
}
.cid-ummtbaN54Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ummtbaN54Y .list {
  color: #ffffff;
}
.cid-ummtbaN54Y .mbr-contact {
  color: #ffffff;
}
.cid-ummtbaN54Y .mbr-desc {
  color: #ffffff;
}
.cid-ummBiWDUDq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ummBiWDUDq .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-ummBiWDUDq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ummBiWDUDq .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-ummBiWDUDq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ummBiWDUDq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ummBiWDUDq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ummBiWDUDq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ummBiWDUDq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ummBiWDUDq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ummBiWDUDq .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ummBiWDUDq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ummBiWDUDq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ummBiWDUDq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ummBiWDUDq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ummBiWDUDq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ummBiWDUDq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ummBiWDUDq .nav-link:hover {
  color: #ffffff !important;
}
.cid-ummBiWDUDq .nav-link:hover::before {
  width: 100%;
}
.cid-ummBiWDUDq .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummBiWDUDq .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ummBiWDUDq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ummBiWDUDq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ummBiWDUDq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ummBiWDUDq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ummBiWDUDq .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ummBiWDUDq .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ummBiWDUDq .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ummBiWDUDq .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ummBiWDUDq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ummBiWDUDq .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ummBiWDUDq .nav-item:focus,
.cid-ummBiWDUDq .nav-link:focus {
  outline: none;
}
.cid-ummBiWDUDq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ummBiWDUDq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ummBiWDUDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ummBiWDUDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ummBiWDUDq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ummBiWDUDq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ummBiWDUDq .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-ummBiWDUDq .navbar.opened {
  transition: all 0.3s;
}
.cid-ummBiWDUDq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ummBiWDUDq .navbar .navbar-logo img {
  width: auto;
}
.cid-ummBiWDUDq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummBiWDUDq .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ummBiWDUDq .navbar.collapsed {
  justify-content: center;
}
.cid-ummBiWDUDq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ummBiWDUDq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ummBiWDUDq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ummBiWDUDq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ummBiWDUDq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ummBiWDUDq .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-ummBiWDUDq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ummBiWDUDq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ummBiWDUDq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ummBiWDUDq .navbar {
    min-height: 72px;
  }
  .cid-ummBiWDUDq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ummBiWDUDq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ummBiWDUDq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ummBiWDUDq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ummBiWDUDq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ummBiWDUDq .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-ummBiWDUDq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ummBiWDUDq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ummBiWDUDq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ummBiWDUDq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ummBiWDUDq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ummBiWDUDq .dropdown-item.active,
.cid-ummBiWDUDq .dropdown-item:active {
  background-color: transparent;
}
.cid-ummBiWDUDq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ummBiWDUDq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ummBiWDUDq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ummBiWDUDq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ummBiWDUDq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ummBiWDUDq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ummBiWDUDq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ummBiWDUDq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ummBiWDUDq .navbar-buttons {
    text-align: left;
  }
}
.cid-ummBiWDUDq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ummBiWDUDq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ummBiWDUDq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ummBiWDUDq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummBiWDUDq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummBiWDUDq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ummBiWDUDq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummBiWDUDq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ummBiWDUDq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ummBiWDUDq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummBiWDUDq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ummBiWDUDq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ummBiWDUDq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummBiWDUDq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ummBiWDUDq .navbar {
    height: 70px;
  }
  .cid-ummBiWDUDq .navbar.opened {
    height: auto;
  }
  .cid-ummBiWDUDq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ummBiWDUDq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ummBiWDUDq .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-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ummBiWDUDq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ummBiWDUDq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ummBiWDUDq .navbar-brand {
    margin-right: auto;
  }
  .cid-ummBiWDUDq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ummBiWDUDq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ummBiWDUDq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ummBiWDUDq .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-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ummBiWDUDq .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-ummBiWDUDq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ummBiWDUDq .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-ummBiWDUDq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ummBiWDUDq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ummBiWDUDq .navbar-brand,
.cid-ummBiWDUDq .navbar-toggler,
.cid-ummBiWDUDq .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ummBiYa0yP {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ummBiYa0yP .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ummBiYa0yP .main-image {
    display: none;
  }
}
.cid-ummBiYa0yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummBiYa0yP .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-ummBiYa0yP .container {
    padding: 0 16px;
  }
}
.cid-ummBiYa0yP .row {
  position: relative;
  z-index: 1;
}
.cid-ummBiYa0yP .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummBiYa0yP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ummBiYa0yP .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ummBiYa0yP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ummBiYa0yP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ummBiYa0yP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ummBiYa0yP .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ummBiYa0yP .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ummBiYa0yP .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ummBiYa0yP .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ummBiYa0yP .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ummBiYa0yP .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ummBiYa0yP .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ummBiYa0yP .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ummBiYa0yP .mbr-section-title {
  color: #000000;
}
.cid-ummBiYa0yP .mbr-text {
  color: #000000;
}
.cid-ummBiYa0yP .card-title {
  color: #000000;
}
.cid-ummBiYa0yP .card-text {
  color: #ffffff;
}
.cid-ummBiYa0yP .card-name {
  color: #ffffff;
}
.cid-ummBiYa0yP .card-role {
  color: #ffffff;
}
.cid-ummBiYzmPT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ummBiYzmPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummBiYzmPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummBiYzmPT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummBiYzmPT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummBiYzmPT .container {
    padding: 0 12px;
  }
}
.cid-ummBiYzmPT .image-wrapper img,
.cid-ummBiYzmPT .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ummBiYzmPT .image-wrapper img,
  .cid-ummBiYzmPT .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .image-wrapper img,
  .cid-ummBiYzmPT .image-wrap img {
    margin-right: 16px;
  }
  .cid-ummBiYzmPT .image-wrapper img:nth-child(2n),
  .cid-ummBiYzmPT .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ummBiYzmPT .image-wrapper img,
  .cid-ummBiYzmPT .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ummBiYzmPT .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ummBiYzmPT .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ummBiYzmPT .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ummBiYzmPT .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ummBiYzmPT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummBiYzmPT .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ummBiYzmPT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummBiYzmPT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ummBiYzmPT .mbr-text {
  color: #ffffff;
}
.cid-ummBiZABo4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ummBiZABo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummBiZABo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummBiZABo4 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ummBiZABo4 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ummBiZABo4 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ummBiZABo4 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ummBiZABo4 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ummBiZABo4 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ummBiZABo4 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ummBiZABo4 .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ummBiZABo4 .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ummBiZABo4 .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ummBiZABo4 .mbr-text a {
  text-decoration: underline !important;
}
.cid-ummBiZABo4 .mbr-text a:hover {
  color: inherit !important;
}
.cid-ummBiZLTIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ummBiZLTIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummBiZLTIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummBiZLTIY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummBiZLTIY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummBiZLTIY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummBiZLTIY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummBiZLTIY .container {
    padding: 0 12px;
  }
}
.cid-ummBiZLTIY .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ummBiZLTIY .card-wrapper {
    padding: 32px;
  }
}
.cid-ummBiZLTIY .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ummBiZLTIY .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ummBiZLTIY .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ummBiZLTIY .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ummBiZLTIY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ummBiZLTIY .mbr-section-title {
  color: #ffffff;
}
.cid-ummBiZLTIY .mbr-section-title,
.cid-ummBiZLTIY .mbr-section-btn,
.cid-ummBiZLTIY .card-wrapper {
  text-align: center;
}
.cid-ummBj00E8Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ummBj00E8Q::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ummBj00E8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummBj00E8Q .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-ummBj00E8Q .container {
    padding: 0 22px;
  }
}
.cid-ummBj00E8Q .row {
  position: relative;
  z-index: 1;
}
.cid-ummBj00E8Q .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ummBj00E8Q .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummBj00E8Q .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummBj00E8Q .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ummBj00E8Q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummBj00E8Q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ummBj00E8Q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummBj00E8Q .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummBj00E8Q .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ummBj00E8Q .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummBj00E8Q .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ummBj00E8Q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ummBj00E8Q .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummBj00E8Q .nav-wrapper .list .item-wrap:hover,
.cid-ummBj00E8Q .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ummBj00E8Q .nav-wrapper .list .item-wrap:hover::before,
.cid-ummBj00E8Q .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ummBj00E8Q .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-ummBj00E8Q .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummBj00E8Q .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ummBj00E8Q .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummBj00E8Q .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-ummBj00E8Q .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummBj00E8Q .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummBj00E8Q .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ummBj00E8Q .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummBj00E8Q .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ummBj00E8Q .mbr-section-title {
  color: #00d0f3;
}
.cid-ummBj00E8Q .mbr-text {
  color: #ffffff;
}
.cid-ummBj00E8Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ummBj00E8Q .list {
  color: #ffffff;
}
.cid-ummBj00E8Q .mbr-contact {
  color: #ffffff;
}
.cid-ummBj00E8Q .mbr-desc {
  color: #ffffff;
}
.cid-ummJkA5kxv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ummJkA5kxv .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-ummJkA5kxv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ummJkA5kxv .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-ummJkA5kxv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ummJkA5kxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ummJkA5kxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ummJkA5kxv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ummJkA5kxv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ummJkA5kxv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ummJkA5kxv .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ummJkA5kxv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ummJkA5kxv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ummJkA5kxv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ummJkA5kxv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ummJkA5kxv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ummJkA5kxv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ummJkA5kxv .nav-link:hover {
  color: #ffffff !important;
}
.cid-ummJkA5kxv .nav-link:hover::before {
  width: 100%;
}
.cid-ummJkA5kxv .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummJkA5kxv .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ummJkA5kxv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ummJkA5kxv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ummJkA5kxv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ummJkA5kxv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ummJkA5kxv .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-ummJkA5kxv .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ummJkA5kxv .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ummJkA5kxv .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ummJkA5kxv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ummJkA5kxv .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-ummJkA5kxv .nav-item:focus,
.cid-ummJkA5kxv .nav-link:focus {
  outline: none;
}
.cid-ummJkA5kxv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ummJkA5kxv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ummJkA5kxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ummJkA5kxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ummJkA5kxv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ummJkA5kxv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ummJkA5kxv .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-ummJkA5kxv .navbar.opened {
  transition: all 0.3s;
}
.cid-ummJkA5kxv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ummJkA5kxv .navbar .navbar-logo img {
  width: auto;
}
.cid-ummJkA5kxv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummJkA5kxv .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ummJkA5kxv .navbar.collapsed {
  justify-content: center;
}
.cid-ummJkA5kxv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ummJkA5kxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ummJkA5kxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ummJkA5kxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ummJkA5kxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ummJkA5kxv .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-ummJkA5kxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ummJkA5kxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ummJkA5kxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ummJkA5kxv .navbar {
    min-height: 72px;
  }
  .cid-ummJkA5kxv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ummJkA5kxv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ummJkA5kxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ummJkA5kxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ummJkA5kxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ummJkA5kxv .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-ummJkA5kxv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ummJkA5kxv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ummJkA5kxv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ummJkA5kxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ummJkA5kxv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ummJkA5kxv .dropdown-item.active,
.cid-ummJkA5kxv .dropdown-item:active {
  background-color: transparent;
}
.cid-ummJkA5kxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ummJkA5kxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ummJkA5kxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ummJkA5kxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ummJkA5kxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ummJkA5kxv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ummJkA5kxv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ummJkA5kxv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ummJkA5kxv .navbar-buttons {
    text-align: left;
  }
}
.cid-ummJkA5kxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ummJkA5kxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ummJkA5kxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ummJkA5kxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummJkA5kxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ummJkA5kxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ummJkA5kxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummJkA5kxv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ummJkA5kxv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ummJkA5kxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ummJkA5kxv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ummJkA5kxv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ummJkA5kxv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummJkA5kxv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ummJkA5kxv .navbar {
    height: 70px;
  }
  .cid-ummJkA5kxv .navbar.opened {
    height: auto;
  }
  .cid-ummJkA5kxv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ummJkA5kxv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ummJkA5kxv .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-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ummJkA5kxv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ummJkA5kxv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ummJkA5kxv .navbar-brand {
    margin-right: auto;
  }
  .cid-ummJkA5kxv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ummJkA5kxv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ummJkA5kxv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ummJkA5kxv .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-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ummJkA5kxv .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-ummJkA5kxv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ummJkA5kxv .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-ummJkA5kxv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ummJkA5kxv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ummJkA5kxv .navbar-brand,
.cid-ummJkA5kxv .navbar-toggler,
.cid-ummJkA5kxv .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ummJkAI3P3 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-ummJkAI3P3 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ummJkAI3P3 .main-image {
    display: none;
  }
}
.cid-ummJkAI3P3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummJkAI3P3 .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-ummJkAI3P3 .container {
    padding: 0 16px;
  }
}
.cid-ummJkAI3P3 .row {
  position: relative;
  z-index: 1;
}
.cid-ummJkAI3P3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ummJkAI3P3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ummJkAI3P3 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ummJkAI3P3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ummJkAI3P3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ummJkAI3P3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ummJkAI3P3 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-ummJkAI3P3 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-ummJkAI3P3 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-ummJkAI3P3 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-ummJkAI3P3 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ummJkAI3P3 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-ummJkAI3P3 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ummJkAI3P3 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ummJkAI3P3 .mbr-section-title {
  color: #000000;
}
.cid-ummJkAI3P3 .mbr-text {
  color: #000000;
}
.cid-ummJkAI3P3 .card-title {
  color: #000000;
}
.cid-ummJkAI3P3 .card-text {
  color: #ffffff;
}
.cid-ummJkAI3P3 .card-name {
  color: #ffffff;
}
.cid-ummJkAI3P3 .card-role {
  color: #ffffff;
}
.cid-ummJkB0xAj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ummJkB0xAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummJkB0xAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummJkB0xAj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummJkB0xAj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummJkB0xAj .container {
    padding: 0 12px;
  }
}
.cid-ummJkB0xAj .image-wrapper img,
.cid-ummJkB0xAj .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-ummJkB0xAj .image-wrapper img,
  .cid-ummJkB0xAj .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .image-wrapper img,
  .cid-ummJkB0xAj .image-wrap img {
    margin-right: 16px;
  }
  .cid-ummJkB0xAj .image-wrapper img:nth-child(2n),
  .cid-ummJkB0xAj .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ummJkB0xAj .image-wrapper img,
  .cid-ummJkB0xAj .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-ummJkB0xAj .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-ummJkB0xAj .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-ummJkB0xAj .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-ummJkB0xAj .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ummJkB0xAj .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ummJkB0xAj .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-ummJkB0xAj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummJkB0xAj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ummJkB0xAj .mbr-text {
  color: #ffffff;
}
.cid-ummJkBf8fT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-ummJkBf8fT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummJkBf8fT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummJkBf8fT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-ummJkBf8fT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-ummJkBf8fT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-ummJkBf8fT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-ummJkBf8fT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-ummJkBf8fT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-ummJkBf8fT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-ummJkBf8fT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-ummJkBf8fT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-ummJkBf8fT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-ummJkBf8fT .mbr-text a {
  text-decoration: underline !important;
}
.cid-ummJkBf8fT .mbr-text a:hover {
  color: inherit !important;
}
.cid-ummJkBqMPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-ummJkBqMPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummJkBqMPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummJkBqMPH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ummJkBqMPH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummJkBqMPH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ummJkBqMPH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ummJkBqMPH .container {
    padding: 0 12px;
  }
}
.cid-ummJkBqMPH .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-ummJkBqMPH .card-wrapper {
    padding: 32px;
  }
}
.cid-ummJkBqMPH .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-ummJkBqMPH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-ummJkBqMPH .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-ummJkBqMPH .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-ummJkBqMPH .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-ummJkBqMPH .mbr-section-title {
  color: #ffffff;
}
.cid-ummJkBqMPH .mbr-section-title,
.cid-ummJkBqMPH .mbr-section-btn,
.cid-ummJkBqMPH .card-wrapper {
  text-align: center;
}
.cid-ummJkBC6Yi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-ummJkBC6Yi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ummJkBC6Yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummJkBC6Yi .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-ummJkBC6Yi .container {
    padding: 0 22px;
  }
}
.cid-ummJkBC6Yi .row {
  position: relative;
  z-index: 1;
}
.cid-ummJkBC6Yi .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ummJkBC6Yi .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummJkBC6Yi .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ummJkBC6Yi .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ummJkBC6Yi .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummJkBC6Yi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ummJkBC6Yi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ummJkBC6Yi .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummJkBC6Yi .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ummJkBC6Yi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ummJkBC6Yi .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ummJkBC6Yi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ummJkBC6Yi .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummJkBC6Yi .nav-wrapper .list .item-wrap:hover,
.cid-ummJkBC6Yi .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ummJkBC6Yi .nav-wrapper .list .item-wrap:hover::before,
.cid-ummJkBC6Yi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ummJkBC6Yi .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-ummJkBC6Yi .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummJkBC6Yi .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ummJkBC6Yi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ummJkBC6Yi .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-ummJkBC6Yi .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ummJkBC6Yi .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ummJkBC6Yi .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ummJkBC6Yi .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ummJkBC6Yi .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ummJkBC6Yi .mbr-section-title {
  color: #00d0f3;
}
.cid-ummJkBC6Yi .mbr-text {
  color: #ffffff;
}
.cid-ummJkBC6Yi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ummJkBC6Yi .list {
  color: #ffffff;
}
.cid-ummJkBC6Yi .mbr-contact {
  color: #ffffff;
}
.cid-ummJkBC6Yi .mbr-desc {
  color: #ffffff;
}
.cid-umo2KEQsiB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umo2KEQsiB .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-umo2KEQsiB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umo2KEQsiB .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-umo2KEQsiB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umo2KEQsiB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umo2KEQsiB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umo2KEQsiB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umo2KEQsiB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umo2KEQsiB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umo2KEQsiB .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umo2KEQsiB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umo2KEQsiB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umo2KEQsiB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umo2KEQsiB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umo2KEQsiB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umo2KEQsiB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umo2KEQsiB .nav-link:hover {
  color: #ffffff !important;
}
.cid-umo2KEQsiB .nav-link:hover::before {
  width: 100%;
}
.cid-umo2KEQsiB .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umo2KEQsiB .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umo2KEQsiB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umo2KEQsiB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umo2KEQsiB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umo2KEQsiB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umo2KEQsiB .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umo2KEQsiB .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umo2KEQsiB .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umo2KEQsiB .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umo2KEQsiB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umo2KEQsiB .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umo2KEQsiB .nav-item:focus,
.cid-umo2KEQsiB .nav-link:focus {
  outline: none;
}
.cid-umo2KEQsiB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umo2KEQsiB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umo2KEQsiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umo2KEQsiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umo2KEQsiB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umo2KEQsiB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umo2KEQsiB .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-umo2KEQsiB .navbar.opened {
  transition: all 0.3s;
}
.cid-umo2KEQsiB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umo2KEQsiB .navbar .navbar-logo img {
  width: auto;
}
.cid-umo2KEQsiB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umo2KEQsiB .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umo2KEQsiB .navbar.collapsed {
  justify-content: center;
}
.cid-umo2KEQsiB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umo2KEQsiB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umo2KEQsiB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umo2KEQsiB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umo2KEQsiB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umo2KEQsiB .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-umo2KEQsiB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umo2KEQsiB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umo2KEQsiB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umo2KEQsiB .navbar {
    min-height: 72px;
  }
  .cid-umo2KEQsiB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umo2KEQsiB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umo2KEQsiB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umo2KEQsiB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umo2KEQsiB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umo2KEQsiB .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-umo2KEQsiB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umo2KEQsiB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umo2KEQsiB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umo2KEQsiB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umo2KEQsiB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umo2KEQsiB .dropdown-item.active,
.cid-umo2KEQsiB .dropdown-item:active {
  background-color: transparent;
}
.cid-umo2KEQsiB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umo2KEQsiB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umo2KEQsiB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umo2KEQsiB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umo2KEQsiB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umo2KEQsiB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umo2KEQsiB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umo2KEQsiB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umo2KEQsiB .navbar-buttons {
    text-align: left;
  }
}
.cid-umo2KEQsiB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umo2KEQsiB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umo2KEQsiB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umo2KEQsiB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umo2KEQsiB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umo2KEQsiB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umo2KEQsiB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umo2KEQsiB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umo2KEQsiB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umo2KEQsiB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umo2KEQsiB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umo2KEQsiB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umo2KEQsiB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo2KEQsiB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umo2KEQsiB .navbar {
    height: 70px;
  }
  .cid-umo2KEQsiB .navbar.opened {
    height: auto;
  }
  .cid-umo2KEQsiB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umo2KEQsiB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umo2KEQsiB .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-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umo2KEQsiB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umo2KEQsiB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umo2KEQsiB .navbar-brand {
    margin-right: auto;
  }
  .cid-umo2KEQsiB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umo2KEQsiB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umo2KEQsiB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umo2KEQsiB .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-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umo2KEQsiB .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-umo2KEQsiB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umo2KEQsiB .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-umo2KEQsiB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umo2KEQsiB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umo2KEQsiB .navbar-brand,
.cid-umo2KEQsiB .navbar-toggler,
.cid-umo2KEQsiB .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umo2KFB2A2 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umo2KFB2A2 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umo2KFB2A2 .main-image {
    display: none;
  }
}
.cid-umo2KFB2A2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo2KFB2A2 .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-umo2KFB2A2 .container {
    padding: 0 16px;
  }
}
.cid-umo2KFB2A2 .row {
  position: relative;
  z-index: 1;
}
.cid-umo2KFB2A2 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umo2KFB2A2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umo2KFB2A2 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umo2KFB2A2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umo2KFB2A2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umo2KFB2A2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umo2KFB2A2 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umo2KFB2A2 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umo2KFB2A2 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umo2KFB2A2 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umo2KFB2A2 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umo2KFB2A2 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umo2KFB2A2 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umo2KFB2A2 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umo2KFB2A2 .mbr-section-title {
  color: #000000;
}
.cid-umo2KFB2A2 .mbr-text {
  color: #000000;
}
.cid-umo2KFB2A2 .card-title {
  color: #000000;
}
.cid-umo2KFB2A2 .card-text {
  color: #ffffff;
}
.cid-umo2KFB2A2 .card-name {
  color: #ffffff;
}
.cid-umo2KFB2A2 .card-role {
  color: #ffffff;
}
.cid-umo2KFUW7y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umo2KFUW7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo2KFUW7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo2KFUW7y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo2KFUW7y .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo2KFUW7y .container {
    padding: 0 12px;
  }
}
.cid-umo2KFUW7y .image-wrapper img,
.cid-umo2KFUW7y .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umo2KFUW7y .image-wrapper img,
  .cid-umo2KFUW7y .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .image-wrapper img,
  .cid-umo2KFUW7y .image-wrap img {
    margin-right: 16px;
  }
  .cid-umo2KFUW7y .image-wrapper img:nth-child(2n),
  .cid-umo2KFUW7y .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umo2KFUW7y .image-wrapper img,
  .cid-umo2KFUW7y .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umo2KFUW7y .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umo2KFUW7y .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umo2KFUW7y .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umo2KFUW7y .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umo2KFUW7y .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umo2KFUW7y .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umo2KFUW7y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umo2KFUW7y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umo2KFUW7y .mbr-text {
  color: #ffffff;
}
.cid-umo2KGaNEu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umo2KGaNEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo2KGaNEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo2KGaNEu .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umo2KGaNEu .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umo2KGaNEu .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umo2KGaNEu .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umo2KGaNEu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umo2KGaNEu .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umo2KGaNEu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umo2KGaNEu .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umo2KGaNEu .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umo2KGaNEu .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umo2KGaNEu .mbr-text a {
  text-decoration: underline !important;
}
.cid-umo2KGaNEu .mbr-text a:hover {
  color: inherit !important;
}
.cid-umo2KGo5az {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umo2KGo5az .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo2KGo5az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo2KGo5az .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umo2KGo5az .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo2KGo5az .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umo2KGo5az .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo2KGo5az .container {
    padding: 0 12px;
  }
}
.cid-umo2KGo5az .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umo2KGo5az .card-wrapper {
    padding: 32px;
  }
}
.cid-umo2KGo5az .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umo2KGo5az .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umo2KGo5az .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umo2KGo5az .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umo2KGo5az .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umo2KGo5az .mbr-section-title {
  color: #ffffff;
}
.cid-umo2KGo5az .mbr-section-title,
.cid-umo2KGo5az .mbr-section-btn,
.cid-umo2KGo5az .card-wrapper {
  text-align: center;
}
.cid-umo2KGBtPs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umo2KGBtPs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umo2KGBtPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo2KGBtPs .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-umo2KGBtPs .container {
    padding: 0 22px;
  }
}
.cid-umo2KGBtPs .row {
  position: relative;
  z-index: 1;
}
.cid-umo2KGBtPs .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umo2KGBtPs .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umo2KGBtPs .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umo2KGBtPs .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umo2KGBtPs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo2KGBtPs .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umo2KGBtPs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umo2KGBtPs .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo2KGBtPs .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umo2KGBtPs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo2KGBtPs .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umo2KGBtPs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umo2KGBtPs .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umo2KGBtPs .nav-wrapper .list .item-wrap:hover,
.cid-umo2KGBtPs .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umo2KGBtPs .nav-wrapper .list .item-wrap:hover::before,
.cid-umo2KGBtPs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umo2KGBtPs .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-umo2KGBtPs .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo2KGBtPs .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umo2KGBtPs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umo2KGBtPs .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-umo2KGBtPs .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo2KGBtPs .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umo2KGBtPs .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umo2KGBtPs .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umo2KGBtPs .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umo2KGBtPs .mbr-section-title {
  color: #00d0f3;
}
.cid-umo2KGBtPs .mbr-text {
  color: #ffffff;
}
.cid-umo2KGBtPs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umo2KGBtPs .list {
  color: #ffffff;
}
.cid-umo2KGBtPs .mbr-contact {
  color: #ffffff;
}
.cid-umo2KGBtPs .mbr-desc {
  color: #ffffff;
}
.cid-umo9blLvC1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umo9blLvC1 .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-umo9blLvC1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umo9blLvC1 .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-umo9blLvC1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umo9blLvC1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umo9blLvC1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umo9blLvC1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umo9blLvC1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umo9blLvC1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umo9blLvC1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umo9blLvC1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umo9blLvC1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umo9blLvC1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umo9blLvC1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umo9blLvC1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umo9blLvC1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umo9blLvC1 .nav-link:hover {
  color: #ffffff !important;
}
.cid-umo9blLvC1 .nav-link:hover::before {
  width: 100%;
}
.cid-umo9blLvC1 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umo9blLvC1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umo9blLvC1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umo9blLvC1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umo9blLvC1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umo9blLvC1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umo9blLvC1 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umo9blLvC1 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umo9blLvC1 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umo9blLvC1 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umo9blLvC1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umo9blLvC1 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umo9blLvC1 .nav-item:focus,
.cid-umo9blLvC1 .nav-link:focus {
  outline: none;
}
.cid-umo9blLvC1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umo9blLvC1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umo9blLvC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umo9blLvC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umo9blLvC1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umo9blLvC1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umo9blLvC1 .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-umo9blLvC1 .navbar.opened {
  transition: all 0.3s;
}
.cid-umo9blLvC1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umo9blLvC1 .navbar .navbar-logo img {
  width: auto;
}
.cid-umo9blLvC1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umo9blLvC1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umo9blLvC1 .navbar.collapsed {
  justify-content: center;
}
.cid-umo9blLvC1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umo9blLvC1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umo9blLvC1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umo9blLvC1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umo9blLvC1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umo9blLvC1 .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-umo9blLvC1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umo9blLvC1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umo9blLvC1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umo9blLvC1 .navbar {
    min-height: 72px;
  }
  .cid-umo9blLvC1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umo9blLvC1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umo9blLvC1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umo9blLvC1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umo9blLvC1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umo9blLvC1 .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-umo9blLvC1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umo9blLvC1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umo9blLvC1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umo9blLvC1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umo9blLvC1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umo9blLvC1 .dropdown-item.active,
.cid-umo9blLvC1 .dropdown-item:active {
  background-color: transparent;
}
.cid-umo9blLvC1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umo9blLvC1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umo9blLvC1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umo9blLvC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umo9blLvC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umo9blLvC1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umo9blLvC1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umo9blLvC1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umo9blLvC1 .navbar-buttons {
    text-align: left;
  }
}
.cid-umo9blLvC1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umo9blLvC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umo9blLvC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umo9blLvC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umo9blLvC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umo9blLvC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umo9blLvC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umo9blLvC1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umo9blLvC1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umo9blLvC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umo9blLvC1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umo9blLvC1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umo9blLvC1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo9blLvC1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umo9blLvC1 .navbar {
    height: 70px;
  }
  .cid-umo9blLvC1 .navbar.opened {
    height: auto;
  }
  .cid-umo9blLvC1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umo9blLvC1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umo9blLvC1 .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-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umo9blLvC1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umo9blLvC1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umo9blLvC1 .navbar-brand {
    margin-right: auto;
  }
  .cid-umo9blLvC1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umo9blLvC1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umo9blLvC1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umo9blLvC1 .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-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umo9blLvC1 .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-umo9blLvC1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umo9blLvC1 .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-umo9blLvC1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umo9blLvC1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umo9blLvC1 .navbar-brand,
.cid-umo9blLvC1 .navbar-toggler,
.cid-umo9blLvC1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umo9bmXBoh {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umo9bmXBoh .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umo9bmXBoh .main-image {
    display: none;
  }
}
.cid-umo9bmXBoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo9bmXBoh .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-umo9bmXBoh .container {
    padding: 0 16px;
  }
}
.cid-umo9bmXBoh .row {
  position: relative;
  z-index: 1;
}
.cid-umo9bmXBoh .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umo9bmXBoh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umo9bmXBoh .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umo9bmXBoh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umo9bmXBoh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umo9bmXBoh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umo9bmXBoh .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umo9bmXBoh .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umo9bmXBoh .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umo9bmXBoh .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umo9bmXBoh .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umo9bmXBoh .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umo9bmXBoh .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umo9bmXBoh .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umo9bmXBoh .mbr-section-title {
  color: #000000;
}
.cid-umo9bmXBoh .mbr-text {
  color: #000000;
}
.cid-umo9bmXBoh .card-title {
  color: #000000;
}
.cid-umo9bmXBoh .card-text {
  color: #ffffff;
}
.cid-umo9bmXBoh .card-name {
  color: #ffffff;
}
.cid-umo9bmXBoh .card-role {
  color: #ffffff;
}
.cid-umo9bnhnNm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umo9bnhnNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo9bnhnNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo9bnhnNm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo9bnhnNm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo9bnhnNm .container {
    padding: 0 12px;
  }
}
.cid-umo9bnhnNm .image-wrapper img,
.cid-umo9bnhnNm .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umo9bnhnNm .image-wrapper img,
  .cid-umo9bnhnNm .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .image-wrapper img,
  .cid-umo9bnhnNm .image-wrap img {
    margin-right: 16px;
  }
  .cid-umo9bnhnNm .image-wrapper img:nth-child(2n),
  .cid-umo9bnhnNm .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umo9bnhnNm .image-wrapper img,
  .cid-umo9bnhnNm .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umo9bnhnNm .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umo9bnhnNm .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umo9bnhnNm .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umo9bnhnNm .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umo9bnhnNm .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umo9bnhnNm .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umo9bnhnNm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umo9bnhnNm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umo9bnhnNm .mbr-text {
  color: #ffffff;
}
.cid-umo9bnwKJT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umo9bnwKJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo9bnwKJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo9bnwKJT .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umo9bnwKJT .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umo9bnwKJT .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umo9bnwKJT .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umo9bnwKJT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umo9bnwKJT .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umo9bnwKJT .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umo9bnwKJT .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umo9bnwKJT .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umo9bnwKJT .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umo9bnwKJT .mbr-text a {
  text-decoration: underline !important;
}
.cid-umo9bnwKJT .mbr-text a:hover {
  color: inherit !important;
}
.cid-umo9bnFQoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umo9bnFQoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo9bnFQoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umo9bnFQoU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umo9bnFQoU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo9bnFQoU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umo9bnFQoU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umo9bnFQoU .container {
    padding: 0 12px;
  }
}
.cid-umo9bnFQoU .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umo9bnFQoU .card-wrapper {
    padding: 32px;
  }
}
.cid-umo9bnFQoU .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umo9bnFQoU .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umo9bnFQoU .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umo9bnFQoU .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umo9bnFQoU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umo9bnFQoU .mbr-section-title {
  color: #ffffff;
}
.cid-umo9bnFQoU .mbr-section-title,
.cid-umo9bnFQoU .mbr-section-btn,
.cid-umo9bnFQoU .card-wrapper {
  text-align: center;
}
.cid-umo9bnRxA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umo9bnRxA7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umo9bnRxA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umo9bnRxA7 .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-umo9bnRxA7 .container {
    padding: 0 22px;
  }
}
.cid-umo9bnRxA7 .row {
  position: relative;
  z-index: 1;
}
.cid-umo9bnRxA7 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umo9bnRxA7 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umo9bnRxA7 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umo9bnRxA7 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umo9bnRxA7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo9bnRxA7 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umo9bnRxA7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umo9bnRxA7 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo9bnRxA7 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umo9bnRxA7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umo9bnRxA7 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umo9bnRxA7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umo9bnRxA7 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umo9bnRxA7 .nav-wrapper .list .item-wrap:hover,
.cid-umo9bnRxA7 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umo9bnRxA7 .nav-wrapper .list .item-wrap:hover::before,
.cid-umo9bnRxA7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umo9bnRxA7 .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-umo9bnRxA7 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo9bnRxA7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umo9bnRxA7 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umo9bnRxA7 .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-umo9bnRxA7 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umo9bnRxA7 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umo9bnRxA7 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umo9bnRxA7 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umo9bnRxA7 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umo9bnRxA7 .mbr-section-title {
  color: #00d0f3;
}
.cid-umo9bnRxA7 .mbr-text {
  color: #ffffff;
}
.cid-umo9bnRxA7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umo9bnRxA7 .list {
  color: #ffffff;
}
.cid-umo9bnRxA7 .mbr-contact {
  color: #ffffff;
}
.cid-umo9bnRxA7 .mbr-desc {
  color: #ffffff;
}
.cid-umDRST7yRm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umDRST7yRm .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-umDRST7yRm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umDRST7yRm .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-umDRST7yRm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umDRST7yRm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDRST7yRm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDRST7yRm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umDRST7yRm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umDRST7yRm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umDRST7yRm .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umDRST7yRm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umDRST7yRm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umDRST7yRm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umDRST7yRm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umDRST7yRm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umDRST7yRm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umDRST7yRm .nav-link:hover {
  color: #ffffff !important;
}
.cid-umDRST7yRm .nav-link:hover::before {
  width: 100%;
}
.cid-umDRST7yRm .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umDRST7yRm .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umDRST7yRm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umDRST7yRm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umDRST7yRm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umDRST7yRm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umDRST7yRm .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umDRST7yRm .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umDRST7yRm .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umDRST7yRm .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umDRST7yRm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDRST7yRm .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umDRST7yRm .nav-item:focus,
.cid-umDRST7yRm .nav-link:focus {
  outline: none;
}
.cid-umDRST7yRm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDRST7yRm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDRST7yRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDRST7yRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDRST7yRm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDRST7yRm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDRST7yRm .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-umDRST7yRm .navbar.opened {
  transition: all 0.3s;
}
.cid-umDRST7yRm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDRST7yRm .navbar .navbar-logo img {
  width: auto;
}
.cid-umDRST7yRm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umDRST7yRm .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umDRST7yRm .navbar.collapsed {
  justify-content: center;
}
.cid-umDRST7yRm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDRST7yRm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDRST7yRm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umDRST7yRm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDRST7yRm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDRST7yRm .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-umDRST7yRm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDRST7yRm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDRST7yRm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umDRST7yRm .navbar {
    min-height: 72px;
  }
  .cid-umDRST7yRm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umDRST7yRm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDRST7yRm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDRST7yRm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDRST7yRm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDRST7yRm .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-umDRST7yRm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDRST7yRm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umDRST7yRm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDRST7yRm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umDRST7yRm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umDRST7yRm .dropdown-item.active,
.cid-umDRST7yRm .dropdown-item:active {
  background-color: transparent;
}
.cid-umDRST7yRm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDRST7yRm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDRST7yRm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDRST7yRm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDRST7yRm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umDRST7yRm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umDRST7yRm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDRST7yRm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umDRST7yRm .navbar-buttons {
    text-align: left;
  }
}
.cid-umDRST7yRm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDRST7yRm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umDRST7yRm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDRST7yRm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDRST7yRm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDRST7yRm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDRST7yRm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDRST7yRm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDRST7yRm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDRST7yRm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDRST7yRm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umDRST7yRm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDRST7yRm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDRST7yRm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umDRST7yRm .navbar {
    height: 70px;
  }
  .cid-umDRST7yRm .navbar.opened {
    height: auto;
  }
  .cid-umDRST7yRm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umDRST7yRm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umDRST7yRm .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-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umDRST7yRm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umDRST7yRm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umDRST7yRm .navbar-brand {
    margin-right: auto;
  }
  .cid-umDRST7yRm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umDRST7yRm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umDRST7yRm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umDRST7yRm .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-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umDRST7yRm .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-umDRST7yRm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umDRST7yRm .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-umDRST7yRm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umDRST7yRm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umDRST7yRm .navbar-brand,
.cid-umDRST7yRm .navbar-toggler,
.cid-umDRST7yRm .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umDRSTL53E {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umDRSTL53E .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umDRSTL53E .main-image {
    display: none;
  }
}
.cid-umDRSTL53E .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDRSTL53E .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-umDRSTL53E .container {
    padding: 0 16px;
  }
}
.cid-umDRSTL53E .row {
  position: relative;
  z-index: 1;
}
.cid-umDRSTL53E .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umDRSTL53E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umDRSTL53E .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umDRSTL53E .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umDRSTL53E .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umDRSTL53E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umDRSTL53E .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umDRSTL53E .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umDRSTL53E .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umDRSTL53E .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umDRSTL53E .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umDRSTL53E .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umDRSTL53E .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umDRSTL53E .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umDRSTL53E .mbr-section-title {
  color: #000000;
}
.cid-umDRSTL53E .mbr-text {
  color: #000000;
}
.cid-umDRSTL53E .card-title {
  color: #000000;
}
.cid-umDRSTL53E .card-text {
  color: #ffffff;
}
.cid-umDRSTL53E .card-name {
  color: #ffffff;
}
.cid-umDRSTL53E .card-role {
  color: #ffffff;
}
.cid-umDRSTZe9W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umDRSTZe9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDRSTZe9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDRSTZe9W .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDRSTZe9W .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDRSTZe9W .container {
    padding: 0 12px;
  }
}
.cid-umDRSTZe9W .image-wrapper img,
.cid-umDRSTZe9W .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umDRSTZe9W .image-wrapper img,
  .cid-umDRSTZe9W .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .image-wrapper img,
  .cid-umDRSTZe9W .image-wrap img {
    margin-right: 16px;
  }
  .cid-umDRSTZe9W .image-wrapper img:nth-child(2n),
  .cid-umDRSTZe9W .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umDRSTZe9W .image-wrapper img,
  .cid-umDRSTZe9W .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umDRSTZe9W .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umDRSTZe9W .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umDRSTZe9W .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umDRSTZe9W .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umDRSTZe9W .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umDRSTZe9W .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umDRSTZe9W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umDRSTZe9W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umDRSTZe9W .mbr-text {
  color: #ffffff;
}
.cid-umDRSUiGnu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umDRSUiGnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDRSUiGnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDRSUiGnu .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umDRSUiGnu .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umDRSUiGnu .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umDRSUiGnu .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umDRSUiGnu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umDRSUiGnu .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umDRSUiGnu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umDRSUiGnu .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umDRSUiGnu .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umDRSUiGnu .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umDRSUiGnu .mbr-text a {
  text-decoration: underline !important;
}
.cid-umDRSUiGnu .mbr-text a:hover {
  color: inherit !important;
}
.cid-umDRSUvgy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umDRSUvgy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDRSUvgy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDRSUvgy2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umDRSUvgy2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDRSUvgy2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umDRSUvgy2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDRSUvgy2 .container {
    padding: 0 12px;
  }
}
.cid-umDRSUvgy2 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umDRSUvgy2 .card-wrapper {
    padding: 32px;
  }
}
.cid-umDRSUvgy2 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umDRSUvgy2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umDRSUvgy2 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umDRSUvgy2 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umDRSUvgy2 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umDRSUvgy2 .mbr-section-title {
  color: #ffffff;
}
.cid-umDRSUvgy2 .mbr-section-title,
.cid-umDRSUvgy2 .mbr-section-btn,
.cid-umDRSUvgy2 .card-wrapper {
  text-align: center;
}
.cid-umDRSULEVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umDRSULEVg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umDRSULEVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDRSULEVg .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-umDRSULEVg .container {
    padding: 0 22px;
  }
}
.cid-umDRSULEVg .row {
  position: relative;
  z-index: 1;
}
.cid-umDRSULEVg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umDRSULEVg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umDRSULEVg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umDRSULEVg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umDRSULEVg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDRSULEVg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umDRSULEVg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umDRSULEVg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDRSULEVg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umDRSULEVg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDRSULEVg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umDRSULEVg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umDRSULEVg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umDRSULEVg .nav-wrapper .list .item-wrap:hover,
.cid-umDRSULEVg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umDRSULEVg .nav-wrapper .list .item-wrap:hover::before,
.cid-umDRSULEVg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umDRSULEVg .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-umDRSULEVg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDRSULEVg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umDRSULEVg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umDRSULEVg .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-umDRSULEVg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDRSULEVg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umDRSULEVg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umDRSULEVg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umDRSULEVg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umDRSULEVg .mbr-section-title {
  color: #00d0f3;
}
.cid-umDRSULEVg .mbr-text {
  color: #ffffff;
}
.cid-umDRSULEVg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umDRSULEVg .list {
  color: #ffffff;
}
.cid-umDRSULEVg .mbr-contact {
  color: #ffffff;
}
.cid-umDRSULEVg .mbr-desc {
  color: #ffffff;
}
.cid-umDWWQcNZW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umDWWQcNZW .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-umDWWQcNZW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umDWWQcNZW .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-umDWWQcNZW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umDWWQcNZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDWWQcNZW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDWWQcNZW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umDWWQcNZW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umDWWQcNZW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umDWWQcNZW .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umDWWQcNZW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umDWWQcNZW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umDWWQcNZW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umDWWQcNZW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umDWWQcNZW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umDWWQcNZW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umDWWQcNZW .nav-link:hover {
  color: #ffffff !important;
}
.cid-umDWWQcNZW .nav-link:hover::before {
  width: 100%;
}
.cid-umDWWQcNZW .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umDWWQcNZW .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umDWWQcNZW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umDWWQcNZW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umDWWQcNZW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umDWWQcNZW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umDWWQcNZW .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umDWWQcNZW .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umDWWQcNZW .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umDWWQcNZW .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umDWWQcNZW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDWWQcNZW .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umDWWQcNZW .nav-item:focus,
.cid-umDWWQcNZW .nav-link:focus {
  outline: none;
}
.cid-umDWWQcNZW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDWWQcNZW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDWWQcNZW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDWWQcNZW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDWWQcNZW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDWWQcNZW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDWWQcNZW .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-umDWWQcNZW .navbar.opened {
  transition: all 0.3s;
}
.cid-umDWWQcNZW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDWWQcNZW .navbar .navbar-logo img {
  width: auto;
}
.cid-umDWWQcNZW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umDWWQcNZW .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umDWWQcNZW .navbar.collapsed {
  justify-content: center;
}
.cid-umDWWQcNZW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDWWQcNZW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDWWQcNZW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umDWWQcNZW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDWWQcNZW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDWWQcNZW .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-umDWWQcNZW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDWWQcNZW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDWWQcNZW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umDWWQcNZW .navbar {
    min-height: 72px;
  }
  .cid-umDWWQcNZW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umDWWQcNZW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDWWQcNZW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDWWQcNZW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDWWQcNZW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDWWQcNZW .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-umDWWQcNZW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDWWQcNZW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umDWWQcNZW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDWWQcNZW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umDWWQcNZW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umDWWQcNZW .dropdown-item.active,
.cid-umDWWQcNZW .dropdown-item:active {
  background-color: transparent;
}
.cid-umDWWQcNZW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDWWQcNZW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDWWQcNZW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDWWQcNZW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDWWQcNZW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umDWWQcNZW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umDWWQcNZW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDWWQcNZW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umDWWQcNZW .navbar-buttons {
    text-align: left;
  }
}
.cid-umDWWQcNZW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDWWQcNZW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umDWWQcNZW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDWWQcNZW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDWWQcNZW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDWWQcNZW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDWWQcNZW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDWWQcNZW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDWWQcNZW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDWWQcNZW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDWWQcNZW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umDWWQcNZW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDWWQcNZW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDWWQcNZW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umDWWQcNZW .navbar {
    height: 70px;
  }
  .cid-umDWWQcNZW .navbar.opened {
    height: auto;
  }
  .cid-umDWWQcNZW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umDWWQcNZW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umDWWQcNZW .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-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umDWWQcNZW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umDWWQcNZW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umDWWQcNZW .navbar-brand {
    margin-right: auto;
  }
  .cid-umDWWQcNZW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umDWWQcNZW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umDWWQcNZW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umDWWQcNZW .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-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umDWWQcNZW .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-umDWWQcNZW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umDWWQcNZW .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-umDWWQcNZW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umDWWQcNZW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umDWWQcNZW .navbar-brand,
.cid-umDWWQcNZW .navbar-toggler,
.cid-umDWWQcNZW .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umDWWQJpwa {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umDWWQJpwa .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umDWWQJpwa .main-image {
    display: none;
  }
}
.cid-umDWWQJpwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDWWQJpwa .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-umDWWQJpwa .container {
    padding: 0 16px;
  }
}
.cid-umDWWQJpwa .row {
  position: relative;
  z-index: 1;
}
.cid-umDWWQJpwa .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umDWWQJpwa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umDWWQJpwa .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umDWWQJpwa .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umDWWQJpwa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umDWWQJpwa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umDWWQJpwa .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umDWWQJpwa .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umDWWQJpwa .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umDWWQJpwa .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umDWWQJpwa .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umDWWQJpwa .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umDWWQJpwa .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umDWWQJpwa .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umDWWQJpwa .mbr-section-title {
  color: #000000;
}
.cid-umDWWQJpwa .mbr-text {
  color: #000000;
}
.cid-umDWWQJpwa .card-title {
  color: #000000;
}
.cid-umDWWQJpwa .card-text {
  color: #ffffff;
}
.cid-umDWWQJpwa .card-name {
  color: #ffffff;
}
.cid-umDWWQJpwa .card-role {
  color: #ffffff;
}
.cid-umDWWQWxep {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umDWWQWxep .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDWWQWxep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDWWQWxep .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDWWQWxep .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDWWQWxep .container {
    padding: 0 12px;
  }
}
.cid-umDWWQWxep .image-wrapper img,
.cid-umDWWQWxep .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umDWWQWxep .image-wrapper img,
  .cid-umDWWQWxep .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .image-wrapper img,
  .cid-umDWWQWxep .image-wrap img {
    margin-right: 16px;
  }
  .cid-umDWWQWxep .image-wrapper img:nth-child(2n),
  .cid-umDWWQWxep .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umDWWQWxep .image-wrapper img,
  .cid-umDWWQWxep .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umDWWQWxep .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umDWWQWxep .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umDWWQWxep .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umDWWQWxep .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umDWWQWxep .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umDWWQWxep .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umDWWQWxep .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umDWWQWxep .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umDWWQWxep .mbr-text {
  color: #ffffff;
}
.cid-umDWWR9Hdl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umDWWR9Hdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDWWR9Hdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDWWR9Hdl .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umDWWR9Hdl .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umDWWR9Hdl .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umDWWR9Hdl .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umDWWR9Hdl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umDWWR9Hdl .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umDWWR9Hdl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umDWWR9Hdl .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umDWWR9Hdl .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umDWWR9Hdl .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umDWWR9Hdl .mbr-text a {
  text-decoration: underline !important;
}
.cid-umDWWR9Hdl .mbr-text a:hover {
  color: inherit !important;
}
.cid-umDWWRjzgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umDWWRjzgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDWWRjzgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDWWRjzgx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umDWWRjzgx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDWWRjzgx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umDWWRjzgx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umDWWRjzgx .container {
    padding: 0 12px;
  }
}
.cid-umDWWRjzgx .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umDWWRjzgx .card-wrapper {
    padding: 32px;
  }
}
.cid-umDWWRjzgx .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umDWWRjzgx .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umDWWRjzgx .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umDWWRjzgx .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umDWWRjzgx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umDWWRjzgx .mbr-section-title {
  color: #ffffff;
}
.cid-umDWWRjzgx .mbr-section-title,
.cid-umDWWRjzgx .mbr-section-btn,
.cid-umDWWRjzgx .card-wrapper {
  text-align: center;
}
.cid-umDWWRsAsp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umDWWRsAsp::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umDWWRsAsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDWWRsAsp .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-umDWWRsAsp .container {
    padding: 0 22px;
  }
}
.cid-umDWWRsAsp .row {
  position: relative;
  z-index: 1;
}
.cid-umDWWRsAsp .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umDWWRsAsp .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umDWWRsAsp .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umDWWRsAsp .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umDWWRsAsp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDWWRsAsp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umDWWRsAsp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umDWWRsAsp .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDWWRsAsp .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umDWWRsAsp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umDWWRsAsp .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umDWWRsAsp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umDWWRsAsp .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umDWWRsAsp .nav-wrapper .list .item-wrap:hover,
.cid-umDWWRsAsp .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umDWWRsAsp .nav-wrapper .list .item-wrap:hover::before,
.cid-umDWWRsAsp .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umDWWRsAsp .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-umDWWRsAsp .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDWWRsAsp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umDWWRsAsp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umDWWRsAsp .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-umDWWRsAsp .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umDWWRsAsp .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umDWWRsAsp .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umDWWRsAsp .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umDWWRsAsp .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umDWWRsAsp .mbr-section-title {
  color: #00d0f3;
}
.cid-umDWWRsAsp .mbr-text {
  color: #ffffff;
}
.cid-umDWWRsAsp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umDWWRsAsp .list {
  color: #ffffff;
}
.cid-umDWWRsAsp .mbr-contact {
  color: #ffffff;
}
.cid-umDWWRsAsp .mbr-desc {
  color: #ffffff;
}
.cid-umLhm0HgPe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umLhm0HgPe .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-umLhm0HgPe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umLhm0HgPe .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-umLhm0HgPe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umLhm0HgPe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umLhm0HgPe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umLhm0HgPe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umLhm0HgPe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umLhm0HgPe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umLhm0HgPe .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umLhm0HgPe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umLhm0HgPe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umLhm0HgPe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umLhm0HgPe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umLhm0HgPe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umLhm0HgPe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umLhm0HgPe .nav-link:hover {
  color: #ffffff !important;
}
.cid-umLhm0HgPe .nav-link:hover::before {
  width: 100%;
}
.cid-umLhm0HgPe .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umLhm0HgPe .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umLhm0HgPe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umLhm0HgPe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umLhm0HgPe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umLhm0HgPe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umLhm0HgPe .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umLhm0HgPe .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umLhm0HgPe .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umLhm0HgPe .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umLhm0HgPe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umLhm0HgPe .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umLhm0HgPe .nav-item:focus,
.cid-umLhm0HgPe .nav-link:focus {
  outline: none;
}
.cid-umLhm0HgPe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umLhm0HgPe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umLhm0HgPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umLhm0HgPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umLhm0HgPe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umLhm0HgPe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umLhm0HgPe .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-umLhm0HgPe .navbar.opened {
  transition: all 0.3s;
}
.cid-umLhm0HgPe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umLhm0HgPe .navbar .navbar-logo img {
  width: auto;
}
.cid-umLhm0HgPe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umLhm0HgPe .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umLhm0HgPe .navbar.collapsed {
  justify-content: center;
}
.cid-umLhm0HgPe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umLhm0HgPe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umLhm0HgPe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umLhm0HgPe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umLhm0HgPe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umLhm0HgPe .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-umLhm0HgPe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umLhm0HgPe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umLhm0HgPe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umLhm0HgPe .navbar {
    min-height: 72px;
  }
  .cid-umLhm0HgPe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umLhm0HgPe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umLhm0HgPe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umLhm0HgPe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umLhm0HgPe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umLhm0HgPe .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-umLhm0HgPe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umLhm0HgPe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umLhm0HgPe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umLhm0HgPe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umLhm0HgPe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umLhm0HgPe .dropdown-item.active,
.cid-umLhm0HgPe .dropdown-item:active {
  background-color: transparent;
}
.cid-umLhm0HgPe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umLhm0HgPe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umLhm0HgPe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umLhm0HgPe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umLhm0HgPe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umLhm0HgPe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umLhm0HgPe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umLhm0HgPe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umLhm0HgPe .navbar-buttons {
    text-align: left;
  }
}
.cid-umLhm0HgPe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umLhm0HgPe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umLhm0HgPe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umLhm0HgPe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umLhm0HgPe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umLhm0HgPe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umLhm0HgPe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umLhm0HgPe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umLhm0HgPe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umLhm0HgPe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umLhm0HgPe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umLhm0HgPe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umLhm0HgPe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLhm0HgPe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umLhm0HgPe .navbar {
    height: 70px;
  }
  .cid-umLhm0HgPe .navbar.opened {
    height: auto;
  }
  .cid-umLhm0HgPe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLhm0HgPe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umLhm0HgPe .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-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umLhm0HgPe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umLhm0HgPe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umLhm0HgPe .navbar-brand {
    margin-right: auto;
  }
  .cid-umLhm0HgPe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umLhm0HgPe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umLhm0HgPe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umLhm0HgPe .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-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umLhm0HgPe .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-umLhm0HgPe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umLhm0HgPe .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-umLhm0HgPe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umLhm0HgPe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umLhm0HgPe .navbar-brand,
.cid-umLhm0HgPe .navbar-toggler,
.cid-umLhm0HgPe .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umLhm1nx6m {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umLhm1nx6m .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umLhm1nx6m .main-image {
    display: none;
  }
}
.cid-umLhm1nx6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLhm1nx6m .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-umLhm1nx6m .container {
    padding: 0 16px;
  }
}
.cid-umLhm1nx6m .row {
  position: relative;
  z-index: 1;
}
.cid-umLhm1nx6m .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umLhm1nx6m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umLhm1nx6m .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umLhm1nx6m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umLhm1nx6m .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umLhm1nx6m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umLhm1nx6m .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umLhm1nx6m .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umLhm1nx6m .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umLhm1nx6m .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umLhm1nx6m .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umLhm1nx6m .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umLhm1nx6m .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umLhm1nx6m .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umLhm1nx6m .mbr-section-title {
  color: #000000;
}
.cid-umLhm1nx6m .mbr-text {
  color: #000000;
}
.cid-umLhm1nx6m .card-title {
  color: #000000;
}
.cid-umLhm1nx6m .card-text {
  color: #ffffff;
}
.cid-umLhm1nx6m .card-name {
  color: #ffffff;
}
.cid-umLhm1nx6m .card-role {
  color: #ffffff;
}
.cid-umLhm1BTwv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umLhm1BTwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLhm1BTwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLhm1BTwv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLhm1BTwv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLhm1BTwv .container {
    padding: 0 12px;
  }
}
.cid-umLhm1BTwv .image-wrapper img,
.cid-umLhm1BTwv .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umLhm1BTwv .image-wrapper img,
  .cid-umLhm1BTwv .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .image-wrapper img,
  .cid-umLhm1BTwv .image-wrap img {
    margin-right: 16px;
  }
  .cid-umLhm1BTwv .image-wrapper img:nth-child(2n),
  .cid-umLhm1BTwv .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umLhm1BTwv .image-wrapper img,
  .cid-umLhm1BTwv .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umLhm1BTwv .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umLhm1BTwv .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umLhm1BTwv .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umLhm1BTwv .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umLhm1BTwv .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umLhm1BTwv .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umLhm1BTwv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umLhm1BTwv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umLhm1BTwv .mbr-text {
  color: #ffffff;
}
.cid-umLhm2iAuw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umLhm2iAuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLhm2iAuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLhm2iAuw .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umLhm2iAuw .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umLhm2iAuw .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umLhm2iAuw .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umLhm2iAuw .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umLhm2iAuw .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umLhm2iAuw .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umLhm2iAuw .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umLhm2iAuw .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umLhm2iAuw .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umLhm2iAuw .mbr-text a {
  text-decoration: underline !important;
}
.cid-umLhm2iAuw .mbr-text a:hover {
  color: inherit !important;
}
.cid-umLhm2tfMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umLhm2tfMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLhm2tfMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLhm2tfMO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umLhm2tfMO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLhm2tfMO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umLhm2tfMO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLhm2tfMO .container {
    padding: 0 12px;
  }
}
.cid-umLhm2tfMO .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umLhm2tfMO .card-wrapper {
    padding: 32px;
  }
}
.cid-umLhm2tfMO .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umLhm2tfMO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umLhm2tfMO .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umLhm2tfMO .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umLhm2tfMO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umLhm2tfMO .mbr-section-title {
  color: #ffffff;
}
.cid-umLhm2tfMO .mbr-section-title,
.cid-umLhm2tfMO .mbr-section-btn,
.cid-umLhm2tfMO .card-wrapper {
  text-align: center;
}
.cid-umLhm2B3YT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umLhm2B3YT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umLhm2B3YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLhm2B3YT .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-umLhm2B3YT .container {
    padding: 0 22px;
  }
}
.cid-umLhm2B3YT .row {
  position: relative;
  z-index: 1;
}
.cid-umLhm2B3YT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umLhm2B3YT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umLhm2B3YT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umLhm2B3YT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umLhm2B3YT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLhm2B3YT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umLhm2B3YT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umLhm2B3YT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLhm2B3YT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umLhm2B3YT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLhm2B3YT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umLhm2B3YT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umLhm2B3YT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umLhm2B3YT .nav-wrapper .list .item-wrap:hover,
.cid-umLhm2B3YT .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umLhm2B3YT .nav-wrapper .list .item-wrap:hover::before,
.cid-umLhm2B3YT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umLhm2B3YT .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-umLhm2B3YT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLhm2B3YT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umLhm2B3YT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umLhm2B3YT .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-umLhm2B3YT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLhm2B3YT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umLhm2B3YT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umLhm2B3YT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umLhm2B3YT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umLhm2B3YT .mbr-section-title {
  color: #00d0f3;
}
.cid-umLhm2B3YT .mbr-text {
  color: #ffffff;
}
.cid-umLhm2B3YT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umLhm2B3YT .list {
  color: #ffffff;
}
.cid-umLhm2B3YT .mbr-contact {
  color: #ffffff;
}
.cid-umLhm2B3YT .mbr-desc {
  color: #ffffff;
}
.cid-umLpBceNoQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umLpBceNoQ .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-umLpBceNoQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umLpBceNoQ .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-umLpBceNoQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-umLpBceNoQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umLpBceNoQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umLpBceNoQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umLpBceNoQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umLpBceNoQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umLpBceNoQ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-umLpBceNoQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umLpBceNoQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umLpBceNoQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umLpBceNoQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umLpBceNoQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umLpBceNoQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umLpBceNoQ .nav-link:hover {
  color: #ffffff !important;
}
.cid-umLpBceNoQ .nav-link:hover::before {
  width: 100%;
}
.cid-umLpBceNoQ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umLpBceNoQ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umLpBceNoQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umLpBceNoQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-umLpBceNoQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umLpBceNoQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umLpBceNoQ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-umLpBceNoQ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-umLpBceNoQ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-umLpBceNoQ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-umLpBceNoQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umLpBceNoQ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-umLpBceNoQ .nav-item:focus,
.cid-umLpBceNoQ .nav-link:focus {
  outline: none;
}
.cid-umLpBceNoQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umLpBceNoQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umLpBceNoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umLpBceNoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umLpBceNoQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umLpBceNoQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umLpBceNoQ .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-umLpBceNoQ .navbar.opened {
  transition: all 0.3s;
}
.cid-umLpBceNoQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umLpBceNoQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umLpBceNoQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umLpBceNoQ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-umLpBceNoQ .navbar.collapsed {
  justify-content: center;
}
.cid-umLpBceNoQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umLpBceNoQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umLpBceNoQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-umLpBceNoQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umLpBceNoQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umLpBceNoQ .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-umLpBceNoQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umLpBceNoQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umLpBceNoQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umLpBceNoQ .navbar {
    min-height: 72px;
  }
  .cid-umLpBceNoQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umLpBceNoQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umLpBceNoQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umLpBceNoQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umLpBceNoQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umLpBceNoQ .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-umLpBceNoQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umLpBceNoQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umLpBceNoQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umLpBceNoQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umLpBceNoQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umLpBceNoQ .dropdown-item.active,
.cid-umLpBceNoQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umLpBceNoQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umLpBceNoQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umLpBceNoQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umLpBceNoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umLpBceNoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umLpBceNoQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umLpBceNoQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umLpBceNoQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umLpBceNoQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umLpBceNoQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umLpBceNoQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umLpBceNoQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umLpBceNoQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umLpBceNoQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umLpBceNoQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umLpBceNoQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umLpBceNoQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umLpBceNoQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umLpBceNoQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umLpBceNoQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umLpBceNoQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umLpBceNoQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLpBceNoQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umLpBceNoQ .navbar {
    height: 70px;
  }
  .cid-umLpBceNoQ .navbar.opened {
    height: auto;
  }
  .cid-umLpBceNoQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLpBceNoQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umLpBceNoQ .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-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umLpBceNoQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umLpBceNoQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umLpBceNoQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umLpBceNoQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umLpBceNoQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umLpBceNoQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umLpBceNoQ .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-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umLpBceNoQ .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-umLpBceNoQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umLpBceNoQ .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-umLpBceNoQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umLpBceNoQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umLpBceNoQ .navbar-brand,
.cid-umLpBceNoQ .navbar-toggler,
.cid-umLpBceNoQ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-umLpBdc1et {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-umLpBdc1et .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umLpBdc1et .main-image {
    display: none;
  }
}
.cid-umLpBdc1et .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpBdc1et .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-umLpBdc1et .container {
    padding: 0 16px;
  }
}
.cid-umLpBdc1et .row {
  position: relative;
  z-index: 1;
}
.cid-umLpBdc1et .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umLpBdc1et .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umLpBdc1et .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-umLpBdc1et .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umLpBdc1et .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umLpBdc1et .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umLpBdc1et .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-umLpBdc1et .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-umLpBdc1et .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-umLpBdc1et .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-umLpBdc1et .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-umLpBdc1et .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-umLpBdc1et .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-umLpBdc1et .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-umLpBdc1et .mbr-section-title {
  color: #000000;
}
.cid-umLpBdc1et .mbr-text {
  color: #000000;
}
.cid-umLpBdc1et .card-title {
  color: #000000;
}
.cid-umLpBdc1et .card-text {
  color: #ffffff;
}
.cid-umLpBdc1et .card-name {
  color: #ffffff;
}
.cid-umLpBdc1et .card-role {
  color: #ffffff;
}
.cid-umLpBdA1Mr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-umLpBdA1Mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpBdA1Mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLpBdA1Mr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLpBdA1Mr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLpBdA1Mr .container {
    padding: 0 12px;
  }
}
.cid-umLpBdA1Mr .image-wrapper img,
.cid-umLpBdA1Mr .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-umLpBdA1Mr .image-wrapper img,
  .cid-umLpBdA1Mr .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .image-wrapper img,
  .cid-umLpBdA1Mr .image-wrap img {
    margin-right: 16px;
  }
  .cid-umLpBdA1Mr .image-wrapper img:nth-child(2n),
  .cid-umLpBdA1Mr .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-umLpBdA1Mr .image-wrapper img,
  .cid-umLpBdA1Mr .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-umLpBdA1Mr .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-umLpBdA1Mr .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-umLpBdA1Mr .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-umLpBdA1Mr .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .content-wrapper {
    padding: 0 24px;
  }
}
.cid-umLpBdA1Mr .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umLpBdA1Mr .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-umLpBdA1Mr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umLpBdA1Mr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umLpBdA1Mr .mbr-text {
  color: #ffffff;
}
.cid-umLpBdU90X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-umLpBdU90X .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpBdU90X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLpBdU90X .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-umLpBdU90X .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-umLpBdU90X .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-umLpBdU90X .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-umLpBdU90X .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-umLpBdU90X .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-umLpBdU90X .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-umLpBdU90X .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-umLpBdU90X .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-umLpBdU90X .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-umLpBdU90X .mbr-text a {
  text-decoration: underline !important;
}
.cid-umLpBdU90X .mbr-text a:hover {
  color: inherit !important;
}
.cid-umLpBecmqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-umLpBecmqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpBecmqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLpBecmqv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umLpBecmqv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLpBecmqv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umLpBecmqv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umLpBecmqv .container {
    padding: 0 12px;
  }
}
.cid-umLpBecmqv .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-umLpBecmqv .card-wrapper {
    padding: 32px;
  }
}
.cid-umLpBecmqv .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-umLpBecmqv .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-umLpBecmqv .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-umLpBecmqv .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-umLpBecmqv .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-umLpBecmqv .mbr-section-title {
  color: #ffffff;
}
.cid-umLpBecmqv .mbr-section-title,
.cid-umLpBecmqv .mbr-section-btn,
.cid-umLpBecmqv .card-wrapper {
  text-align: center;
}
.cid-umLpBeklIo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-umLpBeklIo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umLpBeklIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpBeklIo .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-umLpBeklIo .container {
    padding: 0 22px;
  }
}
.cid-umLpBeklIo .row {
  position: relative;
  z-index: 1;
}
.cid-umLpBeklIo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umLpBeklIo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umLpBeklIo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umLpBeklIo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umLpBeklIo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLpBeklIo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umLpBeklIo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umLpBeklIo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLpBeklIo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umLpBeklIo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLpBeklIo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umLpBeklIo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umLpBeklIo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umLpBeklIo .nav-wrapper .list .item-wrap:hover,
.cid-umLpBeklIo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-umLpBeklIo .nav-wrapper .list .item-wrap:hover::before,
.cid-umLpBeklIo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umLpBeklIo .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-umLpBeklIo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLpBeklIo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umLpBeklIo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umLpBeklIo .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-umLpBeklIo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umLpBeklIo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umLpBeklIo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-umLpBeklIo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umLpBeklIo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umLpBeklIo .mbr-section-title {
  color: #00d0f3;
}
.cid-umLpBeklIo .mbr-text {
  color: #ffffff;
}
.cid-umLpBeklIo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umLpBeklIo .list {
  color: #ffffff;
}
.cid-umLpBeklIo .mbr-contact {
  color: #ffffff;
}
.cid-umLpBeklIo .mbr-desc {
  color: #ffffff;
}
.cid-undGWsSn4H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-undGWsSn4H .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-undGWsSn4H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-undGWsSn4H .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-undGWsSn4H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-undGWsSn4H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-undGWsSn4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-undGWsSn4H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-undGWsSn4H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-undGWsSn4H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-undGWsSn4H .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-undGWsSn4H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-undGWsSn4H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-undGWsSn4H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-undGWsSn4H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-undGWsSn4H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-undGWsSn4H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-undGWsSn4H .nav-link:hover {
  color: #ffffff !important;
}
.cid-undGWsSn4H .nav-link:hover::before {
  width: 100%;
}
.cid-undGWsSn4H .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-undGWsSn4H .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-undGWsSn4H .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-undGWsSn4H .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-undGWsSn4H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-undGWsSn4H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-undGWsSn4H .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-undGWsSn4H .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-undGWsSn4H .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-undGWsSn4H .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-undGWsSn4H .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-undGWsSn4H .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-undGWsSn4H .nav-item:focus,
.cid-undGWsSn4H .nav-link:focus {
  outline: none;
}
.cid-undGWsSn4H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-undGWsSn4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-undGWsSn4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-undGWsSn4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-undGWsSn4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-undGWsSn4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-undGWsSn4H .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-undGWsSn4H .navbar.opened {
  transition: all 0.3s;
}
.cid-undGWsSn4H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-undGWsSn4H .navbar .navbar-logo img {
  width: auto;
}
.cid-undGWsSn4H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-undGWsSn4H .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-undGWsSn4H .navbar.collapsed {
  justify-content: center;
}
.cid-undGWsSn4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-undGWsSn4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-undGWsSn4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-undGWsSn4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-undGWsSn4H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-undGWsSn4H .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-undGWsSn4H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-undGWsSn4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-undGWsSn4H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-undGWsSn4H .navbar {
    min-height: 72px;
  }
  .cid-undGWsSn4H .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-undGWsSn4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-undGWsSn4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-undGWsSn4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-undGWsSn4H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-undGWsSn4H .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-undGWsSn4H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-undGWsSn4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-undGWsSn4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-undGWsSn4H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-undGWsSn4H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-undGWsSn4H .dropdown-item.active,
.cid-undGWsSn4H .dropdown-item:active {
  background-color: transparent;
}
.cid-undGWsSn4H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-undGWsSn4H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-undGWsSn4H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-undGWsSn4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-undGWsSn4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-undGWsSn4H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-undGWsSn4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-undGWsSn4H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-undGWsSn4H .navbar-buttons {
    text-align: left;
  }
}
.cid-undGWsSn4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-undGWsSn4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-undGWsSn4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-undGWsSn4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-undGWsSn4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-undGWsSn4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-undGWsSn4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-undGWsSn4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-undGWsSn4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-undGWsSn4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-undGWsSn4H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-undGWsSn4H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-undGWsSn4H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-undGWsSn4H .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-undGWsSn4H .navbar {
    height: 70px;
  }
  .cid-undGWsSn4H .navbar.opened {
    height: auto;
  }
  .cid-undGWsSn4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-undGWsSn4H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-undGWsSn4H .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-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-undGWsSn4H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-undGWsSn4H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-undGWsSn4H .navbar-brand {
    margin-right: auto;
  }
  .cid-undGWsSn4H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-undGWsSn4H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-undGWsSn4H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-undGWsSn4H .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-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-undGWsSn4H .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-undGWsSn4H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-undGWsSn4H .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-undGWsSn4H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-undGWsSn4H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-undGWsSn4H .navbar-brand,
.cid-undGWsSn4H .navbar-toggler,
.cid-undGWsSn4H .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-undGWtZ5xl {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-undGWtZ5xl .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-undGWtZ5xl .main-image {
    display: none;
  }
}
.cid-undGWtZ5xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-undGWtZ5xl .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-undGWtZ5xl .container {
    padding: 0 16px;
  }
}
.cid-undGWtZ5xl .row {
  position: relative;
  z-index: 1;
}
.cid-undGWtZ5xl .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-undGWtZ5xl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-undGWtZ5xl .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-undGWtZ5xl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-undGWtZ5xl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-undGWtZ5xl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-undGWtZ5xl .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-undGWtZ5xl .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-undGWtZ5xl .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-undGWtZ5xl .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-undGWtZ5xl .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-undGWtZ5xl .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-undGWtZ5xl .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-undGWtZ5xl .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-undGWtZ5xl .mbr-section-title {
  color: #000000;
}
.cid-undGWtZ5xl .mbr-text {
  color: #000000;
}
.cid-undGWtZ5xl .card-title {
  color: #000000;
}
.cid-undGWtZ5xl .card-text {
  color: #ffffff;
}
.cid-undGWtZ5xl .card-name {
  color: #ffffff;
}
.cid-undGWtZ5xl .card-role {
  color: #ffffff;
}
.cid-undGWuzioG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-undGWuzioG .mbr-fallback-image.disabled {
  display: none;
}
.cid-undGWuzioG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undGWuzioG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-undGWuzioG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-undGWuzioG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-undGWuzioG .container {
    padding: 0 12px;
  }
}
.cid-undGWuzioG .image-wrapper img,
.cid-undGWuzioG .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-undGWuzioG .image-wrapper img,
  .cid-undGWuzioG .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-undGWuzioG .image-wrapper img,
  .cid-undGWuzioG .image-wrap img {
    margin-right: 16px;
  }
  .cid-undGWuzioG .image-wrapper img:nth-child(2n),
  .cid-undGWuzioG .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-undGWuzioG .image-wrapper img,
  .cid-undGWuzioG .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-undGWuzioG .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-undGWuzioG .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-undGWuzioG .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-undGWuzioG .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .content-wrapper {
    padding: 0 24px;
  }
}
.cid-undGWuzioG .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-undGWuzioG .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-undGWuzioG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-undGWuzioG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-undGWuzioG .mbr-text {
  color: #ffffff;
}
.cid-undGWuONiD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-undGWuONiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-undGWuONiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undGWuONiD .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-undGWuONiD .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-undGWuONiD .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-undGWuONiD .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-undGWuONiD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-undGWuONiD .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-undGWuONiD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-undGWuONiD .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-undGWuONiD .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-undGWuONiD .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-undGWuONiD .mbr-text a {
  text-decoration: underline !important;
}
.cid-undGWuONiD .mbr-text a:hover {
  color: inherit !important;
}
.cid-undGWv3K6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-undGWv3K6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-undGWv3K6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undGWv3K6C .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-undGWv3K6C .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-undGWv3K6C .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-undGWv3K6C .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-undGWv3K6C .container {
    padding: 0 12px;
  }
}
.cid-undGWv3K6C .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-undGWv3K6C .card-wrapper {
    padding: 32px;
  }
}
.cid-undGWv3K6C .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-undGWv3K6C .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-undGWv3K6C .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-undGWv3K6C .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-undGWv3K6C .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-undGWv3K6C .mbr-section-title {
  color: #ffffff;
}
.cid-undGWv3K6C .mbr-section-title,
.cid-undGWv3K6C .mbr-section-btn,
.cid-undGWv3K6C .card-wrapper {
  text-align: center;
}
.cid-undGWvh75h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-undGWvh75h::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-undGWvh75h .mbr-fallback-image.disabled {
  display: none;
}
.cid-undGWvh75h .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-undGWvh75h .container {
    padding: 0 22px;
  }
}
.cid-undGWvh75h .row {
  position: relative;
  z-index: 1;
}
.cid-undGWvh75h .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-undGWvh75h .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-undGWvh75h .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-undGWvh75h .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-undGWvh75h .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-undGWvh75h .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-undGWvh75h .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-undGWvh75h .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-undGWvh75h .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-undGWvh75h .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-undGWvh75h .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-undGWvh75h .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-undGWvh75h .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-undGWvh75h .nav-wrapper .list .item-wrap:hover,
.cid-undGWvh75h .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-undGWvh75h .nav-wrapper .list .item-wrap:hover::before,
.cid-undGWvh75h .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-undGWvh75h .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-undGWvh75h .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-undGWvh75h .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-undGWvh75h .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-undGWvh75h .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-undGWvh75h .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-undGWvh75h .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-undGWvh75h .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-undGWvh75h .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-undGWvh75h .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-undGWvh75h .mbr-section-title {
  color: #00d0f3;
}
.cid-undGWvh75h .mbr-text {
  color: #ffffff;
}
.cid-undGWvh75h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-undGWvh75h .list {
  color: #ffffff;
}
.cid-undGWvh75h .mbr-contact {
  color: #ffffff;
}
.cid-undGWvh75h .mbr-desc {
  color: #ffffff;
}
.cid-uneHOo4fqx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uneHOo4fqx .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-uneHOo4fqx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uneHOo4fqx .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-uneHOo4fqx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uneHOo4fqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneHOo4fqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneHOo4fqx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uneHOo4fqx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uneHOo4fqx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uneHOo4fqx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uneHOo4fqx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uneHOo4fqx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uneHOo4fqx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uneHOo4fqx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uneHOo4fqx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uneHOo4fqx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uneHOo4fqx .nav-link:hover {
  color: #ffffff !important;
}
.cid-uneHOo4fqx .nav-link:hover::before {
  width: 100%;
}
.cid-uneHOo4fqx .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uneHOo4fqx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uneHOo4fqx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uneHOo4fqx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uneHOo4fqx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uneHOo4fqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uneHOo4fqx .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uneHOo4fqx .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uneHOo4fqx .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uneHOo4fqx .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uneHOo4fqx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneHOo4fqx .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uneHOo4fqx .nav-item:focus,
.cid-uneHOo4fqx .nav-link:focus {
  outline: none;
}
.cid-uneHOo4fqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneHOo4fqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneHOo4fqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneHOo4fqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneHOo4fqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneHOo4fqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneHOo4fqx .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-uneHOo4fqx .navbar.opened {
  transition: all 0.3s;
}
.cid-uneHOo4fqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneHOo4fqx .navbar .navbar-logo img {
  width: auto;
}
.cid-uneHOo4fqx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uneHOo4fqx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uneHOo4fqx .navbar.collapsed {
  justify-content: center;
}
.cid-uneHOo4fqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneHOo4fqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneHOo4fqx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uneHOo4fqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneHOo4fqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneHOo4fqx .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-uneHOo4fqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneHOo4fqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneHOo4fqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uneHOo4fqx .navbar {
    min-height: 72px;
  }
  .cid-uneHOo4fqx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uneHOo4fqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneHOo4fqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneHOo4fqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneHOo4fqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneHOo4fqx .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-uneHOo4fqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneHOo4fqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uneHOo4fqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneHOo4fqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uneHOo4fqx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uneHOo4fqx .dropdown-item.active,
.cid-uneHOo4fqx .dropdown-item:active {
  background-color: transparent;
}
.cid-uneHOo4fqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneHOo4fqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneHOo4fqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneHOo4fqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uneHOo4fqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uneHOo4fqx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uneHOo4fqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneHOo4fqx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uneHOo4fqx .navbar-buttons {
    text-align: left;
  }
}
.cid-uneHOo4fqx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneHOo4fqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneHOo4fqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneHOo4fqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneHOo4fqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneHOo4fqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneHOo4fqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneHOo4fqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneHOo4fqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneHOo4fqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneHOo4fqx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uneHOo4fqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneHOo4fqx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uneHOo4fqx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uneHOo4fqx .navbar {
    height: 70px;
  }
  .cid-uneHOo4fqx .navbar.opened {
    height: auto;
  }
  .cid-uneHOo4fqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneHOo4fqx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uneHOo4fqx .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-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uneHOo4fqx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uneHOo4fqx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uneHOo4fqx .navbar-brand {
    margin-right: auto;
  }
  .cid-uneHOo4fqx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uneHOo4fqx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uneHOo4fqx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uneHOo4fqx .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-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uneHOo4fqx .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-uneHOo4fqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uneHOo4fqx .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-uneHOo4fqx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uneHOo4fqx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uneHOo4fqx .navbar-brand,
.cid-uneHOo4fqx .navbar-toggler,
.cid-uneHOo4fqx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uneHOoRbQB {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uneHOoRbQB .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uneHOoRbQB .main-image {
    display: none;
  }
}
.cid-uneHOoRbQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneHOoRbQB .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-uneHOoRbQB .container {
    padding: 0 16px;
  }
}
.cid-uneHOoRbQB .row {
  position: relative;
  z-index: 1;
}
.cid-uneHOoRbQB .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uneHOoRbQB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uneHOoRbQB .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uneHOoRbQB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uneHOoRbQB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uneHOoRbQB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uneHOoRbQB .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uneHOoRbQB .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uneHOoRbQB .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uneHOoRbQB .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uneHOoRbQB .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uneHOoRbQB .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uneHOoRbQB .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uneHOoRbQB .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uneHOoRbQB .mbr-section-title {
  color: #000000;
}
.cid-uneHOoRbQB .mbr-text {
  color: #000000;
}
.cid-uneHOoRbQB .card-title {
  color: #000000;
}
.cid-uneHOoRbQB .card-text {
  color: #ffffff;
}
.cid-uneHOoRbQB .card-name {
  color: #ffffff;
}
.cid-uneHOoRbQB .card-role {
  color: #ffffff;
}
.cid-uneHOp7ZxU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uneHOp7ZxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneHOp7ZxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneHOp7ZxU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uneHOp7ZxU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uneHOp7ZxU .container {
    padding: 0 12px;
  }
}
.cid-uneHOp7ZxU .image-wrapper img,
.cid-uneHOp7ZxU .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uneHOp7ZxU .image-wrapper img,
  .cid-uneHOp7ZxU .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .image-wrapper img,
  .cid-uneHOp7ZxU .image-wrap img {
    margin-right: 16px;
  }
  .cid-uneHOp7ZxU .image-wrapper img:nth-child(2n),
  .cid-uneHOp7ZxU .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uneHOp7ZxU .image-wrapper img,
  .cid-uneHOp7ZxU .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uneHOp7ZxU .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uneHOp7ZxU .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uneHOp7ZxU .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uneHOp7ZxU .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uneHOp7ZxU .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uneHOp7ZxU .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uneHOp7ZxU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uneHOp7ZxU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uneHOp7ZxU .mbr-text {
  color: #ffffff;
}
.cid-uneHOpoF4f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uneHOpoF4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneHOpoF4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneHOpoF4f .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uneHOpoF4f .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uneHOpoF4f .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uneHOpoF4f .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uneHOpoF4f .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uneHOpoF4f .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uneHOpoF4f .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uneHOpoF4f .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uneHOpoF4f .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uneHOpoF4f .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uneHOpoF4f .mbr-text a {
  text-decoration: underline !important;
}
.cid-uneHOpoF4f .mbr-text a:hover {
  color: inherit !important;
}
.cid-uneHOpDkwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uneHOpDkwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneHOpDkwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uneHOpDkwa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uneHOpDkwa .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uneHOpDkwa .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uneHOpDkwa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uneHOpDkwa .container {
    padding: 0 12px;
  }
}
.cid-uneHOpDkwa .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uneHOpDkwa .card-wrapper {
    padding: 32px;
  }
}
.cid-uneHOpDkwa .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uneHOpDkwa .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uneHOpDkwa .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uneHOpDkwa .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uneHOpDkwa .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uneHOpDkwa .mbr-section-title {
  color: #ffffff;
}
.cid-uneHOpDkwa .mbr-section-title,
.cid-uneHOpDkwa .mbr-section-btn,
.cid-uneHOpDkwa .card-wrapper {
  text-align: center;
}
.cid-uneHOpQG76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uneHOpQG76::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uneHOpQG76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uneHOpQG76 .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-uneHOpQG76 .container {
    padding: 0 22px;
  }
}
.cid-uneHOpQG76 .row {
  position: relative;
  z-index: 1;
}
.cid-uneHOpQG76 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uneHOpQG76 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uneHOpQG76 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uneHOpQG76 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uneHOpQG76 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uneHOpQG76 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uneHOpQG76 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uneHOpQG76 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uneHOpQG76 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uneHOpQG76 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uneHOpQG76 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uneHOpQG76 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uneHOpQG76 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uneHOpQG76 .nav-wrapper .list .item-wrap:hover,
.cid-uneHOpQG76 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uneHOpQG76 .nav-wrapper .list .item-wrap:hover::before,
.cid-uneHOpQG76 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uneHOpQG76 .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-uneHOpQG76 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uneHOpQG76 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uneHOpQG76 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uneHOpQG76 .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-uneHOpQG76 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uneHOpQG76 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uneHOpQG76 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uneHOpQG76 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uneHOpQG76 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uneHOpQG76 .mbr-section-title {
  color: #00d0f3;
}
.cid-uneHOpQG76 .mbr-text {
  color: #ffffff;
}
.cid-uneHOpQG76 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uneHOpQG76 .list {
  color: #ffffff;
}
.cid-uneHOpQG76 .mbr-contact {
  color: #ffffff;
}
.cid-uneHOpQG76 .mbr-desc {
  color: #ffffff;
}
.cid-uniJjKFduu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uniJjKFduu .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-uniJjKFduu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uniJjKFduu .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-uniJjKFduu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uniJjKFduu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uniJjKFduu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uniJjKFduu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uniJjKFduu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uniJjKFduu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uniJjKFduu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uniJjKFduu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uniJjKFduu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uniJjKFduu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uniJjKFduu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uniJjKFduu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uniJjKFduu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uniJjKFduu .nav-link:hover {
  color: #ffffff !important;
}
.cid-uniJjKFduu .nav-link:hover::before {
  width: 100%;
}
.cid-uniJjKFduu .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uniJjKFduu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uniJjKFduu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uniJjKFduu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uniJjKFduu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uniJjKFduu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uniJjKFduu .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uniJjKFduu .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uniJjKFduu .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uniJjKFduu .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uniJjKFduu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uniJjKFduu .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uniJjKFduu .nav-item:focus,
.cid-uniJjKFduu .nav-link:focus {
  outline: none;
}
.cid-uniJjKFduu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uniJjKFduu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uniJjKFduu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uniJjKFduu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uniJjKFduu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uniJjKFduu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uniJjKFduu .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-uniJjKFduu .navbar.opened {
  transition: all 0.3s;
}
.cid-uniJjKFduu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uniJjKFduu .navbar .navbar-logo img {
  width: auto;
}
.cid-uniJjKFduu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uniJjKFduu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uniJjKFduu .navbar.collapsed {
  justify-content: center;
}
.cid-uniJjKFduu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uniJjKFduu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uniJjKFduu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uniJjKFduu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uniJjKFduu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uniJjKFduu .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-uniJjKFduu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uniJjKFduu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uniJjKFduu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uniJjKFduu .navbar {
    min-height: 72px;
  }
  .cid-uniJjKFduu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uniJjKFduu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uniJjKFduu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uniJjKFduu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uniJjKFduu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uniJjKFduu .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-uniJjKFduu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uniJjKFduu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uniJjKFduu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uniJjKFduu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uniJjKFduu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uniJjKFduu .dropdown-item.active,
.cid-uniJjKFduu .dropdown-item:active {
  background-color: transparent;
}
.cid-uniJjKFduu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uniJjKFduu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uniJjKFduu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uniJjKFduu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uniJjKFduu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uniJjKFduu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uniJjKFduu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uniJjKFduu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uniJjKFduu .navbar-buttons {
    text-align: left;
  }
}
.cid-uniJjKFduu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uniJjKFduu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uniJjKFduu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uniJjKFduu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uniJjKFduu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uniJjKFduu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uniJjKFduu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uniJjKFduu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uniJjKFduu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uniJjKFduu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uniJjKFduu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uniJjKFduu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uniJjKFduu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uniJjKFduu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uniJjKFduu .navbar {
    height: 70px;
  }
  .cid-uniJjKFduu .navbar.opened {
    height: auto;
  }
  .cid-uniJjKFduu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uniJjKFduu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uniJjKFduu .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-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uniJjKFduu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uniJjKFduu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uniJjKFduu .navbar-brand {
    margin-right: auto;
  }
  .cid-uniJjKFduu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uniJjKFduu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uniJjKFduu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uniJjKFduu .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-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uniJjKFduu .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-uniJjKFduu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uniJjKFduu .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-uniJjKFduu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uniJjKFduu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uniJjKFduu .navbar-brand,
.cid-uniJjKFduu .navbar-toggler,
.cid-uniJjKFduu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uniJjM1CvH {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uniJjM1CvH .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uniJjM1CvH .main-image {
    display: none;
  }
}
.cid-uniJjM1CvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniJjM1CvH .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-uniJjM1CvH .container {
    padding: 0 16px;
  }
}
.cid-uniJjM1CvH .row {
  position: relative;
  z-index: 1;
}
.cid-uniJjM1CvH .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uniJjM1CvH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uniJjM1CvH .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uniJjM1CvH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uniJjM1CvH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uniJjM1CvH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uniJjM1CvH .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uniJjM1CvH .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uniJjM1CvH .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uniJjM1CvH .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uniJjM1CvH .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uniJjM1CvH .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uniJjM1CvH .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uniJjM1CvH .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uniJjM1CvH .mbr-section-title {
  color: #000000;
}
.cid-uniJjM1CvH .mbr-text {
  color: #000000;
}
.cid-uniJjM1CvH .card-title {
  color: #000000;
}
.cid-uniJjM1CvH .card-text {
  color: #ffffff;
}
.cid-uniJjM1CvH .card-name {
  color: #ffffff;
}
.cid-uniJjM1CvH .card-role {
  color: #ffffff;
}
.cid-uniJjMvn0C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uniJjMvn0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniJjMvn0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uniJjMvn0C .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uniJjMvn0C .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uniJjMvn0C .container {
    padding: 0 12px;
  }
}
.cid-uniJjMvn0C .image-wrapper img,
.cid-uniJjMvn0C .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uniJjMvn0C .image-wrapper img,
  .cid-uniJjMvn0C .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .image-wrapper img,
  .cid-uniJjMvn0C .image-wrap img {
    margin-right: 16px;
  }
  .cid-uniJjMvn0C .image-wrapper img:nth-child(2n),
  .cid-uniJjMvn0C .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uniJjMvn0C .image-wrapper img,
  .cid-uniJjMvn0C .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uniJjMvn0C .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uniJjMvn0C .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uniJjMvn0C .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uniJjMvn0C .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uniJjMvn0C .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uniJjMvn0C .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uniJjMvn0C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uniJjMvn0C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uniJjMvn0C .mbr-text {
  color: #ffffff;
}
.cid-uniJjMQltM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uniJjMQltM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniJjMQltM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uniJjMQltM .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uniJjMQltM .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uniJjMQltM .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uniJjMQltM .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uniJjMQltM .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uniJjMQltM .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uniJjMQltM .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uniJjMQltM .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uniJjMQltM .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uniJjMQltM .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uniJjMQltM .mbr-text a {
  text-decoration: underline !important;
}
.cid-uniJjMQltM .mbr-text a:hover {
  color: inherit !important;
}
.cid-uniJjN3Hni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uniJjN3Hni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniJjN3Hni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uniJjN3Hni .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uniJjN3Hni .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uniJjN3Hni .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uniJjN3Hni .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uniJjN3Hni .container {
    padding: 0 12px;
  }
}
.cid-uniJjN3Hni .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uniJjN3Hni .card-wrapper {
    padding: 32px;
  }
}
.cid-uniJjN3Hni .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uniJjN3Hni .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uniJjN3Hni .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uniJjN3Hni .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uniJjN3Hni .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uniJjN3Hni .mbr-section-title {
  color: #ffffff;
}
.cid-uniJjN3Hni .mbr-section-title,
.cid-uniJjN3Hni .mbr-section-btn,
.cid-uniJjN3Hni .card-wrapper {
  text-align: center;
}
.cid-uniJjNjt5i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uniJjNjt5i::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uniJjNjt5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniJjNjt5i .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-uniJjNjt5i .container {
    padding: 0 22px;
  }
}
.cid-uniJjNjt5i .row {
  position: relative;
  z-index: 1;
}
.cid-uniJjNjt5i .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uniJjNjt5i .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uniJjNjt5i .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uniJjNjt5i .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uniJjNjt5i .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uniJjNjt5i .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uniJjNjt5i .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uniJjNjt5i .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uniJjNjt5i .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uniJjNjt5i .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uniJjNjt5i .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uniJjNjt5i .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uniJjNjt5i .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uniJjNjt5i .nav-wrapper .list .item-wrap:hover,
.cid-uniJjNjt5i .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uniJjNjt5i .nav-wrapper .list .item-wrap:hover::before,
.cid-uniJjNjt5i .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uniJjNjt5i .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-uniJjNjt5i .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uniJjNjt5i .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uniJjNjt5i .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uniJjNjt5i .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-uniJjNjt5i .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uniJjNjt5i .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uniJjNjt5i .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uniJjNjt5i .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uniJjNjt5i .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uniJjNjt5i .mbr-section-title {
  color: #00d0f3;
}
.cid-uniJjNjt5i .mbr-text {
  color: #ffffff;
}
.cid-uniJjNjt5i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uniJjNjt5i .list {
  color: #ffffff;
}
.cid-uniJjNjt5i .mbr-contact {
  color: #ffffff;
}
.cid-uniJjNjt5i .mbr-desc {
  color: #ffffff;
}
.cid-unksZenSIY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unksZenSIY .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-unksZenSIY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unksZenSIY .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-unksZenSIY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unksZenSIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unksZenSIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unksZenSIY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unksZenSIY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unksZenSIY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unksZenSIY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unksZenSIY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unksZenSIY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unksZenSIY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unksZenSIY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unksZenSIY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unksZenSIY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unksZenSIY .nav-link:hover {
  color: #ffffff !important;
}
.cid-unksZenSIY .nav-link:hover::before {
  width: 100%;
}
.cid-unksZenSIY .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unksZenSIY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unksZenSIY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unksZenSIY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unksZenSIY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unksZenSIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unksZenSIY .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unksZenSIY .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unksZenSIY .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unksZenSIY .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unksZenSIY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unksZenSIY .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unksZenSIY .nav-item:focus,
.cid-unksZenSIY .nav-link:focus {
  outline: none;
}
.cid-unksZenSIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unksZenSIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unksZenSIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unksZenSIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unksZenSIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unksZenSIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unksZenSIY .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-unksZenSIY .navbar.opened {
  transition: all 0.3s;
}
.cid-unksZenSIY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unksZenSIY .navbar .navbar-logo img {
  width: auto;
}
.cid-unksZenSIY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unksZenSIY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unksZenSIY .navbar.collapsed {
  justify-content: center;
}
.cid-unksZenSIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unksZenSIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unksZenSIY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unksZenSIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unksZenSIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unksZenSIY .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-unksZenSIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unksZenSIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unksZenSIY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unksZenSIY .navbar {
    min-height: 72px;
  }
  .cid-unksZenSIY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unksZenSIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unksZenSIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unksZenSIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unksZenSIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unksZenSIY .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-unksZenSIY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unksZenSIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unksZenSIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unksZenSIY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unksZenSIY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unksZenSIY .dropdown-item.active,
.cid-unksZenSIY .dropdown-item:active {
  background-color: transparent;
}
.cid-unksZenSIY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unksZenSIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unksZenSIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unksZenSIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unksZenSIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unksZenSIY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unksZenSIY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unksZenSIY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unksZenSIY .navbar-buttons {
    text-align: left;
  }
}
.cid-unksZenSIY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unksZenSIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unksZenSIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unksZenSIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unksZenSIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unksZenSIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unksZenSIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unksZenSIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unksZenSIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unksZenSIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unksZenSIY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unksZenSIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unksZenSIY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unksZenSIY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unksZenSIY .navbar {
    height: 70px;
  }
  .cid-unksZenSIY .navbar.opened {
    height: auto;
  }
  .cid-unksZenSIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unksZenSIY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unksZenSIY .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-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unksZenSIY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unksZenSIY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unksZenSIY .navbar-brand {
    margin-right: auto;
  }
  .cid-unksZenSIY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unksZenSIY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unksZenSIY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unksZenSIY .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-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unksZenSIY .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-unksZenSIY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unksZenSIY .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-unksZenSIY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unksZenSIY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unksZenSIY .navbar-brand,
.cid-unksZenSIY .navbar-toggler,
.cid-unksZenSIY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unksZf6m5x {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unksZf6m5x .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unksZf6m5x .main-image {
    display: none;
  }
}
.cid-unksZf6m5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-unksZf6m5x .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-unksZf6m5x .container {
    padding: 0 16px;
  }
}
.cid-unksZf6m5x .row {
  position: relative;
  z-index: 1;
}
.cid-unksZf6m5x .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unksZf6m5x .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unksZf6m5x .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unksZf6m5x .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unksZf6m5x .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unksZf6m5x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unksZf6m5x .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unksZf6m5x .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unksZf6m5x .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unksZf6m5x .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unksZf6m5x .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unksZf6m5x .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unksZf6m5x .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unksZf6m5x .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unksZf6m5x .mbr-section-title {
  color: #000000;
}
.cid-unksZf6m5x .mbr-text {
  color: #000000;
}
.cid-unksZf6m5x .card-title {
  color: #000000;
}
.cid-unksZf6m5x .card-text {
  color: #ffffff;
}
.cid-unksZf6m5x .card-name {
  color: #ffffff;
}
.cid-unksZf6m5x .card-role {
  color: #ffffff;
}
.cid-unksZfjRsX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unksZfjRsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-unksZfjRsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unksZfjRsX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unksZfjRsX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unksZfjRsX .container {
    padding: 0 12px;
  }
}
.cid-unksZfjRsX .image-wrapper img,
.cid-unksZfjRsX .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unksZfjRsX .image-wrapper img,
  .cid-unksZfjRsX .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .image-wrapper img,
  .cid-unksZfjRsX .image-wrap img {
    margin-right: 16px;
  }
  .cid-unksZfjRsX .image-wrapper img:nth-child(2n),
  .cid-unksZfjRsX .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unksZfjRsX .image-wrapper img,
  .cid-unksZfjRsX .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unksZfjRsX .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unksZfjRsX .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unksZfjRsX .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unksZfjRsX .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unksZfjRsX .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unksZfjRsX .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unksZfjRsX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unksZfjRsX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unksZfjRsX .mbr-text {
  color: #ffffff;
}
.cid-unksZfzApI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unksZfzApI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unksZfzApI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unksZfzApI .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unksZfzApI .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unksZfzApI .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unksZfzApI .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unksZfzApI .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unksZfzApI .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unksZfzApI .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unksZfzApI .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unksZfzApI .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unksZfzApI .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unksZfzApI .mbr-text a {
  text-decoration: underline !important;
}
.cid-unksZfzApI .mbr-text a:hover {
  color: inherit !important;
}
.cid-unksZfMKZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unksZfMKZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unksZfMKZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unksZfMKZZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unksZfMKZZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unksZfMKZZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unksZfMKZZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unksZfMKZZ .container {
    padding: 0 12px;
  }
}
.cid-unksZfMKZZ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unksZfMKZZ .card-wrapper {
    padding: 32px;
  }
}
.cid-unksZfMKZZ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unksZfMKZZ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unksZfMKZZ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unksZfMKZZ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unksZfMKZZ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unksZfMKZZ .mbr-section-title {
  color: #ffffff;
}
.cid-unksZfMKZZ .mbr-section-title,
.cid-unksZfMKZZ .mbr-section-btn,
.cid-unksZfMKZZ .card-wrapper {
  text-align: center;
}
.cid-unksZfX2LP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unksZfX2LP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unksZfX2LP .mbr-fallback-image.disabled {
  display: none;
}
.cid-unksZfX2LP .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-unksZfX2LP .container {
    padding: 0 22px;
  }
}
.cid-unksZfX2LP .row {
  position: relative;
  z-index: 1;
}
.cid-unksZfX2LP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unksZfX2LP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unksZfX2LP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unksZfX2LP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unksZfX2LP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unksZfX2LP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unksZfX2LP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unksZfX2LP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unksZfX2LP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unksZfX2LP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unksZfX2LP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unksZfX2LP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unksZfX2LP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unksZfX2LP .nav-wrapper .list .item-wrap:hover,
.cid-unksZfX2LP .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unksZfX2LP .nav-wrapper .list .item-wrap:hover::before,
.cid-unksZfX2LP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unksZfX2LP .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-unksZfX2LP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unksZfX2LP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unksZfX2LP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unksZfX2LP .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-unksZfX2LP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unksZfX2LP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unksZfX2LP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unksZfX2LP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unksZfX2LP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unksZfX2LP .mbr-section-title {
  color: #00d0f3;
}
.cid-unksZfX2LP .mbr-text {
  color: #ffffff;
}
.cid-unksZfX2LP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unksZfX2LP .list {
  color: #ffffff;
}
.cid-unksZfX2LP .mbr-contact {
  color: #ffffff;
}
.cid-unksZfX2LP .mbr-desc {
  color: #ffffff;
}
.cid-unkwaOjeDJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unkwaOjeDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unkwaOjeDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unkwaOjeDJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unkwaOjeDJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unkwaOjeDJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unkwaOjeDJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unkwaOjeDJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unkwaOjeDJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unkwaOjeDJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unkwaOjeDJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unkwaOjeDJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unkwaOjeDJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unkwaOjeDJ .nav-link:hover {
  color: #ffffff !important;
}
.cid-unkwaOjeDJ .nav-link:hover::before {
  width: 100%;
}
.cid-unkwaOjeDJ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unkwaOjeDJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unkwaOjeDJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unkwaOjeDJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unkwaOjeDJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unkwaOjeDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unkwaOjeDJ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unkwaOjeDJ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unkwaOjeDJ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unkwaOjeDJ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unkwaOjeDJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unkwaOjeDJ .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unkwaOjeDJ .nav-item:focus,
.cid-unkwaOjeDJ .nav-link:focus {
  outline: none;
}
.cid-unkwaOjeDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unkwaOjeDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unkwaOjeDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unkwaOjeDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unkwaOjeDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unkwaOjeDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unkwaOjeDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unkwaOjeDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-unkwaOjeDJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unkwaOjeDJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unkwaOjeDJ .navbar.collapsed {
  justify-content: center;
}
.cid-unkwaOjeDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unkwaOjeDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unkwaOjeDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unkwaOjeDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unkwaOjeDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unkwaOjeDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unkwaOjeDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unkwaOjeDJ .navbar {
    min-height: 72px;
  }
  .cid-unkwaOjeDJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unkwaOjeDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unkwaOjeDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unkwaOjeDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unkwaOjeDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unkwaOjeDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unkwaOjeDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unkwaOjeDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unkwaOjeDJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unkwaOjeDJ .dropdown-item.active,
.cid-unkwaOjeDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unkwaOjeDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unkwaOjeDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unkwaOjeDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unkwaOjeDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unkwaOjeDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unkwaOjeDJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unkwaOjeDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unkwaOjeDJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unkwaOjeDJ .navbar-buttons {
    text-align: left;
  }
}
.cid-unkwaOjeDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unkwaOjeDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unkwaOjeDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unkwaOjeDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unkwaOjeDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unkwaOjeDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unkwaOjeDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unkwaOjeDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unkwaOjeDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unkwaOjeDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unkwaOjeDJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unkwaOjeDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unkwaOjeDJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unkwaOjeDJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unkwaOjeDJ .navbar {
    height: 70px;
  }
  .cid-unkwaOjeDJ .navbar.opened {
    height: auto;
  }
  .cid-unkwaOjeDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unkwaOjeDJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unkwaOjeDJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unkwaOjeDJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unkwaOjeDJ .navbar-brand {
    margin-right: auto;
  }
  .cid-unkwaOjeDJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unkwaOjeDJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unkwaOjeDJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unkwaOjeDJ .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-unkwaOjeDJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unkwaOjeDJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unkwaOjeDJ .navbar-brand,
.cid-unkwaOjeDJ .navbar-toggler,
.cid-unkwaOjeDJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unkwaRyATE {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unkwaRyATE .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unkwaRyATE .main-image {
    display: none;
  }
}
.cid-unkwaRyATE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkwaRyATE .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-unkwaRyATE .container {
    padding: 0 16px;
  }
}
.cid-unkwaRyATE .row {
  position: relative;
  z-index: 1;
}
.cid-unkwaRyATE .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unkwaRyATE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unkwaRyATE .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unkwaRyATE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unkwaRyATE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unkwaRyATE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unkwaRyATE .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unkwaRyATE .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unkwaRyATE .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unkwaRyATE .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unkwaRyATE .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unkwaRyATE .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unkwaRyATE .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unkwaRyATE .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unkwaRyATE .mbr-section-title {
  color: #000000;
}
.cid-unkwaRyATE .mbr-text {
  color: #000000;
}
.cid-unkwaRyATE .card-title {
  color: #000000;
}
.cid-unkwaRyATE .card-text {
  color: #ffffff;
}
.cid-unkwaRyATE .card-name {
  color: #ffffff;
}
.cid-unkwaRyATE .card-role {
  color: #ffffff;
}
.cid-unkwaSZUYN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unkwaSZUYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkwaSZUYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unkwaSZUYN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unkwaSZUYN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unkwaSZUYN .container {
    padding: 0 12px;
  }
}
.cid-unkwaSZUYN .image-wrapper img,
.cid-unkwaSZUYN .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unkwaSZUYN .image-wrapper img,
  .cid-unkwaSZUYN .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .image-wrapper img,
  .cid-unkwaSZUYN .image-wrap img {
    margin-right: 16px;
  }
  .cid-unkwaSZUYN .image-wrapper img:nth-child(2n),
  .cid-unkwaSZUYN .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unkwaSZUYN .image-wrapper img,
  .cid-unkwaSZUYN .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unkwaSZUYN .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unkwaSZUYN .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unkwaSZUYN .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unkwaSZUYN .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unkwaSZUYN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unkwaSZUYN .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unkwaSZUYN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unkwaSZUYN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unkwaSZUYN .mbr-text {
  color: #ffffff;
}
.cid-unkwaTNbZs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unkwaTNbZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkwaTNbZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unkwaTNbZs .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unkwaTNbZs .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unkwaTNbZs .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unkwaTNbZs .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unkwaTNbZs .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unkwaTNbZs .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unkwaTNbZs .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unkwaTNbZs .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unkwaTNbZs .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unkwaTNbZs .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unkwaTNbZs .mbr-text a {
  text-decoration: underline !important;
}
.cid-unkwaTNbZs .mbr-text a:hover {
  color: inherit !important;
}
.cid-unkwaUq85m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unkwaUq85m .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkwaUq85m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unkwaUq85m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unkwaUq85m .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unkwaUq85m .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unkwaUq85m .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unkwaUq85m .container {
    padding: 0 12px;
  }
}
.cid-unkwaUq85m .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unkwaUq85m .card-wrapper {
    padding: 32px;
  }
}
.cid-unkwaUq85m .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unkwaUq85m .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unkwaUq85m .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unkwaUq85m .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unkwaUq85m .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unkwaUq85m .mbr-section-title {
  color: #ffffff;
}
.cid-unkwaUq85m .mbr-section-title,
.cid-unkwaUq85m .mbr-section-btn,
.cid-unkwaUq85m .card-wrapper {
  text-align: center;
}
.cid-unkwaUO9fM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unkwaUO9fM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unkwaUO9fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkwaUO9fM .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-unkwaUO9fM .container {
    padding: 0 22px;
  }
}
.cid-unkwaUO9fM .row {
  position: relative;
  z-index: 1;
}
.cid-unkwaUO9fM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unkwaUO9fM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unkwaUO9fM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unkwaUO9fM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unkwaUO9fM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unkwaUO9fM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unkwaUO9fM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unkwaUO9fM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unkwaUO9fM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unkwaUO9fM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unkwaUO9fM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unkwaUO9fM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unkwaUO9fM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unkwaUO9fM .nav-wrapper .list .item-wrap:hover,
.cid-unkwaUO9fM .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unkwaUO9fM .nav-wrapper .list .item-wrap:hover::before,
.cid-unkwaUO9fM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unkwaUO9fM .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-unkwaUO9fM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unkwaUO9fM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unkwaUO9fM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unkwaUO9fM .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-unkwaUO9fM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unkwaUO9fM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unkwaUO9fM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unkwaUO9fM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unkwaUO9fM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unkwaUO9fM .mbr-section-title {
  color: #00d0f3;
}
.cid-unkwaUO9fM .mbr-text {
  color: #ffffff;
}
.cid-unkwaUO9fM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unkwaUO9fM .list {
  color: #ffffff;
}
.cid-unkwaUO9fM .mbr-contact {
  color: #ffffff;
}
.cid-unkwaUO9fM .mbr-desc {
  color: #ffffff;
}
.cid-unuUy8Jd3m {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unuUy8Jd3m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unuUy8Jd3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unuUy8Jd3m .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unuUy8Jd3m .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unuUy8Jd3m .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unuUy8Jd3m .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unuUy8Jd3m .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unuUy8Jd3m .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unuUy8Jd3m .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unuUy8Jd3m .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unuUy8Jd3m .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unuUy8Jd3m .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unuUy8Jd3m .nav-link:hover {
  color: #ffffff !important;
}
.cid-unuUy8Jd3m .nav-link:hover::before {
  width: 100%;
}
.cid-unuUy8Jd3m .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unuUy8Jd3m .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unuUy8Jd3m .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unuUy8Jd3m .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unuUy8Jd3m .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unuUy8Jd3m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unuUy8Jd3m .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unuUy8Jd3m .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unuUy8Jd3m .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unuUy8Jd3m .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unuUy8Jd3m .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unuUy8Jd3m .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unuUy8Jd3m .nav-item:focus,
.cid-unuUy8Jd3m .nav-link:focus {
  outline: none;
}
.cid-unuUy8Jd3m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unuUy8Jd3m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unuUy8Jd3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unuUy8Jd3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unuUy8Jd3m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unuUy8Jd3m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar.opened {
  transition: all 0.3s;
}
.cid-unuUy8Jd3m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unuUy8Jd3m .navbar .navbar-logo img {
  width: auto;
}
.cid-unuUy8Jd3m .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unuUy8Jd3m .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unuUy8Jd3m .navbar.collapsed {
  justify-content: center;
}
.cid-unuUy8Jd3m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unuUy8Jd3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unuUy8Jd3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unuUy8Jd3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unuUy8Jd3m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unuUy8Jd3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unuUy8Jd3m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unuUy8Jd3m .navbar {
    min-height: 72px;
  }
  .cid-unuUy8Jd3m .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unuUy8Jd3m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unuUy8Jd3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unuUy8Jd3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unuUy8Jd3m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unuUy8Jd3m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unuUy8Jd3m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unuUy8Jd3m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unuUy8Jd3m .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unuUy8Jd3m .dropdown-item.active,
.cid-unuUy8Jd3m .dropdown-item:active {
  background-color: transparent;
}
.cid-unuUy8Jd3m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unuUy8Jd3m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unuUy8Jd3m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unuUy8Jd3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unuUy8Jd3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unuUy8Jd3m .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unuUy8Jd3m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unuUy8Jd3m .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unuUy8Jd3m .navbar-buttons {
    text-align: left;
  }
}
.cid-unuUy8Jd3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unuUy8Jd3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unuUy8Jd3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unuUy8Jd3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuUy8Jd3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuUy8Jd3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unuUy8Jd3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuUy8Jd3m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unuUy8Jd3m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unuUy8Jd3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuUy8Jd3m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unuUy8Jd3m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unuUy8Jd3m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unuUy8Jd3m .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unuUy8Jd3m .navbar {
    height: 70px;
  }
  .cid-unuUy8Jd3m .navbar.opened {
    height: auto;
  }
  .cid-unuUy8Jd3m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unuUy8Jd3m .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unuUy8Jd3m .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unuUy8Jd3m .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unuUy8Jd3m .navbar-brand {
    margin-right: auto;
  }
  .cid-unuUy8Jd3m .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unuUy8Jd3m .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unuUy8Jd3m .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unuUy8Jd3m .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-unuUy8Jd3m .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unuUy8Jd3m .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unuUy8Jd3m .navbar-brand,
.cid-unuUy8Jd3m .navbar-toggler,
.cid-unuUy8Jd3m .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unuUy9mbgZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unuUy9mbgZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unuUy9mbgZ .main-image {
    display: none;
  }
}
.cid-unuUy9mbgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuUy9mbgZ .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-unuUy9mbgZ .container {
    padding: 0 16px;
  }
}
.cid-unuUy9mbgZ .row {
  position: relative;
  z-index: 1;
}
.cid-unuUy9mbgZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unuUy9mbgZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unuUy9mbgZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unuUy9mbgZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unuUy9mbgZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unuUy9mbgZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unuUy9mbgZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unuUy9mbgZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unuUy9mbgZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unuUy9mbgZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unuUy9mbgZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unuUy9mbgZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unuUy9mbgZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unuUy9mbgZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unuUy9mbgZ .mbr-section-title {
  color: #000000;
}
.cid-unuUy9mbgZ .mbr-text {
  color: #000000;
}
.cid-unuUy9mbgZ .card-title {
  color: #000000;
}
.cid-unuUy9mbgZ .card-text {
  color: #ffffff;
}
.cid-unuUy9mbgZ .card-name {
  color: #ffffff;
}
.cid-unuUy9mbgZ .card-role {
  color: #ffffff;
}
.cid-unuUy9EzUh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unuUy9EzUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuUy9EzUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuUy9EzUh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unuUy9EzUh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unuUy9EzUh .container {
    padding: 0 12px;
  }
}
.cid-unuUy9EzUh .image-wrapper img,
.cid-unuUy9EzUh .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unuUy9EzUh .image-wrapper img,
  .cid-unuUy9EzUh .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .image-wrapper img,
  .cid-unuUy9EzUh .image-wrap img {
    margin-right: 16px;
  }
  .cid-unuUy9EzUh .image-wrapper img:nth-child(2n),
  .cid-unuUy9EzUh .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unuUy9EzUh .image-wrapper img,
  .cid-unuUy9EzUh .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unuUy9EzUh .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unuUy9EzUh .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unuUy9EzUh .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unuUy9EzUh .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unuUy9EzUh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unuUy9EzUh .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unuUy9EzUh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuUy9EzUh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unuUy9EzUh .mbr-text {
  color: #ffffff;
}
.cid-unuUya1nze {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unuUya1nze .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuUya1nze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuUya1nze .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unuUya1nze .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unuUya1nze .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unuUya1nze .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unuUya1nze .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unuUya1nze .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unuUya1nze .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unuUya1nze .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unuUya1nze .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unuUya1nze .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unuUya1nze .mbr-text a {
  text-decoration: underline !important;
}
.cid-unuUya1nze .mbr-text a:hover {
  color: inherit !important;
}
.cid-unuUyak024 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unuUyak024 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuUyak024 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuUyak024 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unuUyak024 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unuUyak024 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unuUyak024 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unuUyak024 .container {
    padding: 0 12px;
  }
}
.cid-unuUyak024 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unuUyak024 .card-wrapper {
    padding: 32px;
  }
}
.cid-unuUyak024 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unuUyak024 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unuUyak024 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unuUyak024 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unuUyak024 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unuUyak024 .mbr-section-title {
  color: #ffffff;
}
.cid-unuUyak024 .mbr-section-title,
.cid-unuUyak024 .mbr-section-btn,
.cid-unuUyak024 .card-wrapper {
  text-align: center;
}
.cid-unuUyayMXZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unuUyayMXZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unuUyayMXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuUyayMXZ .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-unuUyayMXZ .container {
    padding: 0 22px;
  }
}
.cid-unuUyayMXZ .row {
  position: relative;
  z-index: 1;
}
.cid-unuUyayMXZ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unuUyayMXZ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unuUyayMXZ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unuUyayMXZ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unuUyayMXZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unuUyayMXZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unuUyayMXZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuUyayMXZ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unuUyayMXZ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unuUyayMXZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unuUyayMXZ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unuUyayMXZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unuUyayMXZ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unuUyayMXZ .nav-wrapper .list .item-wrap:hover,
.cid-unuUyayMXZ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unuUyayMXZ .nav-wrapper .list .item-wrap:hover::before,
.cid-unuUyayMXZ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unuUyayMXZ .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-unuUyayMXZ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unuUyayMXZ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unuUyayMXZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unuUyayMXZ .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-unuUyayMXZ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unuUyayMXZ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unuUyayMXZ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unuUyayMXZ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unuUyayMXZ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unuUyayMXZ .mbr-section-title {
  color: #00d0f3;
}
.cid-unuUyayMXZ .mbr-text {
  color: #ffffff;
}
.cid-unuUyayMXZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unuUyayMXZ .list {
  color: #ffffff;
}
.cid-unuUyayMXZ .mbr-contact {
  color: #ffffff;
}
.cid-unuUyayMXZ .mbr-desc {
  color: #ffffff;
}
.cid-unv0JppK7i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unv0JppK7i .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-unv0JppK7i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unv0JppK7i .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-unv0JppK7i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unv0JppK7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unv0JppK7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unv0JppK7i .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unv0JppK7i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unv0JppK7i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unv0JppK7i .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unv0JppK7i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unv0JppK7i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unv0JppK7i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unv0JppK7i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unv0JppK7i .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unv0JppK7i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unv0JppK7i .nav-link:hover {
  color: #ffffff !important;
}
.cid-unv0JppK7i .nav-link:hover::before {
  width: 100%;
}
.cid-unv0JppK7i .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unv0JppK7i .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unv0JppK7i .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unv0JppK7i .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unv0JppK7i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unv0JppK7i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unv0JppK7i .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unv0JppK7i .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unv0JppK7i .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unv0JppK7i .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unv0JppK7i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unv0JppK7i .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unv0JppK7i .nav-item:focus,
.cid-unv0JppK7i .nav-link:focus {
  outline: none;
}
.cid-unv0JppK7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unv0JppK7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unv0JppK7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unv0JppK7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unv0JppK7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unv0JppK7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unv0JppK7i .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-unv0JppK7i .navbar.opened {
  transition: all 0.3s;
}
.cid-unv0JppK7i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unv0JppK7i .navbar .navbar-logo img {
  width: auto;
}
.cid-unv0JppK7i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unv0JppK7i .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unv0JppK7i .navbar.collapsed {
  justify-content: center;
}
.cid-unv0JppK7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unv0JppK7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unv0JppK7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unv0JppK7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unv0JppK7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unv0JppK7i .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-unv0JppK7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unv0JppK7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unv0JppK7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unv0JppK7i .navbar {
    min-height: 72px;
  }
  .cid-unv0JppK7i .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unv0JppK7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unv0JppK7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unv0JppK7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unv0JppK7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unv0JppK7i .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-unv0JppK7i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unv0JppK7i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unv0JppK7i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unv0JppK7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unv0JppK7i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unv0JppK7i .dropdown-item.active,
.cid-unv0JppK7i .dropdown-item:active {
  background-color: transparent;
}
.cid-unv0JppK7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unv0JppK7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unv0JppK7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unv0JppK7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unv0JppK7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unv0JppK7i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unv0JppK7i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unv0JppK7i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unv0JppK7i .navbar-buttons {
    text-align: left;
  }
}
.cid-unv0JppK7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unv0JppK7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unv0JppK7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unv0JppK7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unv0JppK7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unv0JppK7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unv0JppK7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unv0JppK7i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unv0JppK7i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unv0JppK7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unv0JppK7i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unv0JppK7i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unv0JppK7i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unv0JppK7i .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unv0JppK7i .navbar {
    height: 70px;
  }
  .cid-unv0JppK7i .navbar.opened {
    height: auto;
  }
  .cid-unv0JppK7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unv0JppK7i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unv0JppK7i .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-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unv0JppK7i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unv0JppK7i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unv0JppK7i .navbar-brand {
    margin-right: auto;
  }
  .cid-unv0JppK7i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unv0JppK7i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unv0JppK7i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unv0JppK7i .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-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unv0JppK7i .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-unv0JppK7i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unv0JppK7i .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-unv0JppK7i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unv0JppK7i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unv0JppK7i .navbar-brand,
.cid-unv0JppK7i .navbar-toggler,
.cid-unv0JppK7i .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unv0JqDL2F {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unv0JqDL2F .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unv0JqDL2F .main-image {
    display: none;
  }
}
.cid-unv0JqDL2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv0JqDL2F .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-unv0JqDL2F .container {
    padding: 0 16px;
  }
}
.cid-unv0JqDL2F .row {
  position: relative;
  z-index: 1;
}
.cid-unv0JqDL2F .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unv0JqDL2F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unv0JqDL2F .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unv0JqDL2F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unv0JqDL2F .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unv0JqDL2F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unv0JqDL2F .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unv0JqDL2F .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unv0JqDL2F .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unv0JqDL2F .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unv0JqDL2F .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unv0JqDL2F .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unv0JqDL2F .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unv0JqDL2F .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unv0JqDL2F .mbr-section-title {
  color: #000000;
}
.cid-unv0JqDL2F .mbr-text {
  color: #000000;
}
.cid-unv0JqDL2F .card-title {
  color: #000000;
}
.cid-unv0JqDL2F .card-text {
  color: #ffffff;
}
.cid-unv0JqDL2F .card-name {
  color: #ffffff;
}
.cid-unv0JqDL2F .card-role {
  color: #ffffff;
}
.cid-unv0Jr0DCf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unv0Jr0DCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv0Jr0DCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unv0Jr0DCf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unv0Jr0DCf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unv0Jr0DCf .container {
    padding: 0 12px;
  }
}
.cid-unv0Jr0DCf .image-wrapper img,
.cid-unv0Jr0DCf .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unv0Jr0DCf .image-wrapper img,
  .cid-unv0Jr0DCf .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .image-wrapper img,
  .cid-unv0Jr0DCf .image-wrap img {
    margin-right: 16px;
  }
  .cid-unv0Jr0DCf .image-wrapper img:nth-child(2n),
  .cid-unv0Jr0DCf .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unv0Jr0DCf .image-wrapper img,
  .cid-unv0Jr0DCf .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unv0Jr0DCf .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unv0Jr0DCf .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unv0Jr0DCf .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unv0Jr0DCf .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unv0Jr0DCf .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unv0Jr0DCf .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unv0Jr0DCf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unv0Jr0DCf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unv0Jr0DCf .mbr-text {
  color: #ffffff;
}
.cid-unv0JrfQGt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unv0JrfQGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv0JrfQGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unv0JrfQGt .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unv0JrfQGt .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unv0JrfQGt .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unv0JrfQGt .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unv0JrfQGt .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unv0JrfQGt .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unv0JrfQGt .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unv0JrfQGt .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unv0JrfQGt .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unv0JrfQGt .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unv0JrfQGt .mbr-text a {
  text-decoration: underline !important;
}
.cid-unv0JrfQGt .mbr-text a:hover {
  color: inherit !important;
}
.cid-unv0JrtP4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unv0JrtP4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv0JrtP4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unv0JrtP4h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unv0JrtP4h .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unv0JrtP4h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unv0JrtP4h .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unv0JrtP4h .container {
    padding: 0 12px;
  }
}
.cid-unv0JrtP4h .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unv0JrtP4h .card-wrapper {
    padding: 32px;
  }
}
.cid-unv0JrtP4h .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unv0JrtP4h .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unv0JrtP4h .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unv0JrtP4h .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unv0JrtP4h .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unv0JrtP4h .mbr-section-title {
  color: #ffffff;
}
.cid-unv0JrtP4h .mbr-section-title,
.cid-unv0JrtP4h .mbr-section-btn,
.cid-unv0JrtP4h .card-wrapper {
  text-align: center;
}
.cid-unv0JrDln5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unv0JrDln5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unv0JrDln5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv0JrDln5 .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-unv0JrDln5 .container {
    padding: 0 22px;
  }
}
.cid-unv0JrDln5 .row {
  position: relative;
  z-index: 1;
}
.cid-unv0JrDln5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unv0JrDln5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unv0JrDln5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unv0JrDln5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unv0JrDln5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unv0JrDln5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unv0JrDln5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unv0JrDln5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unv0JrDln5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unv0JrDln5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unv0JrDln5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unv0JrDln5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unv0JrDln5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unv0JrDln5 .nav-wrapper .list .item-wrap:hover,
.cid-unv0JrDln5 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unv0JrDln5 .nav-wrapper .list .item-wrap:hover::before,
.cid-unv0JrDln5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unv0JrDln5 .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-unv0JrDln5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unv0JrDln5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unv0JrDln5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unv0JrDln5 .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-unv0JrDln5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unv0JrDln5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unv0JrDln5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unv0JrDln5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unv0JrDln5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unv0JrDln5 .mbr-section-title {
  color: #00d0f3;
}
.cid-unv0JrDln5 .mbr-text {
  color: #ffffff;
}
.cid-unv0JrDln5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unv0JrDln5 .list {
  color: #ffffff;
}
.cid-unv0JrDln5 .mbr-contact {
  color: #ffffff;
}
.cid-unv0JrDln5 .mbr-desc {
  color: #ffffff;
}
.cid-unRL1QZPHe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unRL1QZPHe .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-unRL1QZPHe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unRL1QZPHe .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-unRL1QZPHe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unRL1QZPHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unRL1QZPHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unRL1QZPHe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unRL1QZPHe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unRL1QZPHe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unRL1QZPHe .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unRL1QZPHe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unRL1QZPHe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unRL1QZPHe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unRL1QZPHe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unRL1QZPHe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unRL1QZPHe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unRL1QZPHe .nav-link:hover {
  color: #ffffff !important;
}
.cid-unRL1QZPHe .nav-link:hover::before {
  width: 100%;
}
.cid-unRL1QZPHe .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unRL1QZPHe .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unRL1QZPHe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unRL1QZPHe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unRL1QZPHe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unRL1QZPHe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unRL1QZPHe .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unRL1QZPHe .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unRL1QZPHe .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unRL1QZPHe .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unRL1QZPHe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unRL1QZPHe .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unRL1QZPHe .nav-item:focus,
.cid-unRL1QZPHe .nav-link:focus {
  outline: none;
}
.cid-unRL1QZPHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unRL1QZPHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unRL1QZPHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unRL1QZPHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unRL1QZPHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unRL1QZPHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unRL1QZPHe .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-unRL1QZPHe .navbar.opened {
  transition: all 0.3s;
}
.cid-unRL1QZPHe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unRL1QZPHe .navbar .navbar-logo img {
  width: auto;
}
.cid-unRL1QZPHe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unRL1QZPHe .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unRL1QZPHe .navbar.collapsed {
  justify-content: center;
}
.cid-unRL1QZPHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unRL1QZPHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unRL1QZPHe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unRL1QZPHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unRL1QZPHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unRL1QZPHe .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-unRL1QZPHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unRL1QZPHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unRL1QZPHe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unRL1QZPHe .navbar {
    min-height: 72px;
  }
  .cid-unRL1QZPHe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unRL1QZPHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unRL1QZPHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unRL1QZPHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unRL1QZPHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unRL1QZPHe .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-unRL1QZPHe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unRL1QZPHe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unRL1QZPHe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unRL1QZPHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unRL1QZPHe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unRL1QZPHe .dropdown-item.active,
.cid-unRL1QZPHe .dropdown-item:active {
  background-color: transparent;
}
.cid-unRL1QZPHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unRL1QZPHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unRL1QZPHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unRL1QZPHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unRL1QZPHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unRL1QZPHe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unRL1QZPHe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unRL1QZPHe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unRL1QZPHe .navbar-buttons {
    text-align: left;
  }
}
.cid-unRL1QZPHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unRL1QZPHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unRL1QZPHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unRL1QZPHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unRL1QZPHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unRL1QZPHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unRL1QZPHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unRL1QZPHe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unRL1QZPHe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unRL1QZPHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unRL1QZPHe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unRL1QZPHe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unRL1QZPHe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRL1QZPHe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unRL1QZPHe .navbar {
    height: 70px;
  }
  .cid-unRL1QZPHe .navbar.opened {
    height: auto;
  }
  .cid-unRL1QZPHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unRL1QZPHe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unRL1QZPHe .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-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unRL1QZPHe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unRL1QZPHe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unRL1QZPHe .navbar-brand {
    margin-right: auto;
  }
  .cid-unRL1QZPHe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unRL1QZPHe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unRL1QZPHe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unRL1QZPHe .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-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unRL1QZPHe .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-unRL1QZPHe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unRL1QZPHe .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-unRL1QZPHe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unRL1QZPHe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unRL1QZPHe .navbar-brand,
.cid-unRL1QZPHe .navbar-toggler,
.cid-unRL1QZPHe .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unRL1RKWPI {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unRL1RKWPI .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unRL1RKWPI .main-image {
    display: none;
  }
}
.cid-unRL1RKWPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRL1RKWPI .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-unRL1RKWPI .container {
    padding: 0 16px;
  }
}
.cid-unRL1RKWPI .row {
  position: relative;
  z-index: 1;
}
.cid-unRL1RKWPI .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unRL1RKWPI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unRL1RKWPI .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unRL1RKWPI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unRL1RKWPI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unRL1RKWPI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unRL1RKWPI .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unRL1RKWPI .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unRL1RKWPI .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unRL1RKWPI .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unRL1RKWPI .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unRL1RKWPI .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unRL1RKWPI .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unRL1RKWPI .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unRL1RKWPI .mbr-section-title {
  color: #000000;
}
.cid-unRL1RKWPI .mbr-text {
  color: #000000;
}
.cid-unRL1RKWPI .card-title {
  color: #000000;
}
.cid-unRL1RKWPI .card-text {
  color: #ffffff;
}
.cid-unRL1RKWPI .card-name {
  color: #ffffff;
}
.cid-unRL1RKWPI .card-role {
  color: #ffffff;
}
.cid-unRL1S1Whx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unRL1S1Whx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRL1S1Whx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRL1S1Whx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRL1S1Whx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRL1S1Whx .container {
    padding: 0 12px;
  }
}
.cid-unRL1S1Whx .image-wrapper img,
.cid-unRL1S1Whx .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unRL1S1Whx .image-wrapper img,
  .cid-unRL1S1Whx .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .image-wrapper img,
  .cid-unRL1S1Whx .image-wrap img {
    margin-right: 16px;
  }
  .cid-unRL1S1Whx .image-wrapper img:nth-child(2n),
  .cid-unRL1S1Whx .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unRL1S1Whx .image-wrapper img,
  .cid-unRL1S1Whx .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unRL1S1Whx .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unRL1S1Whx .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unRL1S1Whx .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unRL1S1Whx .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unRL1S1Whx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unRL1S1Whx .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unRL1S1Whx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unRL1S1Whx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unRL1S1Whx .mbr-text {
  color: #ffffff;
}
.cid-unRL1ShIVu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unRL1ShIVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRL1ShIVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRL1ShIVu .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unRL1ShIVu .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unRL1ShIVu .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unRL1ShIVu .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unRL1ShIVu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unRL1ShIVu .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unRL1ShIVu .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unRL1ShIVu .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unRL1ShIVu .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unRL1ShIVu .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unRL1ShIVu .mbr-text a {
  text-decoration: underline !important;
}
.cid-unRL1ShIVu .mbr-text a:hover {
  color: inherit !important;
}
.cid-unRL1SuMP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unRL1SuMP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRL1SuMP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRL1SuMP4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unRL1SuMP4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRL1SuMP4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unRL1SuMP4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRL1SuMP4 .container {
    padding: 0 12px;
  }
}
.cid-unRL1SuMP4 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unRL1SuMP4 .card-wrapper {
    padding: 32px;
  }
}
.cid-unRL1SuMP4 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unRL1SuMP4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unRL1SuMP4 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unRL1SuMP4 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unRL1SuMP4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unRL1SuMP4 .mbr-section-title {
  color: #ffffff;
}
.cid-unRL1SuMP4 .mbr-section-title,
.cid-unRL1SuMP4 .mbr-section-btn,
.cid-unRL1SuMP4 .card-wrapper {
  text-align: center;
}
.cid-unRL1SKNPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unRL1SKNPu::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unRL1SKNPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRL1SKNPu .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-unRL1SKNPu .container {
    padding: 0 22px;
  }
}
.cid-unRL1SKNPu .row {
  position: relative;
  z-index: 1;
}
.cid-unRL1SKNPu .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unRL1SKNPu .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unRL1SKNPu .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unRL1SKNPu .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unRL1SKNPu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRL1SKNPu .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unRL1SKNPu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unRL1SKNPu .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRL1SKNPu .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unRL1SKNPu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRL1SKNPu .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unRL1SKNPu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unRL1SKNPu .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unRL1SKNPu .nav-wrapper .list .item-wrap:hover,
.cid-unRL1SKNPu .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unRL1SKNPu .nav-wrapper .list .item-wrap:hover::before,
.cid-unRL1SKNPu .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unRL1SKNPu .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-unRL1SKNPu .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRL1SKNPu .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unRL1SKNPu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unRL1SKNPu .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-unRL1SKNPu .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRL1SKNPu .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unRL1SKNPu .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unRL1SKNPu .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unRL1SKNPu .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unRL1SKNPu .mbr-section-title {
  color: #00d0f3;
}
.cid-unRL1SKNPu .mbr-text {
  color: #ffffff;
}
.cid-unRL1SKNPu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unRL1SKNPu .list {
  color: #ffffff;
}
.cid-unRL1SKNPu .mbr-contact {
  color: #ffffff;
}
.cid-unRL1SKNPu .mbr-desc {
  color: #ffffff;
}
.cid-unRQnsue7E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unRQnsue7E .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-unRQnsue7E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unRQnsue7E .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-unRQnsue7E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unRQnsue7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unRQnsue7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unRQnsue7E .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unRQnsue7E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unRQnsue7E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unRQnsue7E .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unRQnsue7E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unRQnsue7E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unRQnsue7E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unRQnsue7E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unRQnsue7E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unRQnsue7E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unRQnsue7E .nav-link:hover {
  color: #ffffff !important;
}
.cid-unRQnsue7E .nav-link:hover::before {
  width: 100%;
}
.cid-unRQnsue7E .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unRQnsue7E .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unRQnsue7E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unRQnsue7E .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unRQnsue7E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unRQnsue7E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unRQnsue7E .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unRQnsue7E .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unRQnsue7E .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unRQnsue7E .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unRQnsue7E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unRQnsue7E .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unRQnsue7E .nav-item:focus,
.cid-unRQnsue7E .nav-link:focus {
  outline: none;
}
.cid-unRQnsue7E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unRQnsue7E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unRQnsue7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unRQnsue7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unRQnsue7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unRQnsue7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unRQnsue7E .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-unRQnsue7E .navbar.opened {
  transition: all 0.3s;
}
.cid-unRQnsue7E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unRQnsue7E .navbar .navbar-logo img {
  width: auto;
}
.cid-unRQnsue7E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unRQnsue7E .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unRQnsue7E .navbar.collapsed {
  justify-content: center;
}
.cid-unRQnsue7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unRQnsue7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unRQnsue7E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unRQnsue7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unRQnsue7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unRQnsue7E .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-unRQnsue7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unRQnsue7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unRQnsue7E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unRQnsue7E .navbar {
    min-height: 72px;
  }
  .cid-unRQnsue7E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unRQnsue7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unRQnsue7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unRQnsue7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unRQnsue7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unRQnsue7E .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-unRQnsue7E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unRQnsue7E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unRQnsue7E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unRQnsue7E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unRQnsue7E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unRQnsue7E .dropdown-item.active,
.cid-unRQnsue7E .dropdown-item:active {
  background-color: transparent;
}
.cid-unRQnsue7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unRQnsue7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unRQnsue7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unRQnsue7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unRQnsue7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unRQnsue7E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unRQnsue7E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unRQnsue7E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unRQnsue7E .navbar-buttons {
    text-align: left;
  }
}
.cid-unRQnsue7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unRQnsue7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unRQnsue7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unRQnsue7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unRQnsue7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unRQnsue7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unRQnsue7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unRQnsue7E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unRQnsue7E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unRQnsue7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unRQnsue7E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unRQnsue7E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unRQnsue7E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRQnsue7E .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unRQnsue7E .navbar {
    height: 70px;
  }
  .cid-unRQnsue7E .navbar.opened {
    height: auto;
  }
  .cid-unRQnsue7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unRQnsue7E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unRQnsue7E .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-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unRQnsue7E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unRQnsue7E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unRQnsue7E .navbar-brand {
    margin-right: auto;
  }
  .cid-unRQnsue7E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unRQnsue7E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unRQnsue7E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unRQnsue7E .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-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unRQnsue7E .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-unRQnsue7E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unRQnsue7E .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-unRQnsue7E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unRQnsue7E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unRQnsue7E .navbar-brand,
.cid-unRQnsue7E .navbar-toggler,
.cid-unRQnsue7E .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unRQnv8G0L {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unRQnv8G0L .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unRQnv8G0L .main-image {
    display: none;
  }
}
.cid-unRQnv8G0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRQnv8G0L .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-unRQnv8G0L .container {
    padding: 0 16px;
  }
}
.cid-unRQnv8G0L .row {
  position: relative;
  z-index: 1;
}
.cid-unRQnv8G0L .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unRQnv8G0L .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unRQnv8G0L .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unRQnv8G0L .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unRQnv8G0L .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unRQnv8G0L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unRQnv8G0L .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unRQnv8G0L .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unRQnv8G0L .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unRQnv8G0L .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unRQnv8G0L .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unRQnv8G0L .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unRQnv8G0L .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unRQnv8G0L .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unRQnv8G0L .mbr-section-title {
  color: #000000;
}
.cid-unRQnv8G0L .mbr-text {
  color: #000000;
}
.cid-unRQnv8G0L .card-title {
  color: #000000;
}
.cid-unRQnv8G0L .card-text {
  color: #ffffff;
}
.cid-unRQnv8G0L .card-name {
  color: #ffffff;
}
.cid-unRQnv8G0L .card-role {
  color: #ffffff;
}
.cid-unRQnvKTOy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unRQnvKTOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRQnvKTOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRQnvKTOy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRQnvKTOy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRQnvKTOy .container {
    padding: 0 12px;
  }
}
.cid-unRQnvKTOy .image-wrapper img,
.cid-unRQnvKTOy .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unRQnvKTOy .image-wrapper img,
  .cid-unRQnvKTOy .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .image-wrapper img,
  .cid-unRQnvKTOy .image-wrap img {
    margin-right: 16px;
  }
  .cid-unRQnvKTOy .image-wrapper img:nth-child(2n),
  .cid-unRQnvKTOy .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unRQnvKTOy .image-wrapper img,
  .cid-unRQnvKTOy .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unRQnvKTOy .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unRQnvKTOy .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unRQnvKTOy .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unRQnvKTOy .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unRQnvKTOy .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unRQnvKTOy .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unRQnvKTOy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unRQnvKTOy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unRQnvKTOy .mbr-text {
  color: #ffffff;
}
.cid-unRQnw3arQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unRQnw3arQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRQnw3arQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRQnw3arQ .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unRQnw3arQ .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unRQnw3arQ .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unRQnw3arQ .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unRQnw3arQ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unRQnw3arQ .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unRQnw3arQ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unRQnw3arQ .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unRQnw3arQ .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unRQnw3arQ .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unRQnw3arQ .mbr-text a {
  text-decoration: underline !important;
}
.cid-unRQnw3arQ .mbr-text a:hover {
  color: inherit !important;
}
.cid-unRQnwh0rb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unRQnwh0rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRQnwh0rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unRQnwh0rb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unRQnwh0rb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRQnwh0rb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unRQnwh0rb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unRQnwh0rb .container {
    padding: 0 12px;
  }
}
.cid-unRQnwh0rb .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unRQnwh0rb .card-wrapper {
    padding: 32px;
  }
}
.cid-unRQnwh0rb .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unRQnwh0rb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unRQnwh0rb .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unRQnwh0rb .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unRQnwh0rb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unRQnwh0rb .mbr-section-title {
  color: #ffffff;
}
.cid-unRQnwh0rb .mbr-section-title,
.cid-unRQnwh0rb .mbr-section-btn,
.cid-unRQnwh0rb .card-wrapper {
  text-align: center;
}
.cid-unRQnwKOmd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unRQnwKOmd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unRQnwKOmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-unRQnwKOmd .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-unRQnwKOmd .container {
    padding: 0 22px;
  }
}
.cid-unRQnwKOmd .row {
  position: relative;
  z-index: 1;
}
.cid-unRQnwKOmd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unRQnwKOmd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unRQnwKOmd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unRQnwKOmd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unRQnwKOmd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRQnwKOmd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unRQnwKOmd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unRQnwKOmd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRQnwKOmd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unRQnwKOmd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unRQnwKOmd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unRQnwKOmd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unRQnwKOmd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unRQnwKOmd .nav-wrapper .list .item-wrap:hover,
.cid-unRQnwKOmd .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unRQnwKOmd .nav-wrapper .list .item-wrap:hover::before,
.cid-unRQnwKOmd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unRQnwKOmd .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-unRQnwKOmd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRQnwKOmd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unRQnwKOmd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unRQnwKOmd .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-unRQnwKOmd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unRQnwKOmd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unRQnwKOmd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unRQnwKOmd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unRQnwKOmd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unRQnwKOmd .mbr-section-title {
  color: #00d0f3;
}
.cid-unRQnwKOmd .mbr-text {
  color: #ffffff;
}
.cid-unRQnwKOmd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unRQnwKOmd .list {
  color: #ffffff;
}
.cid-unRQnwKOmd .mbr-contact {
  color: #ffffff;
}
.cid-unRQnwKOmd .mbr-desc {
  color: #ffffff;
}
.cid-unTttvqRGI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unTttvqRGI .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-unTttvqRGI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unTttvqRGI .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-unTttvqRGI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unTttvqRGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unTttvqRGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unTttvqRGI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unTttvqRGI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unTttvqRGI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unTttvqRGI .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unTttvqRGI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unTttvqRGI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unTttvqRGI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unTttvqRGI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unTttvqRGI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unTttvqRGI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unTttvqRGI .nav-link:hover {
  color: #ffffff !important;
}
.cid-unTttvqRGI .nav-link:hover::before {
  width: 100%;
}
.cid-unTttvqRGI .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unTttvqRGI .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unTttvqRGI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unTttvqRGI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unTttvqRGI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unTttvqRGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unTttvqRGI .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unTttvqRGI .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unTttvqRGI .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unTttvqRGI .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unTttvqRGI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unTttvqRGI .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unTttvqRGI .nav-item:focus,
.cid-unTttvqRGI .nav-link:focus {
  outline: none;
}
.cid-unTttvqRGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unTttvqRGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unTttvqRGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unTttvqRGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unTttvqRGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unTttvqRGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unTttvqRGI .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-unTttvqRGI .navbar.opened {
  transition: all 0.3s;
}
.cid-unTttvqRGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unTttvqRGI .navbar .navbar-logo img {
  width: auto;
}
.cid-unTttvqRGI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unTttvqRGI .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unTttvqRGI .navbar.collapsed {
  justify-content: center;
}
.cid-unTttvqRGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unTttvqRGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unTttvqRGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unTttvqRGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unTttvqRGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unTttvqRGI .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-unTttvqRGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unTttvqRGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unTttvqRGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unTttvqRGI .navbar {
    min-height: 72px;
  }
  .cid-unTttvqRGI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unTttvqRGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unTttvqRGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unTttvqRGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unTttvqRGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unTttvqRGI .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-unTttvqRGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unTttvqRGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unTttvqRGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unTttvqRGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unTttvqRGI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unTttvqRGI .dropdown-item.active,
.cid-unTttvqRGI .dropdown-item:active {
  background-color: transparent;
}
.cid-unTttvqRGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unTttvqRGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unTttvqRGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unTttvqRGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unTttvqRGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unTttvqRGI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unTttvqRGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unTttvqRGI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unTttvqRGI .navbar-buttons {
    text-align: left;
  }
}
.cid-unTttvqRGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unTttvqRGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unTttvqRGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unTttvqRGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTttvqRGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTttvqRGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unTttvqRGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTttvqRGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unTttvqRGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unTttvqRGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTttvqRGI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unTttvqRGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unTttvqRGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unTttvqRGI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unTttvqRGI .navbar {
    height: 70px;
  }
  .cid-unTttvqRGI .navbar.opened {
    height: auto;
  }
  .cid-unTttvqRGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unTttvqRGI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unTttvqRGI .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-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unTttvqRGI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unTttvqRGI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unTttvqRGI .navbar-brand {
    margin-right: auto;
  }
  .cid-unTttvqRGI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unTttvqRGI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unTttvqRGI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unTttvqRGI .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-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unTttvqRGI .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-unTttvqRGI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unTttvqRGI .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-unTttvqRGI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unTttvqRGI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unTttvqRGI .navbar-brand,
.cid-unTttvqRGI .navbar-toggler,
.cid-unTttvqRGI .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unTttw31Ce {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unTttw31Ce .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unTttw31Ce .main-image {
    display: none;
  }
}
.cid-unTttw31Ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTttw31Ce .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-unTttw31Ce .container {
    padding: 0 16px;
  }
}
.cid-unTttw31Ce .row {
  position: relative;
  z-index: 1;
}
.cid-unTttw31Ce .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unTttw31Ce .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unTttw31Ce .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unTttw31Ce .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unTttw31Ce .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unTttw31Ce .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unTttw31Ce .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unTttw31Ce .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unTttw31Ce .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unTttw31Ce .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unTttw31Ce .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unTttw31Ce .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unTttw31Ce .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unTttw31Ce .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unTttw31Ce .mbr-section-title {
  color: #000000;
}
.cid-unTttw31Ce .mbr-text {
  color: #000000;
}
.cid-unTttw31Ce .card-title {
  color: #000000;
}
.cid-unTttw31Ce .card-text {
  color: #ffffff;
}
.cid-unTttw31Ce .card-name {
  color: #ffffff;
}
.cid-unTttw31Ce .card-role {
  color: #ffffff;
}
.cid-unTttwnQYS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unTttwnQYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTttwnQYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTttwnQYS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unTttwnQYS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unTttwnQYS .container {
    padding: 0 12px;
  }
}
.cid-unTttwnQYS .image-wrapper img,
.cid-unTttwnQYS .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unTttwnQYS .image-wrapper img,
  .cid-unTttwnQYS .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .image-wrapper img,
  .cid-unTttwnQYS .image-wrap img {
    margin-right: 16px;
  }
  .cid-unTttwnQYS .image-wrapper img:nth-child(2n),
  .cid-unTttwnQYS .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unTttwnQYS .image-wrapper img,
  .cid-unTttwnQYS .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unTttwnQYS .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unTttwnQYS .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unTttwnQYS .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unTttwnQYS .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unTttwnQYS .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unTttwnQYS .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unTttwnQYS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unTttwnQYS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unTttwnQYS .mbr-text {
  color: #ffffff;
}
.cid-unTttwIMZZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unTttwIMZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTttwIMZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTttwIMZZ .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unTttwIMZZ .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unTttwIMZZ .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unTttwIMZZ .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unTttwIMZZ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unTttwIMZZ .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unTttwIMZZ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unTttwIMZZ .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unTttwIMZZ .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unTttwIMZZ .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unTttwIMZZ .mbr-text a {
  text-decoration: underline !important;
}
.cid-unTttwIMZZ .mbr-text a:hover {
  color: inherit !important;
}
.cid-unTttx2Yn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unTttx2Yn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTttx2Yn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTttx2Yn4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unTttx2Yn4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unTttx2Yn4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unTttx2Yn4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unTttx2Yn4 .container {
    padding: 0 12px;
  }
}
.cid-unTttx2Yn4 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unTttx2Yn4 .card-wrapper {
    padding: 32px;
  }
}
.cid-unTttx2Yn4 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unTttx2Yn4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unTttx2Yn4 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unTttx2Yn4 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unTttx2Yn4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unTttx2Yn4 .mbr-section-title {
  color: #ffffff;
}
.cid-unTttx2Yn4 .mbr-section-title,
.cid-unTttx2Yn4 .mbr-section-btn,
.cid-unTttx2Yn4 .card-wrapper {
  text-align: center;
}
.cid-unTttxhz3s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unTttxhz3s::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unTttxhz3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTttxhz3s .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-unTttxhz3s .container {
    padding: 0 22px;
  }
}
.cid-unTttxhz3s .row {
  position: relative;
  z-index: 1;
}
.cid-unTttxhz3s .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unTttxhz3s .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unTttxhz3s .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unTttxhz3s .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unTttxhz3s .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unTttxhz3s .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unTttxhz3s .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unTttxhz3s .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unTttxhz3s .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unTttxhz3s .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unTttxhz3s .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unTttxhz3s .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unTttxhz3s .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unTttxhz3s .nav-wrapper .list .item-wrap:hover,
.cid-unTttxhz3s .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unTttxhz3s .nav-wrapper .list .item-wrap:hover::before,
.cid-unTttxhz3s .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unTttxhz3s .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-unTttxhz3s .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unTttxhz3s .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unTttxhz3s .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unTttxhz3s .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-unTttxhz3s .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unTttxhz3s .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unTttxhz3s .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unTttxhz3s .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unTttxhz3s .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unTttxhz3s .mbr-section-title {
  color: #00d0f3;
}
.cid-unTttxhz3s .mbr-text {
  color: #ffffff;
}
.cid-unTttxhz3s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unTttxhz3s .list {
  color: #ffffff;
}
.cid-unTttxhz3s .mbr-contact {
  color: #ffffff;
}
.cid-unTttxhz3s .mbr-desc {
  color: #ffffff;
}
.cid-unYe0gEujc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unYe0gEujc .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-unYe0gEujc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unYe0gEujc .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-unYe0gEujc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-unYe0gEujc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unYe0gEujc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYe0gEujc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unYe0gEujc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-unYe0gEujc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-unYe0gEujc .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-unYe0gEujc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unYe0gEujc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unYe0gEujc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-unYe0gEujc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unYe0gEujc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unYe0gEujc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unYe0gEujc .nav-link:hover {
  color: #ffffff !important;
}
.cid-unYe0gEujc .nav-link:hover::before {
  width: 100%;
}
.cid-unYe0gEujc .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unYe0gEujc .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unYe0gEujc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unYe0gEujc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-unYe0gEujc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unYe0gEujc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-unYe0gEujc .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-unYe0gEujc .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unYe0gEujc .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unYe0gEujc .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-unYe0gEujc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unYe0gEujc .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-unYe0gEujc .nav-item:focus,
.cid-unYe0gEujc .nav-link:focus {
  outline: none;
}
.cid-unYe0gEujc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unYe0gEujc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unYe0gEujc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unYe0gEujc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unYe0gEujc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unYe0gEujc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unYe0gEujc .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-unYe0gEujc .navbar.opened {
  transition: all 0.3s;
}
.cid-unYe0gEujc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unYe0gEujc .navbar .navbar-logo img {
  width: auto;
}
.cid-unYe0gEujc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYe0gEujc .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-unYe0gEujc .navbar.collapsed {
  justify-content: center;
}
.cid-unYe0gEujc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unYe0gEujc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unYe0gEujc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-unYe0gEujc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYe0gEujc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYe0gEujc .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-unYe0gEujc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYe0gEujc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unYe0gEujc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unYe0gEujc .navbar {
    min-height: 72px;
  }
  .cid-unYe0gEujc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unYe0gEujc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unYe0gEujc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYe0gEujc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYe0gEujc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unYe0gEujc .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-unYe0gEujc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unYe0gEujc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unYe0gEujc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unYe0gEujc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unYe0gEujc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unYe0gEujc .dropdown-item.active,
.cid-unYe0gEujc .dropdown-item:active {
  background-color: transparent;
}
.cid-unYe0gEujc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unYe0gEujc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYe0gEujc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYe0gEujc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unYe0gEujc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unYe0gEujc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unYe0gEujc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unYe0gEujc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unYe0gEujc .navbar-buttons {
    text-align: left;
  }
}
.cid-unYe0gEujc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unYe0gEujc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unYe0gEujc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYe0gEujc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYe0gEujc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYe0gEujc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYe0gEujc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYe0gEujc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYe0gEujc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYe0gEujc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYe0gEujc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unYe0gEujc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unYe0gEujc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unYe0gEujc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unYe0gEujc .navbar {
    height: 70px;
  }
  .cid-unYe0gEujc .navbar.opened {
    height: auto;
  }
  .cid-unYe0gEujc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unYe0gEujc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unYe0gEujc .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-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unYe0gEujc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unYe0gEujc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unYe0gEujc .navbar-brand {
    margin-right: auto;
  }
  .cid-unYe0gEujc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-unYe0gEujc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unYe0gEujc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unYe0gEujc .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-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unYe0gEujc .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-unYe0gEujc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unYe0gEujc .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-unYe0gEujc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-unYe0gEujc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unYe0gEujc .navbar-brand,
.cid-unYe0gEujc .navbar-toggler,
.cid-unYe0gEujc .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-unYe0hdsZV {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-unYe0hdsZV .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unYe0hdsZV .main-image {
    display: none;
  }
}
.cid-unYe0hdsZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYe0hdsZV .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-unYe0hdsZV .container {
    padding: 0 16px;
  }
}
.cid-unYe0hdsZV .row {
  position: relative;
  z-index: 1;
}
.cid-unYe0hdsZV .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unYe0hdsZV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unYe0hdsZV .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unYe0hdsZV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unYe0hdsZV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unYe0hdsZV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unYe0hdsZV .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-unYe0hdsZV .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-unYe0hdsZV .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-unYe0hdsZV .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-unYe0hdsZV .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-unYe0hdsZV .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-unYe0hdsZV .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-unYe0hdsZV .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-unYe0hdsZV .mbr-section-title {
  color: #000000;
}
.cid-unYe0hdsZV .mbr-text {
  color: #000000;
}
.cid-unYe0hdsZV .card-title {
  color: #000000;
}
.cid-unYe0hdsZV .card-text {
  color: #ffffff;
}
.cid-unYe0hdsZV .card-name {
  color: #ffffff;
}
.cid-unYe0hdsZV .card-role {
  color: #ffffff;
}
.cid-unYe0htElC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-unYe0htElC .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYe0htElC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYe0htElC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unYe0htElC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unYe0htElC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unYe0htElC .container {
    padding: 0 12px;
  }
}
.cid-unYe0htElC .image-wrapper img,
.cid-unYe0htElC .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-unYe0htElC .image-wrapper img,
  .cid-unYe0htElC .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-unYe0htElC .image-wrapper img,
  .cid-unYe0htElC .image-wrap img {
    margin-right: 16px;
  }
  .cid-unYe0htElC .image-wrapper img:nth-child(2n),
  .cid-unYe0htElC .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-unYe0htElC .image-wrapper img,
  .cid-unYe0htElC .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-unYe0htElC .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-unYe0htElC .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-unYe0htElC .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-unYe0htElC .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .content-wrapper {
    padding: 0 24px;
  }
}
.cid-unYe0htElC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unYe0htElC .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-unYe0htElC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unYe0htElC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unYe0htElC .mbr-text {
  color: #ffffff;
}
.cid-unYe0hG9ko {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-unYe0hG9ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYe0hG9ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYe0hG9ko .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-unYe0hG9ko .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-unYe0hG9ko .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-unYe0hG9ko .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-unYe0hG9ko .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-unYe0hG9ko .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-unYe0hG9ko .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-unYe0hG9ko .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-unYe0hG9ko .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-unYe0hG9ko .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-unYe0hG9ko .mbr-text a {
  text-decoration: underline !important;
}
.cid-unYe0hG9ko .mbr-text a:hover {
  color: inherit !important;
}
.cid-unYe0hTKRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-unYe0hTKRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYe0hTKRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYe0hTKRZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unYe0hTKRZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unYe0hTKRZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unYe0hTKRZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unYe0hTKRZ .container {
    padding: 0 12px;
  }
}
.cid-unYe0hTKRZ .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-unYe0hTKRZ .card-wrapper {
    padding: 32px;
  }
}
.cid-unYe0hTKRZ .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-unYe0hTKRZ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-unYe0hTKRZ .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-unYe0hTKRZ .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-unYe0hTKRZ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-unYe0hTKRZ .mbr-section-title {
  color: #ffffff;
}
.cid-unYe0hTKRZ .mbr-section-title,
.cid-unYe0hTKRZ .mbr-section-btn,
.cid-unYe0hTKRZ .card-wrapper {
  text-align: center;
}
.cid-unYe0i9xoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-unYe0i9xoo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-unYe0i9xoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYe0i9xoo .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-unYe0i9xoo .container {
    padding: 0 22px;
  }
}
.cid-unYe0i9xoo .row {
  position: relative;
  z-index: 1;
}
.cid-unYe0i9xoo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-unYe0i9xoo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unYe0i9xoo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-unYe0i9xoo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unYe0i9xoo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unYe0i9xoo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unYe0i9xoo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unYe0i9xoo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unYe0i9xoo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-unYe0i9xoo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unYe0i9xoo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-unYe0i9xoo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-unYe0i9xoo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unYe0i9xoo .nav-wrapper .list .item-wrap:hover,
.cid-unYe0i9xoo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-unYe0i9xoo .nav-wrapper .list .item-wrap:hover::before,
.cid-unYe0i9xoo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unYe0i9xoo .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-unYe0i9xoo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unYe0i9xoo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-unYe0i9xoo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-unYe0i9xoo .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-unYe0i9xoo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unYe0i9xoo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-unYe0i9xoo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-unYe0i9xoo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unYe0i9xoo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-unYe0i9xoo .mbr-section-title {
  color: #00d0f3;
}
.cid-unYe0i9xoo .mbr-text {
  color: #ffffff;
}
.cid-unYe0i9xoo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unYe0i9xoo .list {
  color: #ffffff;
}
.cid-unYe0i9xoo .mbr-contact {
  color: #ffffff;
}
.cid-unYe0i9xoo .mbr-desc {
  color: #ffffff;
}
.cid-uo3cqYR5C2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uo3cqYR5C2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo3cqYR5C2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3cqYR5C2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uo3cqYR5C2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uo3cqYR5C2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uo3cqYR5C2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uo3cqYR5C2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uo3cqYR5C2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uo3cqYR5C2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uo3cqYR5C2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uo3cqYR5C2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uo3cqYR5C2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uo3cqYR5C2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uo3cqYR5C2 .nav-link:hover::before {
  width: 100%;
}
.cid-uo3cqYR5C2 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cqYR5C2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uo3cqYR5C2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uo3cqYR5C2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uo3cqYR5C2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uo3cqYR5C2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uo3cqYR5C2 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uo3cqYR5C2 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uo3cqYR5C2 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uo3cqYR5C2 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uo3cqYR5C2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3cqYR5C2 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uo3cqYR5C2 .nav-item:focus,
.cid-uo3cqYR5C2 .nav-link:focus {
  outline: none;
}
.cid-uo3cqYR5C2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo3cqYR5C2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo3cqYR5C2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo3cqYR5C2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo3cqYR5C2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo3cqYR5C2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uo3cqYR5C2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo3cqYR5C2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uo3cqYR5C2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uo3cqYR5C2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uo3cqYR5C2 .navbar.collapsed {
  justify-content: center;
}
.cid-uo3cqYR5C2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo3cqYR5C2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3cqYR5C2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uo3cqYR5C2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3cqYR5C2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3cqYR5C2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo3cqYR5C2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uo3cqYR5C2 .navbar {
    min-height: 72px;
  }
  .cid-uo3cqYR5C2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uo3cqYR5C2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo3cqYR5C2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3cqYR5C2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3cqYR5C2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo3cqYR5C2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uo3cqYR5C2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo3cqYR5C2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3cqYR5C2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uo3cqYR5C2 .dropdown-item.active,
.cid-uo3cqYR5C2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3cqYR5C2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3cqYR5C2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3cqYR5C2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3cqYR5C2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uo3cqYR5C2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uo3cqYR5C2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uo3cqYR5C2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo3cqYR5C2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uo3cqYR5C2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uo3cqYR5C2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo3cqYR5C2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uo3cqYR5C2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3cqYR5C2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3cqYR5C2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3cqYR5C2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3cqYR5C2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3cqYR5C2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3cqYR5C2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3cqYR5C2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3cqYR5C2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo3cqYR5C2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo3cqYR5C2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3cqYR5C2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo3cqYR5C2 .navbar {
    height: 70px;
  }
  .cid-uo3cqYR5C2 .navbar.opened {
    height: auto;
  }
  .cid-uo3cqYR5C2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uo3cqYR5C2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uo3cqYR5C2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uo3cqYR5C2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uo3cqYR5C2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uo3cqYR5C2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uo3cqYR5C2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uo3cqYR5C2 .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-uo3cqYR5C2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uo3cqYR5C2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uo3cqYR5C2 .navbar-brand,
.cid-uo3cqYR5C2 .navbar-toggler,
.cid-uo3cqYR5C2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uo3sqHryDX {
  overflow: hidden;
  background-color: #000000;
}
.cid-uo3sqHryDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3sqHryDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3sqHryDX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .container {
    padding: 0 24px;
  }
}
.cid-uo3sqHryDX .row {
  position: relative;
}
.cid-uo3sqHryDX .row .card {
  justify-content: center;
}
.cid-uo3sqHryDX .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #facb1d;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uo3sqHryDX .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uo3sqHryDX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo3sqHryDX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uo3sqHryDX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo3sqHryDX .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uo3sqHryDX .image-wrapper {
  position: relative;
}
.cid-uo3sqHryDX .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo3sqHryDX .image-wrapper img {
    height: 350px;
  }
}
.cid-uo3sqHryDX .mbr-section-title {
  color: #F5DF4D;
}
.cid-uo3sqHryDX .mbr-text {
  color: #FF3399;
}
.cid-uo3sqHryDX .mbr-section-title,
.cid-uo3sqHryDX .mbr-section-btn {
  color: #00d0f3;
}
.cid-uo3sqHryDX .mbr-text,
.cid-uo3sqHryDX .mbr-section-btn {
  color: #ffffff;
}
.cid-uo3wYgAZsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uo3wYgAZsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3wYgAZsV .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-uo3wYgAZsV .container {
    padding: 0 22px;
  }
}
.cid-uo3wYgAZsV .row {
  justify-content: center;
}
.cid-uo3wYgAZsV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uo3wYgAZsV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uo3wYgAZsV .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uo3wYgAZsV .item {
    margin-bottom: 20px;
  }
}
.cid-uo3wYgAZsV .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uo3wYgAZsV .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo3wYgAZsV .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uo3wYgAZsV .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uo3wYgAZsV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uo3wYgAZsV .mbr-section-title {
  color: #ffffff;
}
.cid-uo3wYgAZsV .card-title {
  color: #ffffff;
}
.cid-uo3wYgAZsV .card-text {
  color: #ffffff;
}
.cid-uo3wYgAZsV .mbr-section-title,
.cid-uo3wYgAZsV .mbr-section-btn {
  text-align: center;
}
.cid-uo44DPjRZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo44DPjRZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo44DPjRZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo44DPjRZh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uo44DPjRZh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .container {
    padding: 0 20px;
  }
}
.cid-uo44DPjRZh .item {
  margin-top: 32px;
}
.cid-uo44DPjRZh .item:first-child {
  margin-top: 0;
}
.cid-uo44DPjRZh .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uo44DPjRZh .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-uo44DPjRZh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .card-desc_1,
.cid-uo44DPjRZh .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .card-desc_1,
  .cid-uo44DPjRZh .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-uo44DPjRZh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-uo44DPjRZh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .card-title_1,
.cid-uo44DPjRZh .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uo44DPjRZh .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo44DPjRZh .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uo44DPjRZh .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uo44DPjRZh .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uo44DPjRZh .card-title_1 {
  color: #000000;
}
.cid-uo44DPjRZh .card-title_2 {
  color: #ffffff;
}
.cid-uo44DPjRZh .card-text_1,
.cid-uo44DPjRZh .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uo44DPjRZh .card-text_2,
.cid-uo44DPjRZh .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uo44DPjRZh .card-title_1,
.cid-uo44DPjRZh .buttons_1,
.cid-uo44DPjRZh .icon-wrapper_1,
.cid-uo44DPjRZh .title-wrapper_1 {
  text-align: center;
}
.cid-uo44DPjRZh .card-title_2,
.cid-uo44DPjRZh .buttons_2,
.cid-uo44DPjRZh .icon-wrapper_2,
.cid-uo44DPjRZh .title-wrapper_2 {
  text-align: center;
}
.cid-uo44IbFMTK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uo44IbFMTK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #101511, #323337);
}
.cid-uo44IbFMTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo44IbFMTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo44IbFMTK .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uo44IbFMTK .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uo44IbFMTK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo44IbFMTK .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo44IbFMTK .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uo44IbFMTK .row {
  justify-content: space-between;
}
.cid-uo44IbFMTK .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-uo44IbFMTK .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-uo44IbFMTK .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uo44IbFMTK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uo44IbFMTK .mbr-section-title {
  color: #ffffff;
}
.cid-uo44IbFMTK .card-title {
  color: #f4f4f4;
}
.cid-uo44IbFMTK .card-text {
  color: #ffffff;
}
.cid-uo458xHzRp {
  background-color: #facb1d;
}
.cid-uo458xHzRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo458xHzRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo458xHzRp .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uo458xHzRp .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uo458xHzRp .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uo458xHzRp .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uo458xHzRp .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uo458xHzRp .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uo458xHzRp .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uo458xHzRp .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uo458xHzRp .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uo458xHzRp .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uo458xHzRp .mbr-text a {
  text-decoration: underline !important;
}
.cid-uo458xHzRp .mbr-text a:hover {
  color: inherit !important;
}
.cid-uo44NiDLos {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo44NiDLos .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
}
.cid-uo44NiDLos .item:focus,
.cid-uo44NiDLos span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uo44NiDLos .align-right {
    text-align: center;
  }
}
.cid-uo44NiDLos .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uo44NiDLos .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-uo44NiDLos .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo44NiDLos .item {
    margin-bottom: 1rem;
  }
}
.cid-uo44NiDLos .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uo44NiDLos .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uo44NiDLos .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uo44NiDLos .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-uo44NiDLos .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uo44NiDLos .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uo44NiDLos .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uo44NiDLos .mbr-text,
.cid-uo44NiDLos .item .mbr-section-btn {
  text-align: center;
}
.cid-uo44NiDLos .mbr-number {
  color: #f0466a;
}
.cid-uo44NiDLos .mbr-section-subtitle,
.cid-uo44NiDLos .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uo44NiDLos .mbr-text {
  text-align: left;
}
.cid-uo44NiDLos .mbr-text,
.cid-uo44NiDLos .mbr-card-btn {
  text-align: left;
}
.cid-uo44NiDLos .mbr-text,
.cid-uo44NiDLos .mbr-section-btn {
  text-align: left;
}
.cid-uo44NiDLos .mbr-text,
.cid-uo44NiDLos .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uo44NiDLos .card-text,
.cid-uo44NiDLos .item .mbr-section-btn {
  text-align: left;
  color: #101511;
}
.cid-uo44NiDLos .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uo3cr2R0MF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uo3cr2R0MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3cr2R0MF .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-uo3cr2R0MF .container {
    padding: 0 22px;
  }
}
.cid-uo3cr2R0MF .card {
  justify-content: center;
}
.cid-uo3cr2R0MF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uo3cr2R0MF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uo3cr2R0MF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uo3cr2R0MF .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uo3cr2R0MF .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uo3cr2R0MF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cr2R0MF .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-uo3cr2R0MF .form-wrapper {
    padding: 20px;
  }
}
.cid-uo3cr2R0MF .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uo3cr2R0MF .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uo3cr2R0MF .mbr-section-title {
  color: #ffffff;
}
.cid-uo3cr2R0MF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo3cr2R0MF .mbr-text {
  color: #ffffff;
}
.cid-uo3cr2R0MF .mbr-desc {
  color: #ffffff;
}
.cid-uo3cr2R0MF .mbr-contact {
  color: #ffffff;
}
.cid-uo3cr3Hew4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uo3cr3Hew4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uo3cr3Hew4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3cr3Hew4 .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-uo3cr3Hew4 .container {
    padding: 0 22px;
  }
}
.cid-uo3cr3Hew4 .row {
  position: relative;
  z-index: 1;
}
.cid-uo3cr3Hew4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uo3cr3Hew4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3cr3Hew4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uo3cr3Hew4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo3cr3Hew4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3cr3Hew4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uo3cr3Hew4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo3cr3Hew4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3cr3Hew4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uo3cr3Hew4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo3cr3Hew4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uo3cr3Hew4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uo3cr3Hew4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cr3Hew4 .nav-wrapper .list .item-wrap:hover,
.cid-uo3cr3Hew4 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uo3cr3Hew4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uo3cr3Hew4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3cr3Hew4 .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-uo3cr3Hew4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3cr3Hew4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uo3cr3Hew4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cr3Hew4 .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-uo3cr3Hew4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uo3cr3Hew4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uo3cr3Hew4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uo3cr3Hew4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3cr3Hew4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uo3cr3Hew4 .mbr-section-title {
  color: #00d0f3;
}
.cid-uo3cr3Hew4 .mbr-text {
  color: #ffffff;
}
.cid-uo3cr3Hew4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo3cr3Hew4 .list {
  color: #ffffff;
}
.cid-uo3cr3Hew4 .mbr-contact {
  color: #ffffff;
}
.cid-uo3cr3Hew4 .mbr-desc {
  color: #ffffff;
}
.cid-uof9sEfSo4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uof9sEfSo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof9sEfSo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof9sEfSo4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uof9sEfSo4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uof9sEfSo4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uof9sEfSo4 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uof9sEfSo4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uof9sEfSo4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uof9sEfSo4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uof9sEfSo4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uof9sEfSo4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uof9sEfSo4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uof9sEfSo4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uof9sEfSo4 .nav-link:hover::before {
  width: 100%;
}
.cid-uof9sEfSo4 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uof9sEfSo4 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uof9sEfSo4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uof9sEfSo4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uof9sEfSo4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uof9sEfSo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uof9sEfSo4 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uof9sEfSo4 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uof9sEfSo4 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uof9sEfSo4 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uof9sEfSo4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof9sEfSo4 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uof9sEfSo4 .nav-item:focus,
.cid-uof9sEfSo4 .nav-link:focus {
  outline: none;
}
.cid-uof9sEfSo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof9sEfSo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof9sEfSo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof9sEfSo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof9sEfSo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof9sEfSo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uof9sEfSo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof9sEfSo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uof9sEfSo4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uof9sEfSo4 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uof9sEfSo4 .navbar.collapsed {
  justify-content: center;
}
.cid-uof9sEfSo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof9sEfSo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof9sEfSo4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uof9sEfSo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof9sEfSo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof9sEfSo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof9sEfSo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uof9sEfSo4 .navbar {
    min-height: 72px;
  }
  .cid-uof9sEfSo4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uof9sEfSo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof9sEfSo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof9sEfSo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof9sEfSo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof9sEfSo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uof9sEfSo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof9sEfSo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uof9sEfSo4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uof9sEfSo4 .dropdown-item.active,
.cid-uof9sEfSo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uof9sEfSo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof9sEfSo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof9sEfSo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof9sEfSo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uof9sEfSo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uof9sEfSo4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uof9sEfSo4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof9sEfSo4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uof9sEfSo4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uof9sEfSo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof9sEfSo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof9sEfSo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof9sEfSo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof9sEfSo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof9sEfSo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof9sEfSo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof9sEfSo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof9sEfSo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof9sEfSo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof9sEfSo4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uof9sEfSo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof9sEfSo4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uof9sEfSo4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uof9sEfSo4 .navbar {
    height: 70px;
  }
  .cid-uof9sEfSo4 .navbar.opened {
    height: auto;
  }
  .cid-uof9sEfSo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof9sEfSo4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uof9sEfSo4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uof9sEfSo4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uof9sEfSo4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uof9sEfSo4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uof9sEfSo4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uof9sEfSo4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uof9sEfSo4 .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-uof9sEfSo4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uof9sEfSo4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uof9sEfSo4 .navbar-brand,
.cid-uof9sEfSo4 .navbar-toggler,
.cid-uof9sEfSo4 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uof9sEZXJZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uof9sEZXJZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uof9sEZXJZ .main-image {
    display: none;
  }
}
.cid-uof9sEZXJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uof9sEZXJZ .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-uof9sEZXJZ .container {
    padding: 0 16px;
  }
}
.cid-uof9sEZXJZ .row {
  position: relative;
  z-index: 1;
}
.cid-uof9sEZXJZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uof9sEZXJZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uof9sEZXJZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uof9sEZXJZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uof9sEZXJZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uof9sEZXJZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uof9sEZXJZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uof9sEZXJZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uof9sEZXJZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uof9sEZXJZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uof9sEZXJZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uof9sEZXJZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uof9sEZXJZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uof9sEZXJZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uof9sEZXJZ .mbr-section-title {
  color: #000000;
}
.cid-uof9sEZXJZ .mbr-text {
  color: #000000;
}
.cid-uof9sEZXJZ .card-title {
  color: #000000;
}
.cid-uof9sEZXJZ .card-text {
  color: #ffffff;
}
.cid-uof9sEZXJZ .card-name {
  color: #ffffff;
}
.cid-uof9sEZXJZ .card-role {
  color: #ffffff;
}
.cid-uof9sFeujl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uof9sFeujl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uof9sFeujl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uof9sFeujl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uof9sFeujl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uof9sFeujl .container {
    padding: 0 12px;
  }
}
.cid-uof9sFeujl .image-wrapper img,
.cid-uof9sFeujl .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uof9sFeujl .image-wrapper img,
  .cid-uof9sFeujl .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .image-wrapper img,
  .cid-uof9sFeujl .image-wrap img {
    margin-right: 16px;
  }
  .cid-uof9sFeujl .image-wrapper img:nth-child(2n),
  .cid-uof9sFeujl .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uof9sFeujl .image-wrapper img,
  .cid-uof9sFeujl .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uof9sFeujl .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uof9sFeujl .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uof9sFeujl .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uof9sFeujl .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uof9sFeujl .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uof9sFeujl .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uof9sFeujl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uof9sFeujl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uof9sFeujl .mbr-text {
  color: #ffffff;
}
.cid-uof9sFx7RZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uof9sFx7RZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uof9sFx7RZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uof9sFx7RZ .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uof9sFx7RZ .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uof9sFx7RZ .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uof9sFx7RZ .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uof9sFx7RZ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uof9sFx7RZ .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uof9sFx7RZ .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uof9sFx7RZ .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uof9sFx7RZ .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uof9sFx7RZ .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uof9sFx7RZ .mbr-text a {
  text-decoration: underline !important;
}
.cid-uof9sFx7RZ .mbr-text a:hover {
  color: inherit !important;
}
.cid-uof9sFKCO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uof9sFKCO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uof9sFKCO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uof9sFKCO0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uof9sFKCO0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uof9sFKCO0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uof9sFKCO0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uof9sFKCO0 .container {
    padding: 0 12px;
  }
}
.cid-uof9sFKCO0 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uof9sFKCO0 .card-wrapper {
    padding: 32px;
  }
}
.cid-uof9sFKCO0 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uof9sFKCO0 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uof9sFKCO0 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uof9sFKCO0 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uof9sFKCO0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uof9sFKCO0 .mbr-section-title {
  color: #ffffff;
}
.cid-uof9sFKCO0 .mbr-section-title,
.cid-uof9sFKCO0 .mbr-section-btn,
.cid-uof9sFKCO0 .card-wrapper {
  text-align: center;
}
.cid-uof9sFZ1IN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uof9sFZ1IN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uof9sFZ1IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uof9sFZ1IN .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-uof9sFZ1IN .container {
    padding: 0 22px;
  }
}
.cid-uof9sFZ1IN .row {
  position: relative;
  z-index: 1;
}
.cid-uof9sFZ1IN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uof9sFZ1IN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uof9sFZ1IN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uof9sFZ1IN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uof9sFZ1IN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uof9sFZ1IN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uof9sFZ1IN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uof9sFZ1IN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uof9sFZ1IN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uof9sFZ1IN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uof9sFZ1IN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uof9sFZ1IN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uof9sFZ1IN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uof9sFZ1IN .nav-wrapper .list .item-wrap:hover,
.cid-uof9sFZ1IN .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uof9sFZ1IN .nav-wrapper .list .item-wrap:hover::before,
.cid-uof9sFZ1IN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uof9sFZ1IN .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-uof9sFZ1IN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uof9sFZ1IN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uof9sFZ1IN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uof9sFZ1IN .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-uof9sFZ1IN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uof9sFZ1IN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uof9sFZ1IN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uof9sFZ1IN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uof9sFZ1IN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uof9sFZ1IN .mbr-section-title {
  color: #00d0f3;
}
.cid-uof9sFZ1IN .mbr-text {
  color: #ffffff;
}
.cid-uof9sFZ1IN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uof9sFZ1IN .list {
  color: #ffffff;
}
.cid-uof9sFZ1IN .mbr-contact {
  color: #ffffff;
}
.cid-uof9sFZ1IN .mbr-desc {
  color: #ffffff;
}
.cid-uofdIIQobp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uofdIIQobp .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-uofdIIQobp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uofdIIQobp .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-uofdIIQobp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uofdIIQobp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uofdIIQobp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uofdIIQobp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uofdIIQobp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uofdIIQobp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uofdIIQobp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uofdIIQobp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uofdIIQobp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uofdIIQobp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uofdIIQobp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uofdIIQobp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uofdIIQobp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uofdIIQobp .nav-link:hover {
  color: #ffffff !important;
}
.cid-uofdIIQobp .nav-link:hover::before {
  width: 100%;
}
.cid-uofdIIQobp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uofdIIQobp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uofdIIQobp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uofdIIQobp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uofdIIQobp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uofdIIQobp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uofdIIQobp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uofdIIQobp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uofdIIQobp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uofdIIQobp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uofdIIQobp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uofdIIQobp .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uofdIIQobp .nav-item:focus,
.cid-uofdIIQobp .nav-link:focus {
  outline: none;
}
.cid-uofdIIQobp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uofdIIQobp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uofdIIQobp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uofdIIQobp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofdIIQobp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uofdIIQobp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uofdIIQobp .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-uofdIIQobp .navbar.opened {
  transition: all 0.3s;
}
.cid-uofdIIQobp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uofdIIQobp .navbar .navbar-logo img {
  width: auto;
}
.cid-uofdIIQobp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uofdIIQobp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uofdIIQobp .navbar.collapsed {
  justify-content: center;
}
.cid-uofdIIQobp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uofdIIQobp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uofdIIQobp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uofdIIQobp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uofdIIQobp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uofdIIQobp .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-uofdIIQobp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uofdIIQobp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uofdIIQobp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uofdIIQobp .navbar {
    min-height: 72px;
  }
  .cid-uofdIIQobp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uofdIIQobp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uofdIIQobp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uofdIIQobp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uofdIIQobp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uofdIIQobp .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-uofdIIQobp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uofdIIQobp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uofdIIQobp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uofdIIQobp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uofdIIQobp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uofdIIQobp .dropdown-item.active,
.cid-uofdIIQobp .dropdown-item:active {
  background-color: transparent;
}
.cid-uofdIIQobp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uofdIIQobp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uofdIIQobp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uofdIIQobp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uofdIIQobp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uofdIIQobp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uofdIIQobp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uofdIIQobp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uofdIIQobp .navbar-buttons {
    text-align: left;
  }
}
.cid-uofdIIQobp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uofdIIQobp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uofdIIQobp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uofdIIQobp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofdIIQobp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofdIIQobp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uofdIIQobp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofdIIQobp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uofdIIQobp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uofdIIQobp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofdIIQobp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uofdIIQobp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uofdIIQobp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uofdIIQobp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uofdIIQobp .navbar {
    height: 70px;
  }
  .cid-uofdIIQobp .navbar.opened {
    height: auto;
  }
  .cid-uofdIIQobp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofdIIQobp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uofdIIQobp .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-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uofdIIQobp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uofdIIQobp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uofdIIQobp .navbar-brand {
    margin-right: auto;
  }
  .cid-uofdIIQobp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uofdIIQobp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uofdIIQobp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uofdIIQobp .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-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uofdIIQobp .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-uofdIIQobp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uofdIIQobp .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-uofdIIQobp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uofdIIQobp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uofdIIQobp .navbar-brand,
.cid-uofdIIQobp .navbar-toggler,
.cid-uofdIIQobp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uofdIJJjKn {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uofdIJJjKn .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uofdIJJjKn .main-image {
    display: none;
  }
}
.cid-uofdIJJjKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofdIJJjKn .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-uofdIJJjKn .container {
    padding: 0 16px;
  }
}
.cid-uofdIJJjKn .row {
  position: relative;
  z-index: 1;
}
.cid-uofdIJJjKn .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uofdIJJjKn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uofdIJJjKn .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uofdIJJjKn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uofdIJJjKn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uofdIJJjKn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uofdIJJjKn .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uofdIJJjKn .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uofdIJJjKn .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uofdIJJjKn .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uofdIJJjKn .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uofdIJJjKn .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uofdIJJjKn .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uofdIJJjKn .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uofdIJJjKn .mbr-section-title {
  color: #000000;
}
.cid-uofdIJJjKn .mbr-text {
  color: #000000;
}
.cid-uofdIJJjKn .card-title {
  color: #000000;
}
.cid-uofdIJJjKn .card-text {
  color: #ffffff;
}
.cid-uofdIJJjKn .card-name {
  color: #ffffff;
}
.cid-uofdIJJjKn .card-role {
  color: #ffffff;
}
.cid-uofdIK0R2j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uofdIK0R2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofdIK0R2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofdIK0R2j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uofdIK0R2j .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uofdIK0R2j .container {
    padding: 0 12px;
  }
}
.cid-uofdIK0R2j .image-wrapper img,
.cid-uofdIK0R2j .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uofdIK0R2j .image-wrapper img,
  .cid-uofdIK0R2j .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .image-wrapper img,
  .cid-uofdIK0R2j .image-wrap img {
    margin-right: 16px;
  }
  .cid-uofdIK0R2j .image-wrapper img:nth-child(2n),
  .cid-uofdIK0R2j .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uofdIK0R2j .image-wrapper img,
  .cid-uofdIK0R2j .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uofdIK0R2j .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uofdIK0R2j .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uofdIK0R2j .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uofdIK0R2j .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uofdIK0R2j .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uofdIK0R2j .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uofdIK0R2j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofdIK0R2j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uofdIK0R2j .mbr-text {
  color: #ffffff;
}
.cid-uofdIKdeSl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uofdIKdeSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofdIKdeSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofdIKdeSl .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uofdIKdeSl .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uofdIKdeSl .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uofdIKdeSl .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uofdIKdeSl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uofdIKdeSl .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uofdIKdeSl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uofdIKdeSl .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uofdIKdeSl .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uofdIKdeSl .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uofdIKdeSl .mbr-text a {
  text-decoration: underline !important;
}
.cid-uofdIKdeSl .mbr-text a:hover {
  color: inherit !important;
}
.cid-uofdIKpZer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uofdIKpZer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofdIKpZer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofdIKpZer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uofdIKpZer .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uofdIKpZer .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uofdIKpZer .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uofdIKpZer .container {
    padding: 0 12px;
  }
}
.cid-uofdIKpZer .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uofdIKpZer .card-wrapper {
    padding: 32px;
  }
}
.cid-uofdIKpZer .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uofdIKpZer .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uofdIKpZer .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uofdIKpZer .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uofdIKpZer .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uofdIKpZer .mbr-section-title {
  color: #ffffff;
}
.cid-uofdIKpZer .mbr-section-title,
.cid-uofdIKpZer .mbr-section-btn,
.cid-uofdIKpZer .card-wrapper {
  text-align: center;
}
.cid-uofdIKBX64 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uofdIKBX64::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uofdIKBX64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofdIKBX64 .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-uofdIKBX64 .container {
    padding: 0 22px;
  }
}
.cid-uofdIKBX64 .row {
  position: relative;
  z-index: 1;
}
.cid-uofdIKBX64 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uofdIKBX64 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uofdIKBX64 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uofdIKBX64 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uofdIKBX64 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofdIKBX64 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uofdIKBX64 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofdIKBX64 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uofdIKBX64 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uofdIKBX64 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uofdIKBX64 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uofdIKBX64 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uofdIKBX64 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uofdIKBX64 .nav-wrapper .list .item-wrap:hover,
.cid-uofdIKBX64 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uofdIKBX64 .nav-wrapper .list .item-wrap:hover::before,
.cid-uofdIKBX64 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uofdIKBX64 .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-uofdIKBX64 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofdIKBX64 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uofdIKBX64 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uofdIKBX64 .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-uofdIKBX64 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofdIKBX64 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uofdIKBX64 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uofdIKBX64 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uofdIKBX64 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uofdIKBX64 .mbr-section-title {
  color: #00d0f3;
}
.cid-uofdIKBX64 .mbr-text {
  color: #ffffff;
}
.cid-uofdIKBX64 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uofdIKBX64 .list {
  color: #ffffff;
}
.cid-uofdIKBX64 .mbr-contact {
  color: #ffffff;
}
.cid-uofdIKBX64 .mbr-desc {
  color: #ffffff;
}
.cid-uogLTvyG0Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uogLTvyG0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogLTvyG0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogLTvyG0Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uogLTvyG0Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uogLTvyG0Q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uogLTvyG0Q .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uogLTvyG0Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uogLTvyG0Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uogLTvyG0Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uogLTvyG0Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uogLTvyG0Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uogLTvyG0Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uogLTvyG0Q .nav-link:hover {
  color: #ffffff !important;
}
.cid-uogLTvyG0Q .nav-link:hover::before {
  width: 100%;
}
.cid-uogLTvyG0Q .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uogLTvyG0Q .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uogLTvyG0Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uogLTvyG0Q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uogLTvyG0Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uogLTvyG0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uogLTvyG0Q .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uogLTvyG0Q .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uogLTvyG0Q .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uogLTvyG0Q .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uogLTvyG0Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogLTvyG0Q .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uogLTvyG0Q .nav-item:focus,
.cid-uogLTvyG0Q .nav-link:focus {
  outline: none;
}
.cid-uogLTvyG0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogLTvyG0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogLTvyG0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogLTvyG0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogLTvyG0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogLTvyG0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uogLTvyG0Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogLTvyG0Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uogLTvyG0Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uogLTvyG0Q .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uogLTvyG0Q .navbar.collapsed {
  justify-content: center;
}
.cid-uogLTvyG0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogLTvyG0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogLTvyG0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uogLTvyG0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogLTvyG0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogLTvyG0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogLTvyG0Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uogLTvyG0Q .navbar {
    min-height: 72px;
  }
  .cid-uogLTvyG0Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uogLTvyG0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogLTvyG0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogLTvyG0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogLTvyG0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogLTvyG0Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uogLTvyG0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogLTvyG0Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uogLTvyG0Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uogLTvyG0Q .dropdown-item.active,
.cid-uogLTvyG0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uogLTvyG0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogLTvyG0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogLTvyG0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogLTvyG0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uogLTvyG0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uogLTvyG0Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uogLTvyG0Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogLTvyG0Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uogLTvyG0Q .navbar-buttons {
    text-align: left;
  }
}
.cid-uogLTvyG0Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogLTvyG0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogLTvyG0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogLTvyG0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogLTvyG0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogLTvyG0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogLTvyG0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogLTvyG0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogLTvyG0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogLTvyG0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogLTvyG0Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uogLTvyG0Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogLTvyG0Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogLTvyG0Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uogLTvyG0Q .navbar {
    height: 70px;
  }
  .cid-uogLTvyG0Q .navbar.opened {
    height: auto;
  }
  .cid-uogLTvyG0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogLTvyG0Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uogLTvyG0Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uogLTvyG0Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uogLTvyG0Q .navbar-brand {
    margin-right: auto;
  }
  .cid-uogLTvyG0Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uogLTvyG0Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uogLTvyG0Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uogLTvyG0Q .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-uogLTvyG0Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uogLTvyG0Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uogLTvyG0Q .navbar-brand,
.cid-uogLTvyG0Q .navbar-toggler,
.cid-uogLTvyG0Q .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uogLTwg0sv {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uogLTwg0sv .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uogLTwg0sv .main-image {
    display: none;
  }
}
.cid-uogLTwg0sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogLTwg0sv .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-uogLTwg0sv .container {
    padding: 0 16px;
  }
}
.cid-uogLTwg0sv .row {
  position: relative;
  z-index: 1;
}
.cid-uogLTwg0sv .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uogLTwg0sv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uogLTwg0sv .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uogLTwg0sv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uogLTwg0sv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uogLTwg0sv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uogLTwg0sv .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uogLTwg0sv .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uogLTwg0sv .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uogLTwg0sv .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uogLTwg0sv .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uogLTwg0sv .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uogLTwg0sv .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uogLTwg0sv .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uogLTwg0sv .mbr-section-title {
  color: #000000;
}
.cid-uogLTwg0sv .mbr-text {
  color: #000000;
}
.cid-uogLTwg0sv .card-title {
  color: #000000;
}
.cid-uogLTwg0sv .card-text {
  color: #ffffff;
}
.cid-uogLTwg0sv .card-name {
  color: #ffffff;
}
.cid-uogLTwg0sv .card-role {
  color: #ffffff;
}
.cid-uogLTwulJT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uogLTwulJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogLTwulJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogLTwulJT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogLTwulJT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogLTwulJT .container {
    padding: 0 12px;
  }
}
.cid-uogLTwulJT .image-wrapper img,
.cid-uogLTwulJT .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uogLTwulJT .image-wrapper img,
  .cid-uogLTwulJT .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .image-wrapper img,
  .cid-uogLTwulJT .image-wrap img {
    margin-right: 16px;
  }
  .cid-uogLTwulJT .image-wrapper img:nth-child(2n),
  .cid-uogLTwulJT .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uogLTwulJT .image-wrapper img,
  .cid-uogLTwulJT .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uogLTwulJT .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uogLTwulJT .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uogLTwulJT .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uogLTwulJT .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uogLTwulJT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uogLTwulJT .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uogLTwulJT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uogLTwulJT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uogLTwulJT .mbr-text {
  color: #ffffff;
}
.cid-uogLTwMENp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uogLTwMENp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogLTwMENp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogLTwMENp .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uogLTwMENp .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uogLTwMENp .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uogLTwMENp .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uogLTwMENp .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uogLTwMENp .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uogLTwMENp .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uogLTwMENp .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uogLTwMENp .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uogLTwMENp .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uogLTwMENp .mbr-text a {
  text-decoration: underline !important;
}
.cid-uogLTwMENp .mbr-text a:hover {
  color: inherit !important;
}
.cid-uogLTwYKe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uogLTwYKe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogLTwYKe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogLTwYKe1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uogLTwYKe1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogLTwYKe1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uogLTwYKe1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogLTwYKe1 .container {
    padding: 0 12px;
  }
}
.cid-uogLTwYKe1 .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uogLTwYKe1 .card-wrapper {
    padding: 32px;
  }
}
.cid-uogLTwYKe1 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uogLTwYKe1 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uogLTwYKe1 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uogLTwYKe1 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uogLTwYKe1 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uogLTwYKe1 .mbr-section-title {
  color: #ffffff;
}
.cid-uogLTwYKe1 .mbr-section-title,
.cid-uogLTwYKe1 .mbr-section-btn,
.cid-uogLTwYKe1 .card-wrapper {
  text-align: center;
}
.cid-uogLTx99cq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uogLTx99cq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uogLTx99cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogLTx99cq .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-uogLTx99cq .container {
    padding: 0 22px;
  }
}
.cid-uogLTx99cq .row {
  position: relative;
  z-index: 1;
}
.cid-uogLTx99cq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uogLTx99cq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uogLTx99cq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uogLTx99cq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uogLTx99cq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogLTx99cq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uogLTx99cq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uogLTx99cq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogLTx99cq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uogLTx99cq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogLTx99cq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uogLTx99cq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uogLTx99cq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uogLTx99cq .nav-wrapper .list .item-wrap:hover,
.cid-uogLTx99cq .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uogLTx99cq .nav-wrapper .list .item-wrap:hover::before,
.cid-uogLTx99cq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uogLTx99cq .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-uogLTx99cq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogLTx99cq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uogLTx99cq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uogLTx99cq .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-uogLTx99cq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogLTx99cq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uogLTx99cq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uogLTx99cq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uogLTx99cq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uogLTx99cq .mbr-section-title {
  color: #00d0f3;
}
.cid-uogLTx99cq .mbr-text {
  color: #ffffff;
}
.cid-uogLTx99cq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uogLTx99cq .list {
  color: #ffffff;
}
.cid-uogLTx99cq .mbr-contact {
  color: #ffffff;
}
.cid-uogLTx99cq .mbr-desc {
  color: #ffffff;
}
.cid-uogS1MYTen {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uogS1MYTen .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-uogS1MYTen .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uogS1MYTen .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-uogS1MYTen .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uogS1MYTen .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogS1MYTen .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogS1MYTen .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uogS1MYTen .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uogS1MYTen .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uogS1MYTen .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uogS1MYTen .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uogS1MYTen .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uogS1MYTen .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uogS1MYTen .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uogS1MYTen .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uogS1MYTen .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uogS1MYTen .nav-link:hover {
  color: #ffffff !important;
}
.cid-uogS1MYTen .nav-link:hover::before {
  width: 100%;
}
.cid-uogS1MYTen .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uogS1MYTen .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uogS1MYTen .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uogS1MYTen .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uogS1MYTen .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uogS1MYTen .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uogS1MYTen .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uogS1MYTen .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uogS1MYTen .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uogS1MYTen .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uogS1MYTen .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogS1MYTen .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uogS1MYTen .nav-item:focus,
.cid-uogS1MYTen .nav-link:focus {
  outline: none;
}
.cid-uogS1MYTen .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogS1MYTen .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogS1MYTen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogS1MYTen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogS1MYTen .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogS1MYTen .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogS1MYTen .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-uogS1MYTen .navbar.opened {
  transition: all 0.3s;
}
.cid-uogS1MYTen .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogS1MYTen .navbar .navbar-logo img {
  width: auto;
}
.cid-uogS1MYTen .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uogS1MYTen .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uogS1MYTen .navbar.collapsed {
  justify-content: center;
}
.cid-uogS1MYTen .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogS1MYTen .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogS1MYTen .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uogS1MYTen .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogS1MYTen .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogS1MYTen .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-uogS1MYTen .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogS1MYTen .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogS1MYTen .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uogS1MYTen .navbar {
    min-height: 72px;
  }
  .cid-uogS1MYTen .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uogS1MYTen .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogS1MYTen .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogS1MYTen .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogS1MYTen .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogS1MYTen .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-uogS1MYTen .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogS1MYTen .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uogS1MYTen .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogS1MYTen .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uogS1MYTen .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uogS1MYTen .dropdown-item.active,
.cid-uogS1MYTen .dropdown-item:active {
  background-color: transparent;
}
.cid-uogS1MYTen .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogS1MYTen .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogS1MYTen .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogS1MYTen .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uogS1MYTen .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uogS1MYTen .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uogS1MYTen ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogS1MYTen .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uogS1MYTen .navbar-buttons {
    text-align: left;
  }
}
.cid-uogS1MYTen button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogS1MYTen button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogS1MYTen button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogS1MYTen button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogS1MYTen button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogS1MYTen button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogS1MYTen nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogS1MYTen nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogS1MYTen nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogS1MYTen nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogS1MYTen .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uogS1MYTen a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogS1MYTen .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogS1MYTen .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uogS1MYTen .navbar {
    height: 70px;
  }
  .cid-uogS1MYTen .navbar.opened {
    height: auto;
  }
  .cid-uogS1MYTen .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogS1MYTen .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uogS1MYTen .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-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uogS1MYTen .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uogS1MYTen .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uogS1MYTen .navbar-brand {
    margin-right: auto;
  }
  .cid-uogS1MYTen .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uogS1MYTen .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uogS1MYTen .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uogS1MYTen .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-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uogS1MYTen .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-uogS1MYTen .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uogS1MYTen .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-uogS1MYTen .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uogS1MYTen .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uogS1MYTen .navbar-brand,
.cid-uogS1MYTen .navbar-toggler,
.cid-uogS1MYTen .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uogS1OwsYR {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uogS1OwsYR .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uogS1OwsYR .main-image {
    display: none;
  }
}
.cid-uogS1OwsYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogS1OwsYR .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-uogS1OwsYR .container {
    padding: 0 16px;
  }
}
.cid-uogS1OwsYR .row {
  position: relative;
  z-index: 1;
}
.cid-uogS1OwsYR .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uogS1OwsYR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uogS1OwsYR .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uogS1OwsYR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uogS1OwsYR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uogS1OwsYR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uogS1OwsYR .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uogS1OwsYR .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uogS1OwsYR .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uogS1OwsYR .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uogS1OwsYR .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uogS1OwsYR .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uogS1OwsYR .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uogS1OwsYR .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uogS1OwsYR .mbr-section-title {
  color: #000000;
}
.cid-uogS1OwsYR .mbr-text {
  color: #000000;
}
.cid-uogS1OwsYR .card-title {
  color: #000000;
}
.cid-uogS1OwsYR .card-text {
  color: #ffffff;
}
.cid-uogS1OwsYR .card-name {
  color: #ffffff;
}
.cid-uogS1OwsYR .card-role {
  color: #ffffff;
}
.cid-uogS1P0MoR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uogS1P0MoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogS1P0MoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogS1P0MoR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogS1P0MoR .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogS1P0MoR .container {
    padding: 0 12px;
  }
}
.cid-uogS1P0MoR .image-wrapper img,
.cid-uogS1P0MoR .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uogS1P0MoR .image-wrapper img,
  .cid-uogS1P0MoR .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .image-wrapper img,
  .cid-uogS1P0MoR .image-wrap img {
    margin-right: 16px;
  }
  .cid-uogS1P0MoR .image-wrapper img:nth-child(2n),
  .cid-uogS1P0MoR .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uogS1P0MoR .image-wrapper img,
  .cid-uogS1P0MoR .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uogS1P0MoR .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uogS1P0MoR .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uogS1P0MoR .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uogS1P0MoR .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uogS1P0MoR .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uogS1P0MoR .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uogS1P0MoR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uogS1P0MoR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uogS1P0MoR .mbr-text {
  color: #ffffff;
}
.cid-uogS1PxcdD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uogS1PxcdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogS1PxcdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogS1PxcdD .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uogS1PxcdD .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uogS1PxcdD .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uogS1PxcdD .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uogS1PxcdD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uogS1PxcdD .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uogS1PxcdD .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uogS1PxcdD .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uogS1PxcdD .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uogS1PxcdD .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uogS1PxcdD .mbr-text a {
  text-decoration: underline !important;
}
.cid-uogS1PxcdD .mbr-text a:hover {
  color: inherit !important;
}
.cid-uogS1PJH5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uogS1PJH5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogS1PJH5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogS1PJH5w .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uogS1PJH5w .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogS1PJH5w .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uogS1PJH5w .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uogS1PJH5w .container {
    padding: 0 12px;
  }
}
.cid-uogS1PJH5w .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uogS1PJH5w .card-wrapper {
    padding: 32px;
  }
}
.cid-uogS1PJH5w .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uogS1PJH5w .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uogS1PJH5w .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uogS1PJH5w .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uogS1PJH5w .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uogS1PJH5w .mbr-section-title {
  color: #ffffff;
}
.cid-uogS1PJH5w .mbr-section-title,
.cid-uogS1PJH5w .mbr-section-btn,
.cid-uogS1PJH5w .card-wrapper {
  text-align: center;
}
.cid-uogS1Q02SQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uogS1Q02SQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uogS1Q02SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogS1Q02SQ .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-uogS1Q02SQ .container {
    padding: 0 22px;
  }
}
.cid-uogS1Q02SQ .row {
  position: relative;
  z-index: 1;
}
.cid-uogS1Q02SQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uogS1Q02SQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uogS1Q02SQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uogS1Q02SQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uogS1Q02SQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogS1Q02SQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uogS1Q02SQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uogS1Q02SQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogS1Q02SQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uogS1Q02SQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uogS1Q02SQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uogS1Q02SQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uogS1Q02SQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uogS1Q02SQ .nav-wrapper .list .item-wrap:hover,
.cid-uogS1Q02SQ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uogS1Q02SQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uogS1Q02SQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uogS1Q02SQ .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-uogS1Q02SQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogS1Q02SQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uogS1Q02SQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uogS1Q02SQ .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-uogS1Q02SQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uogS1Q02SQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uogS1Q02SQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uogS1Q02SQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uogS1Q02SQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uogS1Q02SQ .mbr-section-title {
  color: #00d0f3;
}
.cid-uogS1Q02SQ .mbr-text {
  color: #ffffff;
}
.cid-uogS1Q02SQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uogS1Q02SQ .list {
  color: #ffffff;
}
.cid-uogS1Q02SQ .mbr-contact {
  color: #ffffff;
}
.cid-uogS1Q02SQ .mbr-desc {
  color: #ffffff;
}
.cid-uowB3R2mxP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowB3R2mxP .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-uowB3R2mxP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowB3R2mxP .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-uowB3R2mxP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uowB3R2mxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowB3R2mxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowB3R2mxP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uowB3R2mxP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowB3R2mxP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uowB3R2mxP .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uowB3R2mxP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowB3R2mxP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowB3R2mxP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uowB3R2mxP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowB3R2mxP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uowB3R2mxP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowB3R2mxP .nav-link:hover {
  color: #ffffff !important;
}
.cid-uowB3R2mxP .nav-link:hover::before {
  width: 100%;
}
.cid-uowB3R2mxP .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uowB3R2mxP .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowB3R2mxP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowB3R2mxP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uowB3R2mxP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowB3R2mxP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowB3R2mxP .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uowB3R2mxP .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uowB3R2mxP .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uowB3R2mxP .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uowB3R2mxP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowB3R2mxP .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uowB3R2mxP .nav-item:focus,
.cid-uowB3R2mxP .nav-link:focus {
  outline: none;
}
.cid-uowB3R2mxP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowB3R2mxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowB3R2mxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowB3R2mxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowB3R2mxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowB3R2mxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowB3R2mxP .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-uowB3R2mxP .navbar.opened {
  transition: all 0.3s;
}
.cid-uowB3R2mxP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowB3R2mxP .navbar .navbar-logo img {
  width: auto;
}
.cid-uowB3R2mxP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uowB3R2mxP .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uowB3R2mxP .navbar.collapsed {
  justify-content: center;
}
.cid-uowB3R2mxP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowB3R2mxP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowB3R2mxP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uowB3R2mxP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowB3R2mxP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowB3R2mxP .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-uowB3R2mxP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowB3R2mxP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowB3R2mxP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowB3R2mxP .navbar {
    min-height: 72px;
  }
  .cid-uowB3R2mxP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowB3R2mxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowB3R2mxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowB3R2mxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowB3R2mxP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowB3R2mxP .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-uowB3R2mxP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowB3R2mxP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowB3R2mxP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowB3R2mxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowB3R2mxP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowB3R2mxP .dropdown-item.active,
.cid-uowB3R2mxP .dropdown-item:active {
  background-color: transparent;
}
.cid-uowB3R2mxP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowB3R2mxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowB3R2mxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowB3R2mxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uowB3R2mxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowB3R2mxP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowB3R2mxP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowB3R2mxP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowB3R2mxP .navbar-buttons {
    text-align: left;
  }
}
.cid-uowB3R2mxP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowB3R2mxP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uowB3R2mxP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowB3R2mxP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowB3R2mxP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowB3R2mxP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowB3R2mxP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowB3R2mxP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowB3R2mxP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowB3R2mxP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowB3R2mxP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowB3R2mxP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowB3R2mxP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowB3R2mxP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowB3R2mxP .navbar {
    height: 70px;
  }
  .cid-uowB3R2mxP .navbar.opened {
    height: auto;
  }
  .cid-uowB3R2mxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowB3R2mxP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowB3R2mxP .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-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowB3R2mxP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowB3R2mxP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowB3R2mxP .navbar-brand {
    margin-right: auto;
  }
  .cid-uowB3R2mxP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uowB3R2mxP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowB3R2mxP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowB3R2mxP .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-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowB3R2mxP .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-uowB3R2mxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowB3R2mxP .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-uowB3R2mxP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowB3R2mxP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uowB3R2mxP .navbar-brand,
.cid-uowB3R2mxP .navbar-toggler,
.cid-uowB3R2mxP .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uowB3RGglY {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uowB3RGglY .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uowB3RGglY .main-image {
    display: none;
  }
}
.cid-uowB3RGglY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowB3RGglY .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-uowB3RGglY .container {
    padding: 0 16px;
  }
}
.cid-uowB3RGglY .row {
  position: relative;
  z-index: 1;
}
.cid-uowB3RGglY .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uowB3RGglY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uowB3RGglY .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uowB3RGglY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uowB3RGglY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uowB3RGglY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uowB3RGglY .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uowB3RGglY .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uowB3RGglY .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uowB3RGglY .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uowB3RGglY .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uowB3RGglY .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uowB3RGglY .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uowB3RGglY .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uowB3RGglY .mbr-section-title {
  color: #000000;
}
.cid-uowB3RGglY .mbr-text {
  color: #000000;
}
.cid-uowB3RGglY .card-title {
  color: #000000;
}
.cid-uowB3RGglY .card-text {
  color: #ffffff;
}
.cid-uowB3RGglY .card-name {
  color: #ffffff;
}
.cid-uowB3RGglY .card-role {
  color: #ffffff;
}
.cid-uowB3RU9pp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uowB3RU9pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowB3RU9pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowB3RU9pp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowB3RU9pp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowB3RU9pp .container {
    padding: 0 12px;
  }
}
.cid-uowB3RU9pp .image-wrapper img,
.cid-uowB3RU9pp .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uowB3RU9pp .image-wrapper img,
  .cid-uowB3RU9pp .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .image-wrapper img,
  .cid-uowB3RU9pp .image-wrap img {
    margin-right: 16px;
  }
  .cid-uowB3RU9pp .image-wrapper img:nth-child(2n),
  .cid-uowB3RU9pp .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uowB3RU9pp .image-wrapper img,
  .cid-uowB3RU9pp .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uowB3RU9pp .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uowB3RU9pp .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uowB3RU9pp .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uowB3RU9pp .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uowB3RU9pp .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uowB3RU9pp .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uowB3RU9pp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uowB3RU9pp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uowB3RU9pp .mbr-text {
  color: #ffffff;
}
.cid-uowB3ScmjH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uowB3ScmjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowB3ScmjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowB3ScmjH .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uowB3ScmjH .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uowB3ScmjH .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uowB3ScmjH .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uowB3ScmjH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uowB3ScmjH .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uowB3ScmjH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uowB3ScmjH .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uowB3ScmjH .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uowB3ScmjH .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uowB3ScmjH .mbr-text a {
  text-decoration: underline !important;
}
.cid-uowB3ScmjH .mbr-text a:hover {
  color: inherit !important;
}
.cid-uowB3SoOTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uowB3SoOTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowB3SoOTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowB3SoOTc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uowB3SoOTc .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowB3SoOTc .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uowB3SoOTc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowB3SoOTc .container {
    padding: 0 12px;
  }
}
.cid-uowB3SoOTc .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uowB3SoOTc .card-wrapper {
    padding: 32px;
  }
}
.cid-uowB3SoOTc .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uowB3SoOTc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uowB3SoOTc .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uowB3SoOTc .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uowB3SoOTc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uowB3SoOTc .mbr-section-title {
  color: #ffffff;
}
.cid-uowB3SoOTc .mbr-section-title,
.cid-uowB3SoOTc .mbr-section-btn,
.cid-uowB3SoOTc .card-wrapper {
  text-align: center;
}
.cid-uowB3SzzAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uowB3SzzAH::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uowB3SzzAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowB3SzzAH .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-uowB3SzzAH .container {
    padding: 0 22px;
  }
}
.cid-uowB3SzzAH .row {
  position: relative;
  z-index: 1;
}
.cid-uowB3SzzAH .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uowB3SzzAH .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uowB3SzzAH .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uowB3SzzAH .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uowB3SzzAH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowB3SzzAH .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uowB3SzzAH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uowB3SzzAH .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowB3SzzAH .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uowB3SzzAH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowB3SzzAH .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uowB3SzzAH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uowB3SzzAH .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uowB3SzzAH .nav-wrapper .list .item-wrap:hover,
.cid-uowB3SzzAH .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uowB3SzzAH .nav-wrapper .list .item-wrap:hover::before,
.cid-uowB3SzzAH .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uowB3SzzAH .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-uowB3SzzAH .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowB3SzzAH .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uowB3SzzAH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uowB3SzzAH .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-uowB3SzzAH .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowB3SzzAH .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uowB3SzzAH .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uowB3SzzAH .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uowB3SzzAH .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uowB3SzzAH .mbr-section-title {
  color: #00d0f3;
}
.cid-uowB3SzzAH .mbr-text {
  color: #ffffff;
}
.cid-uowB3SzzAH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uowB3SzzAH .list {
  color: #ffffff;
}
.cid-uowB3SzzAH .mbr-contact {
  color: #ffffff;
}
.cid-uowB3SzzAH .mbr-desc {
  color: #ffffff;
}
.cid-uowEJdlxWG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowEJdlxWG .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-uowEJdlxWG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowEJdlxWG .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-uowEJdlxWG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uowEJdlxWG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowEJdlxWG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowEJdlxWG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uowEJdlxWG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowEJdlxWG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uowEJdlxWG .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uowEJdlxWG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowEJdlxWG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowEJdlxWG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uowEJdlxWG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowEJdlxWG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uowEJdlxWG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowEJdlxWG .nav-link:hover {
  color: #ffffff !important;
}
.cid-uowEJdlxWG .nav-link:hover::before {
  width: 100%;
}
.cid-uowEJdlxWG .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uowEJdlxWG .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowEJdlxWG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowEJdlxWG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uowEJdlxWG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowEJdlxWG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowEJdlxWG .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uowEJdlxWG .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uowEJdlxWG .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uowEJdlxWG .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uowEJdlxWG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowEJdlxWG .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uowEJdlxWG .nav-item:focus,
.cid-uowEJdlxWG .nav-link:focus {
  outline: none;
}
.cid-uowEJdlxWG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowEJdlxWG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowEJdlxWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowEJdlxWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowEJdlxWG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowEJdlxWG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowEJdlxWG .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-uowEJdlxWG .navbar.opened {
  transition: all 0.3s;
}
.cid-uowEJdlxWG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowEJdlxWG .navbar .navbar-logo img {
  width: auto;
}
.cid-uowEJdlxWG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uowEJdlxWG .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uowEJdlxWG .navbar.collapsed {
  justify-content: center;
}
.cid-uowEJdlxWG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowEJdlxWG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowEJdlxWG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uowEJdlxWG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowEJdlxWG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowEJdlxWG .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-uowEJdlxWG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowEJdlxWG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowEJdlxWG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowEJdlxWG .navbar {
    min-height: 72px;
  }
  .cid-uowEJdlxWG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowEJdlxWG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowEJdlxWG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowEJdlxWG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowEJdlxWG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowEJdlxWG .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-uowEJdlxWG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowEJdlxWG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowEJdlxWG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowEJdlxWG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowEJdlxWG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowEJdlxWG .dropdown-item.active,
.cid-uowEJdlxWG .dropdown-item:active {
  background-color: transparent;
}
.cid-uowEJdlxWG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowEJdlxWG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowEJdlxWG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowEJdlxWG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uowEJdlxWG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowEJdlxWG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowEJdlxWG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowEJdlxWG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowEJdlxWG .navbar-buttons {
    text-align: left;
  }
}
.cid-uowEJdlxWG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowEJdlxWG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uowEJdlxWG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowEJdlxWG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowEJdlxWG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowEJdlxWG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowEJdlxWG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowEJdlxWG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowEJdlxWG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowEJdlxWG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowEJdlxWG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowEJdlxWG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowEJdlxWG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowEJdlxWG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowEJdlxWG .navbar {
    height: 70px;
  }
  .cid-uowEJdlxWG .navbar.opened {
    height: auto;
  }
  .cid-uowEJdlxWG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowEJdlxWG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowEJdlxWG .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-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowEJdlxWG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowEJdlxWG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowEJdlxWG .navbar-brand {
    margin-right: auto;
  }
  .cid-uowEJdlxWG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uowEJdlxWG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowEJdlxWG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowEJdlxWG .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-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowEJdlxWG .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-uowEJdlxWG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowEJdlxWG .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-uowEJdlxWG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowEJdlxWG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uowEJdlxWG .navbar-brand,
.cid-uowEJdlxWG .navbar-toggler,
.cid-uowEJdlxWG .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uowEJdTMhs {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uowEJdTMhs .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uowEJdTMhs .main-image {
    display: none;
  }
}
.cid-uowEJdTMhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowEJdTMhs .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-uowEJdTMhs .container {
    padding: 0 16px;
  }
}
.cid-uowEJdTMhs .row {
  position: relative;
  z-index: 1;
}
.cid-uowEJdTMhs .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uowEJdTMhs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uowEJdTMhs .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uowEJdTMhs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uowEJdTMhs .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uowEJdTMhs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uowEJdTMhs .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uowEJdTMhs .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uowEJdTMhs .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uowEJdTMhs .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uowEJdTMhs .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uowEJdTMhs .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uowEJdTMhs .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uowEJdTMhs .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uowEJdTMhs .mbr-section-title {
  color: #000000;
}
.cid-uowEJdTMhs .mbr-text {
  color: #000000;
}
.cid-uowEJdTMhs .card-title {
  color: #000000;
}
.cid-uowEJdTMhs .card-text {
  color: #ffffff;
}
.cid-uowEJdTMhs .card-name {
  color: #ffffff;
}
.cid-uowEJdTMhs .card-role {
  color: #ffffff;
}
.cid-uowEJeaOj5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uowEJeaOj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowEJeaOj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowEJeaOj5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowEJeaOj5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowEJeaOj5 .container {
    padding: 0 12px;
  }
}
.cid-uowEJeaOj5 .image-wrapper img,
.cid-uowEJeaOj5 .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uowEJeaOj5 .image-wrapper img,
  .cid-uowEJeaOj5 .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .image-wrapper img,
  .cid-uowEJeaOj5 .image-wrap img {
    margin-right: 16px;
  }
  .cid-uowEJeaOj5 .image-wrapper img:nth-child(2n),
  .cid-uowEJeaOj5 .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uowEJeaOj5 .image-wrapper img,
  .cid-uowEJeaOj5 .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uowEJeaOj5 .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uowEJeaOj5 .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uowEJeaOj5 .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uowEJeaOj5 .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uowEJeaOj5 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uowEJeaOj5 .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uowEJeaOj5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uowEJeaOj5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uowEJeaOj5 .mbr-text {
  color: #ffffff;
}
.cid-uowEJepw8K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uowEJepw8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowEJepw8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowEJepw8K .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uowEJepw8K .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uowEJepw8K .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uowEJepw8K .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uowEJepw8K .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uowEJepw8K .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uowEJepw8K .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uowEJepw8K .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uowEJepw8K .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uowEJepw8K .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uowEJepw8K .mbr-text a {
  text-decoration: underline !important;
}
.cid-uowEJepw8K .mbr-text a:hover {
  color: inherit !important;
}
.cid-uowEJeCC7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uowEJeCC7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowEJeCC7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowEJeCC7X .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uowEJeCC7X .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowEJeCC7X .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uowEJeCC7X .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uowEJeCC7X .container {
    padding: 0 12px;
  }
}
.cid-uowEJeCC7X .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uowEJeCC7X .card-wrapper {
    padding: 32px;
  }
}
.cid-uowEJeCC7X .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uowEJeCC7X .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uowEJeCC7X .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uowEJeCC7X .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uowEJeCC7X .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uowEJeCC7X .mbr-section-title {
  color: #ffffff;
}
.cid-uowEJeCC7X .mbr-section-title,
.cid-uowEJeCC7X .mbr-section-btn,
.cid-uowEJeCC7X .card-wrapper {
  text-align: center;
}
.cid-uowEJeMb2R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uowEJeMb2R::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uowEJeMb2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowEJeMb2R .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-uowEJeMb2R .container {
    padding: 0 22px;
  }
}
.cid-uowEJeMb2R .row {
  position: relative;
  z-index: 1;
}
.cid-uowEJeMb2R .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uowEJeMb2R .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uowEJeMb2R .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uowEJeMb2R .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uowEJeMb2R .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowEJeMb2R .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uowEJeMb2R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uowEJeMb2R .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowEJeMb2R .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uowEJeMb2R .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowEJeMb2R .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uowEJeMb2R .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uowEJeMb2R .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uowEJeMb2R .nav-wrapper .list .item-wrap:hover,
.cid-uowEJeMb2R .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uowEJeMb2R .nav-wrapper .list .item-wrap:hover::before,
.cid-uowEJeMb2R .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uowEJeMb2R .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-uowEJeMb2R .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowEJeMb2R .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uowEJeMb2R .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uowEJeMb2R .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-uowEJeMb2R .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uowEJeMb2R .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uowEJeMb2R .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uowEJeMb2R .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uowEJeMb2R .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uowEJeMb2R .mbr-section-title {
  color: #00d0f3;
}
.cid-uowEJeMb2R .mbr-text {
  color: #ffffff;
}
.cid-uowEJeMb2R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uowEJeMb2R .list {
  color: #ffffff;
}
.cid-uowEJeMb2R .mbr-contact {
  color: #ffffff;
}
.cid-uowEJeMb2R .mbr-desc {
  color: #ffffff;
}
.cid-upnXHM0FPo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upnXHM0FPo .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-upnXHM0FPo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upnXHM0FPo .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-upnXHM0FPo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upnXHM0FPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upnXHM0FPo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upnXHM0FPo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upnXHM0FPo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upnXHM0FPo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upnXHM0FPo .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upnXHM0FPo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upnXHM0FPo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upnXHM0FPo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upnXHM0FPo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upnXHM0FPo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upnXHM0FPo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upnXHM0FPo .nav-link:hover {
  color: #ffffff !important;
}
.cid-upnXHM0FPo .nav-link:hover::before {
  width: 100%;
}
.cid-upnXHM0FPo .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upnXHM0FPo .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upnXHM0FPo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upnXHM0FPo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upnXHM0FPo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upnXHM0FPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upnXHM0FPo .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-upnXHM0FPo .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upnXHM0FPo .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upnXHM0FPo .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upnXHM0FPo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upnXHM0FPo .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-upnXHM0FPo .nav-item:focus,
.cid-upnXHM0FPo .nav-link:focus {
  outline: none;
}
.cid-upnXHM0FPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upnXHM0FPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upnXHM0FPo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upnXHM0FPo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upnXHM0FPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upnXHM0FPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upnXHM0FPo .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-upnXHM0FPo .navbar.opened {
  transition: all 0.3s;
}
.cid-upnXHM0FPo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upnXHM0FPo .navbar .navbar-logo img {
  width: auto;
}
.cid-upnXHM0FPo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upnXHM0FPo .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upnXHM0FPo .navbar.collapsed {
  justify-content: center;
}
.cid-upnXHM0FPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upnXHM0FPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upnXHM0FPo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upnXHM0FPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upnXHM0FPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upnXHM0FPo .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-upnXHM0FPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upnXHM0FPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upnXHM0FPo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upnXHM0FPo .navbar {
    min-height: 72px;
  }
  .cid-upnXHM0FPo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upnXHM0FPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upnXHM0FPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upnXHM0FPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upnXHM0FPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upnXHM0FPo .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-upnXHM0FPo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upnXHM0FPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upnXHM0FPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upnXHM0FPo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upnXHM0FPo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upnXHM0FPo .dropdown-item.active,
.cid-upnXHM0FPo .dropdown-item:active {
  background-color: transparent;
}
.cid-upnXHM0FPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upnXHM0FPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upnXHM0FPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upnXHM0FPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upnXHM0FPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upnXHM0FPo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upnXHM0FPo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upnXHM0FPo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upnXHM0FPo .navbar-buttons {
    text-align: left;
  }
}
.cid-upnXHM0FPo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upnXHM0FPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upnXHM0FPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upnXHM0FPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upnXHM0FPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upnXHM0FPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upnXHM0FPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upnXHM0FPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upnXHM0FPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upnXHM0FPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upnXHM0FPo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upnXHM0FPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upnXHM0FPo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upnXHM0FPo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upnXHM0FPo .navbar {
    height: 70px;
  }
  .cid-upnXHM0FPo .navbar.opened {
    height: auto;
  }
  .cid-upnXHM0FPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upnXHM0FPo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upnXHM0FPo .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-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upnXHM0FPo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upnXHM0FPo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upnXHM0FPo .navbar-brand {
    margin-right: auto;
  }
  .cid-upnXHM0FPo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upnXHM0FPo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upnXHM0FPo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upnXHM0FPo .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-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upnXHM0FPo .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-upnXHM0FPo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upnXHM0FPo .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-upnXHM0FPo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upnXHM0FPo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upnXHM0FPo .navbar-brand,
.cid-upnXHM0FPo .navbar-toggler,
.cid-upnXHM0FPo .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upnXHOyMOh {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-upnXHOyMOh .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upnXHOyMOh .main-image {
    display: none;
  }
}
.cid-upnXHOyMOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upnXHOyMOh .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-upnXHOyMOh .container {
    padding: 0 16px;
  }
}
.cid-upnXHOyMOh .row {
  position: relative;
  z-index: 1;
}
.cid-upnXHOyMOh .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upnXHOyMOh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upnXHOyMOh .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-upnXHOyMOh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upnXHOyMOh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upnXHOyMOh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upnXHOyMOh .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-upnXHOyMOh .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-upnXHOyMOh .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-upnXHOyMOh .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-upnXHOyMOh .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-upnXHOyMOh .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-upnXHOyMOh .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-upnXHOyMOh .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-upnXHOyMOh .mbr-section-title {
  color: #000000;
}
.cid-upnXHOyMOh .mbr-text {
  color: #000000;
}
.cid-upnXHOyMOh .card-title {
  color: #000000;
}
.cid-upnXHOyMOh .card-text {
  color: #ffffff;
}
.cid-upnXHOyMOh .card-name {
  color: #ffffff;
}
.cid-upnXHOyMOh .card-role {
  color: #ffffff;
}
.cid-upnXHPLyHe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-upnXHPLyHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-upnXHPLyHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upnXHPLyHe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upnXHPLyHe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upnXHPLyHe .container {
    padding: 0 12px;
  }
}
.cid-upnXHPLyHe .image-wrapper img,
.cid-upnXHPLyHe .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-upnXHPLyHe .image-wrapper img,
  .cid-upnXHPLyHe .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .image-wrapper img,
  .cid-upnXHPLyHe .image-wrap img {
    margin-right: 16px;
  }
  .cid-upnXHPLyHe .image-wrapper img:nth-child(2n),
  .cid-upnXHPLyHe .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-upnXHPLyHe .image-wrapper img,
  .cid-upnXHPLyHe .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-upnXHPLyHe .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-upnXHPLyHe .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-upnXHPLyHe .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-upnXHPLyHe .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .content-wrapper {
    padding: 0 24px;
  }
}
.cid-upnXHPLyHe .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upnXHPLyHe .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-upnXHPLyHe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upnXHPLyHe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upnXHPLyHe .mbr-text {
  color: #ffffff;
}
.cid-upnXHR0HJG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-upnXHR0HJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upnXHR0HJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upnXHR0HJG .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-upnXHR0HJG .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-upnXHR0HJG .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-upnXHR0HJG .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-upnXHR0HJG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-upnXHR0HJG .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-upnXHR0HJG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-upnXHR0HJG .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-upnXHR0HJG .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-upnXHR0HJG .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-upnXHR0HJG .mbr-text a {
  text-decoration: underline !important;
}
.cid-upnXHR0HJG .mbr-text a:hover {
  color: inherit !important;
}
.cid-upnXHRrrnw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-upnXHRrrnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upnXHRrrnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upnXHRrrnw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upnXHRrrnw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upnXHRrrnw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-upnXHRrrnw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upnXHRrrnw .container {
    padding: 0 12px;
  }
}
.cid-upnXHRrrnw .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-upnXHRrrnw .card-wrapper {
    padding: 32px;
  }
}
.cid-upnXHRrrnw .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-upnXHRrrnw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-upnXHRrrnw .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-upnXHRrrnw .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-upnXHRrrnw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-upnXHRrrnw .mbr-section-title {
  color: #ffffff;
}
.cid-upnXHRrrnw .mbr-section-title,
.cid-upnXHRrrnw .mbr-section-btn,
.cid-upnXHRrrnw .card-wrapper {
  text-align: center;
}
.cid-upnXHRNSqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-upnXHRNSqO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-upnXHRNSqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upnXHRNSqO .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-upnXHRNSqO .container {
    padding: 0 22px;
  }
}
.cid-upnXHRNSqO .row {
  position: relative;
  z-index: 1;
}
.cid-upnXHRNSqO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-upnXHRNSqO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upnXHRNSqO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upnXHRNSqO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upnXHRNSqO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upnXHRNSqO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upnXHRNSqO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upnXHRNSqO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upnXHRNSqO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-upnXHRNSqO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upnXHRNSqO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-upnXHRNSqO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-upnXHRNSqO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upnXHRNSqO .nav-wrapper .list .item-wrap:hover,
.cid-upnXHRNSqO .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-upnXHRNSqO .nav-wrapper .list .item-wrap:hover::before,
.cid-upnXHRNSqO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-upnXHRNSqO .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-upnXHRNSqO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upnXHRNSqO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-upnXHRNSqO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upnXHRNSqO .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-upnXHRNSqO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upnXHRNSqO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upnXHRNSqO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-upnXHRNSqO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upnXHRNSqO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-upnXHRNSqO .mbr-section-title {
  color: #00d0f3;
}
.cid-upnXHRNSqO .mbr-text {
  color: #ffffff;
}
.cid-upnXHRNSqO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upnXHRNSqO .list {
  color: #ffffff;
}
.cid-upnXHRNSqO .mbr-contact {
  color: #ffffff;
}
.cid-upnXHRNSqO .mbr-desc {
  color: #ffffff;
}
.cid-upo7Df4NQ0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upo7Df4NQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upo7Df4NQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upo7Df4NQ0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upo7Df4NQ0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upo7Df4NQ0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upo7Df4NQ0 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upo7Df4NQ0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upo7Df4NQ0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upo7Df4NQ0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upo7Df4NQ0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upo7Df4NQ0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upo7Df4NQ0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upo7Df4NQ0 .nav-link:hover {
  color: #ffffff !important;
}
.cid-upo7Df4NQ0 .nav-link:hover::before {
  width: 100%;
}
.cid-upo7Df4NQ0 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upo7Df4NQ0 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upo7Df4NQ0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upo7Df4NQ0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upo7Df4NQ0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upo7Df4NQ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upo7Df4NQ0 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-upo7Df4NQ0 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upo7Df4NQ0 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upo7Df4NQ0 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upo7Df4NQ0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upo7Df4NQ0 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-upo7Df4NQ0 .nav-item:focus,
.cid-upo7Df4NQ0 .nav-link:focus {
  outline: none;
}
.cid-upo7Df4NQ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upo7Df4NQ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upo7Df4NQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upo7Df4NQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upo7Df4NQ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upo7Df4NQ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-upo7Df4NQ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upo7Df4NQ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-upo7Df4NQ0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upo7Df4NQ0 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upo7Df4NQ0 .navbar.collapsed {
  justify-content: center;
}
.cid-upo7Df4NQ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upo7Df4NQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upo7Df4NQ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upo7Df4NQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upo7Df4NQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upo7Df4NQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upo7Df4NQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upo7Df4NQ0 .navbar {
    min-height: 72px;
  }
  .cid-upo7Df4NQ0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upo7Df4NQ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upo7Df4NQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upo7Df4NQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upo7Df4NQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upo7Df4NQ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upo7Df4NQ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upo7Df4NQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upo7Df4NQ0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upo7Df4NQ0 .dropdown-item.active,
.cid-upo7Df4NQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-upo7Df4NQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upo7Df4NQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upo7Df4NQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upo7Df4NQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upo7Df4NQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upo7Df4NQ0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upo7Df4NQ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upo7Df4NQ0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upo7Df4NQ0 .navbar-buttons {
    text-align: left;
  }
}
.cid-upo7Df4NQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upo7Df4NQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upo7Df4NQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upo7Df4NQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upo7Df4NQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upo7Df4NQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upo7Df4NQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upo7Df4NQ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upo7Df4NQ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upo7Df4NQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upo7Df4NQ0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upo7Df4NQ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upo7Df4NQ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upo7Df4NQ0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upo7Df4NQ0 .navbar {
    height: 70px;
  }
  .cid-upo7Df4NQ0 .navbar.opened {
    height: auto;
  }
  .cid-upo7Df4NQ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upo7Df4NQ0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upo7Df4NQ0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upo7Df4NQ0 .navbar-brand {
    margin-right: auto;
  }
  .cid-upo7Df4NQ0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upo7Df4NQ0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upo7Df4NQ0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upo7Df4NQ0 .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-upo7Df4NQ0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upo7Df4NQ0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upo7Df4NQ0 .navbar-brand,
.cid-upo7Df4NQ0 .navbar-toggler,
.cid-upo7Df4NQ0 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upo7Dg6OpZ {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-upo7Dg6OpZ .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upo7Dg6OpZ .main-image {
    display: none;
  }
}
.cid-upo7Dg6OpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upo7Dg6OpZ .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-upo7Dg6OpZ .container {
    padding: 0 16px;
  }
}
.cid-upo7Dg6OpZ .row {
  position: relative;
  z-index: 1;
}
.cid-upo7Dg6OpZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upo7Dg6OpZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upo7Dg6OpZ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-upo7Dg6OpZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upo7Dg6OpZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upo7Dg6OpZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upo7Dg6OpZ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-upo7Dg6OpZ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-upo7Dg6OpZ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-upo7Dg6OpZ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-upo7Dg6OpZ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-upo7Dg6OpZ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-upo7Dg6OpZ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-upo7Dg6OpZ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-upo7Dg6OpZ .mbr-section-title {
  color: #000000;
}
.cid-upo7Dg6OpZ .mbr-text {
  color: #000000;
}
.cid-upo7Dg6OpZ .card-title {
  color: #000000;
}
.cid-upo7Dg6OpZ .card-text {
  color: #ffffff;
}
.cid-upo7Dg6OpZ .card-name {
  color: #ffffff;
}
.cid-upo7Dg6OpZ .card-role {
  color: #ffffff;
}
.cid-upo7DgEUmN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-upo7DgEUmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upo7DgEUmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upo7DgEUmN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upo7DgEUmN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upo7DgEUmN .container {
    padding: 0 12px;
  }
}
.cid-upo7DgEUmN .image-wrapper img,
.cid-upo7DgEUmN .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-upo7DgEUmN .image-wrapper img,
  .cid-upo7DgEUmN .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .image-wrapper img,
  .cid-upo7DgEUmN .image-wrap img {
    margin-right: 16px;
  }
  .cid-upo7DgEUmN .image-wrapper img:nth-child(2n),
  .cid-upo7DgEUmN .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-upo7DgEUmN .image-wrapper img,
  .cid-upo7DgEUmN .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-upo7DgEUmN .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-upo7DgEUmN .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-upo7DgEUmN .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-upo7DgEUmN .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .content-wrapper {
    padding: 0 24px;
  }
}
.cid-upo7DgEUmN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upo7DgEUmN .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-upo7DgEUmN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upo7DgEUmN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upo7DgEUmN .mbr-text {
  color: #ffffff;
}
.cid-upo7DgYu7Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-upo7DgYu7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-upo7DgYu7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upo7DgYu7Y .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-upo7DgYu7Y .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-upo7DgYu7Y .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-upo7DgYu7Y .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-upo7DgYu7Y .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-upo7DgYu7Y .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-upo7DgYu7Y .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-upo7DgYu7Y .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-upo7DgYu7Y .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-upo7DgYu7Y .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-upo7DgYu7Y .mbr-text a {
  text-decoration: underline !important;
}
.cid-upo7DgYu7Y .mbr-text a:hover {
  color: inherit !important;
}
.cid-upo7DhbIHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-upo7DhbIHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upo7DhbIHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upo7DhbIHP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upo7DhbIHP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upo7DhbIHP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-upo7DhbIHP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-upo7DhbIHP .container {
    padding: 0 12px;
  }
}
.cid-upo7DhbIHP .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-upo7DhbIHP .card-wrapper {
    padding: 32px;
  }
}
.cid-upo7DhbIHP .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-upo7DhbIHP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-upo7DhbIHP .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-upo7DhbIHP .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-upo7DhbIHP .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-upo7DhbIHP .mbr-section-title {
  color: #ffffff;
}
.cid-upo7DhbIHP .mbr-section-title,
.cid-upo7DhbIHP .mbr-section-btn,
.cid-upo7DhbIHP .card-wrapper {
  text-align: center;
}
.cid-upo7Dhr84d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-upo7Dhr84d::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-upo7Dhr84d .mbr-fallback-image.disabled {
  display: none;
}
.cid-upo7Dhr84d .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-upo7Dhr84d .container {
    padding: 0 22px;
  }
}
.cid-upo7Dhr84d .row {
  position: relative;
  z-index: 1;
}
.cid-upo7Dhr84d .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-upo7Dhr84d .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upo7Dhr84d .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upo7Dhr84d .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upo7Dhr84d .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upo7Dhr84d .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upo7Dhr84d .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upo7Dhr84d .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upo7Dhr84d .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-upo7Dhr84d .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upo7Dhr84d .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-upo7Dhr84d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-upo7Dhr84d .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upo7Dhr84d .nav-wrapper .list .item-wrap:hover,
.cid-upo7Dhr84d .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-upo7Dhr84d .nav-wrapper .list .item-wrap:hover::before,
.cid-upo7Dhr84d .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-upo7Dhr84d .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-upo7Dhr84d .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upo7Dhr84d .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-upo7Dhr84d .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upo7Dhr84d .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-upo7Dhr84d .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upo7Dhr84d .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upo7Dhr84d .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-upo7Dhr84d .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upo7Dhr84d .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-upo7Dhr84d .mbr-section-title {
  color: #00d0f3;
}
.cid-upo7Dhr84d .mbr-text {
  color: #ffffff;
}
.cid-upo7Dhr84d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upo7Dhr84d .list {
  color: #ffffff;
}
.cid-upo7Dhr84d .mbr-contact {
  color: #ffffff;
}
.cid-upo7Dhr84d .mbr-desc {
  color: #ffffff;
}
.cid-upp6S6LWU0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upp6S6LWU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upp6S6LWU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upp6S6LWU0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upp6S6LWU0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upp6S6LWU0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upp6S6LWU0 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upp6S6LWU0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upp6S6LWU0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upp6S6LWU0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upp6S6LWU0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upp6S6LWU0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upp6S6LWU0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upp6S6LWU0 .nav-link:hover {
  color: #ffffff !important;
}
.cid-upp6S6LWU0 .nav-link:hover::before {
  width: 100%;
}
.cid-upp6S6LWU0 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upp6S6LWU0 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upp6S6LWU0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upp6S6LWU0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upp6S6LWU0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upp6S6LWU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upp6S6LWU0 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-upp6S6LWU0 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upp6S6LWU0 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upp6S6LWU0 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upp6S6LWU0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upp6S6LWU0 .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-upp6S6LWU0 .nav-item:focus,
.cid-upp6S6LWU0 .nav-link:focus {
  outline: none;
}
.cid-upp6S6LWU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upp6S6LWU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upp6S6LWU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upp6S6LWU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upp6S6LWU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upp6S6LWU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-upp6S6LWU0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upp6S6LWU0 .navbar .navbar-logo img {
  width: auto;
}
.cid-upp6S6LWU0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upp6S6LWU0 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upp6S6LWU0 .navbar.collapsed {
  justify-content: center;
}
.cid-upp6S6LWU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upp6S6LWU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upp6S6LWU0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upp6S6LWU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upp6S6LWU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upp6S6LWU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upp6S6LWU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upp6S6LWU0 .navbar {
    min-height: 72px;
  }
  .cid-upp6S6LWU0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upp6S6LWU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upp6S6LWU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upp6S6LWU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upp6S6LWU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upp6S6LWU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upp6S6LWU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upp6S6LWU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upp6S6LWU0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upp6S6LWU0 .dropdown-item.active,
.cid-upp6S6LWU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-upp6S6LWU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upp6S6LWU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upp6S6LWU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upp6S6LWU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upp6S6LWU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upp6S6LWU0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upp6S6LWU0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upp6S6LWU0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upp6S6LWU0 .navbar-buttons {
    text-align: left;
  }
}
.cid-upp6S6LWU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upp6S6LWU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upp6S6LWU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upp6S6LWU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upp6S6LWU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upp6S6LWU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upp6S6LWU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upp6S6LWU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upp6S6LWU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upp6S6LWU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upp6S6LWU0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upp6S6LWU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upp6S6LWU0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upp6S6LWU0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upp6S6LWU0 .navbar {
    height: 70px;
  }
  .cid-upp6S6LWU0 .navbar.opened {
    height: auto;
  }
  .cid-upp6S6LWU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upp6S6LWU0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upp6S6LWU0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upp6S6LWU0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upp6S6LWU0 .navbar-brand {
    margin-right: auto;
  }
  .cid-upp6S6LWU0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upp6S6LWU0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upp6S6LWU0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upp6S6LWU0 .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-upp6S6LWU0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upp6S6LWU0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upp6S6LWU0 .navbar-brand,
.cid-upp6S6LWU0 .navbar-toggler,
.cid-upp6S6LWU0 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upp9r5YTCG {
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-upp9r5YTCG .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #facb1d;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-upp9r5YTCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upp9r5YTCG .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-upp9r5YTCG .container {
    padding: 0 16px;
  }
}
.cid-upp9r5YTCG .row {
  position: relative;
  z-index: 1;
}
.cid-upp9r5YTCG .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-upp9r5YTCG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upp9r5YTCG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #00d0f3;
  background-color: #facb1d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-upp9r5YTCG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-upp9r5YTCG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upp9r5YTCG .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-upp9r5YTCG .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-upp9r5YTCG .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-upp9r5YTCG .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-upp9r5YTCG .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #ffffff;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #facb1d;
}
@media (max-width: 992px) {
  .cid-upp9r5YTCG .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-upp9r5YTCG .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-upp9r5YTCG .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #101511;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-upp9r5YTCG .mbr-media {
  position: relative;
}
.cid-upp9r5YTCG .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-upp9r5YTCG a:hover {
  background-image: none !important;
}
.cid-upp9r5YTCG .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-upp9r5YTCG .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #101511;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-upp9r5YTCG .icon-wrap:hover::before,
.cid-upp9r5YTCG .icon-wrap:focus::before {
  opacity: .5;
}
.cid-upp9r5YTCG .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-upp9r5YTCG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-upp9r5YTCG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-upp9r5YTCG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-upp9r5YTCG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upp9r5YTCG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upp9r5YTCG .mbr-section-title {
  color: #000000;
}
.cid-upp9r5YTCG .mbr-section-subtitle {
  color: #000000;
}
.cid-upp9r5YTCG .mbr-text {
  color: #000000;
}
.cid-upp9r5YTCG .mbr-text,
.cid-upp9r5YTCG .mbr-section-btn {
  color: #ffffff;
}
.cid-upp6S9VRG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-upp6S9VRG5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-upp6S9VRG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upp6S9VRG5 .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-upp6S9VRG5 .container {
    padding: 0 22px;
  }
}
.cid-upp6S9VRG5 .row {
  position: relative;
  z-index: 1;
}
.cid-upp6S9VRG5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-upp6S9VRG5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upp6S9VRG5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upp6S9VRG5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upp6S9VRG5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upp6S9VRG5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upp6S9VRG5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upp6S9VRG5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upp6S9VRG5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-upp6S9VRG5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upp6S9VRG5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-upp6S9VRG5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-upp6S9VRG5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upp6S9VRG5 .nav-wrapper .list .item-wrap:hover,
.cid-upp6S9VRG5 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-upp6S9VRG5 .nav-wrapper .list .item-wrap:hover::before,
.cid-upp6S9VRG5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-upp6S9VRG5 .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-upp6S9VRG5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upp6S9VRG5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-upp6S9VRG5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upp6S9VRG5 .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-upp6S9VRG5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upp6S9VRG5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upp6S9VRG5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-upp6S9VRG5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upp6S9VRG5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-upp6S9VRG5 .mbr-section-title {
  color: #00d0f3;
}
.cid-upp6S9VRG5 .mbr-text {
  color: #ffffff;
}
.cid-upp6S9VRG5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upp6S9VRG5 .list {
  color: #ffffff;
}
.cid-upp6S9VRG5 .mbr-contact {
  color: #ffffff;
}
.cid-upp6S9VRG5 .mbr-desc {
  color: #ffffff;
}
.cid-upR26acsJn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upR26acsJn .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-upR26acsJn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upR26acsJn .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-upR26acsJn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upR26acsJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upR26acsJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upR26acsJn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upR26acsJn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upR26acsJn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upR26acsJn .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upR26acsJn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upR26acsJn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upR26acsJn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upR26acsJn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upR26acsJn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upR26acsJn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upR26acsJn .nav-link:hover {
  color: #ffffff !important;
}
.cid-upR26acsJn .nav-link:hover::before {
  width: 100%;
}
.cid-upR26acsJn .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upR26acsJn .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upR26acsJn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upR26acsJn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upR26acsJn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upR26acsJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upR26acsJn .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-upR26acsJn .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upR26acsJn .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upR26acsJn .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upR26acsJn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upR26acsJn .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-upR26acsJn .nav-item:focus,
.cid-upR26acsJn .nav-link:focus {
  outline: none;
}
.cid-upR26acsJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upR26acsJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upR26acsJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upR26acsJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upR26acsJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upR26acsJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upR26acsJn .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-upR26acsJn .navbar.opened {
  transition: all 0.3s;
}
.cid-upR26acsJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upR26acsJn .navbar .navbar-logo img {
  width: auto;
}
.cid-upR26acsJn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upR26acsJn .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upR26acsJn .navbar.collapsed {
  justify-content: center;
}
.cid-upR26acsJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upR26acsJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upR26acsJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upR26acsJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upR26acsJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upR26acsJn .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-upR26acsJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upR26acsJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upR26acsJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upR26acsJn .navbar {
    min-height: 72px;
  }
  .cid-upR26acsJn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upR26acsJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upR26acsJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upR26acsJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upR26acsJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upR26acsJn .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-upR26acsJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upR26acsJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upR26acsJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upR26acsJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upR26acsJn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upR26acsJn .dropdown-item.active,
.cid-upR26acsJn .dropdown-item:active {
  background-color: transparent;
}
.cid-upR26acsJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upR26acsJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upR26acsJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upR26acsJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upR26acsJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upR26acsJn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upR26acsJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upR26acsJn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upR26acsJn .navbar-buttons {
    text-align: left;
  }
}
.cid-upR26acsJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upR26acsJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upR26acsJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upR26acsJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR26acsJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upR26acsJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upR26acsJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR26acsJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upR26acsJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upR26acsJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upR26acsJn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upR26acsJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upR26acsJn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upR26acsJn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upR26acsJn .navbar {
    height: 70px;
  }
  .cid-upR26acsJn .navbar.opened {
    height: auto;
  }
  .cid-upR26acsJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upR26acsJn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upR26acsJn .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-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upR26acsJn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upR26acsJn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upR26acsJn .navbar-brand {
    margin-right: auto;
  }
  .cid-upR26acsJn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upR26acsJn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upR26acsJn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upR26acsJn .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-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upR26acsJn .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-upR26acsJn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upR26acsJn .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-upR26acsJn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upR26acsJn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upR26acsJn .navbar-brand,
.cid-upR26acsJn .navbar-toggler,
.cid-upR26acsJn .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upR26b00G9 {
  overflow: hidden;
  background-color: #000000;
}
.cid-upR26b00G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26b00G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR26b00G9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .container {
    padding: 0 24px;
  }
}
.cid-upR26b00G9 .row {
  position: relative;
}
.cid-upR26b00G9 .row .card {
  justify-content: center;
}
.cid-upR26b00G9 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #facb1d;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-upR26b00G9 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-upR26b00G9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upR26b00G9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upR26b00G9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upR26b00G9 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-upR26b00G9 .image-wrapper {
  position: relative;
}
.cid-upR26b00G9 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upR26b00G9 .image-wrapper img {
    height: 350px;
  }
}
.cid-upR26b00G9 .mbr-section-title {
  color: #F5DF4D;
}
.cid-upR26b00G9 .mbr-text {
  color: #FF3399;
}
.cid-upR26b00G9 .mbr-section-title,
.cid-upR26b00G9 .mbr-section-btn {
  color: #00d0f3;
}
.cid-upR26b00G9 .mbr-text,
.cid-upR26b00G9 .mbr-section-btn {
  color: #ffffff;
}
.cid-upR26bhEX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upR26bhEX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26bhEX7 .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-upR26bhEX7 .container {
    padding: 0 22px;
  }
}
.cid-upR26bhEX7 .row {
  justify-content: center;
}
.cid-upR26bhEX7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upR26bhEX7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-upR26bhEX7 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upR26bhEX7 .item {
    margin-bottom: 20px;
  }
}
.cid-upR26bhEX7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-upR26bhEX7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upR26bhEX7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-upR26bhEX7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-upR26bhEX7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-upR26bhEX7 .mbr-section-title {
  color: #ffffff;
}
.cid-upR26bhEX7 .card-title {
  color: #ffffff;
}
.cid-upR26bhEX7 .card-text {
  color: #ffffff;
}
.cid-upR26bhEX7 .mbr-section-title,
.cid-upR26bhEX7 .mbr-section-btn {
  text-align: center;
}
.cid-upR26bVx54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-upR26bVx54::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #101511, #323337);
}
.cid-upR26bVx54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26bVx54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR26bVx54 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-upR26bVx54 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-upR26bVx54 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-upR26bVx54 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-upR26bVx54 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-upR26bVx54 .row {
  justify-content: space-between;
}
.cid-upR26bVx54 .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-upR26bVx54 .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-upR26bVx54 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-upR26bVx54 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-upR26bVx54 .mbr-section-title {
  color: #ffffff;
}
.cid-upR26bVx54 .card-title {
  color: #f4f4f4;
}
.cid-upR26bVx54 .card-text {
  color: #ffffff;
}
.cid-upR26cbVpl {
  background-color: #facb1d;
}
.cid-upR26cbVpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26cbVpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR26cbVpl .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-upR26cbVpl .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-upR26cbVpl .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-upR26cbVpl .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-upR26cbVpl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-upR26cbVpl .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-upR26cbVpl .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-upR26cbVpl .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-upR26cbVpl .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-upR26cbVpl .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-upR26cbVpl .mbr-text a {
  text-decoration: underline !important;
}
.cid-upR26cbVpl .mbr-text a:hover {
  color: inherit !important;
}
.cid-upR26csazg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upR26csazg .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
}
.cid-upR26csazg .item:focus,
.cid-upR26csazg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upR26csazg .align-right {
    text-align: center;
  }
}
.cid-upR26csazg .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-upR26csazg .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-upR26csazg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upR26csazg .item {
    margin-bottom: 1rem;
  }
}
.cid-upR26csazg .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-upR26csazg .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upR26csazg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upR26csazg .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-upR26csazg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upR26csazg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upR26csazg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upR26csazg .mbr-text,
.cid-upR26csazg .item .mbr-section-btn {
  text-align: center;
}
.cid-upR26csazg .mbr-number {
  color: #f0466a;
}
.cid-upR26csazg .mbr-section-subtitle,
.cid-upR26csazg .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upR26csazg .mbr-text {
  text-align: left;
}
.cid-upR26csazg .mbr-text,
.cid-upR26csazg .mbr-card-btn {
  text-align: left;
}
.cid-upR26csazg .mbr-text,
.cid-upR26csazg .mbr-section-btn {
  text-align: left;
}
.cid-upR26csazg .mbr-text,
.cid-upR26csazg .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-upR26csazg .card-text,
.cid-upR26csazg .item .mbr-section-btn {
  text-align: left;
  color: #101511;
}
.cid-upR26csazg .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-upR26cR69S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upR26cR69S .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26cR69S .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-upR26cR69S .container {
    padding: 0 22px;
  }
}
.cid-upR26cR69S .card {
  justify-content: center;
}
.cid-upR26cR69S .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-upR26cR69S .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upR26cR69S .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-upR26cR69S .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-upR26cR69S .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-upR26cR69S .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-upR26cR69S .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upR26cR69S .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-upR26cR69S .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upR26cR69S .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-upR26cR69S .form-wrapper {
    padding: 20px;
  }
}
.cid-upR26cR69S .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upR26cR69S .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-upR26cR69S .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-upR26cR69S .mbr-section-title {
  color: #ffffff;
}
.cid-upR26cR69S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upR26cR69S .mbr-text {
  color: #ffffff;
}
.cid-upR26cR69S .mbr-desc {
  color: #ffffff;
}
.cid-upR26cR69S .mbr-contact {
  color: #ffffff;
}
.cid-upR26dpKQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-upR26dpKQJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-upR26dpKQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR26dpKQJ .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-upR26dpKQJ .container {
    padding: 0 22px;
  }
}
.cid-upR26dpKQJ .row {
  position: relative;
  z-index: 1;
}
.cid-upR26dpKQJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-upR26dpKQJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upR26dpKQJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upR26dpKQJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upR26dpKQJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upR26dpKQJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upR26dpKQJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upR26dpKQJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upR26dpKQJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-upR26dpKQJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upR26dpKQJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-upR26dpKQJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-upR26dpKQJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upR26dpKQJ .nav-wrapper .list .item-wrap:hover,
.cid-upR26dpKQJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-upR26dpKQJ .nav-wrapper .list .item-wrap:hover::before,
.cid-upR26dpKQJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-upR26dpKQJ .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-upR26dpKQJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upR26dpKQJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-upR26dpKQJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upR26dpKQJ .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-upR26dpKQJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upR26dpKQJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upR26dpKQJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-upR26dpKQJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upR26dpKQJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-upR26dpKQJ .mbr-section-title {
  color: #00d0f3;
}
.cid-upR26dpKQJ .mbr-text {
  color: #ffffff;
}
.cid-upR26dpKQJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upR26dpKQJ .list {
  color: #ffffff;
}
.cid-upR26dpKQJ .mbr-contact {
  color: #ffffff;
}
.cid-upR26dpKQJ .mbr-desc {
  color: #ffffff;
}
.cid-uq9fG9Xh0h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uq9fG9Xh0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq9fG9Xh0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq9fG9Xh0h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uq9fG9Xh0h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uq9fG9Xh0h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uq9fG9Xh0h .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uq9fG9Xh0h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uq9fG9Xh0h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uq9fG9Xh0h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uq9fG9Xh0h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uq9fG9Xh0h .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uq9fG9Xh0h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uq9fG9Xh0h .nav-link:hover {
  color: #ffffff !important;
}
.cid-uq9fG9Xh0h .nav-link:hover::before {
  width: 100%;
}
.cid-uq9fG9Xh0h .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uq9fG9Xh0h .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uq9fG9Xh0h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uq9fG9Xh0h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uq9fG9Xh0h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uq9fG9Xh0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uq9fG9Xh0h .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-uq9fG9Xh0h .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uq9fG9Xh0h .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uq9fG9Xh0h .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uq9fG9Xh0h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq9fG9Xh0h .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: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
}
.cid-uq9fG9Xh0h .nav-item:focus,
.cid-uq9fG9Xh0h .nav-link:focus {
  outline: none;
}
.cid-uq9fG9Xh0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq9fG9Xh0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq9fG9Xh0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq9fG9Xh0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq9fG9Xh0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq9fG9Xh0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uq9fG9Xh0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq9fG9Xh0h .navbar .navbar-logo img {
  width: auto;
}
.cid-uq9fG9Xh0h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uq9fG9Xh0h .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uq9fG9Xh0h .navbar.collapsed {
  justify-content: center;
}
.cid-uq9fG9Xh0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq9fG9Xh0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq9fG9Xh0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uq9fG9Xh0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq9fG9Xh0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq9fG9Xh0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq9fG9Xh0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uq9fG9Xh0h .navbar {
    min-height: 72px;
  }
  .cid-uq9fG9Xh0h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uq9fG9Xh0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq9fG9Xh0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq9fG9Xh0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq9fG9Xh0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq9fG9Xh0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uq9fG9Xh0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq9fG9Xh0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq9fG9Xh0h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uq9fG9Xh0h .dropdown-item.active,
.cid-uq9fG9Xh0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uq9fG9Xh0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq9fG9Xh0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq9fG9Xh0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq9fG9Xh0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uq9fG9Xh0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uq9fG9Xh0h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uq9fG9Xh0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq9fG9Xh0h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uq9fG9Xh0h .navbar-buttons {
    text-align: left;
  }
}
.cid-uq9fG9Xh0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq9fG9Xh0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq9fG9Xh0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq9fG9Xh0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq9fG9Xh0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq9fG9Xh0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq9fG9Xh0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq9fG9Xh0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq9fG9Xh0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq9fG9Xh0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq9fG9Xh0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq9fG9Xh0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq9fG9Xh0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uq9fG9Xh0h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq9fG9Xh0h .navbar {
    height: 70px;
  }
  .cid-uq9fG9Xh0h .navbar.opened {
    height: auto;
  }
  .cid-uq9fG9Xh0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uq9fG9Xh0h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uq9fG9Xh0h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uq9fG9Xh0h .navbar-brand {
    margin-right: auto;
  }
  .cid-uq9fG9Xh0h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uq9fG9Xh0h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uq9fG9Xh0h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uq9fG9Xh0h .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-uq9fG9Xh0h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uq9fG9Xh0h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uq9fG9Xh0h .navbar-brand,
.cid-uq9fG9Xh0h .navbar-toggler,
.cid-uq9fG9Xh0h .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uq9fGaDwFC {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uq9fGaDwFC .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uq9fGaDwFC .main-image {
    display: none;
  }
}
.cid-uq9fGaDwFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9fGaDwFC .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-uq9fGaDwFC .container {
    padding: 0 16px;
  }
}
.cid-uq9fGaDwFC .row {
  position: relative;
  z-index: 1;
}
.cid-uq9fGaDwFC .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uq9fGaDwFC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uq9fGaDwFC .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uq9fGaDwFC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uq9fGaDwFC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uq9fGaDwFC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uq9fGaDwFC .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uq9fGaDwFC .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uq9fGaDwFC .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uq9fGaDwFC .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uq9fGaDwFC .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uq9fGaDwFC .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uq9fGaDwFC .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uq9fGaDwFC .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uq9fGaDwFC .mbr-section-title {
  color: #000000;
}
.cid-uq9fGaDwFC .mbr-text {
  color: #000000;
}
.cid-uq9fGaDwFC .card-title {
  color: #000000;
}
.cid-uq9fGaDwFC .card-text {
  color: #ffffff;
}
.cid-uq9fGaDwFC .card-name {
  color: #ffffff;
}
.cid-uq9fGaDwFC .card-role {
  color: #ffffff;
}
.cid-uq9fGaRTjS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uq9fGaRTjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9fGaRTjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9fGaRTjS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uq9fGaRTjS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uq9fGaRTjS .container {
    padding: 0 12px;
  }
}
.cid-uq9fGaRTjS .image-wrapper img,
.cid-uq9fGaRTjS .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uq9fGaRTjS .image-wrapper img,
  .cid-uq9fGaRTjS .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .image-wrapper img,
  .cid-uq9fGaRTjS .image-wrap img {
    margin-right: 16px;
  }
  .cid-uq9fGaRTjS .image-wrapper img:nth-child(2n),
  .cid-uq9fGaRTjS .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uq9fGaRTjS .image-wrapper img,
  .cid-uq9fGaRTjS .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uq9fGaRTjS .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uq9fGaRTjS .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uq9fGaRTjS .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uq9fGaRTjS .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uq9fGaRTjS .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uq9fGaRTjS .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uq9fGaRTjS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq9fGaRTjS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq9fGaRTjS .mbr-text {
  color: #ffffff;
}
.cid-uq9fGb3YAH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-uq9fGb3YAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9fGb3YAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9fGb3YAH .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uq9fGb3YAH .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-uq9fGb3YAH .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-uq9fGb3YAH .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-uq9fGb3YAH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-uq9fGb3YAH .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-uq9fGb3YAH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-uq9fGb3YAH .mbr-section-btn .btn-black {
  color: #000000 !important;
}
.cid-uq9fGb3YAH .mbr-section-btn .btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #181817 !important;
}
.cid-uq9fGb3YAH .mbr-text {
  color: #181817;
  opacity: 0.8;
}
.cid-uq9fGb3YAH .mbr-text a {
  text-decoration: underline !important;
}
.cid-uq9fGb3YAH .mbr-text a:hover {
  color: inherit !important;
}
.cid-uq9fGbfe7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000305;
}
.cid-uq9fGbfe7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9fGbfe7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9fGbfe7p .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uq9fGbfe7p .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uq9fGbfe7p .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uq9fGbfe7p .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uq9fGbfe7p .container {
    padding: 0 12px;
  }
}
.cid-uq9fGbfe7p .card-wrapper {
  border-radius: 32px !important;
  background-color: #212124;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-uq9fGbfe7p .card-wrapper {
    padding: 32px;
  }
}
.cid-uq9fGbfe7p .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.cid-uq9fGbfe7p .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-uq9fGbfe7p .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uq9fGbfe7p .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #1175ff;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-uq9fGbfe7p .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 32px;
}
.cid-uq9fGbfe7p .mbr-section-title {
  color: #ffffff;
}
.cid-uq9fGbfe7p .mbr-section-title,
.cid-uq9fGbfe7p .mbr-section-btn,
.cid-uq9fGbfe7p .card-wrapper {
  text-align: center;
}
.cid-uq9fGbrSbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bitcoin.webp");
}
.cid-uq9fGbrSbD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uq9fGbrSbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9fGbrSbD .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-uq9fGbrSbD .container {
    padding: 0 22px;
  }
}
.cid-uq9fGbrSbD .row {
  position: relative;
  z-index: 1;
}
.cid-uq9fGbrSbD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uq9fGbrSbD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uq9fGbrSbD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uq9fGbrSbD .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uq9fGbrSbD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uq9fGbrSbD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uq9fGbrSbD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq9fGbrSbD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uq9fGbrSbD .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uq9fGbrSbD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uq9fGbrSbD .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uq9fGbrSbD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uq9fGbrSbD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uq9fGbrSbD .nav-wrapper .list .item-wrap:hover,
.cid-uq9fGbrSbD .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uq9fGbrSbD .nav-wrapper .list .item-wrap:hover::before,
.cid-uq9fGbrSbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uq9fGbrSbD .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-uq9fGbrSbD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uq9fGbrSbD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uq9fGbrSbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uq9fGbrSbD .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-uq9fGbrSbD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uq9fGbrSbD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uq9fGbrSbD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uq9fGbrSbD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uq9fGbrSbD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uq9fGbrSbD .mbr-section-title {
  color: #00d0f3;
}
.cid-uq9fGbrSbD .mbr-text {
  color: #ffffff;
}
.cid-uq9fGbrSbD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uq9fGbrSbD .list {
  color: #ffffff;
}
.cid-uq9fGbrSbD .mbr-contact {
  color: #ffffff;
}
.cid-uq9fGbrSbD .mbr-desc {
  color: #ffffff;
}
