.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.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: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #e000ff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e000ff !important;
  border-color: #e000ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e633ff !important;
  border-color: #e633ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e633ff !important;
  border-color: #e633ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #161616 !important;
  border-color: #161616 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #303030 !important;
  border-color: #303030 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e000ff;
  color: #e000ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9400a8 !important;
  background-color: transparent !important;
  border-color: #9400a8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e000ff !important;
  border-color: #e000ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e000ff !important;
}
.text-secondary {
  color: #161616 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #860099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #e000ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #e000ff;
  border-color: #e000ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e000ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9ccff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #e000ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e000ff;
}
/* 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: #e000ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e000ff;
}
.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: #e000ff;
  border-bottom-color: #e000ff;
}
.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: #e000ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #161616 !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='%23e000ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3cnUc96tF {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/9155454.jpg-4-1628x1080.png");
}
.cid-u3cnUc96tF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3cnUc96tF .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u3cnUc96tF .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #55595c;
  z-index: -1;
}
.cid-u3cnUc96tF img {
  border-radius: 1rem;
}
.cid-u3cnUc96tF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3cnUc96tF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3cnUc96tF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3cnUc96tF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3cnUc96tF .mbr-section-title {
  color: #ffffff;
}
.cid-u3cnUc96tF .mbr-section-subtitle,
.cid-u3cnUc96tF .subtitle-wrap {
  color: #ffffff;
}
.cid-u3cnUc96tF .mbr-text,
.cid-u3cnUc96tF .mbr-section-btn {
  color: #ffffff;
}
.cid-tWz08xDoMp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2f2f2f;
}
.cid-tWz08xDoMp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e000ff;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-tWz08xDoMp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tWz08xDoMp .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
  text-align: center;
}
.cid-tWz08xDoMp .main-title {
  color: #ffffff;
}
.cid-tWz08xDoMp .main-title.display-2 {
  line-height: 1.375;
}
.cid-tWz08xDoMp .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tWz08xDoMp .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tWz08xDoMp .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-tWz08xDoMp .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-tWz08xDoMp .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-tWz08xDoMp .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-tWz08xDoMp .card .card-text {
  color: #ffffff;
}
.cid-tWz08xDoMp .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-tWz08xDoMp .svg-gradient {
  position: absolute;
}
.cid-tWz08xDoMp ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tWz08xDoMp .progress1 path {
  stroke: #e000ff;
}
.cid-tWz08xDoMp .progress2 path {
  stroke: #e000ff;
}
.cid-tWz08xDoMp .progress3 path {
  stroke: #e000ff;
}
.cid-tWz08xDoMp .progress4 path {
  stroke: #ffa600;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWz08xDoMp .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tWz08xDoMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWz08xDoMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWz08xDoMp .card .wrap .pie_progress__number {
  text-align: right;
}
.cid-tWz08xDoMp .badge,
.cid-tWz08xDoMp .badge_wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tWz08xDoMp .card .card-title {
  text-align: center;
}
.cid-u0Ytx2tEey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/mbr-1619x1080.jpg");
}
.cid-u0Ytx2tEey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Ytx2tEey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0Ytx2tEey .container {
    padding: 0 16px;
  }
}
.cid-u0Ytx2tEey .row {
  justify-content: space-between;
}
.cid-u0Ytx2tEey .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u0Ytx2tEey .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u0Ytx2tEey .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u0Ytx2tEey .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u0Ytx2tEey .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-u0Ytx2tEey .image-wrapper img {
    height: 350px;
  }
}
.cid-u0Ytx2tEey .mbr-desc {
  color: #dc07fc;
  text-align: left;
}
.cid-u0Ytx2tEey .mbr-section-title {
  color: #000000;
}
.cid-u0Ytx2tEey .mbr-text {
  color: #000000;
}
.cid-u0Ytx2tEey .mbr-section-title,
.cid-u0Ytx2tEey .mbr-section-btn {
  color: #ffffff;
}
.cid-u0Ytx2tEey .mbr-text,
.cid-u0Ytx2tEey .text-wrapper {
  color: #ffffff;
}
.cid-tYPa1vE71s {
  padding-top: 11rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-tYPa1vE71s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYPa1vE71s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYPa1vE71s .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYPa1vE71s .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYPa1vE71s .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tYPa1vE71s .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYPa1vE71s .container {
    padding: 0 12px;
  }
}
.cid-tYPa1vE71s .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYPa1vE71s .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tYPa1vE71s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tYPa1vE71s .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tYPa1vE71s .mbr-section-title {
  color: #1D1D1F;
}
.cid-tYPa1vE71s .mbr-text {
  color: #e000ff;
  text-align: center;
}
.cid-tYPa1vE71s .mbr-section-title,
.cid-tYPa1vE71s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUL9E36g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #2f2f2f;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #e000ff;
  border: 3px solid #e000ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #e000ff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #e000ff;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #e000ff;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
  color: #e000ff;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u31qPTReYk {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #2f2f2f;
}
.cid-u31qPTReYk .item-img {
  position: relative;
}
.cid-u31qPTReYk .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u31qPTReYk .card-text {
    padding-left: 4rem;
  }
}
.cid-u31qPTReYk h5 {
  line-height: 1.2;
}
.cid-u31qPTReYk .card {
  margin-bottom: 2rem;
}
.cid-u31qPTReYk .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u31qPTReYk .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u31qPTReYk .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #606060;
}
@media (max-width: 992px) {
  .cid-u31qPTReYk .image-wrapper {
    min-height: 200px;
  }
}
.cid-u31qPTReYk .item-wrapper {
  position: relative;
  background: #2f2f2f;
  border: 3px solid #2f2f2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u31qPTReYk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u31qPTReYk .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u31qPTReYk .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #2f2f2f;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u31qPTReYk .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u31qPTReYk .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u31qPTReYk .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u31qPTReYk .link-icon-wrapper .svg1 path {
  fill: #2f2f2f;
}
.cid-u31qPTReYk .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u31qPTReYk .link-icon-wrapper .svg2 path {
  fill: #2f2f2f;
}
.cid-u31qPTReYk .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u31qPTReYk .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u31qPTReYk img,
.cid-u31qPTReYk .item-img {
  width: 100%;
}
.cid-u31qPTReYk .item:focus,
.cid-u31qPTReYk span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u31qPTReYk .item {
    margin-bottom: 1rem;
  }
}
.cid-u31qPTReYk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u31qPTReYk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u31qPTReYk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u31qPTReYk .mbr-section-subtitle,
.cid-u31qPTReYk .subtitle-wrap,
.cid-u31qPTReYk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u31qPTReYk .mbr-text,
.cid-u31qPTReYk .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u31qPTReYk .mbr-text {
  color: #ffffff;
}
.cid-u31qPTReYk .mbr-title2 {
  color: #ffffff;
}
.cid-u8p83KYGIK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-u8p83KYGIK .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-u8p83KYGIK .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u8p83KYGIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8p83KYGIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8p83KYGIK .mbr-section-title {
  text-align: center;
}
.cid-u8p83KYGIK .mbr-text {
  text-align: center;
  color: #dc07fc;
}
.cid-u8p7ftlnSh {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #17161a;
}
.cid-u8p7ftlnSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8p7ftlnSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8p7ftlnSh img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #161616;
  border-radius: 8px;
}
.cid-u8p7ftlnSh .img-wide {
  height: 50%;
}
.cid-u8p7ftlnSh .img-big {
  height: 100%;
}
.cid-tYJlJE9vQl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tYJlJE9vQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJlJE9vQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tYJlJE9vQl .container {
    max-width: 1400px;
  }
}
.cid-tYJlJE9vQl .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #e000ff, #161616);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tYJlJE9vQl .card {
    margin-bottom: 3rem;
  }
}
.cid-tYJlJE9vQl .row {
  justify-content: center;
}
.cid-tYJlJE9vQl .card-title,
.cid-tYJlJE9vQl .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tYJlJE9vQl .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYJlJE9vQl .mbr-section-title {
  color: #ffffff;
}
.cid-tYJlJE9vQl .mbr-section-subtitle {
  color: #e000ff;
}
.cid-u2Uq3fwqjv {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #2c2c2c;
}
.cid-u2Uq3fwqjv .row {
  justify-content: center;
}
.cid-u2Uq3fwqjv .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-u2Uq3fwqjv .mbr-section-subtitle {
  color: #e000ff;
  width: 100%;
  margin-top: 24px;
}
.cid-u2Uq3fwqjv .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-u2Uq3fwqjv .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-u2Uq3fwqjv .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2Uq3fwqjv .number-line {
    display: none !important;
  }
}
.cid-u2Uq3fwqjv .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u2Uq3fwqjv .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-u2Uq3fwqjv .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #2c2c2c;
  }
  .cid-u2Uq3fwqjv .card:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #2c2c2c;
  }
}
.cid-u2Uq3fwqjv .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-u2Uq3fwqjv .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #2c2c2c;
}
@media (max-width: 991px) {
  .cid-u2Uq3fwqjv .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2Uq3fwqjv .card-number-container {
    left: 16px;
  }
}
.cid-u2Uq3fwqjv .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 50%;
}
.cid-u2Uq3fwqjv .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-u2Uq3fwqjv .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-u2Uq3fwqjv .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #161616, #353535);
}
@media (max-width: 767px) {
  .cid-u2Uq3fwqjv .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-u2Uq3fwqjv .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-u2Uq3fwqjv .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-u2Uq3fwqjv .card-text-container {
  width: 100%;
}
.cid-u2Uq3fwqjv .card-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
}
.cid-u2Uq3fwqjv .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-u2Uq3fwqjv .card-subtitle {
    margin-top: 8px;
  }
}
.cid-u2Uq3fwqjv .card-text {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-u2Uq3fwqjv .card-text {
    margin-top: 16px;
  }
}
.cid-tWyZdUo1ct {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #2c2c2c;
  overflow: hidden;
}
.cid-tWyZdUo1ct .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tWyZdUo1ct .mbr-section-title {
  color: #e000ff;
}
.cid-tWyZdUo1ct .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tWyZdUo1ct .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tWyZdUo1ct .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-tWyZdUo1ct .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-tWyZdUo1ct .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-tWyZdUo1ct .carousel {
    max-width: 100%;
  }
}
.cid-tWyZdUo1ct .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-tWyZdUo1ct .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .item-wrapper {
    padding: 0 10px;
  }
}
.cid-tWyZdUo1ct .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tWyZdUo1ct .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tWyZdUo1ct .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tWyZdUo1ct .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tWyZdUo1ct .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-tWyZdUo1ct .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-tWyZdUo1ct .info-card-title {
  color: #e000ff;
  margin-bottom: 10px;
}
.cid-tWyZdUo1ct .info-card-subtitle {
  color: #C4CFDE;
}
.cid-tWyZdUo1ct .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-tWyZdUo1ct .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-tWyZdUo1ct .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #16181c;
  left: -43px;
  z-index: 9;
  top: 66px;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .card-description::before {
    display: none;
  }
}
.cid-tWyZdUo1ct .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tWyZdUo1ct .card-description-wrapper {
    padding: 20px;
  }
}
.cid-tWyZdUo1ct .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #16181c;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-tWyZdUo1ct .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-tWyZdUo1ct .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-tWyZdUo1ct .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tWyZdUo1ct .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-tWyZdUo1ct .card-description-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tWyZdUo1ct .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tWyZdUo1ct .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-tWyZdUo1ct .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWyZdUo1ct .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-tWyZdUo1ct .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffa600;
}
.cid-tWyZdUo1ct .card-description-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tWyZdUo1ct .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .absolute-icon-wrapper {
    display: none;
  }
}
.cid-tWyZdUo1ct .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-tWyZdUo1ct .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-tWyZdUo1ct .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-tWyZdUo1ct .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tWyZdUo1ct .carousel-control {
    display: none;
  }
}
.cid-tWyZdUo1ct .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #e000ff !important;
  opacity: 1;
}
.cid-tWyZdUo1ct .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWyZdUo1ct .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWyZdUo1ct .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tWyZdUo1ct .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-tWyZdUo1ct .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-tWyZdUo1ct .carousel-indicators li.active,
.cid-tWyZdUo1ct .carousel-indicators li:hover {
  opacity: 1;
  background: #e000ff !important;
}
.cid-tWyZdUo1ct .carousel-indicators li::after,
.cid-tWyZdUo1ct .carousel-indicators li::before {
  content: none;
}
.cid-tWyZdUo1ct .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tWyZdUo1ct .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u2Uy1oLxhx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2c2c2c;
}
.cid-u2Uy1oLxhx img {
  width: 180px;
  margin: auto;
}
.cid-u2Uy1oLxhx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-u2Uy1oLxhx .mbr-section-title {
  color: #ffffff;
}
.cid-u2Uy1oLxhx .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #161616;
}
.cid-u2Uy1oLxhx .mbr-section-subtitle,
.cid-u2Uy1oLxhx .subtitle-wrap,
.cid-u2Uy1oLxhx .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u31mtQ9M3E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpeg");
}
.cid-u31mtQ9M3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u31mtQ9M3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u31mtQ9M3E .container {
    padding: 0;
  }
}
.cid-u31mtQ9M3E .row {
  margin: 0;
}
.cid-u31mtQ9M3E .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-u31mtQ9M3E .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-u31mtQ9M3E .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-u31mtQ9M3E .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-u31mtQ9M3E .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u31mtQ9M3E .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-u31mtQ9M3E .mbr-section-subtitle {
  color: #dc07fc;
  text-align: center;
}
.cid-u31mtQ9M3E .mbr-section-title {
  color: #ffffff;
}
.cid-u31mtQ9M3E .mbr-section-title,
.cid-u31mtQ9M3E .mbr-section-btn {
  text-align: center;
}
.cid-u3jb99VLbP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jb99VLbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jb99VLbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jb99VLbP .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jb99VLbP .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jb99VLbP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jb99VLbP .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jb99VLbP .container {
    max-width: 100%;
  }
  .cid-u3jb99VLbP .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jb99VLbP .item-wrap {
  width: 100%;
}
.cid-u3jb99VLbP .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jb99VLbP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jb99VLbP .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jb99VLbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jb99VLbP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jb99VLbP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jb99VLbP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jb99VLbP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jb99VLbP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jb99VLbP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jb99VLbP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jb99VLbP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jb99VLbP .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jb99VLbP .col-links {
    padding-top: 20px;
  }
}
.cid-u3jb99VLbP .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jb99VLbP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jb99VLbP .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jb99VLbP .list {
    text-align: center !important;
  }
}
.cid-u3jb99VLbP .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jb99VLbP .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jb99VLbP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jb99VLbP .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jb99VLbP .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jb99VLbP .list a:hover:before {
  width: 100%;
}
.cid-u3jb99VLbP .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jb99VLbP .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jb99VLbP .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jb99VLbP .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3jIYbqWaf {
  background-image: url("../../../assets/images/business-woman-using-mobile-data-customer-connection-digital-marketing-innovative-34200-542-626x330.png");
}
.cid-u3jIYbqWaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jIYbqWaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jIYbqWaf .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u3jIYbqWaf .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
.cid-u3jIYbqWaf .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-u3jIYbqWaf .mbr-section-btn {
  margin-top: 30px;
}
.cid-u3jIYbqWaf .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-u3jIYbqWaf .mbr-text,
.cid-u3jIYbqWaf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2WlC1D3yg {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #2f2f2f;
}
.cid-u2WlC1D3yg .item:focus,
.cid-u2WlC1D3yg span:focus {
  outline: none;
}
.cid-u2WlC1D3yg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2WlC1D3yg .item {
    margin-bottom: 1rem;
  }
}
.cid-u2WlC1D3yg .line {
  width: 100%;
  height: 1px;
  background: #e000ff;
  margin-bottom: 2rem;
}
.cid-u2WlC1D3yg .mbr-card-title {
  background: #e000ff;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-u2WlC1D3yg .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2WlC1D3yg .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2WlC1D3yg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2WlC1D3yg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2WlC1D3yg .mbr-text,
.cid-u2WlC1D3yg .item .mbr-section-btn {
  text-align: center;
}
.cid-u2WlC1D3yg .content-head {
  max-width: 800px;
}
.cid-u2WlC1D3yg .mbr-number {
  color: #ffffff;
}
.cid-u2WlC1D3yg .mbr-section-subtitle,
.cid-u2WlC1D3yg .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u2WlC1D3yg .mbr-text {
  text-align: left;
}
.cid-u2WlC1D3yg .mbr-text,
.cid-u2WlC1D3yg .mbr-card-btn {
  text-align: left;
}
.cid-u2WlC1D3yg .mbr-text,
.cid-u2WlC1D3yg .mbr-section-btn {
  text-align: left;
}
.cid-u2WlC1D3yg .mbr-text,
.cid-u2WlC1D3yg .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-u2WlC1D3yg .card-text,
.cid-u2WlC1D3yg .item .mbr-section-btn {
  text-align: left;
  color: #f3f6f9;
}
.cid-u2WlC1D3yg .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2UCSqaAUI {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1521x1014.jpg");
}
.cid-u2UCSqaAUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UCSqaAUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UCSqaAUI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u2UCSqaAUI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u2UCSqaAUI .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u2UCSqaAUI .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u2UCSqaAUI .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2UCSqaAUI .image-wrapper img {
    height: 300px;
  }
}
.cid-u2UCSqaAUI .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-u2UCSqaAUI .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u2UCSqaAUI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u2UCSqaAUI .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u2UCSqaAUI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2UCSqaAUI .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-u2UCSqaAUI .cards-wrapper {
    margin: 0;
  }
}
.cid-u2UCSqaAUI .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u2UCSqaAUI .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-u2UCSqaAUI .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-u2UCSqaAUI .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-u2UCSqaAUI .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-u2UCSqaAUI .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-u2UCSqaAUI .mbr-section-title {
  color: #e000ff;
}
.cid-u2UCSqaAUI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2UCSqaAUI .mbr-text {
  color: #ffffff;
}
.cid-u2UCSqaAUI .mbr-card-title {
  color: #ffffff;
}
.cid-u2UCSqaAUI .mbr-card-title,
.cid-u2UCSqaAUI .cards-wrapper {
  color: #e000ff;
}
.cid-u3c1eyukaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dc07fc;
}
.cid-u3c1eyukaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3c1eyukaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3c1eyukaU .container {
    padding: 0 16px;
  }
}
.cid-u3c1eyukaU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3c1eyukaU .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3c1eyukaU .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-u3c1eyukaU .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #161616;
}
.cid-u3c1eyukaU .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3c1eyukaU .mbr-number {
  color: #ffffff;
}
.cid-u3c1eyukaU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u3c1eyukaU .card-number {
  text-align: center;
}
.cid-u3c3AcBM1m {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-u3c3AcBM1m .row {
  flex-direction: row-reverse;
}
.cid-u3c3AcBM1m .row {
  align-items: center;
}
.cid-u3c3AcBM1m .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-u3c3AcBM1m .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-u3c3AcBM1m .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-u3c3AcBM1m .text-wrapper {
    padding: 0 0 0 60px;
    padding: 0 60px 0 0 ;
  }
}
.cid-u3c3AcBM1m .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u3c3AcBM1m .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-u3c3AcBM1m .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-u3c3AcBM1m .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-u3c3AcBM1m .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-u3c3AcBM1m .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-u3c3AcBM1m .mbr-section-subtitle {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.cid-u3c3AcBM1m .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u3c3AcBM1m .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u3c3AcBM1m .color-text {
  color: #e000ff;
}
.cid-u3c3AcBM1m .text-box {
  width: 100%;
}
.cid-u3c3AcBM1m .icon-text {
  width: 100%;
  color: #ffffff;
}
.cid-u3c3AcBM1m .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-u3c3AcBM1m .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u3c3AcBM1m .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u3c3AcBM1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3c3AcBM1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3c3AcBM1m .mbr-text,
.cid-u3c3AcBM1m .mbr-section-btn {
  color: #ffffff;
}
.cid-u2ZP4ODjbn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u2ZP4ODjbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ZP4ODjbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ZP4ODjbn .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-u2ZP4ODjbn .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-u2ZP4ODjbn .container {
    max-width: 540px;
  }
}
.cid-u2ZP4ODjbn .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-u2ZP4ODjbn .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-u2ZP4ODjbn .mbr-section-title {
  color: #e000ff;
}
.cid-u2ZP4ODjbn .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-u2ZP4ODjbn .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-u2ZP4ODjbn .mbr-section-btn {
  margin-top: 25px;
}
.cid-u2ZT8W6ybc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2f2f2f;
}
.cid-u2ZT8W6ybc .row {
  align-items: center;
  width: 100%;
}
.cid-u2ZT8W6ybc .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-u2ZT8W6ybc .mbr-section-title {
  color: #f3f4ef;
}
.cid-u2ZT8W6ybc .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-u2ZT8W6ybc .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u2ZT8W6ybc .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-u2ZT8W6ybc .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u2ZT8W6ybc .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-u2ZT8W6ybc .text-container {
    padding: 24px;
  }
}
.cid-u2ZT8W6ybc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u2ZT8W6ybc .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-u2ZT8W6ybc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ffffff;
}
.cid-u2ZT8W6ybc .card-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2ZT8W6ybc .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
  text-align: left;
}
.cid-u30hRLflar {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #2f2f2f;
}
.cid-u30hRLflar .row {
  align-items: center;
  width: 100%;
}
.cid-u30hRLflar .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-u30hRLflar .mbr-section-title {
  color: #f3f4ef;
}
.cid-u30hRLflar .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-u30hRLflar .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u30hRLflar .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-u30hRLflar .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u30hRLflar .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-u30hRLflar .text-container {
    padding: 24px;
  }
}
.cid-u30hRLflar .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u30hRLflar .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-u30hRLflar .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ffffff;
}
.cid-u30hRLflar .card-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-u30hRLflar .mbr-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
  text-align: left;
}
.cid-u31ZRA76Cz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1d1a;
}
.cid-u31ZRA76Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u31ZRA76Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u31ZRA76Cz .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u31ZRA76Cz .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-u31ZRA76Cz .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-u31ZRA76Cz .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-u31ZRA76Cz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px !important;
}
.cid-u31ZRA76Cz .mbr-section-subtitle {
  color: #dc07fc;
  margin-bottom: 0.9rem !important;
}
.cid-u31ZRA76Cz .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .cards-container {
    flex-wrap: wrap;
  }
}
.cid-u31ZRA76Cz .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-u31ZRA76Cz .card:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .card {
    width: 100%;
  }
}
.cid-u31ZRA76Cz .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-u31ZRA76Cz .card-box {
    flex-wrap: wrap;
  }
}
.cid-u31ZRA76Cz .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-u31ZRA76Cz .img-container {
    width: 100%;
  }
}
.cid-u31ZRA76Cz .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #dc07fc;
  border-radius: 50%;
  display: none;
}
.cid-u31ZRA76Cz .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-u31ZRA76Cz .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 280px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-u31ZRA76Cz .image-wrapper img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cid-u31ZRA76Cz .image-wrapper img {
    height: 186px;
  }
}
@media (max-width: 991px) {
  .cid-u31ZRA76Cz .image-wrapper img {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .image-wrapper img {
    height: auto;
  }
}
.cid-u31ZRA76Cz .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-u31ZRA76Cz .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-u31ZRA76Cz .card-container {
    width: 100%;
  }
}
.cid-u31ZRA76Cz .card-title {
  color: #ffffff;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-u31ZRA76Cz .card-title {
    text-align: left !important;
  }
}
.cid-u31ZRA76Cz .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-u31ZRA76Cz .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-u31ZRA76Cz .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-u31ZRA76Cz .card-text,
.cid-u31ZRA76Cz .mbr-section-btn {
  color: #ffffff;
}
.cid-u300Umbagu {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #2f2f2f;
}
.cid-u300Umbagu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u300Umbagu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u300Umbagu .col-title {
  margin-bottom: 2.5rem;
}
.cid-u300Umbagu .mbr-section-title {
  color: #ffffff;
}
.cid-u300Umbagu .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 1rem;
}
.cid-u300Umbagu .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media (max-width: 639px) {
  .cid-u300Umbagu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u300Umbagu .card-box {
  width: 100%;
}
.cid-u300Umbagu .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u300Umbagu .image-wrapper {
    justify-content: center;
  }
}
.cid-u300Umbagu .image-wrapper img {
  width: 100%;
  max-width: 192px;
  aspect-ratio: 1;
  object-fit: contain;
}
.cid-u300Umbagu .card-container {
  width: 100%;
  padding: 0 32px;
}
.cid-u300Umbagu .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u300Umbagu .card-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u300Umbagu .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u300Umbagu .card-text,
.cid-u300Umbagu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u300GdMydM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u300GdMydM .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u300GdMydM .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-u300GdMydM .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-u300GdMydM .img-bg-container {
    padding: 1rem;
  }
}
.cid-u300GdMydM .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-u300GdMydM .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-u300GdMydM .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-u300GdMydM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-u300GdMydM .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-u300GdMydM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3hXcoEMeS {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  .cid-u3hXcoEMeS {
    align-items: center;
  }
  .cid-u3hXcoEMeS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3hXcoEMeS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3hXcoEMeS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3hXcoEMeS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3hXcoEMeS .content-wrap {
    width: 100%;
  }
}
.cid-u3hXcoEMeS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3hXcoEMeS .mbr-text,
.cid-u3hXcoEMeS .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u3hWZohRJL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #2f2f2f;
}
.cid-u3hWZohRJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hWZohRJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hWZohRJL .row {
  justify-content: center;
}
.cid-u3hWZohRJL .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hWZohRJL .row {
    padding: 0 12px;
  }
}
.cid-u3hWZohRJL .item-wrap {
  z-index: 1;
}
.cid-u3hWZohRJL .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3hXTwmV5b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3hXTwmV5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hXTwmV5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hXTwmV5b .row {
  justify-content: center;
}
.cid-u3hXTwmV5b .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hXTwmV5b .row {
    padding: 0 12px;
  }
}
.cid-u3hXTwmV5b .item-wrap {
  z-index: 1;
}
.cid-u3hXTwmV5b .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3hYGt1VHF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3hYGt1VHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hYGt1VHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hYGt1VHF .row {
  justify-content: center;
}
.cid-u3hYGt1VHF .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hYGt1VHF .row {
    padding: 0 12px;
  }
}
.cid-u3hYGt1VHF .item-wrap {
  z-index: 1;
}
.cid-u3hYGt1VHF .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3hZ9m8CDU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3hZ9m8CDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hZ9m8CDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hZ9m8CDU .row {
  justify-content: center;
}
.cid-u3hZ9m8CDU .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hZ9m8CDU .row {
    padding: 0 12px;
  }
}
.cid-u3hZ9m8CDU .item-wrap {
  z-index: 1;
}
.cid-u3hZ9m8CDU .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3hZgTttdS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3hZgTttdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hZgTttdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hZgTttdS .row {
  justify-content: center;
}
.cid-u3hZgTttdS .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hZgTttdS .row {
    padding: 0 12px;
  }
}
.cid-u3hZgTttdS .item-wrap {
  z-index: 1;
}
.cid-u3hZgTttdS .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3hZuo3X3G {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2f2f2f;
}
.cid-u3hZuo3X3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3hZuo3X3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3hZuo3X3G .row {
  justify-content: center;
}
.cid-u3hZuo3X3G .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3hZuo3X3G .row {
    padding: 0 12px;
  }
}
.cid-u3hZuo3X3G .item-wrap {
  z-index: 1;
}
.cid-u3hZuo3X3G .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3i06NvYJD {
  display: flex;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  .cid-u3i06NvYJD {
    align-items: center;
  }
  .cid-u3i06NvYJD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3i06NvYJD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3i06NvYJD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3i06NvYJD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3i06NvYJD .content-wrap {
    width: 100%;
  }
}
.cid-u3i06NvYJD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3i06NvYJD .mbr-text,
.cid-u3i06NvYJD .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u3i08ZVAtM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3i08ZVAtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3i08ZVAtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3i08ZVAtM .row {
  justify-content: center;
}
.cid-u3i08ZVAtM .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3i08ZVAtM .row {
    padding: 0 12px;
  }
}
.cid-u3i08ZVAtM .item-wrap {
  z-index: 1;
}
.cid-u3i08ZVAtM .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3i0yTSllx {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2f2f2f;
}
.cid-u3i0yTSllx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3i0yTSllx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3i0yTSllx .row {
  justify-content: center;
}
.cid-u3i0yTSllx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3i0yTSllx .row {
    padding: 0 12px;
  }
}
.cid-u3i0yTSllx .item-wrap {
  z-index: 1;
}
.cid-u3i0yTSllx .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3i6wWpkgX {
  display: flex;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  .cid-u3i6wWpkgX {
    align-items: center;
  }
  .cid-u3i6wWpkgX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3i6wWpkgX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3i6wWpkgX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3i6wWpkgX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3i6wWpkgX .content-wrap {
    width: 100%;
  }
}
.cid-u3i6wWpkgX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3i6wWpkgX .mbr-text,
.cid-u3i6wWpkgX .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u3hAZCIncq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u3hAZCIncq .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-u3hAZCIncq .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u3hAZCIncq .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-u3hAZCIncq .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-u3hAZCIncq .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-u3hAZCIncq .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-u3hAZCIncq .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-u3hAZCIncq .card-1 .list li::marker {
  color: #e000ff;
}
.cid-u3hAZCIncq .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-u3hAZCIncq .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #720083;
}
@media (max-width: 1300px) {
  .cid-u3hAZCIncq .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-u3hAZCIncq .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-u3hAZCIncq .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-u3hAZCIncq .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-u3hAZCIncq .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-u3hAZCIncq .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #000000 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-u3hAZCIncq .btn:hover {
  box-shadow: none;
  border: 2px solid #000000 !important;
}
.cid-u3hAZCIncq .mbr-section-title {
  color: #20232a;
}
.cid-u3hAZCIncq .mbr-section-text {
  color: #000000;
}
.cid-u3hAZCIncq .list {
  color: #84858a;
}
.cid-u3hAZCIncq .mbr-title {
  color: #FFFFFF;
}
.cid-u3hAZCIncq .mbr-text {
  color: #ffffff;
}
.cid-u3i6F7lUPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u3i6F7lUPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3i6F7lUPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3i6F7lUPh .row {
  justify-content: center;
}
.cid-u3i6F7lUPh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3i6F7lUPh .row {
    padding: 0 12px;
  }
}
.cid-u3i6F7lUPh .item-wrap {
  z-index: 1;
}
.cid-u3i6F7lUPh .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3i6XR2ELX {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2f2f2f;
}
.cid-u3i6XR2ELX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3i6XR2ELX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3i6XR2ELX .row {
  justify-content: center;
}
.cid-u3i6XR2ELX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3i6XR2ELX .row {
    padding: 0 12px;
  }
}
.cid-u3i6XR2ELX .item-wrap {
  z-index: 1;
}
.cid-u3i6XR2ELX .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u2WUVNJdYX {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-11.jpg");
}
.cid-u2WUVNJdYX .mbr-iconfont2 {
  color: #e000ff;
}
.cid-u2WUVNJdYX .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-u2WUVNJdYX .card-inner {
  background-color: #232323;
  transition: 0.7s;
  z-index: 10;
}
.cid-u2WUVNJdYX .btn {
  margin-left: 0rem;
}
.cid-u2WUVNJdYX .row {
  padding-bottom: 8rem;
}
.cid-u2WUVNJdYX .link {
  margin: 0;
  color: #ffffff;
}
.cid-u2WUVNJdYX .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-u2WUVNJdYX .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: 0.7s;
}
.cid-u2WUVNJdYX .card-img {
  margin-bottom: 3.2rem;
}
.cid-u2WUVNJdYX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u2WUVNJdYX .card:hover .card-inner {
  background-color: #e000ff;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-u2WUVNJdYX .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u2WUVNJdYX .card:hover .card-title:after {
  background: #ffffff;
}
.cid-u2WUVNJdYX .media-container-row {
  align-items: flex-end;
}
.cid-u2WUVNJdYX .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u2WUVNJdYX .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-u2WUVNJdYX .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2WUVNJdYX .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u2WUVNJdYX .card {
    margin-bottom: 2rem;
  }
  .cid-u2WUVNJdYX .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2WUVNJdYX .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-u2WUVNJdYX .card {
  position: relative;
}
.cid-u2WUVNJdYX .card-3::after {
  content: '';
  background-color: #2f2f2f;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-u2WUVNJdYX .card:first-child .card-inner {
  background-color: #e000ff;
}
.cid-u2WUVNJdYX .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-u2WUVNJdYX .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-u2WUVNJdYX .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-u2WUVNJdYX .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-u2WUVNJdYX .line-title {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u2WUVNJdYX .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-u2WUVNJdYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WUVNJdYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WUVNJdYX .block-title,
.cid-u2WUVNJdYX .mbr-section-title,
.cid-u2WUVNJdYX .line,
.cid-u2WUVNJdYX .mbr-section-btn {
  text-align: center;
}
.cid-u2WUVNJdYX .mbr-maintext,
.cid-u2WUVNJdYX .mbr-section-btn {
  text-align: center;
  color: #e000ff;
}
.cid-u2WUVNJdYX .card-title,
.cid-u2WUVNJdYX .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-u2WUVNJdYX .mbr-text,
.cid-u2WUVNJdYX .link {
  text-align: left;
}
.cid-u2WUVNJdYX H3 {
  text-align: center;
}
.cid-u2WU4sxpeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u2WU4sxpeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WU4sxpeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WU4sxpeh .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-u2WU4sxpeh .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u2WU4sxpeh .title-wrapper {
    padding: 80px 0;
  }
}
.cid-u2WU4sxpeh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2WU4sxpeh .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2WU4sxpeh .image-wrapper {
  position: relative;
}
.cid-u2WU4sxpeh .image-wrapper img {
  object-fit: cover;
}
.cid-u2WU4sxpeh .image-wrapper img:first-child {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-u2WU4sxpeh .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-u2WU4sxpeh .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-u2WU4sxpeh .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-u2WU4sxpeh .image-wrapper img:last-child {
    display: none;
  }
}
.cid-u2WU4sxpeh .mbr-section-title {
  color: #000000;
}
.cid-u2WU4sxpeh .mbr-text {
  color: #ffffff;
}
.cid-u2WU4sxpeh .mbr-section-title,
.cid-u2WU4sxpeh .mbr-section-btn {
  color: #ffffff;
}
.cid-u3cQw56z9l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dc07fc;
}
@media (max-width: 767px) {
  .cid-u3cQw56z9l .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-u3cQw56z9l .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u3cQw56z9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3cQw56z9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3cQw56z9l .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3cQw56z9l .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u2WEFI2Hy8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
}
.cid-u2WEFI2Hy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WEFI2Hy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2WEFI2Hy8 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2WEFI2Hy8 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u2WEFI2Hy8 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u2WEFI2Hy8 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u2WEFI2Hy8 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u2WEFI2Hy8 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2WEFI2Hy8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2WEFI2Hy8 .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u2WEFI2Hy8 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u2WEFI2Hy8 .card-row {
  align-items: stretch;
}
.cid-u2WEFI2Hy8 .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u2WEFI2Hy8 .item {
    margin-top: 50px;
  }
}
.cid-u2WEFI2Hy8 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u2WEFI2Hy8 .item-wrapper:hover .card-bg {
  opacity: 0.1;
}
.cid-u2WEFI2Hy8 .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u2WEFI2Hy8 .item-wrapper:hover .card-title {
  color: #dc07fc !important;
}
.cid-u2WEFI2Hy8 .item-wrapper:hover .card-text {
  color: #dc07fc !important;
}
.cid-u2WEFI2Hy8 .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-u2WEFI2Hy8 .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u2WEFI2Hy8 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2WEFI2Hy8 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u2WEFI2Hy8 .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u2WEFI2Hy8 .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u2WEFI2Hy8 .mbr-section-btn {
    width: auto;
  }
  .cid-u2WEFI2Hy8 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u2WEFI2Hy8 .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u2WEFI2Hy8 .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u2WEFI2Hy8 .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u2WEFI2Hy8 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u2WGU1ZsZs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
}
.cid-u2WGU1ZsZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WGU1ZsZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2WGU1ZsZs .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2WGU1ZsZs .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u2WGU1ZsZs .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u2WGU1ZsZs .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u2WGU1ZsZs .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u2WGU1ZsZs .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2WGU1ZsZs .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2WGU1ZsZs .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u2WGU1ZsZs .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u2WGU1ZsZs .card-row {
  align-items: stretch;
}
.cid-u2WGU1ZsZs .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u2WGU1ZsZs .item {
    margin-top: 50px;
  }
}
.cid-u2WGU1ZsZs .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u2WGU1ZsZs .item-wrapper:hover .card-bg {
  opacity: 0.1;
}
.cid-u2WGU1ZsZs .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u2WGU1ZsZs .item-wrapper:hover .card-title {
  color: #ff014e !important;
}
.cid-u2WGU1ZsZs .item-wrapper:hover .card-text {
  color: #ff014e !important;
}
.cid-u2WGU1ZsZs .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-u2WGU1ZsZs .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u2WGU1ZsZs .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2WGU1ZsZs .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u2WGU1ZsZs .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u2WGU1ZsZs .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u2WGU1ZsZs .mbr-section-btn {
    width: auto;
  }
  .cid-u2WGU1ZsZs .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u2WGU1ZsZs .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u2WGU1ZsZs .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u2WGU1ZsZs .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u2WGU1ZsZs .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u2WJca0ayb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
}
.cid-u2WJca0ayb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WJca0ayb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2WJca0ayb .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2WJca0ayb .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u2WJca0ayb .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u2WJca0ayb .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u2WJca0ayb .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u2WJca0ayb .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2WJca0ayb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2WJca0ayb .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u2WJca0ayb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u2WJca0ayb .card-row {
  align-items: stretch;
}
.cid-u2WJca0ayb .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u2WJca0ayb .item {
    margin-top: 50px;
  }
}
.cid-u2WJca0ayb .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u2WJca0ayb .item-wrapper:hover .card-bg {
  opacity: 0.1;
}
.cid-u2WJca0ayb .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u2WJca0ayb .item-wrapper:hover .card-title {
  color: #ff014e !important;
}
.cid-u2WJca0ayb .item-wrapper:hover .card-text {
  color: #ff014e !important;
}
.cid-u2WJca0ayb .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-u2WJca0ayb .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u2WJca0ayb .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2WJca0ayb .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u2WJca0ayb .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u2WJca0ayb .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u2WJca0ayb .mbr-section-btn {
    width: auto;
  }
  .cid-u2WJca0ayb .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u2WJca0ayb .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u2WJca0ayb .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u2WJca0ayb .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u2WJca0ayb .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u9fzXDSMez {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #2f2f2f;
}
.cid-u9fzXDSMez .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9fzXDSMez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u9fzXDSMez .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u9fzXDSMez .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u9fzXDSMez .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u9fzXDSMez .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u9fzXDSMez .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u9fzXDSMez .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u9fzXDSMez .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u9fzXDSMez .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u9fzXDSMez .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u9fzXDSMez .card-row {
  align-items: stretch;
}
.cid-u9fzXDSMez .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u9fzXDSMez .item {
    margin-top: 50px;
  }
}
.cid-u9fzXDSMez .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u9fzXDSMez .item-wrapper:hover .card-bg {
  opacity: 0.1;
}
.cid-u9fzXDSMez .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u9fzXDSMez .item-wrapper:hover .card-title {
  color: #ff014e !important;
}
.cid-u9fzXDSMez .item-wrapper:hover .card-text {
  color: #ff014e !important;
}
.cid-u9fzXDSMez .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-u9fzXDSMez .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u9fzXDSMez .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9fzXDSMez .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u9fzXDSMez .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u9fzXDSMez .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u9fzXDSMez .mbr-section-btn {
    width: auto;
  }
  .cid-u9fzXDSMez .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u9fzXDSMez .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u9fzXDSMez .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u9fzXDSMez .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u9fzXDSMez .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u3cTJFRykA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dc07fc;
}
@media (max-width: 767px) {
  .cid-u3cTJFRykA .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-u3cTJFRykA .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u3cTJFRykA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3cTJFRykA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3cTJFRykA .mbr-section-title {
  text-align: center;
}
.cid-u3cTJFRykA .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u3e1sY7daA {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u3e1sY7daA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3e1sY7daA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3e1sY7daA .row {
  flex-direction: row-reverse;
}
.cid-u3e1sY7daA .mbr-description {
  color: #ffffff;
}
.cid-u2WHLBy4Lo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u2WHLBy4Lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WHLBy4Lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WHLBy4Lo .row {
  flex-direction: row-reverse;
}
.cid-u2WHLBy4Lo .mbr-description {
  color: #ffffff;
}
.cid-u2WKjOpQAN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u2WKjOpQAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WKjOpQAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WKjOpQAN .row {
  flex-direction: row-reverse;
}
.cid-u2WKjOpQAN .mbr-description {
  color: #ffffff;
}
.cid-u3e0EaeRZu {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #2f2f2f;
}
.cid-u3e0EaeRZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3e0EaeRZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3e0EaeRZu .row {
  flex-direction: row-reverse;
}
.cid-u3e0EaeRZu .mbr-description {
  color: #ffffff;
}
.cid-u3cTKxpU1U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dc07fc;
}
@media (max-width: 767px) {
  .cid-u3cTKxpU1U .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-u3cTKxpU1U .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u3cTKxpU1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3cTKxpU1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3cTKxpU1U .mbr-section-title {
  text-align: center;
}
.cid-u3cTKxpU1U .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u2XmiPBxtQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
}
.cid-u2XmiPBxtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XmiPBxtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2XmiPBxtQ .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2XmiPBxtQ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u2XmiPBxtQ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u2XmiPBxtQ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u2XmiPBxtQ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u2XmiPBxtQ .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2XmiPBxtQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2XmiPBxtQ .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u2XmiPBxtQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u2XmiPBxtQ .card-row {
  align-items: stretch;
}
.cid-u2XmiPBxtQ .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u2XmiPBxtQ .item {
    margin-top: 50px;
  }
}
.cid-u2XmiPBxtQ .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u2XmiPBxtQ .item-wrapper:hover .card-bg {
  opacity: 0;
}
.cid-u2XmiPBxtQ .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u2XmiPBxtQ .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u2XmiPBxtQ .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u2XmiPBxtQ .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-u2XmiPBxtQ .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u2XmiPBxtQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2XmiPBxtQ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u2XmiPBxtQ .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u2XmiPBxtQ .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u2XmiPBxtQ .mbr-section-btn {
    width: auto;
  }
  .cid-u2XmiPBxtQ .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u2XmiPBxtQ .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u2XmiPBxtQ .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u2XmiPBxtQ .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u2XmiPBxtQ .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u2XnCXtmHQ {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2f2f2f;
}
.cid-u2XnCXtmHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XnCXtmHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u2XnCXtmHQ .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2XnCXtmHQ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-u2XnCXtmHQ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-u2XnCXtmHQ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u2XnCXtmHQ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u2XnCXtmHQ .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2XnCXtmHQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2XnCXtmHQ .mbr-section-subtitle {
  color: #e000ff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u2XnCXtmHQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u2XnCXtmHQ .card-row {
  align-items: stretch;
}
.cid-u2XnCXtmHQ .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-u2XnCXtmHQ .item {
    margin-top: 50px;
  }
}
.cid-u2XnCXtmHQ .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-u2XnCXtmHQ .item-wrapper:hover .card-bg {
  opacity: 0;
}
.cid-u2XnCXtmHQ .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-u2XnCXtmHQ .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u2XnCXtmHQ .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u2XnCXtmHQ .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-u2XnCXtmHQ .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-u2XnCXtmHQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2XnCXtmHQ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-u2XnCXtmHQ .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-u2XnCXtmHQ .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-u2XnCXtmHQ .mbr-section-btn {
    width: auto;
  }
  .cid-u2XnCXtmHQ .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-u2XnCXtmHQ .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u2XnCXtmHQ .card-box {
    padding: 20px 10px 0;
  }
}
.cid-u2XnCXtmHQ .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-u2XnCXtmHQ .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-u2Xo3CJ3mf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
}
.cid-u2Xo3CJ3mf .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2Xo3CJ3mf .container {
    padding: 0 24px;
  }
}
.cid-u2Xo3CJ3mf .card {
  justify-content: center;
}
.cid-u2Xo3CJ3mf .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-u2Xo3CJ3mf .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-u2Xo3CJ3mf .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2Xo3CJ3mf .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u2Xo3CJ3mf .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u2Xo3CJ3mf .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-u2Xo3CJ3mf .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u2Xo3CJ3mf .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-u2Xo3CJ3mf .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-u2Xo3CJ3mf .mbr-section-title {
  color: #F9F6E0;
}
.cid-u2Xo3CJ3mf .mbr-desc {
  color: #ffffff;
}
.cid-u2Xo3CJ3mf .mbr-text {
  color: #F9F6E0;
}
.cid-u2Xo3CJ3mf .mbr-section-btn {
  text-align: right;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u8XqF3PBNx {
  display: flex;
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpeg");
}
.cid-u8XqF3PBNx .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-u8XqF3PBNx .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8XqF3PBNx {
    align-items: center;
  }
  .cid-u8XqF3PBNx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8XqF3PBNx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8XqF3PBNx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8XqF3PBNx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8XqF3PBNx .content-wrap {
    width: 100%;
  }
}
.cid-u8XqF3PBNx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u8XqF3PBNx .mbr-text,
.cid-u8XqF3PBNx .mbr-section-btn {
  text-align: center;
}
.cid-u36WN6PzxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u36WN6PzxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36WN6PzxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36WN6PzxP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u36WN6PzxP .mbr-section-title {
  color: #dc07fc;
}
.cid-u36WN6PzxP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u36WN6PzxP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u36WN6PzxP .card-row {
  align-items: stretch;
}
.cid-u36WN6PzxP .card {
  margin-top: 30px;
}
.cid-u36WN6PzxP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u36WN6PzxP .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u36WN6PzxP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u36WN6PzxP .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u36WN6PzxP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u36WN6PzxP .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u36WN6PzxP .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u36WN6PzxP .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u36WN6PzxP .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u36WN6PzxP .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u36WN6PzxP .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u36XfGTBbD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u36XfGTBbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36XfGTBbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36XfGTBbD .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u36XfGTBbD .mbr-section-title {
  color: #FF014E;
}
.cid-u36XfGTBbD .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u36XfGTBbD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u36XfGTBbD .card-row {
  align-items: stretch;
}
.cid-u36XfGTBbD .card {
  margin-top: 30px;
}
.cid-u36XfGTBbD .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u36XfGTBbD .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u36XfGTBbD .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u36XfGTBbD .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u36XfGTBbD .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u36XfGTBbD .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u36XfGTBbD .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u36XfGTBbD .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u36XfGTBbD .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u36XfGTBbD .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u36XfGTBbD .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u36XKwCP79 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u36XKwCP79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36XKwCP79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36XKwCP79 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u36XKwCP79 .mbr-section-title {
  color: #FF014E;
}
.cid-u36XKwCP79 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u36XKwCP79 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u36XKwCP79 .card-row {
  align-items: stretch;
}
.cid-u36XKwCP79 .card {
  margin-top: 30px;
}
.cid-u36XKwCP79 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u36XKwCP79 .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u36XKwCP79 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u36XKwCP79 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u36XKwCP79 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u36XKwCP79 .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u36XKwCP79 .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u36XKwCP79 .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u36XKwCP79 .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u36XKwCP79 .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u36XKwCP79 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u8Xr78DZTq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u8Xr78DZTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Xr78DZTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Xr78DZTq .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u8Xr78DZTq .mbr-section-title {
  color: #FF014E;
}
.cid-u8Xr78DZTq .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u8Xr78DZTq .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u8Xr78DZTq .card-row {
  align-items: stretch;
}
.cid-u8Xr78DZTq .card {
  margin-top: 30px;
}
.cid-u8Xr78DZTq .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u8Xr78DZTq .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u8Xr78DZTq .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u8Xr78DZTq .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u8Xr78DZTq .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u8Xr78DZTq .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u8Xr78DZTq .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u8Xr78DZTq .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8Xr78DZTq .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u8Xr78DZTq .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u8Xr78DZTq .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u94xb13XT2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u94xb13XT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94xb13XT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94xb13XT2 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u94xb13XT2 .mbr-section-title {
  color: #FF014E;
}
.cid-u94xb13XT2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u94xb13XT2 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u94xb13XT2 .card-row {
  align-items: stretch;
}
.cid-u94xb13XT2 .card {
  margin-top: 30px;
}
.cid-u94xb13XT2 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u94xb13XT2 .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u94xb13XT2 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u94xb13XT2 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u94xb13XT2 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u94xb13XT2 .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u94xb13XT2 .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u94xb13XT2 .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u94xb13XT2 .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u94xb13XT2 .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u94xb13XT2 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u98bCOYPMm {
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u98bCOYPMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98bCOYPMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u98bCOYPMm .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u98bCOYPMm .mbr-section-title {
  color: #FF014E;
}
.cid-u98bCOYPMm .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u98bCOYPMm .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-u98bCOYPMm .card-row {
  align-items: stretch;
}
.cid-u98bCOYPMm .card {
  margin-top: 30px;
}
.cid-u98bCOYPMm .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-u98bCOYPMm .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-u98bCOYPMm .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u98bCOYPMm .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u98bCOYPMm .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-u98bCOYPMm .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-u98bCOYPMm .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-u98bCOYPMm .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u98bCOYPMm .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u98bCOYPMm .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u98bCOYPMm .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u2c7lXMfJO {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-u2c7lXMfJO .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-u2c7lXMfJO .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u2c7lXMfJO {
    align-items: center;
  }
  .cid-u2c7lXMfJO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2c7lXMfJO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2c7lXMfJO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2c7lXMfJO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2c7lXMfJO .content-wrap {
    width: 100%;
  }
}
.cid-u2c7lXMfJO .mbr-section-title {
  text-align: center;
}
.cid-u2c7lXMfJO .mbr-text,
.cid-u2c7lXMfJO .mbr-section-btn {
  text-align: center;
}
.cid-uahbhBd1Nw {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  .cid-uahbhBd1Nw .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uahbhBd1Nw .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uahbhBd1Nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uahbhBd1Nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uahbhBd1Nw .mbr-section-title {
  text-align: center;
}
.cid-uahbhBd1Nw .mbr-text {
  text-align: center;
  color: #dc07fc;
}
.cid-uagYyGLWAO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-uagYyGLWAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uagYyGLWAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uagYyGLWAO .container {
    padding: 0 16px;
  }
}
.cid-uagYyGLWAO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uagYyGLWAO .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uagYyGLWAO .content-wrapper {
  margin-bottom: 80px;
}
.cid-uagYyGLWAO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uagYyGLWAO .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uagYyGLWAO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uagYyGLWAO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uagYyGLWAO .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uagYyGLWAO .item .item-wrapper {
  background-color: #232323;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uagYyGLWAO .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ffffff;
}
.cid-uagYyGLWAO .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uagYyGLWAO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uagYyGLWAO .mbr-text,
.cid-uagYyGLWAO .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uagYyGLWAO .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uagYyGLWAO .item-title {
  color: #e000ff;
  text-align: center;
}
.cid-uagYyGLWAO .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uagYyGLWAO .mbr-list-title {
  color: #ffffff;
}
.cid-uagYyGLWAO .list {
  color: #000000;
}
.cid-uagYyGLWAO .list,
.cid-uagYyGLWAO .item-wrap {
  color: #ffffff;
}
.cid-u30BYQU2xZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u30BYQU2xZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30BYQU2xZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30BYQU2xZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u30BYQU2xZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u30BYQU2xZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u30BYQU2xZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u30BYQU2xZ .container {
    padding: 0 16px;
  }
}
.cid-u30BYQU2xZ .row {
  justify-content: center;
}
.cid-u30BYQU2xZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u30BYQU2xZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u30BYQU2xZ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-u30BYQU2xZ .panel-group .card {
  border-bottom: 1px solid #e000ff;
  border-radius: 0 !important;
}
.cid-u30BYQU2xZ .panel-group .card:first-child {
  border-top: 1px solid #e000ff;
}
.cid-u30BYQU2xZ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u30BYQU2xZ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-u30BYQU2xZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u30BYQU2xZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u30BYQU2xZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u30BYQU2xZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-u30BYQU2xZ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u30BYQU2xZ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-u30BYQU2xZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u30BYQU2xZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u30BYQU2xZ .panel-title {
  color: #000000;
}
.cid-u30BYQU2xZ .panel-text {
  color: #ffffff;
}
.cid-u30BYQU2xZ .panel-title-edit {
  text-align: left;
  color: #ffffff;
}
.cid-u2c76ggXqo {
  padding-top: 7rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #2c2c2c;
}
.cid-u2c76ggXqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2c76ggXqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2c76ggXqo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2c76ggXqo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2c76ggXqo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2c76ggXqo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2c76ggXqo .container {
    padding: 0 12px;
  }
}
.cid-u2c76ggXqo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2c76ggXqo .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u2c76ggXqo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2c76ggXqo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2c76ggXqo .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2c76ggXqo .mbr-text {
  color: #fef8f5;
  text-align: center;
}
.cid-u2c76ggXqo .mbr-section-title,
.cid-u2c76ggXqo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u3efkkI5wU {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-u3efkkI5wU .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-u3efkkI5wU .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u3efkkI5wU {
    align-items: center;
  }
  .cid-u3efkkI5wU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3efkkI5wU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3efkkI5wU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3efkkI5wU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3efkkI5wU .content-wrap {
    width: 100%;
  }
}
.cid-u3efkkI5wU .mbr-section-title {
  text-align: center;
}
.cid-u3efkkI5wU .mbr-text,
.cid-u3efkkI5wU .mbr-section-btn {
  text-align: center;
}
.cid-tYH3y78rgv {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #2c2c2c;
}
.cid-tYH3y78rgv .mbr-overlay {
  background-color: #2c2c2c;
  opacity: 0.4;
}
.cid-tYH3y78rgv .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-tYH3y78rgv .mbr-section-title {
  color: #f6f6ef;
}
.cid-tYH3y78rgv .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tYH3y78rgv .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-tYH3y78rgv .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tYH3y78rgv form {
  width: 100%;
}
.cid-tYH3y78rgv form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tYH3y78rgv form p {
  color: #f6f6ef;
}
.cid-tYH3y78rgv form .mbr-section-btn {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-tYH3y78rgv form .mbr-section-btn .btn {
  min-width: 150px;
  min-height: 40px;
  padding: 6px 12px;
}
.cid-tYH3y78rgv form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.cid-tYH3y78rgv form .form-control {
  height: 40px;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #181817;
  font-weight: 400;
}
.cid-tYH3y78rgv form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form select {
  color: #bbbbbb !important;
}
.cid-tYH3y78rgv form textarea {
  height: 200px !important;
  resize: none;
}
.cid-tYH3y78rgv form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tYH3y78rgv form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tYH3y78rgv form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tYH3y78rgv form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tYH3y78rgv form input,
.cid-tYH3y78rgv form textarea {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cid-tYH3y78rgv form input:active,
.cid-tYH3y78rgv form textarea:active,
.cid-tYH3y78rgv form input:focus,
.cid-tYH3y78rgv form textarea:focus {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  outline: none !important;
  outline-offset: -1px;
  box-shadow: 0 0 5px #cacaca !important;
}
.cid-tYH3y78rgv form input:active::-webkit-input-placeholder,
.cid-tYH3y78rgv form textarea:active::-webkit-input-placeholder,
.cid-tYH3y78rgv form input:focus::-webkit-input-placeholder,
.cid-tYH3y78rgv form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form input:active::-moz-placeholder,
.cid-tYH3y78rgv form textarea:active::-moz-placeholder,
.cid-tYH3y78rgv form input:focus::-moz-placeholder,
.cid-tYH3y78rgv form textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form input:active:-moz-placeholder,
.cid-tYH3y78rgv form textarea:active:-moz-placeholder,
.cid-tYH3y78rgv form input:focus:-moz-placeholder,
.cid-tYH3y78rgv form textarea:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form input:active:-ms-input-placeholder,
.cid-tYH3y78rgv form textarea:active:-ms-input-placeholder,
.cid-tYH3y78rgv form input:focus:-ms-input-placeholder,
.cid-tYH3y78rgv form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tYH3y78rgv form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tYH3y78rgv form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tYH3y78rgv form label {
  width: 100%;
  color: #f6f6ef;
  margin-bottom: 0.4rem;
}
.cid-tYH3y78rgv form .form-check-input {
  border-color: #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tYH3y78rgv form .form-check-input:focus,
.cid-tYH3y78rgv form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #181817 !important;
}
.cid-tYH3y78rgv form .form-check-input:checked {
  border-color: #181817 !important;
  background-color: #FACB1D !important;
}
.cid-uaFzU19Ofx {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #2c2c2c;
}
.cid-uaFzU19Ofx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaFzU19Ofx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaFzU19Ofx .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uaFzU19Ofx .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uaFzU19Ofx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaFzU19Ofx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaFzU19Ofx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaFzU19Ofx .content-head {
  max-width: 800px;
}
.cid-uaFzU19Ofx .mbr-section-title {
  color: #ffffff;
}
.cid-uaFzU19Ofx .mbr-section-subtitle {
  color: #e000ff;
}
.cid-tYH3pCVkP2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #2c2c2c;
}
.cid-tYH3pCVkP2 .row {
  align-items: center;
}
.cid-tYH3pCVkP2 .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tYH3pCVkP2 .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-tYH3pCVkP2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tYH3pCVkP2 .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tYH3pCVkP2 .label-text {
  width: 100%;
  color: #e000ff;
  margin-bottom: 0;
}
.cid-tYH3pCVkP2 .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-tYH3pCVkP2 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tYH3pCVkP2 .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tYH3pCVkP2 .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-tYH3pCVkP2 .iconfont-wrapper {
  color: #ffffff !important;
}
.cid-tYH3pCVkP2 .iconfont-wrapper:hover {
  color: #e000ff !important;
}
.cid-tYH3pCVkP2 .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-tYH3pCVkP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYH3pCVkP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYH3pCVkP2 .mbr-text,
.cid-tYH3pCVkP2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYH3pCVkP2 .contacts-text,
.cid-tYH3pCVkP2 .icons-menu {
  color: #ffffff;
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: relative !important;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  position: absolute !important;
}
.cid-tWyCKHTrLn .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;
}
.cid-tWyCKHTrLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWyCKHTrLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWyCKHTrLn .dropdown-item:hover,
.cid-tWyCKHTrLn .dropdown-item:focus {
  background: #e000ff !important;
  color: white !important;
}
.cid-tWyCKHTrLn .dropdown-item:hover span {
  color: white;
}
.cid-tWyCKHTrLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWyCKHTrLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWyCKHTrLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWyCKHTrLn .nav-link {
  position: relative;
}
.cid-tWyCKHTrLn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWyCKHTrLn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown-menu,
.cid-tWyCKHTrLn .navbar.opened {
  background: #000000 !important;
}
.cid-tWyCKHTrLn .nav-item:focus,
.cid-tWyCKHTrLn .nav-link:focus {
  outline: none;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWyCKHTrLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWyCKHTrLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWyCKHTrLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWyCKHTrLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-tWyCKHTrLn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWyCKHTrLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWyCKHTrLn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWyCKHTrLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar.collapsed {
  justify-content: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWyCKHTrLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWyCKHTrLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWyCKHTrLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWyCKHTrLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWyCKHTrLn .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-tWyCKHTrLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWyCKHTrLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWyCKHTrLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWyCKHTrLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWyCKHTrLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWyCKHTrLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWyCKHTrLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWyCKHTrLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWyCKHTrLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWyCKHTrLn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tWyCKHTrLn .dropdown-item.active,
.cid-tWyCKHTrLn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWyCKHTrLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWyCKHTrLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWyCKHTrLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWyCKHTrLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWyCKHTrLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWyCKHTrLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e000ff;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWyCKHTrLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWyCKHTrLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWyCKHTrLn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tWyCKHTrLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tWyCKHTrLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWyCKHTrLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWyCKHTrLn .navbar {
    height: 70px;
  }
  .cid-tWyCKHTrLn .navbar.opened {
    height: auto;
  }
  .cid-tWyCKHTrLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWyCKHTrLn .container,
.cid-tWyCKHTrLn .container-fluid {
  flex-wrap: wrap;
}
.cid-tWyCKHTrLn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tWyCKHTrLn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tWyCKHTrLn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWyCKHTrLn .contacts-menu {
    display: none;
  }
}
.cid-tWyCKHTrLn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tWyCKHTrLn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #e000ff;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tWyCKHTrLn .icon-box:hover {
  transform: scale(1.1);
}
.cid-tWyCKHTrLn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tWyCKHTrLn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tWyCKHTrLn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn-black {
  color: #e000ff !important;
}
@media (max-width: 577px) {
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWyCKHTrLn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tWyCKHTrLn .navbar-collapse .nav-link:hover {
  color: #e000ff !important;
}
.cid-tWyCKHTrLn .card-title {
  color: #ffffff;
}
.cid-tWyCKHTrLn .card-text {
  color: #ffffff;
}
.cid-u31Wef7zVG {
  padding-top: 12rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #2f2f2f;
}
.cid-u31Wef7zVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u31Wef7zVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u31Wef7zVG .container {
    padding: 0 24px;
  }
}
.cid-u31Wef7zVG .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-u31Wef7zVG .content-wrapper {
    padding: 0;
  }
}
.cid-u31Wef7zVG .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u31Wef7zVG .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-u31Wef7zVG .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-u31Wef7zVG .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-u31Wef7zVG .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-u31Wef7zVG .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.cid-u31Wef7zVG .mbr-section-title {
  color: #141414;
}
.cid-u31Wef7zVG .mbr-desc {
  color: #141414;
}
.cid-u31Wef7zVG .mbr-text {
  color: #141414;
}
.cid-u32swvqvFS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-u32swvqvFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u32swvqvFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u32swvqvFS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .container {
    padding: 0 24px;
  }
}
.cid-u32swvqvFS .image-wrapper {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u32swvqvFS .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .image-wrapper img {
    height: 350px;
  }
}
.cid-u32swvqvFS .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .content-wrapper {
    padding: 0;
  }
}
.cid-u32swvqvFS .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u32swvqvFS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u32swvqvFS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u32swvqvFS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #dc07fc;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #dc07fc;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u32swvqvFS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-u32swvqvFS .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: #ffffff;
  background-color: #dc07fc;
}
.cid-u32swvqvFS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u32swvqvFS .mbr-section-title {
  color: #ffffff;
}
.cid-u32swvqvFS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u32swvqvFS .card-text {
  color: #ffffff;
}
.cid-u31YoabeBx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2f2f2f;
  overflow: hidden;
}
.cid-u31YoabeBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u31YoabeBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u31YoabeBx .row {
  row-gap: 50px;
}
.cid-u31YoabeBx .text-wrap {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1439px) {
  .cid-u31YoabeBx .text-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-u31YoabeBx .text-wrap {
    padding: 0;
  }
}
.cid-u31YoabeBx .mbr-section-title {
  color: #ffffff;
}
.cid-u31YoabeBx .mbr-text {
  color: #ffffff;
  margin-top: 16px;
}
.cid-u31YoabeBx .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
.cid-u31YoabeBx .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u31YoabeBx .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-u31YoabeBx .line-text {
  color: #ffffff;
  margin-right: auto;
  max-width: 50%;
}
.cid-u31YoabeBx .line-number {
  color: #ffffff;
  margin-left: auto;
  max-width: 40%;
}
.cid-u31YoabeBx .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-u31YoabeBx .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #dc07fc;
}
.cid-u31YoabeBx .line-item-1 .line-number:before {
  content: "96";
}
.cid-u31YoabeBx .line-item-1 .line-active {
  width: 96%;
}
.cid-u31YoabeBx .line-item-2 .line-number:before {
  content: "91";
}
.cid-u31YoabeBx .line-item-2 .line-active {
  width: 91%;
}
.cid-u31YoabeBx .line-item-3 .line-number:before {
  content: "87";
}
.cid-u31YoabeBx .line-item-3 .line-active {
  width: 87%;
}
.cid-u32IOzCkdG {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #2f2f2f;
}
.cid-u32IOzCkdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u32IOzCkdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u32IOzCkdG .text-wrap {
  width: 100%;
}
.cid-u32IOzCkdG .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u32IOzCkdG .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u32IOzCkdG .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u32IOzCkdG .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u32IOzCkdG .item-row {
  row-gap: 50px;
}
.cid-u32IOzCkdG .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-u32IOzCkdG .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-u32IOzCkdG .img-box img {
  width: 100%;
  height: auto;
}
.cid-u32IOzCkdG .item-title {
  width: 100%;
  margin: 0;
  color: #987A5A;
}
.cid-u32IOzCkdG .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u32IOzCkdG .item-text {
    margin: 16px 0 0;
  }
}
.cid-u32IOzCkdG .mbr-section-btn {
  margin-top: 20px;
}
.cid-u32IOzCkdG .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-u32Ber16Ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1d1a;
}
.cid-u32Ber16Ev img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-u32Ber16Ev .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-u32Ber16Ev .brand {
  display: flex;
  justify-content: center;
}
.cid-u32Ber16Ev .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-u32Ber16Ev .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-u32Ber16Ev .row-main {
    flex-direction: column;
  }
  .cid-u32Ber16Ev .col-auto {
    margin-bottom: 10px;
  }
  .cid-u32Ber16Ev .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-u32Ber16Ev .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-u32Ber16Ev .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u32Ber16Ev .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-u32IIYKmjZ {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #2f2f2f;
}
.cid-u32IIYKmjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u32IIYKmjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u32IIYKmjZ .row {
    padding: 0 13px;
  }
}
.cid-u32IIYKmjZ .title-wrapper {
  margin-bottom: 64px;
}
.cid-u32IIYKmjZ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u32IIYKmjZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u32IIYKmjZ .card-wrapper {
  margin-bottom: 42px;
}
.cid-u32IIYKmjZ .card-wrapper .card-title_1,
.cid-u32IIYKmjZ .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-u32IIYKmjZ .card-wrapper .card-text_1,
.cid-u32IIYKmjZ .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-u32IIYKmjZ .card-wrapper .card-title_1,
  .cid-u32IIYKmjZ .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-u32IIYKmjZ .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u32IIYKmjZ .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-u32IIYKmjZ .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-u32IIYKmjZ .image-wrap .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-u32IIYKmjZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u32IIYKmjZ .mbr-text {
  color: #e000ff;
  text-align: center;
}
.cid-u32IIYKmjZ .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-u32IIYKmjZ .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-u32IIYKmjZ .card-title_2 {
  color: #ffffff;
}
.cid-u32IIYKmjZ .card-text_2 {
  color: #b6b6b6;
}
.cid-u32pPSKK5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1d1a;
  overflow: hidden;
}
.cid-u32pPSKK5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u32pPSKK5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u32pPSKK5z .row {
  justify-content: center;
}
.cid-u32pPSKK5z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .container {
    padding: 0 15px;
  }
}
.cid-u32pPSKK5z .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u32pPSKK5z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u32pPSKK5z .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .items-wrapper {
    display: block;
  }
}
.cid-u32pPSKK5z .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-u32pPSKK5z .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-u32pPSKK5z .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: #e000ff;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-u32pPSKK5z .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-u32pPSKK5z .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-u32pPSKK5z .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #dc07fc;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-u32pPSKK5z .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-u32pPSKK5z .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u32pPSKK5z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u32pPSKK5z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u32pPSKK5z .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u32pPSKK5z .item-text {
  color: #d2d2df;
}
.cid-u32pPSKK5z .item-text,
.cid-u32pPSKK5z .icon-wrapper {
  text-align: center;
}
.cid-u38zufBoWM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u38zufBoWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38zufBoWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38zufBoWM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u38zufBoWM .mbr-section-title {
  color: #ffffff;
}
.cid-u38zufBoWM .mbr-section-subtitle {
  color: #dc07fc;
}
.cid-u38zufBoWM .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-u38zufBoWM .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-u38zufBoWM .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-u38zufBoWM .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-u38zufBoWM .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u38zufBoWM .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-u38zufBoWM .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-u38zufBoWM .card-title-2 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-u38zufBoWM .card-subtitle-1 {
  color: #ffffff;
}
.cid-u38zufBoWM .card-subtitle-2 {
  color: #ffffff;
}
.cid-u38zufBoWM .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-u38zufBoWM .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u38zufBoWM .mbr-section-btn {
  margin-top: 14px;
}
.cid-u38zufBoWM .card-1 .card-wrap {
  background-image: url("../../../assets/images/5817155-1-1080x808.png");
}
.cid-u38zufBoWM .card-2 .card-wrap {
  background-image: url("../../../assets/images/6212166-1-1080x808.png");
}
.cid-u38zufBoWM .card-text-1,
.cid-u38zufBoWM .mbr-section-btn-1 {
  color: #ffffff;
}
.cid-u38zufBoWM .card-text-2,
.cid-u38zufBoWM .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-u3bVrTMku3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2f2f2f;
}
.cid-u3bVrTMku3 img {
  width: 100%;
}
.cid-u3bVrTMku3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e000ff;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u3bVrTMku3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u3bVrTMku3 .main-title {
  color: #ffffff;
}
.cid-u3bVrTMku3 .mbr-section-subtitle {
  color: #e000ff;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-u3bVrTMku3 .mbr-text {
  color: #606060;
}
.cid-u3bVrTMku3 .cards .card {
  margin-bottom: 34px;
}
.cid-u3bVrTMku3 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-u3bVrTMku3 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-u3bVrTMku3 .card {
    text-align: left;
  }
  .cid-u3bVrTMku3 .card .card-title {
    text-align: left;
  }
}
.cid-u3bVrTMku3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3bVrTMku3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3bVrTMku3 .cards .card .card-title {
  color: #ffffff;
}
.cid-u3bVrTMku3 .cards .card .mbr-text,
.cid-u3bVrTMku3 .mbr-section-btn {
  color: #ffffff;
}
.cid-u3bVrTMku3 .badge,
.cid-u3bVrTMku3 .badge_wrap {
  color: #ffffff;
}
.cid-u2UTbQrxL8 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-u2UTbQrxL8 .row {
  justify-content: center;
}
.cid-u2UTbQrxL8 .col-title {
  margin-bottom: 2.5rem;
}
.cid-u2UTbQrxL8 .mbr-section-title {
  color: #ffffff;
}
.cid-u2UTbQrxL8 .mbr-section-subtitle {
  color: #dc07fc;
  margin-top: 1rem;
}
.cid-u2UTbQrxL8 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-u2UTbQrxL8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u2UTbQrxL8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u2UTbQrxL8 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-u2UTbQrxL8 .card {
    min-height: 345px;
  }
}
.cid-u2UTbQrxL8 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u2UTbQrxL8 .card:hover .card-title {
  text-decoration: underline;
}
.cid-u2UTbQrxL8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u2UTbQrxL8 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-u2UTbQrxL8 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u2UTbQrxL8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u2UTbQrxL8 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u2UTbQrxL8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-u2UTbQrxL8 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u2UTbQrxL8 .card-title-1 {
  color: #ffffff;
}
.cid-u32gR9Xiom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
}
.cid-u32gR9Xiom .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e000ff;
  margin-bottom: 2rem;
}
.cid-u32gR9Xiom a {
  color: #e000ff;
}
.cid-u32gR9Xiom .big-number {
  font-size: 120px;
  color: #e000ff;
  display: inline;
  position: relative;
}
.cid-u32gR9Xiom .plus {
  font-size: 40px;
  color: #e000ff;
  vertical-align: top;
  display: inline;
  position: absolute;
  top: 0px;
}
.cid-u32gR9Xiom .number-description {
  font-size: 22px;
  color: #ffffff;
  padding-top: 40px;
}
.cid-u32gR9Xiom .heading {
  color: #ffffff;
}
.cid-u32gR9Xiom .text-block {
  color: #ffffff;
}
.cid-u32gR9Xiom .mbr-section-title {
  color: #000000;
}
.cid-u32gR9Xiom .title {
  text-align: left;
  color: #ffffff;
}
.cid-u32gR9Xiom .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-u32gR9Xiom .card:hover {
  cursor: pointer;
}
.cid-u32gR9Xiom .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-u32gR9Xiom svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-u32gR9Xiom .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-u32gR9Xiom .main-heading {
  margin-bottom: 70px;
}
.cid-u32gR9Xiom .left-side {
  float: right;
  padding-right: 70px;
}
@media (max-width: 600px) {
  .cid-u32gR9Xiom .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
  .cid-u32gR9Xiom .left-side {
    float: none;
    padding-bottom: 20px;
  }
}
.cid-u3jhbExBz7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u3jhbExBz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhbExBz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhbExBz7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u3jhbExBz7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u3jhbExBz7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .container {
    max-width: 100%;
  }
  .cid-u3jhbExBz7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3jhbExBz7 .item-wrap {
  width: 100%;
}
.cid-u3jhbExBz7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo img {
  file: width: auto;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3jhbExBz7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3jhbExBz7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u3jhbExBz7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #232323, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u3jhbExBz7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-u3jhbExBz7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u3jhbExBz7 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-links {
    padding-top: 20px;
  }
}
.cid-u3jhbExBz7 .mbr-section-subtitle {
  color: #e000ff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-u3jhbExBz7 .list {
    text-align: center !important;
  }
}
.cid-u3jhbExBz7 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u3jhbExBz7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e000ff;
  transition: 0.4s all;
}
.cid-u3jhbExBz7 .list a:hover {
  color: #e000ff !important;
  line-height: inherit !important;
}
.cid-u3jhbExBz7 .list a:hover:before {
  width: 100%;
}
.cid-u3jhbExBz7 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u3jhbExBz7 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u3jhbExBz7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-u3jhbExBz7 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
