.ui__bg_gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE)) !important;
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%) !important;
}
.ui__bg_gradient--toRight {
  background: linear-gradient(87.39deg, #1C1133 -5.56%, #5553FE 156.81%);
}

* {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
}

ol li, ul li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

html, body {
  background: #fff;
}

.wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar {
  background: #fff;
}
.navbar-nav a {
  font-weight: 500;
}
.navbar .js__openMobileMenu {
  background: unset !important;
}
@media screen and (max-width: 1024px) {
  .navbar .collapse {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .collapse + button {
    display: none !important;
  }
}
.navbar .collapse + button + button {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .navbar .collapse + button + button {
    display: block !important;
  }
}

.mobile__menu {
  height: 100vh;
  background: #fff;
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
}
.mobile__menu .container {
  height: 100%;
}
.mobile__menu .container > .d-flex {
  padding: 20px;
  height: 100%;
}
.mobile__menu .container .js__closeMenu {
  background: unset;
}
.mobile__menu .container button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile__menu.openned {
  opacity: 1;
  pointer-events: auto;
}

.nav {
  height: 66px;
  border-bottom: 1px solid rgba(175, 190, 208, 0.2);
  padding-left: 35px;
  padding-right: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.nav__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav__search svg {
  stroke: #7F8BA5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.nav__search input {
  color: #1D2026;
}
.nav__item {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #FAFAFA;
  border: 1px solid rgba(175, 190, 208, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__item svg {
  fill: #1D2026;
}
.nav__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nav__item + * {
  margin-left: 10px;
}
.nav__item:hover {
  background: #F2F2F2;
}
.nav__item.haveNotification {
  position: relative;
}
.nav__item.haveNotification::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FC5B6F;
  position: absolute;
  top: 35%;
  right: 35%;
}

header {
  background: linear-gradient(106.8deg, #000000 2.69%, #5553FF 58.34%, #000000 105.9%), #000000;
  position: relative;
  margin-top: 73px;
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  header {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}
header .header__blur {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 70%;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 560px) {
  header .header__blur {
    width: 100%;
    height: 100%;
    max-width: unset;
    border-radius: 28px;
  }
}
header .border {
  border: unset !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 100%;
}
header .container {
  position: relative;
  padding-top: 172px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  header .container {
    padding-top: 68px;
  }
}
@media screen and (max-width: 560px) {
  header .container {
    padding-top: 20px;
  }
}
header .container > * {
  position: relative;
  z-index: 2;
}
header .container .align-items-stretch {
  padding-left: 25%;
}
@media screen and (max-width: 1200px) {
  header .container .align-items-stretch {
    padding-left: 0;
  }
}
header .container:last-child {
  padding-top: 36px;
  padding-bottom: 151px;
}
@media screen and (max-width: 1200px) {
  header .container:last-child {
    padding-bottom: 100px;
  }
}
header .container:last-child .align-items-stretch {
  padding-left: 25%;
}
@media screen and (max-width: 1200px) {
  header .container:last-child .align-items-stretch {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    padding-left: 0;
  }
}
header .container:last-child .align-items-stretch p {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 72px;
  max-width: 30%;
  min-width: 30%;
}
@media screen and (max-width: 1200px) {
  header .container:last-child .align-items-stretch p {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
header .container:last-child .align-items-stretch p + p {
  margin-left: 32px;
  color: #fff !important;
}
@media screen and (max-width: 1200px) {
  header .container:last-child .align-items-stretch p + p {
    margin-left: 0;
  }
}
header .container .header__img {
  position: absolute;
  top: 0px;
  right: -235px;
  width: 55%;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1400px) {
  header .container .header__img {
    height: 90%;
  }
}
@media screen and (max-width: 992px) {
  header .container .header__img {
    height: unset;
    width: 70%;
    bottom: -32px;
    top: unset;
  }
}
@media screen and (max-width: 560px) {
  header .container .header__img {
    width: 80%;
    right: -120px;
    bottom: 48px;
  }
}
header .container h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1200px) {
  header .container h1 {
    font-size: 48px;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  header .container h1 {
    font-size: 38px;
  }
}
header .container h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  header .container h2 {
    margin-bottom: 56px;
  }
}
header .container > p {
  max-width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  header .container > p {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  header .container > p {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  header .container > p {
    max-width: 100%;
  }
}
header .container button {
  font-weight: 600;
  margin-bottom: 151px;
}

.ctaJoin .container {
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.strategyPools__slider_slide {
  -webkit-box-shadow: 0px 6px 15px rgba(19, 33, 68, 0.06);
          box-shadow: 0px 6px 15px rgba(19, 33, 68, 0.06);
  border: 1px solid #F1F3F9;
}

.sevenPools .container {
  position: relative;
}
@media screen and (max-width: 997px) {
  .sevenPools .container {
    padding: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  .sevenPools .container > p {
    text-align: center !important;
  }
}
@media screen and (max-width: 1200px) {
  .sevenPools .container > p.ui__gradientText {
    font-size: 116px !important;
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container > p.ui__gradientText {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 1200px) {
  .sevenPools .container .mt-n6 {
    margin-top: -4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container .mt-n6 {
    margin-top: -2rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .sevenPools .container > .w-50, .sevenPools .container > .w-60 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .sevenPools .container > .w-50 > *, .sevenPools .container > .w-60 > * {
    text-align: center !important;
  }
}
@media screen and (max-width: 1400px) {
  .sevenPools .container .fs-190 {
    font-size: 156px !important;
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container .display-4 {
    font-size: calc(1.475rem + 0.7vw);
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container .mb-80 {
    margin-bottom: 32px !important;
  }
}
.sevenPools .container > * {
  position: relative;
  z-index: 2;
}
.sevenPools .container > img {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 344px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sevenPools .container > img {
    width: 190px;
    right: 15%;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .sevenPools .container > img {
    width: 144px;
    right: 19%;
    top: 7%;
  }
}
.sevenPools .container .ui__roundedButton {
  position: absolute;
  bottom: 152px;
  right: 152px;
}
@media screen and (max-width: 1200px) {
  .sevenPools .container .ui__roundedButton {
    bottom: 30px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.dashboardRegister {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .dashboardRegister .container {
    position: relative;
  }
  .dashboardRegister .container img {
    width: 100%;
    max-height: 352px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media screen and (max-width: 1200px) {
  .dashboardRegister .container > p {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .dashboardRegister .container > img {
    width: 200% !important;
    max-width: unset !important;
    position: absolute;
    top: 350px;
    left: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .buyMula .fs-64 {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 560px) {
  .buyMula .fs-64 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .buyMula img.w-100 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .buyMula .w-75 {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .benefits .w-50 {
    width: 100% !important;
  }
}

.footer {
  background-image: url(../assets/images/bg.png);
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}
@media screen and (max-width: 997px) {
  .footer .row .col-lg-6 + .col-lg-6 {
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 997px) {
  .footer .row .col-lg-4:nth-child(3) {
    margin-top: 20px;
  }
}

.loginPage {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .loginPage {
    padding: 16px !important;
  }
}
.loginPage > * {
  width: 100%;
  min-height: calc(100vh - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loginPage > * > .ui__bg_white {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loginPage > * > .ui__bg_white {
    padding: 20px !important;
  }
}

.customModal {
  z-index: 25;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.customModal.openned {
  opacity: 1;
  pointer-events: auto;
}

.dashboard {
  min-height: 100vh;
  max-width: 100% !important;
  position: relative;
}
.dashboard__aside {
  width: 248px;
  max-width: 248px;
  min-width: 248px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid rgba(175, 190, 208, 0.2);
}
@media screen and (max-width: 991.5px) {
  .dashboard__aside {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 30;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.dashboard__aside.openned {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: auto;
}
.dashboard__aside > * {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .dashboard__aside > * {
    padding-left: 16px;
  }
}
.dashboard__aside_footerLink {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.dashboard__aside_menuItem {
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard__aside_menuItem svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 11px;
}
.dashboard__aside_menuItem svg * {
  fill: #1D2026;
}
.dashboard__aside_menuItem:hover {
  background: #FAFAFA;
}
.dashboard__aside_menuItem.active {
  background: #FAFAFA;
  position: relative;
}
.dashboard__aside_menuItem.active::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE)) !important;
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%) !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
}
.dashboard__aside_menuItem.active span {
  font-weight: 600 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE));
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.dashboard__aside_menuItem.active svg * {
  fill: url("#lineargradient");
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  .main {
    max-width: calc(100% - 248px) !important;
  }
}

.section {
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 15px 8px;
  }
}
.section__card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #E1E1E1;
  background-color: #fff;
}
.section__card .toTop {
  background: #0CAC8C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 7px;
  padding-right: 7px;
}
.section__card .toBottom {
  background: #FC5B6F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 7px;
  padding-right: 7px;
}
.section__card .toBottom svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section__card .toNull {
  background: #FDA455;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 7px;
  padding-right: 7px;
}
.section__card .toNull svg {
  display: none;
}
.section__card_buttons > div > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section__card_buttons > div > * + * {
  margin-left: 9px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.text-green {
  color: #0CAC8C;
}

.text-lightenGray {
  color: #7F8BA5;
}

.ui__bgHover_lightenGray:hover {
  background: #FAFAFA;
}

.circle-48 {
  width: 48px;
  min-width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lh-1 {
  line-height: 1;
}

.h-41px {
  height: 41px;
}

.h-49 {
  height: 49%;
}

.h-32px {
  height: 32px;
}

.h-24px {
  height: 24px;
}

.w-60 {
  width: 60%;
}

.w-48px {
  width: 48px;
}

.w-30px {
  width: 30px;
}

.w-80px {
  width: 80px;
}

.w-48px-ratio {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.w-60px-ratio {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.w-36px-ratio {
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.w-32px-ratio {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.w-52px-ratio {
  width: 52px;
  min-width: 52px;
  height: 52px;
}

.w-16px-ratio {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.w-14px-ratio {
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.w-11px-ratio {
  width: 11px;
  min-width: 11px;
  height: 11px;
}

.w-24px-ratio {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.w-21px-ratio {
  width: 21px;
  min-width: 21px;
  height: 21px;
}

.w-svg-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.w-svg-17 {
  width: 17.5px;
  height: 17.5px;
  min-width: 17.5px;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.w-svg-8 {
  width: 8px;
  height: 8px;
  min-width: 8px;
  fill: transparent;
  stroke: transparent;
}

.w-svg-12 {
  width: 12px;
  height: 12px;
  min-width: 12px;
}

.mw-50 {
  max-width: 50%;
}

@media screen and (min-width: 1200px) {
  .mw-xl-100 {
    max-width: 100%;
  }
}

.mw-356px {
  max-width: 356px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.svg-fill-white {
  fill: #fff;
  stroke: transparent;
}

.svg-stroke-white {
  stroke: #fff;
  fill: transparent;
}

.svg-fill-gray {
  stroke: transparent;
  fill: #7F8BA5;
}
.svg-fill-gray:hover {
  fill: #1D2026;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-52 {
  padding-top: 52px;
}

.p-4-5 {
  padding: 32px;
}

.p-152 {
  padding: 152px;
}

.p-120 {
  padding: 120px;
}

.p-20 {
  padding: 20px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-190 {
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .pt-190 {
    padding-top: 100px;
  }
}

.pt-125 {
  padding-top: 125px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-190 {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  .mt-190 {
    margin-top: 100px;
  }
}

.mt-160 {
  margin-top: 160px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mb-05 {
  margin-bottom: 4px;
}

.mb-4-5 {
  margin-bottom: 32px;
}

.mb-3-4 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-n6 {
  margin-top: -6.25rem !important;
}

.mt-n1 {
  margin-top: -1.25rem !important;
}

.fs-7 {
  font-size: 0.875em !important;
}

@media screen and (max-width: 768px) {
  .fs-sm-7 {
    font-size: 0.875em !important;
  }
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

.fs-270 {
  font-size: 270px;
}

.fs-190 {
  font-size: 190px;
}

.fs-144 {
  font-size: 144px;
}

.fs-64 {
  font-size: 64px;
}

.fs-44 {
  font-size: 44px;
}

.fs-56 {
  font-size: 56px;
}

.fs-32 {
  font-size: 32px;
}

h2 {
  font-size: 56px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 36px;
  }
}

.lh-160 {
  line-height: 160%;
}

.rounded-28 {
  border-radius: 28px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-11 {
  border-radius: 11px;
}

.bg-lightenGray {
  background-color: #FAFAFA !important;
}

.bg-lightenViolet {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(67, 66, 172, 0.1)), to(rgba(67, 66, 172, 0.1))), #FFFFFF;
  background: linear-gradient(0deg, rgba(67, 66, 172, 0.1), rgba(67, 66, 172, 0.1)), #FFFFFF;
}

.border-lightenGray {
  border: 1px solid #E1E1E1;
}

.ui__dateWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #7F8BA5;
  white-space: nowrap;
  font-weight: 500;
}
.ui__dateWrapper span {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
}
.ui__dateWrapper:before, .ui__dateWrapper:after {
  content: "";
  display: block;
  height: 1px;
  background: #E1E1E1;
  width: 100%;
}

.head-label {
  background: #fff;
  border-radius: 5px;
  padding: 1px 10px;
}

.form-range {
  -webkit-appearance: none;
  height: 0.5rem;
  margin-top: 8px;
  border-radius: 20px;
}

.form-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE));
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
  margin-top: -6px;
  -webkit-appearance: none;
}

.form-range::-webkit-slider-runnable-track {
  background: rgba(127, 139, 165, 0.25);
  -webkit-appearance: none;
}

.form-range::-ms-fill-lower,
.form-range::-moz-range-progress,
.form-range::-ms-fill-upper,
.form-range::-moz-range-progress {
  background: red;
}

#registerNowModal .modal-content {
  padding: 36px 44px !important;
}
#registerNowModal .modal-content > * {
  padding: 0 !important;
}
#registerNowModal .modal-content .modal-header {
  margin-bottom: 8px;
  border: 0 !important;
}
#registerNowModal .modal-content .modal-header h5 {
  margin-top: 16px;
}
#registerNowModal .modal-dialog {
  max-width: 460px !important;
}

.form-control, .form-select {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  background-color: #FAFAFA !important;
  font-size: 14px !important;
  color: #1D2026;
}

textarea {
  min-height: 72px !important;
}

.form-check input[type="checkbox"] {
  border-radius: 2px !important;
  border: 1px solid #7F8BA5 !important;
}
.form-check label {
  color: #1D2026 !important;
  font-size: 14px;
}

.form-check-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE)) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), linear-gradient(180deg, #1C1133 0%, #5553FE 100%) !important;
}
.form-check-input[type='checkbox']:checked + .form-check-label {
  font-weight: 500 !important;
}

.form-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FAFAFA;
  font-weight: 500;
  font-size: 14px;
}

.btn-outline-secondary {
  border: 1px solid #E1E1E1;
  color: #1D2026;
  background: #FAFAFA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-secondary:hover {
  border: 1px solid #1D2026;
}

.delete-styles {
  border: 0 !important;
  background-color: transparent !important;
}

.checklist {
  min-width: 326px;
  max-height: 428px !important;
  width: 100%;
}
.checklist__body {
  max-height: 200px;
}
.checklist input[type="text"] {
  width: 100%;
}

.dropdown-menu {
  border-radius: 16px !important;
}

.checklist-notifications .vstack {
  overflow: auto;
  max-height: 70vh !important;
}
.checklist-notifications .haveNew {
  position: relative;
}
.checklist-notifications .haveNew .text-dark {
  font-weight: 600;
}
.checklist-notifications .haveNew::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background: #FC5B6F;
}

.table-responsive {
  max-width: 100% !important;
  overflow-x: auto !important;
}
.table-responsive table {
  min-width: 1000px !important;
}
.table-responsive table tbody td, .table-responsive table tbody td * {
  white-space: nowrap !important;
}
.table-responsive table tbody td > a {
  font-weight: 600;
  min-width: 8px;
  display: block;
  padding-left: 6px;
}
.table-responsive table thead {
  position: relative !important;
}
.table-responsive table thead th, .table-responsive table thead th * {
  white-space: nowrap !important;
}
.table-responsive table thead .position-absolute {
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  background: #E1E1E1;
  z-index: 10 !important;
  border-radius: 17px 17px 0px 0px !important;
  pointer-events: none;
  opacity: 0;
}
.table-responsive table thead .position-absolute.openned {
  pointer-events: auto;
  opacity: 1;
}
.table-responsive table thead .position-absolute button:hover > div {
  background: rgba(67, 66, 172, 0.1) !important;
}
.table-responsive table thead .position-absolute button:hover span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE));
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.table-responsive table thead .position-absolute button:disabled {
  pointer-events: none !important;
}
.table-responsive table thead .position-absolute button:disabled > div {
  background: rgba(127, 139, 165, 0.1) !important;
}
.table-responsive table thead .position-absolute button:disabled span {
  color: #7F8BA5 !important;
}
.table-responsive table thead .section__card {
  position: relative;
  z-index: 11 !important;
}

.ui__bg_lightenGray {
  background-color: #FAFAFA !important;
}

.ui__bg_white {
  background-color: #fff;
}
.ui__bg_white--transparent {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.ui__bg_yellow {
  background-color: #FDA455;
}
.ui__bg_yellow--transparent {
  background-color: rgba(253, 164, 85, 0.1) !important;
}

.ui__bg_red {
  background-color: #FC5B6F;
}
.ui__bg_red--transparent {
  background-color: rgba(252, 91, 111, 0.1) !important;
}

.ui__bg_green {
  background-color: #0CAC8C;
}
.ui__bg_green--transparent {
  background-color: rgba(12, 172, 140, 0.1) !important;
}

.ui__bg_blue {
  background-color: #205CE9;
}
.ui__bg_blue--transparent {
  background-color: rgba(32, 92, 233, 0.1) !important;
}

.ui__bg_dark {
  background-color: #1D2026;
}
.ui__bg_dark--transparent {
  background-color: rgba(29, 32, 38, 0.1);
}

table tbody .btn-group .btn-secondary:nth-child(1) {
  pointer-events: none;
}

table tbody .btn-group .btn-secondary:nth-child(1) div {
  pointer-events: none;
  padding-right: 30px !important;
}

table tbody .btn-group .btn-secondary + .btn-info.dropdown-toggle {
  margin-left: -20px !important;
}

table tbody .btn-group .btn-secondary:nth-child(1):last-child div {
  padding-right: 8px !important;
}

.btn-close {
  z-index: 20;
}

.table-responsive table tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table-responsive table tr:hover {
  background: #FAFAFA;
}

.tooltipQuestionMark {
  border-radius: 50%;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tooltip .tooltip-inner {
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.ui__dashed_underline--black {
  border-bottom: 1px dashed #1D2026;
}

.ui__gradientText {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE));
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ui__gradientText.to-right-bottom {
  background: linear-gradient(100.1deg, #000000 12.55%, #5553FF 72.91%, #25EAC6 93.61%, #000000 120.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ui__roundedButton {
  width: 152px;
  height: 152px;
  min-width: 152px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1133), to(#5553FE));
  background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui__roundedButton div {
  width: 132px;
  height: 132px;
  min-width: 132px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui__roundedButton div * {
  margin: 0 !important;
}

.ui__bg_lightenGray {
  background-color: #FAFAFA !important;
}

.ui__bg_white {
  background-color: #fff;
}
.ui__bg_white--transparent {
  background-color: rgba(255, 255, 255, 0.1);
}

.ui__bg_yellow {
  background-color: #FDA455;
}
.ui__bg_yellow--transparent {
  background-color: rgba(253, 164, 85, 0.1);
}

.ui__bg_red {
  background-color: #FC5B6F;
}
.ui__bg_red--transparent {
  background-color: rgba(252, 91, 111, 0.1);
}

.ui__bg_green {
  background-color: #0CAC8C;
}
.ui__bg_green--transparent {
  background-color: rgba(12, 172, 140, 0.1);
}

.ui__bg_blue {
  background-color: #205CE9;
}
.ui__bg_blue--transparent {
  background-color: rgba(32, 92, 233, 0.1);
}

.ui__bg_dark {
  background-color: #1D2026;
}
.ui__bg_dark--transparent {
  background-color: rgba(29, 32, 38, 0.1);
}

.text-green {
  color: #0CAC8C !important;
}

.text-yellow {
  color: #FDA455 !important;
}

.text-red {
  color: #FC5B6F !important;
}

.text-blue {
  color: #205CE9 !important;
}

.ui__borderedShdow_gray {
  border: 1px solid #E1E1E1;
  border-radius: 23px;
}

.bb-lightenGray {
  border-bottom: 1px solid #E1E1E1;
}

.bt-lightenGray {
  border-top: 1px solid #E1E1E1;
}

.br-lightenGray {
  border-right: 1px solid #E1E1E1;
}
.alert.alert-danger ul {
    margin-bottom: 0;
}

.copy {
    cursor: pointer;
}
.copy.badge, .copy .badge {
    text-align: left;
    white-space: normal;
    word-break: break-all;
}

.table th .arrow-down,
.table th .arrow-up {
    display: none;
}
table th a.desc .arrow-down {
    display: block;
}
table th a.asc .arrow-up {
    display: block;
}


.copy-input {
    cursor: pointer;
}

.table tbody td a {
    color: #000;
}

td .btn-info.dropdown-toggle {
    color: #000;
}

.active a {
    background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}

.property-card {
    border-radius: 24px;
    overflow: hidden;
  }
  .img-wrap {
    position: relative;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }
  .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .badge-circle {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #5553FF;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
  }
  .badge-id {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255,255,255,.9);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
  }
  .meta-row {
    font-size: 14px;
    color: #6c757d;
  }
  .meta-value {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
  .progress {
    height: 4px;
    background: #e8f7ef;
  }
  .progress-bar {
    background: linear-gradient(106.8deg, #000000 2.69%, #5553FF 58.34%, #000000 105.9%), #000000;
  }

  /* Successful deals (Swiper) */
  .successful-deals .swiper-navigation > div {
    cursor: pointer;
  }
  /* Minimal Swiper layout helpers (in case CSS not loaded from CDN) */
  .swiper { overflow: hidden; }
  .swiper-wrapper { display: flex; }
  .swiper-slide { flex-shrink: 0; }
  .deals-swiper .swiper-slide { height: auto; }
  .deals-swiper .swiper-slide .property-card { height: 100%; }

  /* overlay arrows inside deals-swiper */
  .deals-swiper { position: relative; }
  .deals-swiper-prev, .deals-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(85, 83, 254, .35);
    box-shadow: 0 6px 18px rgba(19,33,68,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .deals-swiper-prev { left: 8px; }
  .deals-swiper-next { right: 8px; }
  .deals-swiper-prev img, .deals-swiper-next img { transition: filter .2s ease; }
  .deals-swiper-prev:hover, .deals-swiper-next:hover {
    background: linear-gradient(180deg, #1C1133 0%, #5553FE 100%);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(19,33,68,.22);
  }
  .deals-swiper-prev:hover img, .deals-swiper-next:hover img { filter: invert(1) brightness(200%); }
  @media (max-width: 576px){
    .deals-swiper-prev { left: 4px; }
    .deals-swiper-next { right: 4px; }
  }

  .feature-card{
    border-radius:20px;
    background:#fff;
    padding:24px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    height:100%;
  }
  .feature-icon{
    font-size:36px;
    line-height:1;         /* поменяй цвет при желании */
  }

  .feature-icon img {
    width: 100%;
    max-width: 50px;
  }
  .feature-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:6px;
  }
  .feature-text{
    font-size:14px;
    color:#6c757d;
    margin:0;
  }

  /* partners - одинаковая высота зон: логотип, заголовок, текст */
  .partners .feature-card{
    display:flex;
    flex-direction:column;
    height:100%;
  }
  .partners .partner-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:90px;
  }
  .partners .partner-logo img{
    max-height:60px;
    width:auto;
    object-fit:contain;
  }
  .partners .feature-title{
    min-height:48px; /* выравниваем заголовки по высоте строки/двух */
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .partners .feature-text{
    min-height:40px;
    display:flex;
    justify-content:center;
    text-align:center;
  }

  /* бегущая строка логотипов */
  .logos-marquee{
    overflow:hidden;
    background:#fff;
  }
  .logos-marquee__wrap{
    position:relative;
    width:100%;
    overflow:hidden;
  }
  .logos-marquee__track{
    display:flex;
    align-items:center;
    gap:48px;
    will-change: transform;
    animation: marquee-slide 25s linear infinite;
  }
  .logos-marquee__track img{
    height:40px;
    width:auto;
    object-fit:contain;
    opacity:.9;
    transition:opacity .2s ease;
  }
  .logos-marquee__track img:hover{
    opacity:1;
  }
  @keyframes marquee-slide{
    0%{ transform: translateX(0); }
    100%{ transform: translateX(-50%); }
  }

  /* titles and description inside logos marquee */
  .logos-marquee .container > p.w-50{
    max-width: 680px;
  }
  @media screen and (max-width: 1024px){
    .logos-marquee .container > p.w-50{ width: 100% !important; }
  }

  /* testimonials */
  .testimonials{
    background-image: url(assets/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .testimonials .container > p.w-50{
    max-width: 680px;
  }
  @media screen and (max-width: 1024px){
    .testimonials .container > p.w-50{ width: 100% !important; }
  }
  .testimonial-card{
    border-radius:16px;
    background:#fff;
    padding:28px;
    box-shadow:0 4px 18px rgba(19,33,68,.06);
    height:100%;
    display:flex;
    position:relative;
    border:1px solid #F1F3F9;
  }
  .testimonial-quote{
    position:absolute;
    top:20px;
    left:24px;
    font-size:28px;
    color:#3636a5;
    line-height:1;
  }
  .testimonial-text{
    font-size:14px;
    color:#1D2026;
    margin:0 0 16px 0;
    font-style:italic;
  }
  .testimonial-stars{ color:#3636a5; font-size:18px; letter-spacing:2px; }
  .testimonial-stars .star{ margin-right:4px; }
  .testimonial-divider{ height:1px; background:#F1F3F9; margin:16px 0 14px; }
  .testimonial-name{ font-size:16px; font-weight:700; color:#1D2026; }
  .testimonial-role{ font-size:13px; color:#7F8BA5; margin-top:2px; }
  .testimonial-invest{ font-size:13px; color:#7F8BA5; margin-top:10px; }
  .testimonial-invest span{ color:#5553FF; font-weight:700; }

  /* contact section */
  .contact-section{ /* фон секции убираем — оставляем фон только у карточки */ }
  .contact-section h2, .contact-section p, .contact-section li { color: #1D2026; }
  .contact-section a{ color:#1D2026; text-decoration: underline; }
  .contact-section ul{ padding-left: 20px; }
  .contact-section ul li{ list-style-type: disc; list-style-position: outside; }
  .contact-card{ background:#fff; box-shadow:0 4px 18px rgba(19,33,68,.06); border:1px solid #F1F3F9; }
  .contact-card .form-label{ font-weight:600; font-size:14px; color:#1D2026; }
  .contact-card .btn{ width:100%; }

  /* FAQ */
  .faq .container > p.w-50{ max-width: 680px; }
  @media screen and (max-width: 1024px){
    .faq .container > p.w-50{ width: 100% !important; }
  }
  .faq .accordion-item{
    border: 1px solid #F1F3F9;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(19,33,68,.06);
  }
  .faq .accordion-item + .accordion-item{ margin-top: 16px; }
  .faq .accordion-button{
    font-weight: 600;
    color: #1D2026;
  }
  .faq .accordion-button:not(.collapsed){
    background: #fff;
    color: #1D2026;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
  }