.style_feedback__ioiVt .style_select__control__mufrI {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__ioiVt .style_select__control__mufrI:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__ioiVt .style_select__control__mufrI:focus {
  outline: none;
}
.style_feedback__ioiVt .style_select__menu__jh2gc {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}

#chat-widget-container {
  visibility: hidden;
}
.style_feedback__ioiVt .style_select__option__Gui9M {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__ioiVt .style_select__option__Gui9M:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__ioiVt .style_select__placeholder__aU7es {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__ioiVt .style_select__single-value__R3SN2 {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__MgWbe .style_select__control__mufrI {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__MgWbe
  .style_select__control--menu-is-open__W4kzE,
.style_widget-configuration-form__MgWbe .style_select__control__mufrI:hover {
  border-color: #858585;
}
.style_widget-configuration-form__MgWbe .style_select__value-container__48Vt2 {
  padding-left: 14px;
}
.style_widget-configuration-form__MgWbe .style_select__single-value__R3SN2 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__MgWbe .style_select__menu__jh2gc {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__MgWbe .style_select__menu-list__j_5HO {
  border-radius: 8px;
}
.style_widget-configuration-form__MgWbe .style_select__option__Gui9M {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__MgWbe .style_select__option__Gui9M:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__MgWbe
  .style_select__option--is-selected__9CQ7u,
.style_widget-configuration-form__MgWbe
  .style_select__option--is-selected__9CQ7u:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__MgWbe
  .style_select__indicator-separator__xKCBL {
  display: none;
}
.style_select-not-to-open__3bm4U .style_select__control__mufrI {
  cursor: default;
}
.style_select-not-to-open__3bm4U .style_select__indicator__Dgbqq {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__ioiVt .style_select__control__mufrI {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__ioiVt .style_select__menu__jh2gc {
    top: 44px;
  }
}
.style_modal__wrapper__ojk0O {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__OGEni {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__OGEni::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title___SQjd {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__VT8E6 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__lJp_M {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__lJp_M:hover {
  transform: scale(0.99);
}
.style_button__KIm4I {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__KIm4I img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__KIm4I:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__KIm4I:hover img {
  transform: translateX(3px);
}
.style_button__KIm4I:active {
  transform: scale(0.95);
}
.style_button_glassy__NwIcr {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__P3GOk {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__b1XZ8 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__b1XZ8:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__WIXe9 {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__WIXe9 img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__WIXe9:hover {
  color: #00e18c;
}
.style_button-link__WIXe9:hover img {
  transform: translateX(3px);
}
.style_button-link__WIXe9:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__KIm4I {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__NwIcr {
    margin-right: 10px;
  }
  .style_button__KIm4I img {
    max-width: 20px;
  }
}
.style_select__mSp33 .style_language-select__control__B1Ndk {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__mSp33 .style_language-select__control--is-focused__JHUxm {
  outline: none;
  box-shadow: none;
}
.style_select__mSp33 .style_language-select__menu__MN3Tq {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__mSp33 .style_language-select__menu-list__AMM0j {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__mSp33 .style_language-select__value-container___rcna {
  padding: 0;
}
.style_select__mSp33 .style_language-select__value-container___rcna input {
  left: 0;
}
.style_select__mSp33 .style_language-select__single-value__0tLSv {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__mSp33 .style_language-select__single-value__0tLSv span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__mSp33 .style_language-select__single-value__0tLSv img {
  margin-right: 10px;
}
.style_select__mSp33 .style_language-select__indicator__5Cf2O {
  display: none;
}
.style_select__mSp33 .style_language-select__option__6B3xO {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__mSp33 .style_language-select__option__6B3xO:last-child {
  margin-bottom: 0;
}
.style_select__mSp33 .style_language-select__option__6B3xO:hover {
  color: #00e18c;
}
.style_select__mSp33 .style_language-select__option__6B3xO:active {
  background: transparent;
}
.style_select__mSp33 .style_language-select__option--is-selected__CKq7f span {
  color: #00e18c;
}
.style_select__mSp33 .style_language-select__dropdown-indicator__p7jQX:hover {
  color: var(--rubic-base-05);
}
.style_select__mSp33 .style_language-select__indicator-separator__2bZEx {
  display: none;
}
.style_select__mSp33 .style_statistic-select__control__3F07z {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__mSp33 .style_statistic-select__control--menu-is-open__bAt_c {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__mSp33
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__indicator___uzXj {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__mSp33
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__single-value__IXfpk {
  color: #fff;
}
.style_select__mSp33 .style_statistic-select__control--is-focused__4UQ_K {
  outline: none;
  box-shadow: none;
}
.style_select__mSp33 .style_statistic-select__menu__MAZAQ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__mSp33 .style_statistic-select__menu__MAZAQ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__mSp33 .style_statistic-select__menu-list__VhLKL {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__mSp33 .style_statistic-select__menu-list__VhLKL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__mSp33 .style_statistic-select__value-container__5ngji {
  padding: 0;
}
.style_select__mSp33 .style_statistic-select__value-container__5ngji input {
  left: -100px;
}
.style_select__mSp33 .style_statistic-select__single-value__IXfpk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__mSp33 .style_statistic-select__indicator___uzXj {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__mSp33 .style_statistic-select__option__ooGZe {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__mSp33 .style_statistic-select__option__ooGZe:last-child {
  margin-bottom: 0;
}
.style_select__mSp33 .style_statistic-select__option__ooGZe:hover {
  color: #4aa956;
}
.style_select__mSp33 .style_statistic-select__option__ooGZe:active {
  background: transparent;
}
.style_select__mSp33 .style_statistic-select__option--is-selected__nvQao {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__mSp33 .style_statistic-select__option__ooGZe {
    margin-bottom: 0;
  }
}
.style_select__mSp33 .style_statistic-select__dropdown-indicator__7OU3B:hover {
  color: var(--rubic-base-05);
}
.style_select__mSp33 .style_statistic-select__indicator-separator__UUU5e {
  display: none;
}
.style_select-periods__bGt_8 .style_statistic-select__control__3F07z {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__bGt_8
  .style_statistic-select__control--menu-is-open__bAt_c {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__bGt_8
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__indicator___uzXj {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__bGt_8
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__single-value__IXfpk {
  color: #fff;
}
.style_select-periods__bGt_8
  .style_statistic-select__control--is-focused__4UQ_K {
  outline: none;
  box-shadow: none;
}
.style_select-periods__bGt_8 .style_statistic-select__menu__MAZAQ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__bGt_8 .style_statistic-select__menu__MAZAQ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__bGt_8 .style_statistic-select__menu-list__VhLKL {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__bGt_8 .style_statistic-select__menu-list__VhLKL {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__bGt_8 .style_statistic-select__value-container__5ngji {
  padding: 0;
}
.style_select-periods__bGt_8
  .style_statistic-select__value-container__5ngji
  input {
  left: -100px;
}
.style_select-periods__bGt_8 .style_statistic-select__single-value__IXfpk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__bGt_8 .style_statistic-select__indicator___uzXj {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__bGt_8 .style_statistic-select__option__ooGZe {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__bGt_8 .style_statistic-select__option__ooGZe:last-child {
  margin-bottom: 0;
}
.style_select-periods__bGt_8 .style_statistic-select__option__ooGZe:hover {
  color: #4aa956;
}
.style_select-periods__bGt_8 .style_statistic-select__option__ooGZe:active {
  background: transparent;
}
.style_select-periods__bGt_8
  .style_statistic-select__option--is-selected__nvQao {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__bGt_8 .style_statistic-select__option__ooGZe {
    margin-bottom: 0;
  }
}
.style_select-periods__bGt_8
  .style_statistic-select__dropdown-indicator__7OU3B:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__bGt_8
  .style_statistic-select__indicator-separator__UUU5e {
  display: none;
}
.style_select_persia__Q_J8q .style_statistic-select__control__3F07z {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__Q_J8q
  .style_statistic-select__control--menu-is-open__bAt_c {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__Q_J8q
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__indicator___uzXj {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__Q_J8q
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__single-value__IXfpk {
  color: #fff;
}
.style_select_persia__Q_J8q
  .style_statistic-select__control--is-focused__4UQ_K {
  outline: none;
  box-shadow: none;
}
.style_select_persia__Q_J8q .style_statistic-select__menu__MAZAQ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__Q_J8q .style_statistic-select__menu__MAZAQ {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__Q_J8q .style_statistic-select__menu-list__VhLKL {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__Q_J8q .style_statistic-select__menu-list__VhLKL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__Q_J8q .style_statistic-select__value-container__5ngji {
  padding: 0;
}
.style_select_persia__Q_J8q
  .style_statistic-select__value-container__5ngji
  input {
  left: 0;
}
.style_select_persia__Q_J8q .style_statistic-select__single-value__IXfpk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__Q_J8q .style_statistic-select__indicator___uzXj {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__Q_J8q .style_statistic-select__option__ooGZe {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__Q_J8q .style_statistic-select__option__ooGZe:last-child {
  margin-bottom: 0;
}
.style_select_persia__Q_J8q .style_statistic-select__option__ooGZe:hover {
  color: #4aa956;
}
.style_select_persia__Q_J8q .style_statistic-select__option__ooGZe:active {
  background: transparent;
}
.style_select_persia__Q_J8q
  .style_statistic-select__option--is-selected__nvQao {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__Q_J8q .style_statistic-select__option__ooGZe {
    margin-bottom: 0;
  }
}
.style_select_persia__Q_J8q
  .style_statistic-select__dropdown-indicator__7OU3B:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__Q_J8q
  .style_statistic-select__indicator-separator__UUU5e {
  display: none;
}
.style_select-periods_persia__FHkBO .style_statistic-select__control__3F07z {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__control--menu-is-open__bAt_c {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__indicator___uzXj {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__control--menu-is-open__bAt_c
  .style_statistic-select__single-value__IXfpk {
  color: #fff;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__control--is-focused__4UQ_K {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__FHkBO .style_statistic-select__menu__MAZAQ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__FHkBO .style_statistic-select__menu__MAZAQ {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__FHkBO .style_statistic-select__menu-list__VhLKL {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__FHkBO
    .style_statistic-select__menu-list__VhLKL {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__value-container__5ngji {
  padding: 0;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__value-container__5ngji
  input {
  left: 0;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__single-value__IXfpk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__FHkBO .style_statistic-select__indicator___uzXj {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__FHkBO .style_statistic-select__option__ooGZe {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__option__ooGZe:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__option__ooGZe:hover {
  color: #4aa956;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__option__ooGZe:active {
  background: transparent;
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__option--is-selected__nvQao {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__FHkBO .style_statistic-select__option__ooGZe {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__dropdown-indicator__7OU3B:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__FHkBO
  .style_statistic-select__indicator-separator__UUU5e {
  display: none;
}
.style_paginationContainer__8B59S {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__8B59S {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__4L8Pg {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__4L8Pg {
    padding: 8px 13px;
  }
}
.style_activeClassName__325DT,
.style_mobileActiveClassName__YEEj0 {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__325DT {
  background: #4aa956;
}
.style_mobileActiveClassName__YEEj0 .style_pageLinkClassName__4L8Pg {
  color: var(--main-green);
}
.style_previousClassName__F6jMF {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__4_r34 {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__ERAmm {
  height: 100%;
}
.style_marquee__EJh_I {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__3yqm3 {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__C2sf3 {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__C2sf3 .style_carousel__slide__ZCsH9 {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__C2sf3 .style_carousel__slide__ZCsH9 {
    padding-bottom: 49px !important;
  }
}
.style_container__BWsl5,
.style_flex-centered-container__K2EK0,
.style_whyRubic__container__1accJ {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__K2EK0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__c9o43,
.style_title-h2__moyGg,
.style_title-h2__small__VTn9Y,
.style_title__6ndtZ,
.style_whyRubic__title__vQM9S {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__c9o43 {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__c9o43 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__c9o43 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__c9o43 {
    font-size: 35px;
  }
}
.style_title-h2__moyGg,
.style_title-h2__small__VTn9Y,
.style_whyRubic__title__vQM9S {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__moyGg,
  .style_title-h2__small__VTn9Y,
  .style_whyRubic__title__vQM9S {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__moyGg,
  .style_title-h2__small__VTn9Y,
  .style_whyRubic__title__vQM9S {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__moyGg,
  .style_title-h2__small__VTn9Y,
  .style_whyRubic__title__vQM9S {
    font-size: 35px;
  }
}
.style_title-h2__small__VTn9Y,
.style_whyRubic__title__vQM9S {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__VTn9Y,
  .style_whyRubic__title__vQM9S {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__VTn9Y,
  .style_whyRubic__title__vQM9S {
    font-size: 40px;
  }
}
.style_highlight__y41mm {
  color: #00e18c;
}
.style_bold__We7Vs {
  font-weight: 700;
}
.style_section-margin__5URuB {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__5URuB {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__5URuB {
    margin-bottom: 81px;
  }
}
.style_nowrap__5m48_ {
  white-space: nowrap;
}
.style_gradient-main___iJ05 {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main___iJ05 {
    display: none;
  }
}
.style_gradient-main_dark__9o6wp {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__9o6wp {
    display: none;
  }
}
.style_gradient-ecosystem__RninC {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__RninC {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__RninC {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__RninC {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__F_m4B {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__F_m4B,
.style_gradient-footer_blue__WtRHI {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__WtRHI {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__klZYf {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__klZYf {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__fr7Y6 {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__ecKlM {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__oCtTS,
.style_gradient-swap-form__ecKlM {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__oCtTS {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__oCtTS {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__eftSx {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__eftSx {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__lQ0Mf {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__lQ0Mf {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__Bq772 {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__Bq772 {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__6RlRK {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_whyRubic__K6i3_ {
  position: relative;
  margin-bottom: 140px;
}
.style_whyRubic__container__1accJ {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}
.style_whyRubic__cards__IAoqW {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 4px;
  gap: 4px;
}
.style_whyRubic__card__rHESl {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  width: 100%;
  height: 115px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  box-shadow: inset 42px 0 135px -17px rgba(56, 41, 96, 0.47),
    inset 0 2px 6px 0 hsla(0, 0%, 100%, 0.51),
    21px 40px 83px 0 rgba(30, 26, 36, 0.65);
  background: linear-gradient(
    151deg,
    rgba(48, 34, 78, 0.08) 10.08%,
    rgba(48, 34, 78, 0.08) 53.01%,
    hsla(0, 0%, 100%, 0.08) 92.7%
  );
  text-align: center;
  transition: transform 0.2s linear;
}
.style_whyRubic__card__rHESl:hover .style_whyRubic__card-text__9jhOn {
  transition: transform 0.2s linear;
  color: var(--main-green);
  text-decoration: underline;
}
.style_whyRubic__card__rHESl:hover:nth-child(2)
  .style_whyRubic__card-text__9jhOn,
.style_whyRubic__card__rHESl:hover:nth-child(5)
  .style_whyRubic__card-text__9jhOn,
.style_whyRubic__card__rHESl:hover:nth-child(6)
  .style_whyRubic__card-text__9jhOn {
  transition: transform 0.2s linear;
  color: #fff;
  text-decoration: none;
}
.style_whyRubic__card-text__9jhOn {
  font-weight: 300;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.style_whyRubic__card_small__jPOOv {
  max-width: 335px;
}
.style_whyRubic__card__rHESl:first-child {
  border-radius: 30px 5px 5px 5px;
}
.style_whyRubic__card__rHESl:nth-child(3) {
  border-radius: 5px 30px 5px 5px;
}
.style_whyRubic__card__rHESl:nth-child(4) {
  border-radius: 5px 5px 5px 30px;
}
.style_whyRubic__card__rHESl:nth-child(6) {
  border-radius: 5px 5px 30px 5px;
}
.style_whyRubic__text__z_Jvw {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
  gap: 25px;
  margin-top: 70px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_whyRubic__text-user__H_n33 {
  margin-top: -20px;
  font-weight: 300;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0.03em;
  text-align: right;
  color: #fff;
}
.style_whyRubic__text-user-count-container__OBHHm {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.style_whyRubic__text-gradient_blue__Kcjku {
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  top: -200%;
  right: -20%;
  filter: blur(40px);
}
.style_whyRubic__text-gradient_green__E5qkL {
  z-index: -1;
  position: absolute;
  top: -200%;
  filter: blur(20px);
}
.style_whyRubic__cube_big__u3hAL,
.style_whyRubic__cube_small__6pB8q {
  position: absolute;
  z-index: 0;
}
.style_whyRubic__cube_small__6pB8q {
  top: 300px;
  left: -160px;
  width: 320px;
}
.style_whyRubic__cube_big__u3hAL {
  bottom: -430px;
  left: -210px;
}
@media (max-width: 1300px) {
  .style_whyRubic__cards__IAoqW {
    justify-content: center;
  }
  .style_whyRubic__card__rHESl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 50px;
  }
  .style_whyRubic__card__rHESl:first-child,
  .style_whyRubic__card__rHESl:nth-child(3),
  .style_whyRubic__card__rHESl:nth-child(4),
  .style_whyRubic__card__rHESl:nth-child(6) {
    border-radius: 5px;
  }
  .style_whyRubic__card_small__jPOOv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1100px) {
  .style_whyRubic__text__z_Jvw img {
    width: 400px;
  }
  .style_whyRubic__text-gradient_blue__Kcjku,
  .style_whyRubic__text-gradient_green__E5qkL {
    top: -400%;
  }
}
@media (max-width: 950px) {
  .style_whyRubic__cards-bottom__Pq6NQ,
  .style_whyRubic__cards-top__tEORW {
    flex-wrap: wrap;
    justify-content: center;
  }
  .style_whyRubic__card__rHESl {
    max-width: 400px;
  }
  .style_whyRubic__card__rHESl br,
  .style_whyRubic__cube_big__u3hAL {
    display: none;
  }
}
@media (max-width: 768px) {
  .style_whyRubic__K6i3_ {
    margin-bottom: 100px;
  }
  .style_whyRubic__card__rHESl {
    width: 100%;
    height: 120px;
    padding: 0 40px;
  }
  .style_whyRubic__card-text__9jhOn {
    font-size: 18px;
  }
  .style_whyRubic__text__z_Jvw {
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    margin-top: 60px;
  }
  .style_whyRubic__text-user__H_n33 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .style_whyRubic__text-user__H_n33 br {
    display: none;
  }
  .style_whyRubic__text__z_Jvw img {
    width: 320px;
  }
  .style_whyRubic__text-gradient_blue__Kcjku,
  .style_whyRubic__text-gradient_green__E5qkL {
    opacity: 0.3;
  }
}
@media (max-width: 480px) {
  .style_whyRubic__card__rHESl {
    width: 100%;
    height: 97px;
    padding: 0 40px;
  }
  .style_whyRubic__card-text__9jhOn {
    font-size: 16px;
  }
}
.style_feedback__lcAUE .style_select__control__2iKz9 {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__lcAUE .style_select__control__2iKz9:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__lcAUE .style_select__control__2iKz9:focus {
  outline: none;
}
.style_feedback__lcAUE .style_select__menu__soKEL {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__lcAUE .style_select__option___0cTk {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__lcAUE .style_select__option___0cTk:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__lcAUE .style_select__placeholder__TWXhz {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__lcAUE .style_select__single-value__tMYWt {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__b_iBx .style_select__control__2iKz9 {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__b_iBx
  .style_select__control--menu-is-open__KNFxB,
.style_widget-configuration-form__b_iBx .style_select__control__2iKz9:hover {
  border-color: #858585;
}
.style_widget-configuration-form__b_iBx .style_select__value-container__Tk1VL {
  padding-left: 14px;
}
.style_widget-configuration-form__b_iBx .style_select__single-value__tMYWt {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__b_iBx .style_select__menu__soKEL {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__b_iBx .style_select__menu-list__MUfyF {
  border-radius: 8px;
}
.style_widget-configuration-form__b_iBx .style_select__option___0cTk {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__b_iBx .style_select__option___0cTk:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__b_iBx
  .style_select__option--is-selected__5rpEd,
.style_widget-configuration-form__b_iBx
  .style_select__option--is-selected__5rpEd:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__b_iBx
  .style_select__indicator-separator__jkvIw {
  display: none;
}
.style_select-not-to-open__BZyZp .style_select__control__2iKz9 {
  cursor: default;
}
.style_select-not-to-open__BZyZp .style_select__indicator__6X4ve {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__lcAUE .style_select__control__2iKz9 {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__lcAUE .style_select__menu__soKEL {
    top: 44px;
  }
}
.style_modal__wrapper__oS0A2 {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__TZ643 {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__TZ643::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__i9Qz1 {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__m1E2Q {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__V5Tw_ {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__V5Tw_:hover {
  transform: scale(0.99);
}
.style_button__N7q53,
.style_technology__button__yCnvV {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__N7q53 img,
.style_technology__button__yCnvV img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__N7q53:hover,
.style_technology__button__yCnvV:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__N7q53:hover img,
.style_technology__button__yCnvV:hover img {
  transform: translateX(3px);
}
.style_button__N7q53:active,
.style_technology__button__yCnvV:active {
  transform: scale(0.95);
}
.style_button_glassy__l_VuU {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__xHiEt {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__sarQ5 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__sarQ5:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__R_kb5 {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__R_kb5 img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__R_kb5:hover {
  color: #00e18c;
}
.style_button-link__R_kb5:hover img {
  transform: translateX(3px);
}
.style_button-link__R_kb5:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__N7q53,
  .style_technology__button__yCnvV {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__l_VuU {
    margin-right: 10px;
  }
  .style_button__N7q53 img,
  .style_technology__button__yCnvV img {
    max-width: 20px;
  }
}
.style_select__h3N_5 .style_language-select__control__H2KBM {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__h3N_5 .style_language-select__control--is-focused__sE6XK {
  outline: none;
  box-shadow: none;
}
.style_select__h3N_5 .style_language-select__menu__pMVCr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__h3N_5 .style_language-select__menu-list__xKsPJ {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__h3N_5 .style_language-select__value-container__Pe219 {
  padding: 0;
}
.style_select__h3N_5 .style_language-select__value-container__Pe219 input {
  left: 0;
}
.style_select__h3N_5 .style_language-select__single-value__YKtg_ {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__h3N_5 .style_language-select__single-value__YKtg_ span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__h3N_5 .style_language-select__single-value__YKtg_ img {
  margin-right: 10px;
}
.style_select__h3N_5 .style_language-select__indicator__C5Wvf {
  display: none;
}
.style_select__h3N_5 .style_language-select__option__dJ0EA {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__h3N_5 .style_language-select__option__dJ0EA:last-child {
  margin-bottom: 0;
}
.style_select__h3N_5 .style_language-select__option__dJ0EA:hover {
  color: #00e18c;
}
.style_select__h3N_5 .style_language-select__option__dJ0EA:active {
  background: transparent;
}
.style_select__h3N_5 .style_language-select__option--is-selected__1Dbx7 span {
  color: #00e18c;
}
.style_select__h3N_5 .style_language-select__dropdown-indicator__z0Fns:hover {
  color: var(--rubic-base-05);
}
.style_select__h3N_5 .style_language-select__indicator-separator__0rN0i {
  display: none;
}
.style_select__h3N_5 .style_statistic-select__control__148mp {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__h3N_5 .style_statistic-select__control--menu-is-open__KY0wa {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__h3N_5
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__indicator__BpMXT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__h3N_5
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__single-value__mP8mk {
  color: #fff;
}
.style_select__h3N_5 .style_statistic-select__control--is-focused__EDHSl {
  outline: none;
  box-shadow: none;
}
.style_select__h3N_5 .style_statistic-select__menu__LPkro {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__h3N_5 .style_statistic-select__menu__LPkro {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__h3N_5 .style_statistic-select__menu-list__E8Rjs {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__h3N_5 .style_statistic-select__menu-list__E8Rjs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__h3N_5 .style_statistic-select__value-container__I_gsm {
  padding: 0;
}
.style_select__h3N_5 .style_statistic-select__value-container__I_gsm input {
  left: -100px;
}
.style_select__h3N_5 .style_statistic-select__single-value__mP8mk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__h3N_5 .style_statistic-select__indicator__BpMXT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__h3N_5 .style_statistic-select__option__hbU8N {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__h3N_5 .style_statistic-select__option__hbU8N:last-child {
  margin-bottom: 0;
}
.style_select__h3N_5 .style_statistic-select__option__hbU8N:hover {
  color: #4aa956;
}
.style_select__h3N_5 .style_statistic-select__option__hbU8N:active {
  background: transparent;
}
.style_select__h3N_5 .style_statistic-select__option--is-selected__AGSrH {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__h3N_5 .style_statistic-select__option__hbU8N {
    margin-bottom: 0;
  }
}
.style_select__h3N_5 .style_statistic-select__dropdown-indicator__D5bw7:hover {
  color: var(--rubic-base-05);
}
.style_select__h3N_5 .style_statistic-select__indicator-separator__zcMU6 {
  display: none;
}
.style_select-periods__QY62y .style_statistic-select__control__148mp {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__QY62y
  .style_statistic-select__control--menu-is-open__KY0wa {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__QY62y
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__indicator__BpMXT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__QY62y
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__single-value__mP8mk {
  color: #fff;
}
.style_select-periods__QY62y
  .style_statistic-select__control--is-focused__EDHSl {
  outline: none;
  box-shadow: none;
}
.style_select-periods__QY62y .style_statistic-select__menu__LPkro {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__QY62y .style_statistic-select__menu__LPkro {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__QY62y .style_statistic-select__menu-list__E8Rjs {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__QY62y .style_statistic-select__menu-list__E8Rjs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__QY62y .style_statistic-select__value-container__I_gsm {
  padding: 0;
}
.style_select-periods__QY62y
  .style_statistic-select__value-container__I_gsm
  input {
  left: -100px;
}
.style_select-periods__QY62y .style_statistic-select__single-value__mP8mk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__QY62y .style_statistic-select__indicator__BpMXT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__QY62y .style_statistic-select__option__hbU8N {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__QY62y .style_statistic-select__option__hbU8N:last-child {
  margin-bottom: 0;
}
.style_select-periods__QY62y .style_statistic-select__option__hbU8N:hover {
  color: #4aa956;
}
.style_select-periods__QY62y .style_statistic-select__option__hbU8N:active {
  background: transparent;
}
.style_select-periods__QY62y
  .style_statistic-select__option--is-selected__AGSrH {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__QY62y .style_statistic-select__option__hbU8N {
    margin-bottom: 0;
  }
}
.style_select-periods__QY62y
  .style_statistic-select__dropdown-indicator__D5bw7:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__QY62y
  .style_statistic-select__indicator-separator__zcMU6 {
  display: none;
}
.style_select_persia__rwTCr .style_statistic-select__control__148mp {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__rwTCr
  .style_statistic-select__control--menu-is-open__KY0wa {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__rwTCr
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__indicator__BpMXT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__rwTCr
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__single-value__mP8mk {
  color: #fff;
}
.style_select_persia__rwTCr
  .style_statistic-select__control--is-focused__EDHSl {
  outline: none;
  box-shadow: none;
}
.style_select_persia__rwTCr .style_statistic-select__menu__LPkro {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__rwTCr .style_statistic-select__menu__LPkro {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__rwTCr .style_statistic-select__menu-list__E8Rjs {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__rwTCr .style_statistic-select__menu-list__E8Rjs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__rwTCr .style_statistic-select__value-container__I_gsm {
  padding: 0;
}
.style_select_persia__rwTCr
  .style_statistic-select__value-container__I_gsm
  input {
  left: 0;
}
.style_select_persia__rwTCr .style_statistic-select__single-value__mP8mk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__rwTCr .style_statistic-select__indicator__BpMXT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__rwTCr .style_statistic-select__option__hbU8N {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__rwTCr .style_statistic-select__option__hbU8N:last-child {
  margin-bottom: 0;
}
.style_select_persia__rwTCr .style_statistic-select__option__hbU8N:hover {
  color: #4aa956;
}
.style_select_persia__rwTCr .style_statistic-select__option__hbU8N:active {
  background: transparent;
}
.style_select_persia__rwTCr
  .style_statistic-select__option--is-selected__AGSrH {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__rwTCr .style_statistic-select__option__hbU8N {
    margin-bottom: 0;
  }
}
.style_select_persia__rwTCr
  .style_statistic-select__dropdown-indicator__D5bw7:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__rwTCr
  .style_statistic-select__indicator-separator__zcMU6 {
  display: none;
}
.style_select-periods_persia__1hHoc .style_statistic-select__control__148mp {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__control--menu-is-open__KY0wa {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__indicator__BpMXT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__control--menu-is-open__KY0wa
  .style_statistic-select__single-value__mP8mk {
  color: #fff;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__control--is-focused__EDHSl {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__1hHoc .style_statistic-select__menu__LPkro {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__1hHoc .style_statistic-select__menu__LPkro {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__1hHoc .style_statistic-select__menu-list__E8Rjs {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__1hHoc
    .style_statistic-select__menu-list__E8Rjs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__value-container__I_gsm {
  padding: 0;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__value-container__I_gsm
  input {
  left: 0;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__single-value__mP8mk {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__1hHoc .style_statistic-select__indicator__BpMXT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__1hHoc .style_statistic-select__option__hbU8N {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__option__hbU8N:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__option__hbU8N:hover {
  color: #4aa956;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__option__hbU8N:active {
  background: transparent;
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__option--is-selected__AGSrH {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__1hHoc .style_statistic-select__option__hbU8N {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__dropdown-indicator__D5bw7:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__1hHoc
  .style_statistic-select__indicator-separator__zcMU6 {
  display: none;
}
.style_paginationContainer__MHthe {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__MHthe {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__tdSxC {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__tdSxC {
    padding: 8px 13px;
  }
}
.style_activeClassName__4sR2R,
.style_mobileActiveClassName__jI8AB {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__4sR2R {
  background: #4aa956;
}
.style_mobileActiveClassName__jI8AB .style_pageLinkClassName__tdSxC {
  color: var(--main-green);
}
.style_previousClassName__r_JeG {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__NJbyg {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__r6Z_n {
  height: 100%;
}
.style_marquee__sV82u {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__UiZ9t {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__d2jAw {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__d2jAw .style_carousel__slide__qlRrL {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__d2jAw .style_carousel__slide__qlRrL {
    padding-bottom: 49px !important;
  }
}
.style_container__zM2S1,
.style_flex-centered-container__bdZnj,
.style_technology__container__TF7np {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__bdZnj,
.style_technology__container__TF7np {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_technology__title__McmeT,
.style_title-h1__HeTIs,
.style_title-h2__8sg1H,
.style_title-h2__small__TtBz_,
.style_title__cOLI3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__HeTIs {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__HeTIs {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__HeTIs {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__HeTIs {
    font-size: 35px;
  }
}
.style_technology__title__McmeT,
.style_title-h2__8sg1H,
.style_title-h2__small__TtBz_ {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_technology__title__McmeT,
  .style_title-h2__8sg1H,
  .style_title-h2__small__TtBz_ {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_technology__title__McmeT,
  .style_title-h2__8sg1H,
  .style_title-h2__small__TtBz_ {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_technology__title__McmeT,
  .style_title-h2__8sg1H,
  .style_title-h2__small__TtBz_ {
    font-size: 35px;
  }
}
.style_technology__title__McmeT,
.style_title-h2__small__TtBz_ {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_technology__title__McmeT,
  .style_title-h2__small__TtBz_ {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_technology__title__McmeT,
  .style_title-h2__small__TtBz_ {
    font-size: 40px;
  }
}
.style_highlight__9Xvnd {
  color: #00e18c;
}
.style_bold__1EJJT {
  font-weight: 700;
}
.style_section-margin__bFs3x {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__bFs3x {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__bFs3x {
    margin-bottom: 81px;
  }
}
.style_nowrap__mDCEB {
  white-space: nowrap;
}
.style_gradient-main__SaxoR {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__SaxoR {
    display: none;
  }
}
.style_gradient-main_dark__HjIWe {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__HjIWe {
    display: none;
  }
}
.style_gradient-ecosystem__gbsJa {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__gbsJa {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__gbsJa {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__gbsJa {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__7iqam {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__7iqam,
.style_gradient-footer_blue__OTJEl {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__OTJEl {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__6ILla {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__6ILla {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__FOamZ {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__I5ofM {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__Ma28x,
.style_gradient-swap-form__I5ofM {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__Ma28x {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__Ma28x {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__wqi4V {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__wqi4V {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__ex2yP {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__ex2yP {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__hoia1 {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__hoia1 {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__6Fl8H {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_technology__s85u9 {
  position: relative;
  margin-bottom: 280px;
}
.style_technology__container__TF7np {
  z-index: 2;
  flex-direction: column;
  justify-content: normal;
}
.style_technology__title__McmeT {
  margin-bottom: 28px;
}
.style_technology__text__l9XtX {
  display: block;
  max-width: 900px;
  margin: 0 0 43px;
  font-weight: 400;
  font-size: 25px;
  line-height: 150.5%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__text_gradient__ukWS2 {
  font-weight: 700;
  color: var(--main-green);
}
.style_technology__text__l9XtX h2 {
  display: inline;
  font-size: inherit;
  margin: 0;
  font-weight: 400;
}
.style_technology__cards__4KR09 {
  display: flex;
  flex-wrap: wrap;
}
.style_technology__card__z_gt6 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 262px;
  padding: 20px 0 0 40px;
  background: linear-gradient(
    180deg,
    rgba(48, 34, 78, 0.08) 16.79%,
    hsla(0, 0%, 100%, 0.054)
  );
  box-shadow: inset 0 1px 3px hsla(0, 0%, 100%, 0.26),
    inset 22px 0 70px -9px rgba(56, 41, 96, 0.47);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  text-align: left;
  transition: transform 0.05s linear;
}
.style_technology__card__badge__h19jT {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-green);
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 23px rgba(51, 219, 156, 0.35);
}
.style_technology__card-title__21xD5 {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  gap: 30px;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 50px;
  line-height: 93px;
  letter-spacing: 0.03em;
  color: #fff;
  transition: transform 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__card-title__21xD5 svg {
  transition: transform 0.1s linear;
}
.style_technology__card-subtitle__lnsZP {
  display: block;
  max-width: 475px;
  font-weight: 300;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__card-api__hnoOE {
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 20px 0 40px 100px;
  overflow: unset;
}
.style_technology__card-sdk__wdZ8H {
  width: 50%;
  border-bottom-left-radius: 40px;
}
.style_technology__card-widget__zemmb {
  position: relative;
  width: 50%;
  border-bottom-right-radius: 40px;
}
.style_technology__card-widget-image__TT0k9 {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -19%;
  max-width: 260px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__card-widget__zemmb .style_technology__card-subtitle__lnsZP {
  max-width: 303px;
}
.style_technology__card__z_gt6:hover {
  cursor: pointer;
}
.style_technology__card__z_gt6:hover .style_technology__card-title__21xD5 {
  color: #00e18c;
}
.style_technology__card__z_gt6:hover .style_technology__card-title__21xD5 svg {
  transform: scale(0.8) translateX(15px);
  transition: transform 0.1s linear;
}
.style_technology__card__z_gt6:hover
  .style_technology__card-title__21xD5
  svg
  path {
  fill: #00e18c;
}
.style_technology__card__z_gt6:hover .style_technology__card__badge__h19jT {
  color: #fff;
}
.style_technology__card__z_gt6:hover .style_technology__card-subtitle__lnsZP {
  color: #00e18c;
  cursor: pointer;
}
.style_technology__card__z_gt6:active {
  transform: scale(0.98);
  transition: transform 0.05s linear;
}
.style_technology__buttons__I_A71 {
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 77px;
}
.style_technology__button__yCnvV {
  padding: 20px 37px;
  border-radius: 25px;
  background: #00e28d;
  box-shadow: 0 4px 23px rgba(51, 219, 156, 0.35);
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #241f2a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__button__yCnvV:hover {
  color: #fff;
}
.style_technology__button_outline__6ot2Y {
  background: transparent;
  border: 2px solid #00e28d;
  box-shadow: none;
  color: #fff;
}
.style_technology__button_outline__6ot2Y:hover {
  color: #00e28d;
}
.style_technology__cube-background__6vOr4 {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__cube-big__WWqpR,
.style_technology__cube-medium__Susal,
.style_technology__cube-small__s_Uwm {
  z-index: 0;
  position: absolute;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_technology__cube-big__WWqpR {
  right: -189px;
  top: -180px;
  width: 372px;
}
.style_technology__cube-medium__Susal {
  right: -8px;
  bottom: -268px;
  width: 217px;
}
.style_technology__cube-small__s_Uwm {
  right: 55px;
  bottom: -36px;
  width: 153px;
}
@media (max-width: 1020px) {
  .style_technology__cards__4KR09 {
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
  }
  .style_technology__card__z_gt6 {
    width: 100%;
    height: auto;
    padding: 41px 27px;
    justify-content: space-around;
  }
  .style_technology__card-title__21xD5 {
    font-size: 55px;
    line-height: 53px;
    width: 100%;
    justify-content: space-between;
  }
  .style_technology__card-title__21xD5 svg {
    width: 15px;
  }
  .style_technology__card-subtitle__lnsZP {
    font-weight: 300;
  }
  .style_technology__card-sdk__wdZ8H {
    border-bottom-left-radius: 5px;
  }
  .style_technology__card-widget__zemmb {
    position: static;
    padding: 41px 27px 0;
    border-radius: 5px 5px 40px 40px;
  }
  .style_technology__card-widget-image__TT0k9 {
    z-index: -1;
    position: static;
    top: auto;
    right: auto;
    align-self: flex-end;
    margin-right: -27px;
    transform: translateY(0);
  }
  .style_technology__cube-background__6vOr4 {
    top: 37%;
  }
}
@media (max-width: 720px) {
  .style_technology__s85u9 {
    margin-bottom: 94px;
  }
  .style_technology__cube-big__WWqpR {
    display: none;
  }
}
@media (max-width: 530px) {
  .style_technology__button__yCnvV {
    padding: 10px 25px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .style_technology__text__l9XtX {
    margin: 40px 0;
  }
  .style_technology__card-title__21xD5 {
    font-size: 40px;
  }
  .style_technology__button__yCnvV {
    font-size: 16px;
  }
  .style_technology__cube-background__6vOr4 {
    top: 37%;
    width: auto;
  }
  .style_technology__cube-big__WWqpR,
  .style_technology__cube-medium__Susal,
  .style_technology__cube-small__s_Uwm {
    display: none;
  }
}
@media (max-width: 390px) {
  .style_technology__subtitle__m8ogg {
    font-size: 23px;
  }
  .style_technology__text__l9XtX {
    font-size: 22px;
  }
}
.style_feedback__514iL .style_select__control__ikdoP {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__514iL .style_select__control__ikdoP:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__514iL .style_select__control__ikdoP:focus {
  outline: none;
}
.style_feedback__514iL .style_select__menu__wxmCa {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__514iL .style_select__option__zJl8A {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__514iL .style_select__option__zJl8A:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__514iL .style_select__placeholder__ag6cD {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__514iL .style_select__single-value__woSRz {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__mVEy7 .style_select__control__ikdoP {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__mVEy7
  .style_select__control--menu-is-open__CGVfD,
.style_widget-configuration-form__mVEy7 .style_select__control__ikdoP:hover {
  border-color: #858585;
}
.style_widget-configuration-form__mVEy7 .style_select__value-container__QrJ0O {
  padding-left: 14px;
}
.style_widget-configuration-form__mVEy7 .style_select__single-value__woSRz {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__mVEy7 .style_select__menu__wxmCa {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__mVEy7 .style_select__menu-list__wgwGg {
  border-radius: 8px;
}
.style_widget-configuration-form__mVEy7 .style_select__option__zJl8A {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__mVEy7 .style_select__option__zJl8A:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__mVEy7
  .style_select__option--is-selected__A_vLZ,
.style_widget-configuration-form__mVEy7
  .style_select__option--is-selected__A_vLZ:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__mVEy7
  .style_select__indicator-separator__biVVn {
  display: none;
}
.style_select-not-to-open__esouB .style_select__control__ikdoP {
  cursor: default;
}
.style_select-not-to-open__esouB .style_select__indicator__QIfon {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__514iL .style_select__control__ikdoP {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__514iL .style_select__menu__wxmCa {
    top: 44px;
  }
}
.style_modal__wrapper__9nkC6 {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__Sm8Zc {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__Sm8Zc::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__HDqIR {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__5GhbW {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__dzQKE {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__dzQKE:hover {
  transform: scale(0.99);
}
.style_button__0CD96 {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__0CD96 img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__0CD96:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__0CD96:hover img {
  transform: translateX(3px);
}
.style_button__0CD96:active {
  transform: scale(0.95);
}
.style_button_glassy__b_WiT {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header___SMj8 {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__0B3F6 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__0B3F6:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__HUgmN {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__HUgmN img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__HUgmN:hover {
  color: #00e18c;
}
.style_button-link__HUgmN:hover img {
  transform: translateX(3px);
}
.style_button-link__HUgmN:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__0CD96 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__b_WiT {
    margin-right: 10px;
  }
  .style_button__0CD96 img {
    max-width: 20px;
  }
}
.style_select__Z29Ly .style_language-select__control__xYAgp {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__Z29Ly .style_language-select__control--is-focused__ijwJe {
  outline: none;
  box-shadow: none;
}
.style_select__Z29Ly .style_language-select__menu__lBMBI {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__Z29Ly .style_language-select__menu-list__ClG6_ {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__Z29Ly .style_language-select__value-container__ozBFz {
  padding: 0;
}
.style_select__Z29Ly .style_language-select__value-container__ozBFz input {
  left: 0;
}
.style_select__Z29Ly .style_language-select__single-value__EVdZv {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__Z29Ly .style_language-select__single-value__EVdZv span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__Z29Ly .style_language-select__single-value__EVdZv img {
  margin-right: 10px;
}
.style_select__Z29Ly .style_language-select__indicator__mCXVK {
  display: none;
}
.style_select__Z29Ly .style_language-select__option__Y6pzR {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__Z29Ly .style_language-select__option__Y6pzR:last-child {
  margin-bottom: 0;
}
.style_select__Z29Ly .style_language-select__option__Y6pzR:hover {
  color: #00e18c;
}
.style_select__Z29Ly .style_language-select__option__Y6pzR:active {
  background: transparent;
}
.style_select__Z29Ly .style_language-select__option--is-selected__ZRXCA span {
  color: #00e18c;
}
.style_select__Z29Ly .style_language-select__dropdown-indicator__8Rjpz:hover {
  color: var(--rubic-base-05);
}
.style_select__Z29Ly .style_language-select__indicator-separator__KKFjj {
  display: none;
}
.style_select__Z29Ly .style_statistic-select__control__epJ13 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__Z29Ly .style_statistic-select__control--menu-is-open__TaX0V {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__Z29Ly
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__indicator__y8LFK {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__Z29Ly
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__single-value__oMAZq {
  color: #fff;
}
.style_select__Z29Ly .style_statistic-select__control--is-focused__NYjl9 {
  outline: none;
  box-shadow: none;
}
.style_select__Z29Ly .style_statistic-select__menu__rxaM_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__Z29Ly .style_statistic-select__menu__rxaM_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__Z29Ly .style_statistic-select__menu-list__QkqEv {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__Z29Ly .style_statistic-select__menu-list__QkqEv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__Z29Ly .style_statistic-select__value-container__8Mxuq {
  padding: 0;
}
.style_select__Z29Ly .style_statistic-select__value-container__8Mxuq input {
  left: -100px;
}
.style_select__Z29Ly .style_statistic-select__single-value__oMAZq {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__Z29Ly .style_statistic-select__indicator__y8LFK {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__Z29Ly .style_statistic-select__option__bgBh_ {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__Z29Ly .style_statistic-select__option__bgBh_:last-child {
  margin-bottom: 0;
}
.style_select__Z29Ly .style_statistic-select__option__bgBh_:hover {
  color: #4aa956;
}
.style_select__Z29Ly .style_statistic-select__option__bgBh_:active {
  background: transparent;
}
.style_select__Z29Ly .style_statistic-select__option--is-selected__DnwHg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__Z29Ly .style_statistic-select__option__bgBh_ {
    margin-bottom: 0;
  }
}
.style_select__Z29Ly .style_statistic-select__dropdown-indicator__xLOjS:hover {
  color: var(--rubic-base-05);
}
.style_select__Z29Ly .style_statistic-select__indicator-separator__bjV8Q {
  display: none;
}
.style_select-periods__P_ZZA .style_statistic-select__control__epJ13 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__P_ZZA
  .style_statistic-select__control--menu-is-open__TaX0V {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__P_ZZA
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__indicator__y8LFK {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__P_ZZA
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__single-value__oMAZq {
  color: #fff;
}
.style_select-periods__P_ZZA
  .style_statistic-select__control--is-focused__NYjl9 {
  outline: none;
  box-shadow: none;
}
.style_select-periods__P_ZZA .style_statistic-select__menu__rxaM_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__P_ZZA .style_statistic-select__menu__rxaM_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__P_ZZA .style_statistic-select__menu-list__QkqEv {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__P_ZZA .style_statistic-select__menu-list__QkqEv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__P_ZZA .style_statistic-select__value-container__8Mxuq {
  padding: 0;
}
.style_select-periods__P_ZZA
  .style_statistic-select__value-container__8Mxuq
  input {
  left: -100px;
}
.style_select-periods__P_ZZA .style_statistic-select__single-value__oMAZq {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__P_ZZA .style_statistic-select__indicator__y8LFK {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__P_ZZA .style_statistic-select__option__bgBh_ {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__P_ZZA .style_statistic-select__option__bgBh_:last-child {
  margin-bottom: 0;
}
.style_select-periods__P_ZZA .style_statistic-select__option__bgBh_:hover {
  color: #4aa956;
}
.style_select-periods__P_ZZA .style_statistic-select__option__bgBh_:active {
  background: transparent;
}
.style_select-periods__P_ZZA
  .style_statistic-select__option--is-selected__DnwHg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__P_ZZA .style_statistic-select__option__bgBh_ {
    margin-bottom: 0;
  }
}
.style_select-periods__P_ZZA
  .style_statistic-select__dropdown-indicator__xLOjS:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__P_ZZA
  .style_statistic-select__indicator-separator__bjV8Q {
  display: none;
}
.style_select_persia__1z91H .style_statistic-select__control__epJ13 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__1z91H
  .style_statistic-select__control--menu-is-open__TaX0V {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__1z91H
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__indicator__y8LFK {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__1z91H
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__single-value__oMAZq {
  color: #fff;
}
.style_select_persia__1z91H
  .style_statistic-select__control--is-focused__NYjl9 {
  outline: none;
  box-shadow: none;
}
.style_select_persia__1z91H .style_statistic-select__menu__rxaM_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__1z91H .style_statistic-select__menu__rxaM_ {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__1z91H .style_statistic-select__menu-list__QkqEv {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__1z91H .style_statistic-select__menu-list__QkqEv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__1z91H .style_statistic-select__value-container__8Mxuq {
  padding: 0;
}
.style_select_persia__1z91H
  .style_statistic-select__value-container__8Mxuq
  input {
  left: 0;
}
.style_select_persia__1z91H .style_statistic-select__single-value__oMAZq {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__1z91H .style_statistic-select__indicator__y8LFK {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__1z91H .style_statistic-select__option__bgBh_ {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__1z91H .style_statistic-select__option__bgBh_:last-child {
  margin-bottom: 0;
}
.style_select_persia__1z91H .style_statistic-select__option__bgBh_:hover {
  color: #4aa956;
}
.style_select_persia__1z91H .style_statistic-select__option__bgBh_:active {
  background: transparent;
}
.style_select_persia__1z91H
  .style_statistic-select__option--is-selected__DnwHg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__1z91H .style_statistic-select__option__bgBh_ {
    margin-bottom: 0;
  }
}
.style_select_persia__1z91H
  .style_statistic-select__dropdown-indicator__xLOjS:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__1z91H
  .style_statistic-select__indicator-separator__bjV8Q {
  display: none;
}
.style_select-periods_persia__aBDPd .style_statistic-select__control__epJ13 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__control--menu-is-open__TaX0V {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__indicator__y8LFK {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__control--menu-is-open__TaX0V
  .style_statistic-select__single-value__oMAZq {
  color: #fff;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__control--is-focused__NYjl9 {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__aBDPd .style_statistic-select__menu__rxaM_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aBDPd .style_statistic-select__menu__rxaM_ {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__aBDPd .style_statistic-select__menu-list__QkqEv {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aBDPd
    .style_statistic-select__menu-list__QkqEv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__value-container__8Mxuq {
  padding: 0;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__value-container__8Mxuq
  input {
  left: 0;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__single-value__oMAZq {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aBDPd .style_statistic-select__indicator__y8LFK {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__aBDPd .style_statistic-select__option__bgBh_ {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__option__bgBh_:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__option__bgBh_:hover {
  color: #4aa956;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__option__bgBh_:active {
  background: transparent;
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__option--is-selected__DnwHg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aBDPd .style_statistic-select__option__bgBh_ {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__dropdown-indicator__xLOjS:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aBDPd
  .style_statistic-select__indicator-separator__bjV8Q {
  display: none;
}
.style_paginationContainer__YfMv6 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__YfMv6 {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__OoE5r {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__OoE5r {
    padding: 8px 13px;
  }
}
.style_activeClassName__NYv_k,
.style_mobileActiveClassName__UKqrS {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__NYv_k {
  background: #4aa956;
}
.style_mobileActiveClassName__UKqrS .style_pageLinkClassName__OoE5r {
  color: var(--main-green);
}
.style_previousClassName__d2J9I {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__eW4FE {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__2XB_2 {
  height: 100%;
}
.style_marquee__6gjVJ {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__FGXwT {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__6s0fg {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__6s0fg .style_carousel__slide__aL8u_ {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__6s0fg .style_carousel__slide__aL8u_ {
    padding-bottom: 49px !important;
  }
}
.style_container__lzqyS,
.style_ecosystem__container__0DhMy,
.style_flex-centered-container__jkaXs {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__jkaXs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_ecosystem__title__vRVxh,
.style_title-h1__3InM4,
.style_title-h2__pjCyn,
.style_title-h2__small__61PYS,
.style_title__NQ9MR {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__3InM4 {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__3InM4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__3InM4 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__3InM4 {
    font-size: 35px;
  }
}
.style_ecosystem__title__vRVxh,
.style_title-h2__pjCyn,
.style_title-h2__small__61PYS {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_ecosystem__title__vRVxh,
  .style_title-h2__pjCyn,
  .style_title-h2__small__61PYS {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_ecosystem__title__vRVxh,
  .style_title-h2__pjCyn,
  .style_title-h2__small__61PYS {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_ecosystem__title__vRVxh,
  .style_title-h2__pjCyn,
  .style_title-h2__small__61PYS {
    font-size: 35px;
  }
}
.style_ecosystem__title__vRVxh,
.style_title-h2__small__61PYS {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_ecosystem__title__vRVxh,
  .style_title-h2__small__61PYS {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_ecosystem__title__vRVxh,
  .style_title-h2__small__61PYS {
    font-size: 40px;
  }
}
.style_highlight__s7m__ {
  color: #00e18c;
}
.style_bold__4KUEK {
  font-weight: 700;
}
.style_section-margin__n1CwS {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__n1CwS {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__n1CwS {
    margin-bottom: 81px;
  }
}
.style_nowrap__b6y1P {
  white-space: nowrap;
}
.style_gradient-main__hfh24 {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__hfh24 {
    display: none;
  }
}
.style_gradient-main_dark__0M6YG {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__0M6YG {
    display: none;
  }
}
.style_gradient-ecosystem__wy4iA {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__wy4iA {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__wy4iA {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__wy4iA {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__MsJ9z {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__MsJ9z,
.style_gradient-footer_blue__cz65Z {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__cz65Z {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__c7cag {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__c7cag {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__6A4P1 {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__DIuZw {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__Q7onG,
.style_gradient-swap-form__DIuZw {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__Q7onG {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__Q7onG {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__qo3Fo {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__qo3Fo {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__8ZxcD {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__8ZxcD {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__SYMIs {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__SYMIs {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__03nMM {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_ecosystem__n9xJV {
  z-index: 2;
  position: relative;
  margin-bottom: 160px;
}
.style_ecosystem__tools_link__9_W00 {
  position: absolute;
  left: 50%;
  top: -30%;
}
.style_ecosystem__title__vRVxh {
  display: flex;
  align-items: center;
  grid-gap: 28px;
  gap: 28px;
  margin-bottom: 60px;
  text-align: left;
}
.style_ecosystem__text__8mkA2 {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 123.5%;
  text-align: right;
  letter-spacing: 0.03em;
  -webkit-text-fill-color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
}
.style_ecosystem__marquee-bottom__6Knpb {
  margin-top: 20px;
  opacity: 0.3;
}
.style_ecosystem__marquee-item__gQUQe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 120px;
  margin-right: 20px;
  background: hsla(0, 0%, 98%, 0.15);
  border-radius: 25px;
}
.style_ecosystem__marquee-item__gQUQe img {
  width: 70%;
}
.style_ecosystem__marquee-item-text__aoX5_ {
  font-size: 22px;
}
@media (max-width: 580px) {
  .style_ecosystem__marquee-item-text__aoX5_ {
    font-size: 12px;
  }
}
.style_ecosystem__marquee-item-img__B6yOk {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
}
@media (max-width: 580px) {
  .style_ecosystem__marquee-item-img__B6yOk {
    width: 32px !important;
    height: 32px !important;
  }
}
.style_ecosystem__cube__fI5H6 {
  position: absolute;
  top: -69px;
  left: -86px;
  width: 168px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 630px) {
  .style_ecosystem__title__vRVxh {
    flex-direction: column;
    text-align: center;
    grid-gap: 0;
    gap: 0;
  }
  .style_ecosystem__text__8mkA2 {
    font-size: 25px;
  }
}
@media (max-width: 580px) {
  .style_ecosystem__titles__KNYW6 {
    grid-gap: 253px;
    gap: 253px;
  }
  .style_ecosystem__text__8mkA2 {
    text-align: center;
  }
  .style_ecosystem__marquee__RwFpc {
    top: 37% !important;
  }
  .style_ecosystem__marquee-bottom__6Knpb {
    top: 49% !important;
  }
  .style_ecosystem__marquee-item__gQUQe {
    width: 120px;
    height: 60px;
    margin-right: 10px;
    border-radius: 12px;
  }
  .style_ecosystem__marquee-item__gQUQe img {
    width: 75px;
  }
  .style_ecosystem__cube__fI5H6 {
    display: none;
  }
}
@media (max-width: 480px) {
  .style_ecosystem__titles__KNYW6 {
    grid-gap: 220px;
    gap: 220px;
  }
  .style_ecosystem__marquee__RwFpc {
    top: 42% !important;
  }
  .style_ecosystem__marquee-bottom__6Knpb {
    top: 53% !important;
  }
}
.style_feedback__B2RFO .style_select__control__RE3zo {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__B2RFO .style_select__control__RE3zo:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__B2RFO .style_select__control__RE3zo:focus {
  outline: none;
}
.style_feedback__B2RFO .style_select__menu__ZgmfS {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__B2RFO .style_select__option__P_CMt {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__B2RFO .style_select__option__P_CMt:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__B2RFO .style_select__placeholder__w8_5E {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__B2RFO .style_select__single-value__6B6cE {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__n4ZzF .style_select__control__RE3zo {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__n4ZzF
  .style_select__control--menu-is-open__dM41O,
.style_widget-configuration-form__n4ZzF .style_select__control__RE3zo:hover {
  border-color: #858585;
}
.style_widget-configuration-form__n4ZzF .style_select__value-container__YoBH0 {
  padding-left: 14px;
}
.style_widget-configuration-form__n4ZzF .style_select__single-value__6B6cE {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__n4ZzF .style_select__menu__ZgmfS {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__n4ZzF .style_select__menu-list__zdgIl {
  border-radius: 8px;
}
.style_widget-configuration-form__n4ZzF .style_select__option__P_CMt {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__n4ZzF .style_select__option__P_CMt:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__n4ZzF
  .style_select__option--is-selected__m_r7B,
.style_widget-configuration-form__n4ZzF
  .style_select__option--is-selected__m_r7B:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__n4ZzF
  .style_select__indicator-separator__DxGdT {
  display: none;
}
.style_select-not-to-open__JiVKu .style_select__control__RE3zo {
  cursor: default;
}
.style_select-not-to-open__JiVKu .style_select__indicator__dhZfB {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__B2RFO .style_select__control__RE3zo {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__B2RFO .style_select__menu__ZgmfS {
    top: 44px;
  }
}
.style_modal__wrapper__oHG56 {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__4tDEP {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__4tDEP::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__lgKxV {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__xQWin {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__eRunh {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__eRunh:hover {
  transform: scale(0.99);
}
.style_button__lhECL,
.style_rbcToken__button__6DtFc {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__lhECL img,
.style_rbcToken__button__6DtFc img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__lhECL:hover,
.style_rbcToken__button__6DtFc:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__lhECL:hover img,
.style_rbcToken__button__6DtFc:hover img {
  transform: translateX(3px);
}
.style_button__lhECL:active,
.style_rbcToken__button__6DtFc:active {
  transform: scale(0.95);
}
.style_button_glassy__EauoG {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__uQilh {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__xE0wI {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__xE0wI:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__lDt4u {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__lDt4u img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__lDt4u:hover {
  color: #00e18c;
}
.style_button-link__lDt4u:hover img {
  transform: translateX(3px);
}
.style_button-link__lDt4u:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__lhECL,
  .style_rbcToken__button__6DtFc {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__EauoG {
    margin-right: 10px;
  }
  .style_button__lhECL img,
  .style_rbcToken__button__6DtFc img {
    max-width: 20px;
  }
}
.style_select__F3dCl .style_language-select__control__fNeCu {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__F3dCl .style_language-select__control--is-focused__cCJDz {
  outline: none;
  box-shadow: none;
}
.style_select__F3dCl .style_language-select__menu__fDACp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__F3dCl .style_language-select__menu-list__BkGEF {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__F3dCl .style_language-select__value-container__dl_KX {
  padding: 0;
}
.style_select__F3dCl .style_language-select__value-container__dl_KX input {
  left: 0;
}
.style_select__F3dCl .style_language-select__single-value__Xfazu {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__F3dCl .style_language-select__single-value__Xfazu span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__F3dCl .style_language-select__single-value__Xfazu img {
  margin-right: 10px;
}
.style_select__F3dCl .style_language-select__indicator__rQqGC {
  display: none;
}
.style_select__F3dCl .style_language-select__option__o9Xtv {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__F3dCl .style_language-select__option__o9Xtv:last-child {
  margin-bottom: 0;
}
.style_select__F3dCl .style_language-select__option__o9Xtv:hover {
  color: #00e18c;
}
.style_select__F3dCl .style_language-select__option__o9Xtv:active {
  background: transparent;
}
.style_select__F3dCl .style_language-select__option--is-selected__wpVSg span {
  color: #00e18c;
}
.style_select__F3dCl .style_language-select__dropdown-indicator__kY8Ar:hover {
  color: var(--rubic-base-05);
}
.style_select__F3dCl .style_language-select__indicator-separator__PZAgi {
  display: none;
}
.style_select__F3dCl .style_statistic-select__control__bLkGA {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__F3dCl .style_statistic-select__control--menu-is-open__IsJdO {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__F3dCl
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__indicator__Dzdgw {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__F3dCl
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__single-value__FC6il {
  color: #fff;
}
.style_select__F3dCl .style_statistic-select__control--is-focused__UOR2l {
  outline: none;
  box-shadow: none;
}
.style_select__F3dCl .style_statistic-select__menu__WoJ7R {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__F3dCl .style_statistic-select__menu__WoJ7R {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__F3dCl .style_statistic-select__menu-list___7Ot9 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__F3dCl .style_statistic-select__menu-list___7Ot9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__F3dCl .style_statistic-select__value-container__QIziG {
  padding: 0;
}
.style_select__F3dCl .style_statistic-select__value-container__QIziG input {
  left: -100px;
}
.style_select__F3dCl .style_statistic-select__single-value__FC6il {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__F3dCl .style_statistic-select__indicator__Dzdgw {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__F3dCl .style_statistic-select__option__TQVal {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__F3dCl .style_statistic-select__option__TQVal:last-child {
  margin-bottom: 0;
}
.style_select__F3dCl .style_statistic-select__option__TQVal:hover {
  color: #4aa956;
}
.style_select__F3dCl .style_statistic-select__option__TQVal:active {
  background: transparent;
}
.style_select__F3dCl .style_statistic-select__option--is-selected__rE8XK {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__F3dCl .style_statistic-select__option__TQVal {
    margin-bottom: 0;
  }
}
.style_select__F3dCl .style_statistic-select__dropdown-indicator__sD3Ks:hover {
  color: var(--rubic-base-05);
}
.style_select__F3dCl .style_statistic-select__indicator-separator__mImjt {
  display: none;
}
.style_select-periods____LAW .style_statistic-select__control__bLkGA {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods____LAW
  .style_statistic-select__control--menu-is-open__IsJdO {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods____LAW
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__indicator__Dzdgw {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods____LAW
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__single-value__FC6il {
  color: #fff;
}
.style_select-periods____LAW
  .style_statistic-select__control--is-focused__UOR2l {
  outline: none;
  box-shadow: none;
}
.style_select-periods____LAW .style_statistic-select__menu__WoJ7R {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods____LAW .style_statistic-select__menu__WoJ7R {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods____LAW .style_statistic-select__menu-list___7Ot9 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods____LAW .style_statistic-select__menu-list___7Ot9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods____LAW .style_statistic-select__value-container__QIziG {
  padding: 0;
}
.style_select-periods____LAW
  .style_statistic-select__value-container__QIziG
  input {
  left: -100px;
}
.style_select-periods____LAW .style_statistic-select__single-value__FC6il {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods____LAW .style_statistic-select__indicator__Dzdgw {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods____LAW .style_statistic-select__option__TQVal {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods____LAW .style_statistic-select__option__TQVal:last-child {
  margin-bottom: 0;
}
.style_select-periods____LAW .style_statistic-select__option__TQVal:hover {
  color: #4aa956;
}
.style_select-periods____LAW .style_statistic-select__option__TQVal:active {
  background: transparent;
}
.style_select-periods____LAW
  .style_statistic-select__option--is-selected__rE8XK {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods____LAW .style_statistic-select__option__TQVal {
    margin-bottom: 0;
  }
}
.style_select-periods____LAW
  .style_statistic-select__dropdown-indicator__sD3Ks:hover {
  color: var(--rubic-base-05);
}
.style_select-periods____LAW
  .style_statistic-select__indicator-separator__mImjt {
  display: none;
}
.style_select_persia__WMXo_ .style_statistic-select__control__bLkGA {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__WMXo_
  .style_statistic-select__control--menu-is-open__IsJdO {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__WMXo_
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__indicator__Dzdgw {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__WMXo_
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__single-value__FC6il {
  color: #fff;
}
.style_select_persia__WMXo_
  .style_statistic-select__control--is-focused__UOR2l {
  outline: none;
  box-shadow: none;
}
.style_select_persia__WMXo_ .style_statistic-select__menu__WoJ7R {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__WMXo_ .style_statistic-select__menu__WoJ7R {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__WMXo_ .style_statistic-select__menu-list___7Ot9 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__WMXo_ .style_statistic-select__menu-list___7Ot9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__WMXo_ .style_statistic-select__value-container__QIziG {
  padding: 0;
}
.style_select_persia__WMXo_
  .style_statistic-select__value-container__QIziG
  input {
  left: 0;
}
.style_select_persia__WMXo_ .style_statistic-select__single-value__FC6il {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__WMXo_ .style_statistic-select__indicator__Dzdgw {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__WMXo_ .style_statistic-select__option__TQVal {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__WMXo_ .style_statistic-select__option__TQVal:last-child {
  margin-bottom: 0;
}
.style_select_persia__WMXo_ .style_statistic-select__option__TQVal:hover {
  color: #4aa956;
}
.style_select_persia__WMXo_ .style_statistic-select__option__TQVal:active {
  background: transparent;
}
.style_select_persia__WMXo_
  .style_statistic-select__option--is-selected__rE8XK {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__WMXo_ .style_statistic-select__option__TQVal {
    margin-bottom: 0;
  }
}
.style_select_persia__WMXo_
  .style_statistic-select__dropdown-indicator__sD3Ks:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__WMXo_
  .style_statistic-select__indicator-separator__mImjt {
  display: none;
}
.style_select-periods_persia__KHroL .style_statistic-select__control__bLkGA {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__control--menu-is-open__IsJdO {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__indicator__Dzdgw {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__control--menu-is-open__IsJdO
  .style_statistic-select__single-value__FC6il {
  color: #fff;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__control--is-focused__UOR2l {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__KHroL .style_statistic-select__menu__WoJ7R {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__KHroL .style_statistic-select__menu__WoJ7R {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__KHroL .style_statistic-select__menu-list___7Ot9 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__KHroL
    .style_statistic-select__menu-list___7Ot9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__KHroL
  .style_statistic-select__value-container__QIziG {
  padding: 0;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__value-container__QIziG
  input {
  left: 0;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__single-value__FC6il {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__KHroL .style_statistic-select__indicator__Dzdgw {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__KHroL .style_statistic-select__option__TQVal {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__option__TQVal:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__option__TQVal:hover {
  color: #4aa956;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__option__TQVal:active {
  background: transparent;
}
.style_select-periods_persia__KHroL
  .style_statistic-select__option--is-selected__rE8XK {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__KHroL .style_statistic-select__option__TQVal {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__KHroL
  .style_statistic-select__dropdown-indicator__sD3Ks:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__KHroL
  .style_statistic-select__indicator-separator__mImjt {
  display: none;
}
.style_paginationContainer__snCc3 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__snCc3 {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__yagAS {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__yagAS {
    padding: 8px 13px;
  }
}
.style_activeClassName__GcMzs,
.style_mobileActiveClassName__W8XUG {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__GcMzs {
  background: #4aa956;
}
.style_mobileActiveClassName__W8XUG .style_pageLinkClassName__yagAS {
  color: var(--main-green);
}
.style_previousClassName__4VMSp {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__BZU1M {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__vd02t {
  height: 100%;
}
.style_marquee__p6BnN {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__8uYmr {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__W0S5U {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__W0S5U .style_carousel__slide__mqE9j {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__W0S5U .style_carousel__slide__mqE9j {
    padding-bottom: 49px !important;
  }
}
.style_container__R_Czm,
.style_flex-centered-container__l6nYD,
.style_rbcToken__container__xO8r6 {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__l6nYD {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_rbcToken__title__qMIhS,
.style_title-h1___hVDq,
.style_title-h2__nCdqn,
.style_title-h2__small__TPmUb,
.style_title__r0_UY {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1___hVDq {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1___hVDq {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1___hVDq {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1___hVDq {
    font-size: 35px;
  }
}
.style_rbcToken__title__qMIhS,
.style_title-h2__nCdqn,
.style_title-h2__small__TPmUb {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_rbcToken__title__qMIhS,
  .style_title-h2__nCdqn,
  .style_title-h2__small__TPmUb {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_rbcToken__title__qMIhS,
  .style_title-h2__nCdqn,
  .style_title-h2__small__TPmUb {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_rbcToken__title__qMIhS,
  .style_title-h2__nCdqn,
  .style_title-h2__small__TPmUb {
    font-size: 35px;
  }
}
.style_rbcToken__title__qMIhS,
.style_title-h2__small__TPmUb {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_rbcToken__title__qMIhS,
  .style_title-h2__small__TPmUb {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_rbcToken__title__qMIhS,
  .style_title-h2__small__TPmUb {
    font-size: 40px;
  }
}
.style_highlight__kl9I4 {
  color: #00e18c;
}
.style_bold__XdqAs {
  font-weight: 700;
}
.style_section-margin__LnP69 {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__LnP69 {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__LnP69 {
    margin-bottom: 81px;
  }
}
.style_nowrap__QyohH {
  white-space: nowrap;
}
.style_gradient-main__qtkaC {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__qtkaC {
    display: none;
  }
}
.style_gradient-main_dark__vjVIf {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__vjVIf {
    display: none;
  }
}
.style_gradient-ecosystem__c_cwE {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__c_cwE {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__c_cwE {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__c_cwE {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__Psy8c {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__Psy8c,
.style_gradient-footer_blue__FE2BS {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__FE2BS {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__DkUfl {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__DkUfl {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__0nO09 {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__8rikm {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__RIbZF,
.style_gradient-swap-form__8rikm {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__RIbZF {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__RIbZF {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__NcDRp {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__NcDRp {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__gQTfJ {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__gQTfJ {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__BfRez {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__BfRez {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__OHgvu {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_rbcToken__vsC7M {
  position: relative;
  margin-bottom: 135px;
}
.style_rbcToken__background-cubes__OGboC,
.style_rbcToken__gradient_blue__6nh_X,
.style_rbcToken__gradient_green__ejat4 {
  position: absolute;
  right: 0;
}
.style_rbcToken__background-cubes__OGboC {
  top: -10%;
}
.style_rbcToken__gradient_blue__6nh_X {
  top: -30%;
  filter: blur(10px);
}
.style_rbcToken__gradient_green__ejat4 {
  top: -15%;
  filter: blur(10px);
}
.style_rbcToken__cube__Cag7_ {
  z-index: 1;
  position: absolute;
  top: -564px;
  left: -198px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rbcToken__title__qMIhS {
  margin: 0 0 47px;
}
.style_rbcToken__subtitle__Wa3Pb,
.style_rbcToken__subtitle_mobile_bottom__nWW1n,
.style_rbcToken__subtitle_mobile_top__2VgD6 {
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rbcToken__subtitle_mobile_bottom__nWW1n,
.style_rbcToken__subtitle_mobile_bottom_mobile_bottom__nafgG,
.style_rbcToken__subtitle_mobile_bottom_mobile_top__n2aPy,
.style_rbcToken__subtitle_mobile_top__2VgD6,
.style_rbcToken__subtitle_mobile_top_mobile_bottom__zZln_,
.style_rbcToken__subtitle_mobile_top_mobile_top___ql9h {
  display: none;
}
.style_rbcToken__list__DEXsu {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
}
.style_rbcToken__list-item__RMXQ1 {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  gap: 13px;
  font-weight: 400;
  font-size: 25px;
  line-height: 155%;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rbcToken__list-item-marker__3QhYp {
  width: 16px;
}
.style_rbcToken__button__6DtFc {
  margin: 63px 0;
  padding: 20px 67px;
  border-radius: 25px;
  box-shadow: 0 4px 23px rgba(51, 219, 156, 0.35);
  font-weight: 500;
  font-size: 25px;
  color: #241f2a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rbcToken__button__6DtFc:hover {
  color: #fff;
}
.style_rbcToken__icons__ojZHO {
  display: flex;
  align-items: flex-start;
  margin-left: -19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rbcToken__icons-rubic__PUvbT {
  margin-top: 30px;
  transition: all 0.1s linear;
}
@media (max-width: 750px) {
  .style_rbcToken__icons-rubic__PUvbT {
    margin-top: 0;
  }
}
.style_rbcToken__icons-rubic__PUvbT:hover {
  transition: all 0.1s linear;
  transform: scale(1.1);
}
.style_rbcToken__dex__CLhW_ {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s linear;
}
.style_rbcToken__dex__CLhW_:first-child {
  top: 65px;
  left: -25px;
}
.style_rbcToken__dex__CLhW_:nth-child(2) {
  top: 65px;
  left: 165px;
}
.style_rbcToken__dex__CLhW_:nth-child(3) {
  top: 230px;
  left: -120px;
}
.style_rbcToken__dex__CLhW_:nth-child(4) {
  left: 70px;
  top: 230px;
}
.style_rbcToken__dex__CLhW_:nth-child(5) {
  left: 265px;
  top: 230px;
}
.style_rbcToken__dex__CLhW_:hover {
  transition: all 0.1s linear;
  transform: scale(1.1);
}
.style_rbcToken__dex-wrapper__hbyho {
  position: relative;
  width: 445px;
  height: 390px;
}
@media (max-width: 750px) {
  .style_rbcToken__dex__CLhW_:first-child {
    top: 365px;
    left: -215px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(2) {
    top: 200px;
    left: -120px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(3) {
    top: 30px;
    left: -25px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(4) {
    left: -25px;
    top: 365px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(5) {
    top: 200px;
    left: 70px;
  }
  .style_rbcToken__dex-wrapper__hbyho {
    height: 580px;
  }
}
@media (max-width: 570px) {
  .style_rbcToken__dex__CLhW_ img {
    width: 150px;
  }
  .style_rbcToken__dex__CLhW_:first-child {
    top: 255px;
    left: -155px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(2) {
    top: 140px;
    left: -83px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(3) {
    top: 25px;
    left: -15px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(4) {
    top: 255px;
    left: -16px;
  }
  .style_rbcToken__dex__CLhW_:nth-child(5) {
    top: 140px;
    left: 52px;
  }
  .style_rbcToken__dex-wrapper__hbyho {
    height: 410px;
  }
}
@media (max-width: 420px) {
  .style_rbcToken__dex__CLhW_:nth-child(5) {
    top: 370px;
    left: -85px;
  }
}
@media (max-width: 1000px) {
  .style_rbcToken__background-cubes__OGboC {
    width: 650px;
  }
}
@media (max-width: 780px) {
  .style_rbcToken__cube__Cag7_ {
    display: none;
  }
  .style_rbcToken__background-cubes__OGboC,
  .style_rbcToken__gradient_blue__6nh_X,
  .style_rbcToken__gradient_green__ejat4 {
    opacity: 0.5;
  }
}
@media (max-width: 520px) {
  .style_rbcToken__container__xO8r6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .style_rbcToken__background-cubes__OGboC {
    top: 10%;
    width: 480px;
    opacity: 0.3;
  }
  .style_rbcToken__title__qMIhS {
    margin: 0;
    font-size: 60px;
    line-height: 1;
  }
  .style_rbcToken__title-wrapper__ssWHR {
    max-width: 300px;
    margin: 0 auto 70px;
    text-align: center;
  }
  .style_rbcToken__subtitle__Wa3Pb {
    display: none;
  }
  .style_rbcToken__subtitle_mobile_bottom__nWW1n,
  .style_rbcToken__subtitle_mobile_top__2VgD6 {
    text-transform: none;
    display: block;
    text-align: left;
  }
  .style_rbcToken__subtitle_mobile_top__2VgD6 {
    margin-left: 4px;
  }
  .style_rbcToken__subtitle_mobile_bottom__nWW1n {
    margin-right: 2px;
    text-align: right;
  }
  .style_rbcToken__list__DEXsu {
    grid-gap: 15px;
    gap: 15px;
  }
  .style_rbcToken__list-item__RMXQ1 {
    font-size: 20px;
    line-height: 143%;
  }
  .style_rbcToken__button__6DtFc {
    padding: 15px 67px;
  }
  .style_rbcToken__icons__ojZHO {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .style_rbcToken__icons-rubic__PUvbT {
    width: 180px;
  }
}
.style_feedback__I0DuK .style_select__control__o8jS5 {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__I0DuK .style_select__control__o8jS5:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__I0DuK .style_select__control__o8jS5:focus {
  outline: none;
}
.style_feedback__I0DuK .style_select__menu__yWEI5 {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__I0DuK .style_select__option__LMLwn {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__I0DuK .style_select__option__LMLwn:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__I0DuK .style_select__placeholder__lzt3e {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__I0DuK .style_select__single-value__EH3Cz {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__SDBMy .style_select__control__o8jS5 {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__SDBMy
  .style_select__control--menu-is-open__kBBb2,
.style_widget-configuration-form__SDBMy .style_select__control__o8jS5:hover {
  border-color: #858585;
}
.style_widget-configuration-form__SDBMy .style_select__value-container__kVS8R {
  padding-left: 14px;
}
.style_widget-configuration-form__SDBMy .style_select__single-value__EH3Cz {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__SDBMy .style_select__menu__yWEI5 {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__SDBMy .style_select__menu-list__qP6EX {
  border-radius: 8px;
}
.style_widget-configuration-form__SDBMy .style_select__option__LMLwn {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__SDBMy .style_select__option__LMLwn:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__SDBMy
  .style_select__option--is-selected__wqr5o,
.style_widget-configuration-form__SDBMy
  .style_select__option--is-selected__wqr5o:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__SDBMy
  .style_select__indicator-separator__uDxR1 {
  display: none;
}
.style_select-not-to-open__p1TlL .style_select__control__o8jS5 {
  cursor: default;
}
.style_select-not-to-open__p1TlL .style_select__indicator__or2JN {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__I0DuK .style_select__control__o8jS5 {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__I0DuK .style_select__menu__yWEI5 {
    top: 44px;
  }
}
.style_modal__wrapper__R_dR_ {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__V3IZz {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__V3IZz::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__7WY9S {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__IYEp3 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__UFBEp {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__UFBEp:hover {
  transform: scale(0.99);
}
.style_button__kyqui,
.style_screen__button__Ir4Yd {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__kyqui img,
.style_screen__button__Ir4Yd img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__kyqui:hover,
.style_screen__button__Ir4Yd:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__kyqui:hover img,
.style_screen__button__Ir4Yd:hover img {
  transform: translateX(3px);
}
.style_button__kyqui:active,
.style_screen__button__Ir4Yd:active {
  transform: scale(0.95);
}
.style_button_glassy__EcnPi {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__kCnjT {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__1Lm00 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__1Lm00:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__sc1l4 {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__sc1l4 img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__sc1l4:hover {
  color: #00e18c;
}
.style_button-link__sc1l4:hover img {
  transform: translateX(3px);
}
.style_button-link__sc1l4:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__kyqui,
  .style_screen__button__Ir4Yd {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__EcnPi {
    margin-right: 10px;
  }
  .style_button__kyqui img,
  .style_screen__button__Ir4Yd img {
    max-width: 20px;
  }
}
.style_select__d9x2O .style_language-select__control___5RoV {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__d9x2O .style_language-select__control--is-focused__4v503 {
  outline: none;
  box-shadow: none;
}
.style_select__d9x2O .style_language-select__menu__WzwXy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__d9x2O .style_language-select__menu-list__L0D9m {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__d9x2O .style_language-select__value-container__QKXXW {
  padding: 0;
}
.style_select__d9x2O .style_language-select__value-container__QKXXW input {
  left: 0;
}
.style_select__d9x2O .style_language-select__single-value__Njr5U {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__d9x2O .style_language-select__single-value__Njr5U span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__d9x2O .style_language-select__single-value__Njr5U img {
  margin-right: 10px;
}
.style_select__d9x2O .style_language-select__indicator__90WDh {
  display: none;
}
.style_select__d9x2O .style_language-select__option__HIOBw {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__d9x2O .style_language-select__option__HIOBw:last-child {
  margin-bottom: 0;
}
.style_select__d9x2O .style_language-select__option__HIOBw:hover {
  color: #00e18c;
}
.style_select__d9x2O .style_language-select__option__HIOBw:active {
  background: transparent;
}
.style_select__d9x2O .style_language-select__option--is-selected__CxM4G span {
  color: #00e18c;
}
.style_select__d9x2O .style_language-select__dropdown-indicator__Y1Asx:hover {
  color: var(--rubic-base-05);
}
.style_select__d9x2O .style_language-select__indicator-separator__DmvqB {
  display: none;
}
.style_select__d9x2O .style_statistic-select__control__JGlIl {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__d9x2O .style_statistic-select__control--menu-is-open__L9n9Y {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__d9x2O
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__indicator__UlG90 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__d9x2O
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__single-value__6OqxC {
  color: #fff;
}
.style_select__d9x2O .style_statistic-select__control--is-focused__EPg8W {
  outline: none;
  box-shadow: none;
}
.style_select__d9x2O .style_statistic-select__menu__9tNFr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__d9x2O .style_statistic-select__menu__9tNFr {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__d9x2O .style_statistic-select__menu-list__sErB1 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__d9x2O .style_statistic-select__menu-list__sErB1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__d9x2O .style_statistic-select__value-container__iyZq0 {
  padding: 0;
}
.style_select__d9x2O .style_statistic-select__value-container__iyZq0 input {
  left: -100px;
}
.style_select__d9x2O .style_statistic-select__single-value__6OqxC {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__d9x2O .style_statistic-select__indicator__UlG90 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__d9x2O .style_statistic-select__option__V4cWM {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__d9x2O .style_statistic-select__option__V4cWM:last-child {
  margin-bottom: 0;
}
.style_select__d9x2O .style_statistic-select__option__V4cWM:hover {
  color: #4aa956;
}
.style_select__d9x2O .style_statistic-select__option__V4cWM:active {
  background: transparent;
}
.style_select__d9x2O .style_statistic-select__option--is-selected__6VvLb {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__d9x2O .style_statistic-select__option__V4cWM {
    margin-bottom: 0;
  }
}
.style_select__d9x2O .style_statistic-select__dropdown-indicator__5AQp0:hover {
  color: var(--rubic-base-05);
}
.style_select__d9x2O .style_statistic-select__indicator-separator__9uzPE {
  display: none;
}
.style_select-periods__CrtlV .style_statistic-select__control__JGlIl {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__CrtlV
  .style_statistic-select__control--menu-is-open__L9n9Y {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__CrtlV
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__indicator__UlG90 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__CrtlV
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__single-value__6OqxC {
  color: #fff;
}
.style_select-periods__CrtlV
  .style_statistic-select__control--is-focused__EPg8W {
  outline: none;
  box-shadow: none;
}
.style_select-periods__CrtlV .style_statistic-select__menu__9tNFr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__CrtlV .style_statistic-select__menu__9tNFr {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__CrtlV .style_statistic-select__menu-list__sErB1 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__CrtlV .style_statistic-select__menu-list__sErB1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__CrtlV .style_statistic-select__value-container__iyZq0 {
  padding: 0;
}
.style_select-periods__CrtlV
  .style_statistic-select__value-container__iyZq0
  input {
  left: -100px;
}
.style_select-periods__CrtlV .style_statistic-select__single-value__6OqxC {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__CrtlV .style_statistic-select__indicator__UlG90 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__CrtlV .style_statistic-select__option__V4cWM {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__CrtlV .style_statistic-select__option__V4cWM:last-child {
  margin-bottom: 0;
}
.style_select-periods__CrtlV .style_statistic-select__option__V4cWM:hover {
  color: #4aa956;
}
.style_select-periods__CrtlV .style_statistic-select__option__V4cWM:active {
  background: transparent;
}
.style_select-periods__CrtlV
  .style_statistic-select__option--is-selected__6VvLb {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__CrtlV .style_statistic-select__option__V4cWM {
    margin-bottom: 0;
  }
}
.style_select-periods__CrtlV
  .style_statistic-select__dropdown-indicator__5AQp0:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__CrtlV
  .style_statistic-select__indicator-separator__9uzPE {
  display: none;
}
.style_select_persia__UYav1 .style_statistic-select__control__JGlIl {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__UYav1
  .style_statistic-select__control--menu-is-open__L9n9Y {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__UYav1
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__indicator__UlG90 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__UYav1
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__single-value__6OqxC {
  color: #fff;
}
.style_select_persia__UYav1
  .style_statistic-select__control--is-focused__EPg8W {
  outline: none;
  box-shadow: none;
}
.style_select_persia__UYav1 .style_statistic-select__menu__9tNFr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__UYav1 .style_statistic-select__menu__9tNFr {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__UYav1 .style_statistic-select__menu-list__sErB1 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__UYav1 .style_statistic-select__menu-list__sErB1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__UYav1 .style_statistic-select__value-container__iyZq0 {
  padding: 0;
}
.style_select_persia__UYav1
  .style_statistic-select__value-container__iyZq0
  input {
  left: 0;
}
.style_select_persia__UYav1 .style_statistic-select__single-value__6OqxC {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__UYav1 .style_statistic-select__indicator__UlG90 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__UYav1 .style_statistic-select__option__V4cWM {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__UYav1 .style_statistic-select__option__V4cWM:last-child {
  margin-bottom: 0;
}
.style_select_persia__UYav1 .style_statistic-select__option__V4cWM:hover {
  color: #4aa956;
}
.style_select_persia__UYav1 .style_statistic-select__option__V4cWM:active {
  background: transparent;
}
.style_select_persia__UYav1
  .style_statistic-select__option--is-selected__6VvLb {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__UYav1 .style_statistic-select__option__V4cWM {
    margin-bottom: 0;
  }
}
.style_select_persia__UYav1
  .style_statistic-select__dropdown-indicator__5AQp0:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__UYav1
  .style_statistic-select__indicator-separator__9uzPE {
  display: none;
}
.style_select-periods_persia___W2hV .style_statistic-select__control__JGlIl {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__control--menu-is-open__L9n9Y {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__indicator__UlG90 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__control--menu-is-open__L9n9Y
  .style_statistic-select__single-value__6OqxC {
  color: #fff;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__control--is-focused__EPg8W {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia___W2hV .style_statistic-select__menu__9tNFr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia___W2hV .style_statistic-select__menu__9tNFr {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia___W2hV .style_statistic-select__menu-list__sErB1 {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia___W2hV
    .style_statistic-select__menu-list__sErB1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia___W2hV
  .style_statistic-select__value-container__iyZq0 {
  padding: 0;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__value-container__iyZq0
  input {
  left: 0;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__single-value__6OqxC {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia___W2hV .style_statistic-select__indicator__UlG90 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia___W2hV .style_statistic-select__option__V4cWM {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__option__V4cWM:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__option__V4cWM:hover {
  color: #4aa956;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__option__V4cWM:active {
  background: transparent;
}
.style_select-periods_persia___W2hV
  .style_statistic-select__option--is-selected__6VvLb {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia___W2hV .style_statistic-select__option__V4cWM {
    margin-bottom: 0;
  }
}
.style_select-periods_persia___W2hV
  .style_statistic-select__dropdown-indicator__5AQp0:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia___W2hV
  .style_statistic-select__indicator-separator__9uzPE {
  display: none;
}
.style_paginationContainer__4gifM {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__4gifM {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__d9yy0 {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__d9yy0 {
    padding: 8px 13px;
  }
}
.style_activeClassName__ZtZPD,
.style_mobileActiveClassName__gYBTj {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__ZtZPD {
  background: #4aa956;
}
.style_mobileActiveClassName__gYBTj .style_pageLinkClassName__d9yy0 {
  color: var(--main-green);
}
.style_previousClassName__yuDGf {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__Qd_ai {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__8kCSw {
  height: 100%;
}
.style_marquee__w8WNp {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__KCbQB {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__eQFqA {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__eQFqA .style_carousel__slide__v_jTr {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__eQFqA .style_carousel__slide__v_jTr {
    padding-bottom: 49px !important;
  }
}
.style_container__l92Mw,
.style_flex-centered-container__fNZoP,
.style_screen__container__Gt5JK {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__fNZoP,
.style_screen__container__Gt5JK {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_screen__title__mtkO0,
.style_title-h1__BmRDY,
.style_title-h2__6vTIP,
.style_title-h2__small__PRrkL,
.style_title__xiWi0 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__BmRDY {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__BmRDY {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__BmRDY {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__BmRDY {
    font-size: 35px;
  }
}
.style_title-h2__6vTIP,
.style_title-h2__small__PRrkL {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__6vTIP,
  .style_title-h2__small__PRrkL {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__6vTIP,
  .style_title-h2__small__PRrkL {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__6vTIP,
  .style_title-h2__small__PRrkL {
    font-size: 35px;
  }
}
.style_title-h2__small__PRrkL {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__PRrkL {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__PRrkL {
    font-size: 40px;
  }
}
.style_highlight__aE9ta {
  color: #00e18c;
}
.style_bold__1Ii3E {
  font-weight: 700;
}
.style_section-margin__XKbBE {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__XKbBE {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__XKbBE {
    margin-bottom: 81px;
  }
}
.style_nowrap__3YMkO {
  white-space: nowrap;
}
.style_gradient-main__ERbiS {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__ERbiS {
    display: none;
  }
}
.style_gradient-main_dark__oqXa_ {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__oqXa_ {
    display: none;
  }
}
.style_gradient-ecosystem__IrTJu {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__IrTJu {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__IrTJu {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__IrTJu {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__63Baq {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__63Baq,
.style_gradient-footer_blue__0iiHB {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__0iiHB {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__gzHSp {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__gzHSp {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__RrfsE {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__xRvsb {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__A8f5D,
.style_gradient-swap-form__xRvsb {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__A8f5D {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__A8f5D {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__JUbe9 {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__JUbe9 {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__r4Dd6 {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__r4Dd6 {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__Uukao {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__Uukao {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__CTXud {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_screen__lbS2_ {
  position: relative;
  z-index: 1;
  margin-bottom: 290px;
}
.style_screen__container__Gt5JK {
  flex-direction: column;
}
.style_screen__text__pUmEu {
  position: relative;
  margin-top: 43%;
  text-align: center;
}
.style_screen__title__mtkO0 {
  text-transform: none;
  font-size: 120px;
  line-height: 159px;
}
.style_screen__subtitle__4u_VT {
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_screen__buttons__mjTCS {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 239px 239px;
  grid-gap: 5px;
  gap: 5px;
  margin-top: 85px;
}
.style_screen__button__Ir4Yd {
  padding: 20px 37px;
  font-weight: 500;
  font-size: 25px;
  border-radius: 25px;
  color: #241f2a;
}
.style_screen__button-startBuilding__WWWC6 {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.style_screen__button-launchApp__iJo1n {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.style_screen__button__Ir4Yd:hover {
  color: #fff;
  transition: all 0.1s linear;
}
.style_screen__button_mobile__JQKwq:hover {
  color: #000;
  color: initial;
  box-shadow: none;
}
.style_screen__background-cube__9F8CM {
  z-index: -1;
  position: absolute;
  top: -170px;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}
.style_screen__background-hex__wt_so {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1070px) {
  .style_screen__lbS2_ {
    display: block;
    text-align: center;
  }
  .style_screen__title__mtkO0 {
    padding-top: 0;
  }
}
@media (max-width: 940px) {
  .style_screen__background-cube__9F8CM {
    top: -130px;
    max-width: 1170px;
  }
  .style_screen__background-hex__wt_so {
    top: -44%;
  }
}
@media (max-width: 880px) {
  .style_screen__background-hex__wt_so {
    top: -65%;
  }
}
@media (max-width: 780px) {
  .style_screen__lbS2_ {
    margin-bottom: 100px;
  }
  .style_screen__title__mtkO0 {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 60px;
    line-height: 1.12;
  }
  .style_screen__background-hex__wt_so {
    top: -100%;
  }
}
@media (max-width: 720px) {
  .style_screen__background-cube__9F8CM {
    top: -75px;
    max-width: 761px;
  }
}
@media (max-width: 560px) {
  .style_screen__buttons__mjTCS {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .style_screen__button__Ir4Yd {
    padding: 10px 0;
    font-size: 20px;
  }
  .style_screen__text__pUmEu {
    margin-top: 254px;
  }
  .style_screen__background-hex__wt_so {
    top: -560px;
  }
}
@media (max-width: 520px) {
  .style_screen__background-cube__9F8CM {
    top: -10px;
    left: 47%;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .style_screen__lbS2_ {
    margin-bottom: 60px;
    padding-top: 30px;
  }
  .style_screen__link__K88qO {
    width: 100%;
  }
  .style_screen__text__pUmEu {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 205px;
  }
  .style_screen__buttons__mjTCS {
    margin-top: 0;
  }
  .style_screen__button__Ir4Yd {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media (max-width: 446px) {
  .style_screen__background-hex__wt_so {
    top: -129%;
  }
}
.style_feedback__WP6CL .style_select__control__wFaHl {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__WP6CL .style_select__control__wFaHl:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__WP6CL .style_select__control__wFaHl:focus {
  outline: none;
}
.style_feedback__WP6CL .style_select__menu__g_URe {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__WP6CL .style_select__option__0AbNX {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__WP6CL .style_select__option__0AbNX:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__WP6CL .style_select__placeholder__lcv_F {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__WP6CL .style_select__single-value__cTB7P {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__oHcKW .style_select__control__wFaHl {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__oHcKW
  .style_select__control--menu-is-open__ceAji,
.style_widget-configuration-form__oHcKW .style_select__control__wFaHl:hover {
  border-color: #858585;
}
.style_widget-configuration-form__oHcKW .style_select__value-container__kJgaJ {
  padding-left: 14px;
}
.style_widget-configuration-form__oHcKW .style_select__single-value__cTB7P {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__oHcKW .style_select__menu__g_URe {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__oHcKW .style_select__menu-list__kiMGT {
  border-radius: 8px;
}
.style_widget-configuration-form__oHcKW .style_select__option__0AbNX {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__oHcKW .style_select__option__0AbNX:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__oHcKW
  .style_select__option--is-selected__DI_8Z,
.style_widget-configuration-form__oHcKW
  .style_select__option--is-selected__DI_8Z:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__oHcKW
  .style_select__indicator-separator__bb17r {
  display: none;
}
.style_select-not-to-open__Mzea0 .style_select__control__wFaHl {
  cursor: default;
}
.style_select-not-to-open__Mzea0 .style_select__indicator__aj5bI {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__WP6CL .style_select__control__wFaHl {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__WP6CL .style_select__menu__g_URe {
    top: 44px;
  }
}
.style_modal__wrapper__xIr5B {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__R_c02 {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__R_c02::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__LWn7f {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__Sw4D8 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__3TmDw {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__3TmDw:hover {
  transform: scale(0.99);
}
.style_button__UJFOD {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__UJFOD img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__UJFOD:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__UJFOD:hover img {
  transform: translateX(3px);
}
.style_button__UJFOD:active {
  transform: scale(0.95);
}
.style_button_glassy__Dvset {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__mBsfZ {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__xsU36 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__xsU36:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__4MPQk {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__4MPQk img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__4MPQk:hover {
  color: #00e18c;
}
.style_button-link__4MPQk:hover img {
  transform: translateX(3px);
}
.style_button-link__4MPQk:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__UJFOD {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__Dvset {
    margin-right: 10px;
  }
  .style_button__UJFOD img {
    max-width: 20px;
  }
}
.style_select__dGgQa .style_language-select__control__HRehs {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__dGgQa .style_language-select__control--is-focused__5aKS4 {
  outline: none;
  box-shadow: none;
}
.style_select__dGgQa .style_language-select__menu__TAJUa {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__dGgQa .style_language-select__menu-list__b47ZG {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__dGgQa .style_language-select__value-container__wnDth {
  padding: 0;
}
.style_select__dGgQa .style_language-select__value-container__wnDth input {
  left: 0;
}
.style_select__dGgQa .style_language-select__single-value__qon4R {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__dGgQa .style_language-select__single-value__qon4R span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__dGgQa .style_language-select__single-value__qon4R img {
  margin-right: 10px;
}
.style_select__dGgQa .style_language-select__indicator__BdPyq {
  display: none;
}
.style_select__dGgQa .style_language-select__option__2FEnu {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__dGgQa .style_language-select__option__2FEnu:last-child {
  margin-bottom: 0;
}
.style_select__dGgQa .style_language-select__option__2FEnu:hover {
  color: #00e18c;
}
.style_select__dGgQa .style_language-select__option__2FEnu:active {
  background: transparent;
}
.style_select__dGgQa .style_language-select__option--is-selected__NvXjN span {
  color: #00e18c;
}
.style_select__dGgQa .style_language-select__dropdown-indicator__pIj1e:hover {
  color: var(--rubic-base-05);
}
.style_select__dGgQa .style_language-select__indicator-separator__vGdKT {
  display: none;
}
.style_select__dGgQa .style_statistic-select__control__K2HUe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__dGgQa .style_statistic-select__control--menu-is-open__oB7rE {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__dGgQa
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__indicator__EgDvi {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__dGgQa
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__single-value__JyqC6 {
  color: #fff;
}
.style_select__dGgQa .style_statistic-select__control--is-focused__r4pGc {
  outline: none;
  box-shadow: none;
}
.style_select__dGgQa .style_statistic-select__menu__2A7I_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__dGgQa .style_statistic-select__menu__2A7I_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__dGgQa .style_statistic-select__menu-list__2tmOu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__dGgQa .style_statistic-select__menu-list__2tmOu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__dGgQa .style_statistic-select__value-container__42J3R {
  padding: 0;
}
.style_select__dGgQa .style_statistic-select__value-container__42J3R input {
  left: -100px;
}
.style_select__dGgQa .style_statistic-select__single-value__JyqC6 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__dGgQa .style_statistic-select__indicator__EgDvi {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__dGgQa .style_statistic-select__option__b_HhY {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__dGgQa .style_statistic-select__option__b_HhY:last-child {
  margin-bottom: 0;
}
.style_select__dGgQa .style_statistic-select__option__b_HhY:hover {
  color: #4aa956;
}
.style_select__dGgQa .style_statistic-select__option__b_HhY:active {
  background: transparent;
}
.style_select__dGgQa .style_statistic-select__option--is-selected__Phg63 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__dGgQa .style_statistic-select__option__b_HhY {
    margin-bottom: 0;
  }
}
.style_select__dGgQa .style_statistic-select__dropdown-indicator__PES0F:hover {
  color: var(--rubic-base-05);
}
.style_select__dGgQa .style_statistic-select__indicator-separator__Kmbik {
  display: none;
}
.style_select-periods__NBmux .style_statistic-select__control__K2HUe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__NBmux
  .style_statistic-select__control--menu-is-open__oB7rE {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__NBmux
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__indicator__EgDvi {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__NBmux
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__single-value__JyqC6 {
  color: #fff;
}
.style_select-periods__NBmux
  .style_statistic-select__control--is-focused__r4pGc {
  outline: none;
  box-shadow: none;
}
.style_select-periods__NBmux .style_statistic-select__menu__2A7I_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__NBmux .style_statistic-select__menu__2A7I_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__NBmux .style_statistic-select__menu-list__2tmOu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__NBmux .style_statistic-select__menu-list__2tmOu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__NBmux .style_statistic-select__value-container__42J3R {
  padding: 0;
}
.style_select-periods__NBmux
  .style_statistic-select__value-container__42J3R
  input {
  left: -100px;
}
.style_select-periods__NBmux .style_statistic-select__single-value__JyqC6 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__NBmux .style_statistic-select__indicator__EgDvi {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__NBmux .style_statistic-select__option__b_HhY {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__NBmux .style_statistic-select__option__b_HhY:last-child {
  margin-bottom: 0;
}
.style_select-periods__NBmux .style_statistic-select__option__b_HhY:hover {
  color: #4aa956;
}
.style_select-periods__NBmux .style_statistic-select__option__b_HhY:active {
  background: transparent;
}
.style_select-periods__NBmux
  .style_statistic-select__option--is-selected__Phg63 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__NBmux .style_statistic-select__option__b_HhY {
    margin-bottom: 0;
  }
}
.style_select-periods__NBmux
  .style_statistic-select__dropdown-indicator__PES0F:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__NBmux
  .style_statistic-select__indicator-separator__Kmbik {
  display: none;
}
.style_select_persia__MrTrd .style_statistic-select__control__K2HUe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__MrTrd
  .style_statistic-select__control--menu-is-open__oB7rE {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__MrTrd
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__indicator__EgDvi {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__MrTrd
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__single-value__JyqC6 {
  color: #fff;
}
.style_select_persia__MrTrd
  .style_statistic-select__control--is-focused__r4pGc {
  outline: none;
  box-shadow: none;
}
.style_select_persia__MrTrd .style_statistic-select__menu__2A7I_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__MrTrd .style_statistic-select__menu__2A7I_ {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__MrTrd .style_statistic-select__menu-list__2tmOu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__MrTrd .style_statistic-select__menu-list__2tmOu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__MrTrd .style_statistic-select__value-container__42J3R {
  padding: 0;
}
.style_select_persia__MrTrd
  .style_statistic-select__value-container__42J3R
  input {
  left: 0;
}
.style_select_persia__MrTrd .style_statistic-select__single-value__JyqC6 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__MrTrd .style_statistic-select__indicator__EgDvi {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__MrTrd .style_statistic-select__option__b_HhY {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__MrTrd .style_statistic-select__option__b_HhY:last-child {
  margin-bottom: 0;
}
.style_select_persia__MrTrd .style_statistic-select__option__b_HhY:hover {
  color: #4aa956;
}
.style_select_persia__MrTrd .style_statistic-select__option__b_HhY:active {
  background: transparent;
}
.style_select_persia__MrTrd
  .style_statistic-select__option--is-selected__Phg63 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__MrTrd .style_statistic-select__option__b_HhY {
    margin-bottom: 0;
  }
}
.style_select_persia__MrTrd
  .style_statistic-select__dropdown-indicator__PES0F:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__MrTrd
  .style_statistic-select__indicator-separator__Kmbik {
  display: none;
}
.style_select-periods_persia__aTOCx .style_statistic-select__control__K2HUe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__control--menu-is-open__oB7rE {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__indicator__EgDvi {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__control--menu-is-open__oB7rE
  .style_statistic-select__single-value__JyqC6 {
  color: #fff;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__control--is-focused__r4pGc {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__aTOCx .style_statistic-select__menu__2A7I_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aTOCx .style_statistic-select__menu__2A7I_ {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__aTOCx .style_statistic-select__menu-list__2tmOu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aTOCx
    .style_statistic-select__menu-list__2tmOu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__value-container__42J3R {
  padding: 0;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__value-container__42J3R
  input {
  left: 0;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__single-value__JyqC6 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aTOCx .style_statistic-select__indicator__EgDvi {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__aTOCx .style_statistic-select__option__b_HhY {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__option__b_HhY:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__option__b_HhY:hover {
  color: #4aa956;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__option__b_HhY:active {
  background: transparent;
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__option--is-selected__Phg63 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aTOCx .style_statistic-select__option__b_HhY {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__dropdown-indicator__PES0F:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aTOCx
  .style_statistic-select__indicator-separator__Kmbik {
  display: none;
}
.style_paginationContainer__wpS3w {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__wpS3w {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__VWsZm {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__VWsZm {
    padding: 8px 13px;
  }
}
.style_activeClassName__6YqJr,
.style_mobileActiveClassName__m2udX {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__6YqJr {
  background: #4aa956;
}
.style_mobileActiveClassName__m2udX .style_pageLinkClassName__VWsZm {
  color: var(--main-green);
}
.style_previousClassName__zA_8H {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__5IzmV {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__Iz4Ks {
  height: 100%;
}
.style_marquee__T42BL {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__A3_Qt {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__tl5yd {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__tl5yd .style_carousel__slide__Z7YH7 {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__tl5yd .style_carousel__slide__Z7YH7 {
    padding-bottom: 49px !important;
  }
}
.style_container__RCB_o,
.style_flex-centered-container__3aJc3,
.style_totalNumbers__container__Hwlzc {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__3aJc3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__dZl9V,
.style_title-h2__ck9Zs,
.style_title-h2__small__ALN7b,
.style_title__WKQWh,
.style_totalNumbers__title__HfoLy {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__dZl9V {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__dZl9V {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__dZl9V {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__dZl9V {
    font-size: 35px;
  }
}
.style_title-h2__ck9Zs,
.style_title-h2__small__ALN7b,
.style_totalNumbers__title__HfoLy {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__ck9Zs,
  .style_title-h2__small__ALN7b,
  .style_totalNumbers__title__HfoLy {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__ck9Zs,
  .style_title-h2__small__ALN7b,
  .style_totalNumbers__title__HfoLy {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__ck9Zs,
  .style_title-h2__small__ALN7b,
  .style_totalNumbers__title__HfoLy {
    font-size: 35px;
  }
}
.style_title-h2__small__ALN7b {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__ALN7b {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__ALN7b {
    font-size: 40px;
  }
}
.style_highlight__ZWVPr {
  color: #00e18c;
}
.style_bold__GgCtp {
  font-weight: 700;
}
.style_section-margin__UsBSQ {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__UsBSQ {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__UsBSQ {
    margin-bottom: 81px;
  }
}
.style_nowrap__d9XW_ {
  white-space: nowrap;
}
.style_gradient-main__ZKvnh {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__ZKvnh {
    display: none;
  }
}
.style_gradient-main_dark__3mwax {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__3mwax {
    display: none;
  }
}
.style_gradient-ecosystem__Aa9KX {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__Aa9KX {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__Aa9KX {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__Aa9KX {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__HdRM_ {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__HdRM_,
.style_gradient-footer_blue__9OAMz {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__9OAMz {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient___A4o6 {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient___A4o6 {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__m_ZN8 {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__g1kmc {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__YVr6w,
.style_gradient-swap-form__g1kmc {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__YVr6w {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__YVr6w {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__bkLL7 {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__bkLL7 {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__Os1Ky {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__Os1Ky {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__v1fCY {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__v1fCY {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__uxJVO {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_totalNumbers__a8ObV {
  margin-bottom: 113px;
}
.style_totalNumbers__container__Hwlzc {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  padding: 0;
}
@media (max-width: 1300px) {
  .style_totalNumbers__container__Hwlzc {
    padding: 0 20px;
  }
}
.style_totalNumbers__title__HfoLy {
  z-index: 2;
  position: relative;
  text-transform: none;
  font-size: 60px;
}
.style_totalNumbers__top__eRLiZ {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px;
  gap: 4px;
}
.style_totalNumbers__bottom__D6v5F {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
  gap: 4px;
}
.style_totalNumbers__card__f1r4k {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  padding: 26px 0;
  background: linear-gradient(
    180deg,
    rgba(48, 34, 78, 0.08) 16.79%,
    hsla(0, 0%, 100%, 0.054)
  );
  box-shadow: inset 0 1px 3px hsla(0, 0%, 100%, 0.26),
    inset 22px 12px 70px -9px rgba(56, 41, 96, 0.47);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  transition: transform 0.1s linear;
}
.style_totalNumbers__card__f1r4k:hover {
  z-index: 10;
  transform: scale(1.06);
  transition: transform 0.1s linear;
}
.style_totalNumbers__card__f1r4k:hover .style_totalNumbers__card-text__ONGmy {
  color: #00e18c;
}
.style_totalNumbers__card__f1r4k:hover
  .style_totalNumbers__card-text__ONGmy
  svg
  path {
  fill: #00e18c;
}
.style_totalNumbers__card__f1r4k:active {
  transform: scale(1);
}
.style_totalNumbers__card-num__TGZrN {
  font-weight: 900;
  font-size: 120px;
  line-height: 159px;
  background: linear-gradient(180deg, #00e28d 35.01%, #fff 90.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_totalNumbers__card-num_light__uZ6dE {
  font-weight: 300;
}
.style_totalNumbers__card-text__ONGmy {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_totalNumbers__card-1__8my42 {
  border-radius: 40px 5px 5px 5px;
}
.style_totalNumbers__card-2__kotJh {
  border-radius: 5px;
}
.style_totalNumbers__card-3__99_cl {
  border-radius: 5px 40px 5px 5px;
}
.style_totalNumbers__card-4__UIEqM {
  border-radius: 5px 5px 5px 40px;
}
.style_totalNumbers__card-5__N92HD {
  border-radius: 5px 5px 40px 5px;
}
.style_totalNumbers__cube_big___Dhx6,
.style_totalNumbers__cube_medium__7y8La,
.style_totalNumbers__cube_small__egmCo {
  z-index: -1;
  position: absolute;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_totalNumbers__cube_big___Dhx6 {
  top: -23%;
  right: -5%;
  width: 23%;
}
.style_totalNumbers__cube_medium__7y8La {
  top: 13%;
  left: 26%;
  width: 22%;
}
.style_totalNumbers__cube_small__egmCo {
  top: 60%;
  right: 37%;
  width: 16%;
}
@media (max-width: 1080px) {
  .style_totalNumbers__card-num__TGZrN {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 870px) {
  .style_totalNumbers__card-text__ONGmy {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 720px) {
  .style_totalNumbers__title__HfoLy {
    font-size: 40px;
  }
  .style_totalNumbers__card__f1r4k {
    padding: 15px 10px;
  }
  .style_totalNumbers__card-num__TGZrN {
    font-size: 60px;
  }
  .style_totalNumbers__card-text__ONGmy {
    white-space: pre-wrap;
    font-size: 16px;
  }
  .style_totalNumbers__card-text__ONGmy img {
    width: 7px;
    margin-top: 2px;
  }
}
@media (max-width: 530px) {
  .style_totalNumbers__a8ObV {
    margin-bottom: 60px;
  }
  .style_totalNumbers__title__HfoLy {
    font-size: 35px;
  }
  .style_totalNumbers__top__eRLiZ {
    grid-template-columns: 1fr 1fr;
  }
  .style_totalNumbers__bottom__D6v5F {
    grid-template-columns: 1fr;
  }
  .style_totalNumbers__card__f1r4k {
    grid-gap: 15px;
    gap: 15px;
    border-radius: 5px;
  }
  .style_totalNumbers__card-num__TGZrN {
    font-size: 50px;
  }
  .style_totalNumbers__card-text__ONGmy {
    grid-gap: 5px;
    gap: 5px;
    font-size: 14px;
  }
  .style_totalNumbers__card-1__8my42 {
    border-top-left-radius: 25px;
  }
  .style_totalNumbers__card-2__kotJh {
    border-top-right-radius: 25px;
  }
  .style_totalNumbers__card-3__99_cl {
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 5px;
  }
  .style_totalNumbers__card-5__N92HD {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .style_totalNumbers__cube_big___Dhx6,
  .style_totalNumbers__cube_medium__7y8La,
  .style_totalNumbers__cube_small__egmCo {
    display: none;
  }
}
.style_feedback__XkuVe .style_select__control___mkGo {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__XkuVe .style_select__control___mkGo:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__XkuVe .style_select__control___mkGo:focus {
  outline: none;
}
.style_feedback__XkuVe .style_select__menu__kiLLc {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__XkuVe .style_select__option__NDFU_ {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__XkuVe .style_select__option__NDFU_:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__XkuVe .style_select__placeholder__aPW30 {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__XkuVe .style_select__single-value__Ct_SF {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__vDWG7 .style_select__control___mkGo {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__vDWG7
  .style_select__control--menu-is-open__4OFlf,
.style_widget-configuration-form__vDWG7 .style_select__control___mkGo:hover {
  border-color: #858585;
}
.style_widget-configuration-form__vDWG7 .style_select__value-container__3xqgA {
  padding-left: 14px;
}
.style_widget-configuration-form__vDWG7 .style_select__single-value__Ct_SF {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__vDWG7 .style_select__menu__kiLLc {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__vDWG7 .style_select__menu-list__go0hF {
  border-radius: 8px;
}
.style_widget-configuration-form__vDWG7 .style_select__option__NDFU_ {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__vDWG7 .style_select__option__NDFU_:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__vDWG7
  .style_select__option--is-selected__rb4x_,
.style_widget-configuration-form__vDWG7
  .style_select__option--is-selected__rb4x_:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__vDWG7
  .style_select__indicator-separator__ePLZc {
  display: none;
}
.style_select-not-to-open__C8Ed2 .style_select__control___mkGo {
  cursor: default;
}
.style_select-not-to-open__C8Ed2 .style_select__indicator__EHgPu {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__XkuVe .style_select__control___mkGo {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__XkuVe .style_select__menu__kiLLc {
    top: 44px;
  }
}
.style_modal__wrapper__G6Hil {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__YnEAI {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__YnEAI::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__4ZLRY {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__E_1kc {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__Qw6SV {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__Qw6SV:hover {
  transform: scale(0.99);
}
.style_button__AxviG,
.style_rubicSafe__button__0NwSq {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__AxviG img,
.style_rubicSafe__button__0NwSq img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__AxviG:hover,
.style_rubicSafe__button__0NwSq:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__AxviG:hover img,
.style_rubicSafe__button__0NwSq:hover img {
  transform: translateX(3px);
}
.style_button__AxviG:active,
.style_rubicSafe__button__0NwSq:active {
  transform: scale(0.95);
}
.style_button_glassy__J58d_ {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__d4hGg {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient____9E1 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient____9E1:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__Zbvsv {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__Zbvsv img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__Zbvsv:hover {
  color: #00e18c;
}
.style_button-link__Zbvsv:hover img {
  transform: translateX(3px);
}
.style_button-link__Zbvsv:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__AxviG,
  .style_rubicSafe__button__0NwSq {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__J58d_ {
    margin-right: 10px;
  }
  .style_button__AxviG img,
  .style_rubicSafe__button__0NwSq img {
    max-width: 20px;
  }
}
.style_select__uIz5x .style_language-select__control__O7YLI {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__uIz5x .style_language-select__control--is-focused__Ln238 {
  outline: none;
  box-shadow: none;
}
.style_select__uIz5x .style_language-select__menu__vaxGh {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__uIz5x .style_language-select__menu-list__VWdsU {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__uIz5x .style_language-select__value-container__TctRU {
  padding: 0;
}
.style_select__uIz5x .style_language-select__value-container__TctRU input {
  left: 0;
}
.style_select__uIz5x .style_language-select__single-value__szDWS {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__uIz5x .style_language-select__single-value__szDWS span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__uIz5x .style_language-select__single-value__szDWS img {
  margin-right: 10px;
}
.style_select__uIz5x .style_language-select__indicator__tI9oo {
  display: none;
}
.style_select__uIz5x .style_language-select__option__oioWC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__uIz5x .style_language-select__option__oioWC:last-child {
  margin-bottom: 0;
}
.style_select__uIz5x .style_language-select__option__oioWC:hover {
  color: #00e18c;
}
.style_select__uIz5x .style_language-select__option__oioWC:active {
  background: transparent;
}
.style_select__uIz5x .style_language-select__option--is-selected__QM4fr span {
  color: #00e18c;
}
.style_select__uIz5x .style_language-select__dropdown-indicator__y0Jo1:hover {
  color: var(--rubic-base-05);
}
.style_select__uIz5x .style_language-select__indicator-separator__cj8Fv {
  display: none;
}
.style_select__uIz5x .style_statistic-select__control__IapKJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__uIz5x .style_statistic-select__control--menu-is-open__ehPX_ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__uIz5x
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__indicator__Y4mcq {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__uIz5x
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__single-value__jlK5b {
  color: #fff;
}
.style_select__uIz5x .style_statistic-select__control--is-focused__YYyNQ {
  outline: none;
  box-shadow: none;
}
.style_select__uIz5x .style_statistic-select__menu__XUFcB {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__uIz5x .style_statistic-select__menu__XUFcB {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__uIz5x .style_statistic-select__menu-list__dLzgV {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__uIz5x .style_statistic-select__menu-list__dLzgV {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__uIz5x .style_statistic-select__value-container__RtxCH {
  padding: 0;
}
.style_select__uIz5x .style_statistic-select__value-container__RtxCH input {
  left: -100px;
}
.style_select__uIz5x .style_statistic-select__single-value__jlK5b {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__uIz5x .style_statistic-select__indicator__Y4mcq {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__uIz5x .style_statistic-select__option__jFK3w {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__uIz5x .style_statistic-select__option__jFK3w:last-child {
  margin-bottom: 0;
}
.style_select__uIz5x .style_statistic-select__option__jFK3w:hover {
  color: #4aa956;
}
.style_select__uIz5x .style_statistic-select__option__jFK3w:active {
  background: transparent;
}
.style_select__uIz5x .style_statistic-select__option--is-selected__K4klR {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__uIz5x .style_statistic-select__option__jFK3w {
    margin-bottom: 0;
  }
}
.style_select__uIz5x .style_statistic-select__dropdown-indicator___nfYR:hover {
  color: var(--rubic-base-05);
}
.style_select__uIz5x .style_statistic-select__indicator-separator__GkcN_ {
  display: none;
}
.style_select-periods__v8vl6 .style_statistic-select__control__IapKJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__v8vl6
  .style_statistic-select__control--menu-is-open__ehPX_ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__v8vl6
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__indicator__Y4mcq {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__v8vl6
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__single-value__jlK5b {
  color: #fff;
}
.style_select-periods__v8vl6
  .style_statistic-select__control--is-focused__YYyNQ {
  outline: none;
  box-shadow: none;
}
.style_select-periods__v8vl6 .style_statistic-select__menu__XUFcB {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__v8vl6 .style_statistic-select__menu__XUFcB {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__v8vl6 .style_statistic-select__menu-list__dLzgV {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__v8vl6 .style_statistic-select__menu-list__dLzgV {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__v8vl6 .style_statistic-select__value-container__RtxCH {
  padding: 0;
}
.style_select-periods__v8vl6
  .style_statistic-select__value-container__RtxCH
  input {
  left: -100px;
}
.style_select-periods__v8vl6 .style_statistic-select__single-value__jlK5b {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__v8vl6 .style_statistic-select__indicator__Y4mcq {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__v8vl6 .style_statistic-select__option__jFK3w {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__v8vl6 .style_statistic-select__option__jFK3w:last-child {
  margin-bottom: 0;
}
.style_select-periods__v8vl6 .style_statistic-select__option__jFK3w:hover {
  color: #4aa956;
}
.style_select-periods__v8vl6 .style_statistic-select__option__jFK3w:active {
  background: transparent;
}
.style_select-periods__v8vl6
  .style_statistic-select__option--is-selected__K4klR {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__v8vl6 .style_statistic-select__option__jFK3w {
    margin-bottom: 0;
  }
}
.style_select-periods__v8vl6
  .style_statistic-select__dropdown-indicator___nfYR:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__v8vl6
  .style_statistic-select__indicator-separator__GkcN_ {
  display: none;
}
.style_select_persia__1M4SO .style_statistic-select__control__IapKJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__1M4SO
  .style_statistic-select__control--menu-is-open__ehPX_ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__1M4SO
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__indicator__Y4mcq {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__1M4SO
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__single-value__jlK5b {
  color: #fff;
}
.style_select_persia__1M4SO
  .style_statistic-select__control--is-focused__YYyNQ {
  outline: none;
  box-shadow: none;
}
.style_select_persia__1M4SO .style_statistic-select__menu__XUFcB {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__1M4SO .style_statistic-select__menu__XUFcB {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__1M4SO .style_statistic-select__menu-list__dLzgV {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__1M4SO .style_statistic-select__menu-list__dLzgV {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__1M4SO .style_statistic-select__value-container__RtxCH {
  padding: 0;
}
.style_select_persia__1M4SO
  .style_statistic-select__value-container__RtxCH
  input {
  left: 0;
}
.style_select_persia__1M4SO .style_statistic-select__single-value__jlK5b {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__1M4SO .style_statistic-select__indicator__Y4mcq {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__1M4SO .style_statistic-select__option__jFK3w {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__1M4SO .style_statistic-select__option__jFK3w:last-child {
  margin-bottom: 0;
}
.style_select_persia__1M4SO .style_statistic-select__option__jFK3w:hover {
  color: #4aa956;
}
.style_select_persia__1M4SO .style_statistic-select__option__jFK3w:active {
  background: transparent;
}
.style_select_persia__1M4SO
  .style_statistic-select__option--is-selected__K4klR {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__1M4SO .style_statistic-select__option__jFK3w {
    margin-bottom: 0;
  }
}
.style_select_persia__1M4SO
  .style_statistic-select__dropdown-indicator___nfYR:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__1M4SO
  .style_statistic-select__indicator-separator__GkcN_ {
  display: none;
}
.style_select-periods_persia__HTWdV .style_statistic-select__control__IapKJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__control--menu-is-open__ehPX_ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__indicator__Y4mcq {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__control--menu-is-open__ehPX_
  .style_statistic-select__single-value__jlK5b {
  color: #fff;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__control--is-focused__YYyNQ {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__HTWdV .style_statistic-select__menu__XUFcB {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__HTWdV .style_statistic-select__menu__XUFcB {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__HTWdV .style_statistic-select__menu-list__dLzgV {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__HTWdV
    .style_statistic-select__menu-list__dLzgV {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__value-container__RtxCH {
  padding: 0;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__value-container__RtxCH
  input {
  left: 0;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__single-value__jlK5b {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__HTWdV .style_statistic-select__indicator__Y4mcq {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__HTWdV .style_statistic-select__option__jFK3w {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__option__jFK3w:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__option__jFK3w:hover {
  color: #4aa956;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__option__jFK3w:active {
  background: transparent;
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__option--is-selected__K4klR {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__HTWdV .style_statistic-select__option__jFK3w {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__dropdown-indicator___nfYR:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__HTWdV
  .style_statistic-select__indicator-separator__GkcN_ {
  display: none;
}
.style_paginationContainer__fJmCq {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__fJmCq {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__cM_Q9 {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__cM_Q9 {
    padding: 8px 13px;
  }
}
.style_activeClassName__pPpFJ,
.style_mobileActiveClassName__xNjEc {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__pPpFJ {
  background: #4aa956;
}
.style_mobileActiveClassName__xNjEc .style_pageLinkClassName__cM_Q9 {
  color: var(--main-green);
}
.style_previousClassName__9g27C {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__vF76F {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__psOrs {
  height: 100%;
}
.style_marquee__lYm0Q {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__Q4x10 {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__3KOei {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__3KOei .style_carousel__slide__7Euyu {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__3KOei .style_carousel__slide__7Euyu {
    padding-bottom: 49px !important;
  }
}
.style_container__M7zf6,
.style_flex-centered-container__WNuwt,
.style_rubicSafe__container__4npVH {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__WNuwt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_rubicSafe__title__xdM_g,
.style_title-h1__RFcab,
.style_title-h2__Hf0Nq,
.style_title-h2__small__WbO3F,
.style_title__RADiP {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__RFcab {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__RFcab {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__RFcab {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__RFcab {
    font-size: 35px;
  }
}
.style_rubicSafe__title__xdM_g,
.style_title-h2__Hf0Nq,
.style_title-h2__small__WbO3F {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_rubicSafe__title__xdM_g,
  .style_title-h2__Hf0Nq,
  .style_title-h2__small__WbO3F {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_rubicSafe__title__xdM_g,
  .style_title-h2__Hf0Nq,
  .style_title-h2__small__WbO3F {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_rubicSafe__title__xdM_g,
  .style_title-h2__Hf0Nq,
  .style_title-h2__small__WbO3F {
    font-size: 35px;
  }
}
.style_rubicSafe__title__xdM_g,
.style_title-h2__small__WbO3F {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_rubicSafe__title__xdM_g,
  .style_title-h2__small__WbO3F {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_rubicSafe__title__xdM_g,
  .style_title-h2__small__WbO3F {
    font-size: 40px;
  }
}
.style_highlight__KwgWh {
  color: #00e18c;
}
.style_bold__ofJMj {
  font-weight: 700;
}
.style_section-margin__z6abs {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__z6abs {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__z6abs {
    margin-bottom: 81px;
  }
}
.style_nowrap__dQgDG {
  white-space: nowrap;
}
.style_gradient-main__mtQ_Y {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__mtQ_Y {
    display: none;
  }
}
.style_gradient-main_dark__wmj1T {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__wmj1T {
    display: none;
  }
}
.style_gradient-ecosystem__f5mZB {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__f5mZB {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__f5mZB {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__f5mZB {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__x7kFk {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__x7kFk,
.style_gradient-footer_blue__P6kwp {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__P6kwp {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__5PTgR {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__5PTgR {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__CUQmO {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__B0Rto {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top___RPLN,
.style_gradient-swap-form__B0Rto {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top___RPLN {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top___RPLN {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__rbRkO {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__rbRkO {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__ngLjX {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__ngLjX {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__NRNZY {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__NRNZY {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__g4qhu {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_rubicSafe___F9Ql {
  position: relative;
  margin-bottom: 100px;
}
.style_rubicSafe__content__0zh9C {
  display: flex;
  justify-content: space-between;
}
.style_rubicSafe__title__xdM_g {
  font-size: 64px;
}
.style_rubicSafe__gradient_blue__rFIbc {
  position: absolute;
  right: 0;
  top: 20%;
  filter: blur(20px);
}
.style_rubicSafe__list__oMyRx {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
}
.style_rubicSafe__list-item__hMz2D {
  display: flex;
  align-items: flex-start;
  grid-gap: 13px;
  gap: 13px;
  font-weight: 400;
  font-size: 25px;
  line-height: 155%;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rubicSafe__list-item_colored__IO4jm {
  color: #00e18c;
}
.style_rubicSafe__list-item-marker__YjXmf {
  width: 16px;
  margin-top: 10px;
}
.style_rubicSafe__popular-pairs__vtdfI {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-align: right;
}
.style_rubicSafe__popular-pairs-title__X4AAr {
  display: block;
  margin-left: auto;
  margin-right: 60px;
  margin-bottom: 21px;
}
.style_rubicSafe__popular-pairs-left__A6uKt {
  margin-top: -40px;
}
.style_rubicSafe__popular-pairs-content___5ihv {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.style_rubicSafe__popular-pairs-link__eFHbK {
  display: block;
  transition: transform 0.1s ease-in-out;
}
.style_rubicSafe__popular-pairs-link__eFHbK:hover {
  transform: scale(1.03);
  transition: transform 0.1s ease-in-out;
}
.style_rubicSafe__button__0NwSq {
  margin-top: 20px;
  padding: 20px 67px;
  border-radius: 25px;
  box-shadow: 0 4px 23px rgba(51, 219, 156, 0.35);
  font-weight: 500;
  font-size: 25px;
  color: #241f2a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_rubicSafe__button__0NwSq:hover {
  color: #fff;
}
@media (max-width: 1020px) {
  .style_rubicSafe__gradient_blue__rFIbc {
    top: 40%;
  }
  .style_rubicSafe__content__0zh9C {
    flex-direction: column;
    align-items: center;
    grid-gap: 50px;
    gap: 50px;
  }
  .style_rubicSafe__list__oMyRx {
    width: 100%;
  }
  .style_rubicSafe__br__wa81E {
    display: none;
  }
  .style_rubicSafe__title__xdM_g {
    font-size: 44px;
  }
  .style_rubicSafe__popular-pairs__vtdfI {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .style_rubicSafe__popular-pairs-left__A6uKt {
    margin-top: 0;
  }
  .style_rubicSafe__popular-pairs-title__X4AAr {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .style_rubicSafe__title__xdM_g {
    font-size: 44px;
  }
  .style_rubicSafe__list-item__hMz2D {
    font-size: 19px;
    line-height: 1;
  }
  .style_rubicSafe__list-item-marker__YjXmf {
    width: 13px;
    margin-top: 7px;
  }
  .style_rubicSafe__popular-pairs-content___5ihv {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .style_rubicSafe__title__xdM_g {
    font-size: 40px;
    line-height: 46px;
  }
}
.style_feedback__uj4RM .style_select__control__xlnBr {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__uj4RM .style_select__control__xlnBr:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__uj4RM .style_select__control__xlnBr:focus {
  outline: none;
}
.style_feedback__uj4RM .style_select__menu__633AJ {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__uj4RM .style_select__option__yLhac {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__uj4RM .style_select__option__yLhac:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__uj4RM .style_select__placeholder__3MI9o {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__uj4RM .style_select__single-value__7FTCF {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__zv_Dl .style_select__control__xlnBr {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__zv_Dl
  .style_select__control--menu-is-open__rZwJa,
.style_widget-configuration-form__zv_Dl .style_select__control__xlnBr:hover {
  border-color: #858585;
}
.style_widget-configuration-form__zv_Dl .style_select__value-container__r__ck {
  padding-left: 14px;
}
.style_widget-configuration-form__zv_Dl .style_select__single-value__7FTCF {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__zv_Dl .style_select__menu__633AJ {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__zv_Dl .style_select__menu-list__pltyR {
  border-radius: 8px;
}
.style_widget-configuration-form__zv_Dl .style_select__option__yLhac {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__zv_Dl .style_select__option__yLhac:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__zv_Dl
  .style_select__option--is-selected__xZAU8,
.style_widget-configuration-form__zv_Dl
  .style_select__option--is-selected__xZAU8:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__zv_Dl
  .style_select__indicator-separator__PgH9N {
  display: none;
}
.style_select-not-to-open__NbOWl .style_select__control__xlnBr {
  cursor: default;
}
.style_select-not-to-open__NbOWl .style_select__indicator__Syw2C {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__uj4RM .style_select__control__xlnBr {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__uj4RM .style_select__menu__633AJ {
    top: 44px;
  }
}
.style_modal__wrapper__5Jq3R {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__CtxlB {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__CtxlB::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__EF_XF {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__ZBdRk {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__tgTdD {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__tgTdD:hover {
  transform: scale(0.99);
}
.style_button___giS3 {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button___giS3 img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button___giS3:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button___giS3:hover img {
  transform: translateX(3px);
}
.style_button___giS3:active {
  transform: scale(0.95);
}
.style_button_glassy__GFPWC {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__t9jvr {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__YzKo2 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__YzKo2:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__tAsxj {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__tAsxj img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__tAsxj:hover {
  color: #00e18c;
}
.style_button-link__tAsxj:hover img {
  transform: translateX(3px);
}
.style_button-link__tAsxj:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button___giS3 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__GFPWC {
    margin-right: 10px;
  }
  .style_button___giS3 img {
    max-width: 20px;
  }
}
.style_select__1utbW .style_language-select__control__mtTCW {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__1utbW .style_language-select__control--is-focused__0vi5k {
  outline: none;
  box-shadow: none;
}
.style_select__1utbW .style_language-select__menu__qzdVC {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__1utbW .style_language-select__menu-list__B_toq {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__1utbW .style_language-select__value-container__aaMta {
  padding: 0;
}
.style_select__1utbW .style_language-select__value-container__aaMta input {
  left: 0;
}
.style_select__1utbW .style_language-select__single-value__OnDxh {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__1utbW .style_language-select__single-value__OnDxh span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__1utbW .style_language-select__single-value__OnDxh img {
  margin-right: 10px;
}
.style_select__1utbW .style_language-select__indicator__lk40q {
  display: none;
}
.style_select__1utbW .style_language-select__option__pjwpC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__1utbW .style_language-select__option__pjwpC:last-child {
  margin-bottom: 0;
}
.style_select__1utbW .style_language-select__option__pjwpC:hover {
  color: #00e18c;
}
.style_select__1utbW .style_language-select__option__pjwpC:active {
  background: transparent;
}
.style_select__1utbW .style_language-select__option--is-selected__xAhQf span {
  color: #00e18c;
}
.style_select__1utbW .style_language-select__dropdown-indicator__FgFtq:hover {
  color: var(--rubic-base-05);
}
.style_select__1utbW .style_language-select__indicator-separator__CI2If {
  display: none;
}
.style_select__1utbW .style_statistic-select__control__TBvDe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__1utbW .style_statistic-select__control--menu-is-open__FN2kj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__1utbW
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__indicator__aGzXl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__1utbW
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__single-value__pzj_8 {
  color: #fff;
}
.style_select__1utbW .style_statistic-select__control--is-focused__S0lR5 {
  outline: none;
  box-shadow: none;
}
.style_select__1utbW .style_statistic-select__menu__yPmKP {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__1utbW .style_statistic-select__menu__yPmKP {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__1utbW .style_statistic-select__menu-list__q6ptr {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__1utbW .style_statistic-select__menu-list__q6ptr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__1utbW .style_statistic-select__value-container__qWckd {
  padding: 0;
}
.style_select__1utbW .style_statistic-select__value-container__qWckd input {
  left: -100px;
}
.style_select__1utbW .style_statistic-select__single-value__pzj_8 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__1utbW .style_statistic-select__indicator__aGzXl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__1utbW .style_statistic-select__option__ffSQm {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__1utbW .style_statistic-select__option__ffSQm:last-child {
  margin-bottom: 0;
}
.style_select__1utbW .style_statistic-select__option__ffSQm:hover {
  color: #4aa956;
}
.style_select__1utbW .style_statistic-select__option__ffSQm:active {
  background: transparent;
}
.style_select__1utbW .style_statistic-select__option--is-selected__VG9gg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__1utbW .style_statistic-select__option__ffSQm {
    margin-bottom: 0;
  }
}
.style_select__1utbW .style_statistic-select__dropdown-indicator__E_vWK:hover {
  color: var(--rubic-base-05);
}
.style_select__1utbW .style_statistic-select__indicator-separator__wu2Tv {
  display: none;
}
.style_select-periods__aabPk .style_statistic-select__control__TBvDe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__aabPk
  .style_statistic-select__control--menu-is-open__FN2kj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__aabPk
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__indicator__aGzXl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__aabPk
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__single-value__pzj_8 {
  color: #fff;
}
.style_select-periods__aabPk
  .style_statistic-select__control--is-focused__S0lR5 {
  outline: none;
  box-shadow: none;
}
.style_select-periods__aabPk .style_statistic-select__menu__yPmKP {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__aabPk .style_statistic-select__menu__yPmKP {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__aabPk .style_statistic-select__menu-list__q6ptr {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__aabPk .style_statistic-select__menu-list__q6ptr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__aabPk .style_statistic-select__value-container__qWckd {
  padding: 0;
}
.style_select-periods__aabPk
  .style_statistic-select__value-container__qWckd
  input {
  left: -100px;
}
.style_select-periods__aabPk .style_statistic-select__single-value__pzj_8 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__aabPk .style_statistic-select__indicator__aGzXl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__aabPk .style_statistic-select__option__ffSQm {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__aabPk .style_statistic-select__option__ffSQm:last-child {
  margin-bottom: 0;
}
.style_select-periods__aabPk .style_statistic-select__option__ffSQm:hover {
  color: #4aa956;
}
.style_select-periods__aabPk .style_statistic-select__option__ffSQm:active {
  background: transparent;
}
.style_select-periods__aabPk
  .style_statistic-select__option--is-selected__VG9gg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__aabPk .style_statistic-select__option__ffSQm {
    margin-bottom: 0;
  }
}
.style_select-periods__aabPk
  .style_statistic-select__dropdown-indicator__E_vWK:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__aabPk
  .style_statistic-select__indicator-separator__wu2Tv {
  display: none;
}
.style_select_persia__6zsQl .style_statistic-select__control__TBvDe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__6zsQl
  .style_statistic-select__control--menu-is-open__FN2kj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__6zsQl
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__indicator__aGzXl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__6zsQl
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__single-value__pzj_8 {
  color: #fff;
}
.style_select_persia__6zsQl
  .style_statistic-select__control--is-focused__S0lR5 {
  outline: none;
  box-shadow: none;
}
.style_select_persia__6zsQl .style_statistic-select__menu__yPmKP {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__6zsQl .style_statistic-select__menu__yPmKP {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__6zsQl .style_statistic-select__menu-list__q6ptr {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__6zsQl .style_statistic-select__menu-list__q6ptr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__6zsQl .style_statistic-select__value-container__qWckd {
  padding: 0;
}
.style_select_persia__6zsQl
  .style_statistic-select__value-container__qWckd
  input {
  left: 0;
}
.style_select_persia__6zsQl .style_statistic-select__single-value__pzj_8 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__6zsQl .style_statistic-select__indicator__aGzXl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__6zsQl .style_statistic-select__option__ffSQm {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__6zsQl .style_statistic-select__option__ffSQm:last-child {
  margin-bottom: 0;
}
.style_select_persia__6zsQl .style_statistic-select__option__ffSQm:hover {
  color: #4aa956;
}
.style_select_persia__6zsQl .style_statistic-select__option__ffSQm:active {
  background: transparent;
}
.style_select_persia__6zsQl
  .style_statistic-select__option--is-selected__VG9gg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__6zsQl .style_statistic-select__option__ffSQm {
    margin-bottom: 0;
  }
}
.style_select_persia__6zsQl
  .style_statistic-select__dropdown-indicator__E_vWK:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__6zsQl
  .style_statistic-select__indicator-separator__wu2Tv {
  display: none;
}
.style_select-periods_persia__d40MY .style_statistic-select__control__TBvDe {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__control--menu-is-open__FN2kj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__indicator__aGzXl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__control--menu-is-open__FN2kj
  .style_statistic-select__single-value__pzj_8 {
  color: #fff;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__control--is-focused__S0lR5 {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__d40MY .style_statistic-select__menu__yPmKP {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__d40MY .style_statistic-select__menu__yPmKP {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__d40MY .style_statistic-select__menu-list__q6ptr {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__d40MY
    .style_statistic-select__menu-list__q6ptr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__d40MY
  .style_statistic-select__value-container__qWckd {
  padding: 0;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__value-container__qWckd
  input {
  left: 0;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__single-value__pzj_8 {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__d40MY .style_statistic-select__indicator__aGzXl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__d40MY .style_statistic-select__option__ffSQm {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__option__ffSQm:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__option__ffSQm:hover {
  color: #4aa956;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__option__ffSQm:active {
  background: transparent;
}
.style_select-periods_persia__d40MY
  .style_statistic-select__option--is-selected__VG9gg {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__d40MY .style_statistic-select__option__ffSQm {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__d40MY
  .style_statistic-select__dropdown-indicator__E_vWK:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__d40MY
  .style_statistic-select__indicator-separator__wu2Tv {
  display: none;
}
.style_paginationContainer__C5vqq {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__C5vqq {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName___TH2a {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName___TH2a {
    padding: 8px 13px;
  }
}
.style_activeClassName__v0_gh,
.style_mobileActiveClassName__B7f77 {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__v0_gh {
  background: #4aa956;
}
.style_mobileActiveClassName__B7f77 .style_pageLinkClassName___TH2a {
  color: var(--main-green);
}
.style_previousClassName__TlgpZ {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__yNlaP {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__VavSq {
  height: 100%;
}
.style_marquee__pnJJf {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__5hpmz {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__ajbbO {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__ajbbO .style_carousel__slide__NHviP {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__ajbbO .style_carousel__slide__NHviP {
    padding-bottom: 49px !important;
  }
}
.style_container__wl_8p,
.style_flex-centered-container__xJwLB,
.style_knowledgeHub__container__yddzj {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__xJwLB {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_knowledgeHub__title__xymZu,
.style_title-h1__rPQhs,
.style_title-h2__gC1Wg,
.style_title-h2__small__Z_F9L,
.style_title__uhGK3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__rPQhs {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__rPQhs {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__rPQhs {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__rPQhs {
    font-size: 35px;
  }
}
.style_knowledgeHub__title__xymZu,
.style_title-h2__gC1Wg,
.style_title-h2__small__Z_F9L {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_knowledgeHub__title__xymZu,
  .style_title-h2__gC1Wg,
  .style_title-h2__small__Z_F9L {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_knowledgeHub__title__xymZu,
  .style_title-h2__gC1Wg,
  .style_title-h2__small__Z_F9L {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_knowledgeHub__title__xymZu,
  .style_title-h2__gC1Wg,
  .style_title-h2__small__Z_F9L {
    font-size: 35px;
  }
}
.style_knowledgeHub__title__xymZu,
.style_title-h2__small__Z_F9L {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_knowledgeHub__title__xymZu,
  .style_title-h2__small__Z_F9L {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_knowledgeHub__title__xymZu,
  .style_title-h2__small__Z_F9L {
    font-size: 40px;
  }
}
.style_highlight__M8jTT {
  color: #00e18c;
}
.style_bold__RhJa8 {
  font-weight: 700;
}
.style_section-margin__Snpkk {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__Snpkk {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__Snpkk {
    margin-bottom: 81px;
  }
}
.style_nowrap__dDQXM {
  white-space: nowrap;
}
.style_gradient-main__NXEMV {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__NXEMV {
    display: none;
  }
}
.style_gradient-main_dark__IO6ES {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__IO6ES {
    display: none;
  }
}
.style_gradient-ecosystem__UqAKN {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__UqAKN {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__UqAKN {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__UqAKN {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__LPnbb {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__LPnbb,
.style_gradient-footer_blue__djUH3 {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__djUH3 {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__igPaK {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__igPaK {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__h2ZVb {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__V94O8 {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__t9gf8,
.style_gradient-swap-form__V94O8 {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__t9gf8 {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__t9gf8 {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__0tfgJ {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__0tfgJ {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__Hi25M {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__Hi25M {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__MQs6R {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__MQs6R {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__E3STL {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_knowledgeHub__dl20G {
  margin-bottom: 200px;
}
.style_knowledgeHub__container__yddzj {
  z-index: 10;
}
.style_knowledgeHub__cards__XmoIP {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.style_knowledgeHub__card__mprTj {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 47px 36px;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(48, 34, 78, 0.08) 16.79%,
    hsla(0, 0%, 100%, 0.05)
  );
  box-shadow: inset 22px 12px 70px -9px rgba(56, 41, 96, 0.47),
    inset 0 1px 3px 0 hsla(0, 0%, 100%, 0.26);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
}
.style_knowledgeHub__card_outside-radius-top-left___95yE {
  border-top-left-radius: 40px;
}
.style_knowledgeHub__card_outside-radius-top-right__tTMw6 {
  border-top-right-radius: 40px;
}
.style_knowledgeHub__card_outside-radius-bottom-left__bNZ2o {
  border-bottom-left-radius: 40px;
}
.style_knowledgeHub__card_outside-radius-bottom-right__f2CUF {
  border-bottom-right-radius: 40px;
}
.style_knowledgeHub__card-text__JvCls {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.75px;
  transition: transform 0.1s ease-in-out;
}
.style_knowledgeHub__card__mprTj:hover {
  z-index: 10;
  transform: scale(1.03) translateY(-5px);
  transition: transform 0.2s ease-in-out;
  box-shadow: inset 22px 12px 70px -9px rgba(56, 41, 96, 0.47),
    inset 0 1px 3px 0 hsla(0, 0%, 100%, 0.26), 0 15px 15px rgba(0, 0, 0, 0.3);
}
.style_knowledgeHub__card__mprTj:hover .style_knowledgeHub__card-answer__ZGc2_ {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
.style_knowledgeHub__card__mprTj:hover .style_knowledgeHub__card-text__JvCls {
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
}
.style_knowledgeHub__card-answer__ZGc2_ {
  position: absolute;
  font-size: 22px;
  color: #00e18c;
  padding: 0 15px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
}
.style_knowledgeHub__card__mprTj:last-child
  .style_knowledgeHub__card-answer__ZGc2_ {
  font-size: 20px;
}
@media (max-width: 1050px) {
  .style_knowledgeHub__title__xymZu {
    margin: 0 auto 45px;
    font-size: 44px;
  }
  .style_knowledgeHub__card__mprTj {
    padding: 37px 26px;
  }
  .style_knowledgeHub__card_outside-radius-top-left___95yE {
    border-top-left-radius: 20px;
  }
  .style_knowledgeHub__card_outside-radius-top-right__tTMw6 {
    border-top-right-radius: 20px;
  }
  .style_knowledgeHub__card_outside-radius-bottom-left__bNZ2o {
    border-bottom-left-radius: 20px;
  }
  .style_knowledgeHub__card_outside-radius-bottom-right__f2CUF {
    border-bottom-right-radius: 20px;
  }
  .style_knowledgeHub__card-text__JvCls {
    font-size: 19px;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .style_knowledgeHub__title__xymZu {
    font-size: 40px;
  }
  .style_knowledgeHub__cards__XmoIP {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .style_knowledgeHub__card__mprTj {
    padding: 37px 26px;
  }
  .style_knowledgeHub__card_outside-radius-top-left___95yE {
    border-top-left-radius: 5px;
  }
  .style_knowledgeHub__card_outside-radius-top-right__tTMw6 {
    border-top-right-radius: 5px;
  }
  .style_knowledgeHub__card_outside-radius-bottom-left__bNZ2o {
    border-bottom-left-radius: 5px;
  }
  .style_knowledgeHub__card_outside-radius-bottom-right__f2CUF {
    border-bottom-right-radius: 5px;
  }
  .style_knowledgeHub__card-text__JvCls {
    font-size: 19px;
    line-height: 1;
  }
  .style_knowledgeHub__card-answer__ZGc2_,
  .style_knowledgeHub__card__mprTj:last-child
    .style_knowledgeHub__card-answer__ZGc2_ {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .style_knowledgeHub__dl20G {
    margin-bottom: 100px;
  }
  .style_knowledgeHub__cards__XmoIP {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .style_knowledgeHub__card__mprTj {
    padding: 26px;
  }
  .style_knowledgeHub__card-text__JvCls {
    margin: 0 auto;
  }
}
.style_feedback__mTKlE .style_select__control__0MgW_ {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__mTKlE .style_select__control__0MgW_:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__mTKlE .style_select__control__0MgW_:focus {
  outline: none;
}
.style_feedback__mTKlE .style_select__menu__NdTrQ {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__mTKlE .style_select__option__Scmnx {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__mTKlE .style_select__option__Scmnx:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__mTKlE .style_select__placeholder__XISI2 {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__mTKlE .style_select__single-value__gHqZ_ {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__zwsmE .style_select__control__0MgW_ {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__zwsmE
  .style_select__control--menu-is-open__rW_Me,
.style_widget-configuration-form__zwsmE .style_select__control__0MgW_:hover {
  border-color: #858585;
}
.style_widget-configuration-form__zwsmE .style_select__value-container__io03I {
  padding-left: 14px;
}
.style_widget-configuration-form__zwsmE .style_select__single-value__gHqZ_ {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__zwsmE .style_select__menu__NdTrQ {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__zwsmE .style_select__menu-list__5BxqZ {
  border-radius: 8px;
}
.style_widget-configuration-form__zwsmE .style_select__option__Scmnx {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__zwsmE .style_select__option__Scmnx:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__zwsmE
  .style_select__option--is-selected__ktIN5,
.style_widget-configuration-form__zwsmE
  .style_select__option--is-selected__ktIN5:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__zwsmE
  .style_select__indicator-separator__ABMs9 {
  display: none;
}
.style_select-not-to-open__dfjf7 .style_select__control__0MgW_ {
  cursor: default;
}
.style_select-not-to-open__dfjf7 .style_select__indicator__it5uH {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__mTKlE .style_select__control__0MgW_ {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__mTKlE .style_select__menu__NdTrQ {
    top: 44px;
  }
}
.style_modal__wrapper__Dy4eS {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__OdMFf {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__OdMFf::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__6_pnh {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__G1rkG {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__W4Rqi {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__W4Rqi:hover {
  transform: scale(0.99);
}
.style_bestRateFinder__content__LhJ2m a,
.style_button__lvWs5 {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_bestRateFinder__content__LhJ2m a img,
.style_button__lvWs5 img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_bestRateFinder__content__LhJ2m a:hover,
.style_button__lvWs5:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_bestRateFinder__content__LhJ2m a:hover img,
.style_button__lvWs5:hover img {
  transform: translateX(3px);
}
.style_bestRateFinder__content__LhJ2m a:active,
.style_button__lvWs5:active {
  transform: scale(0.95);
}
.style_button_glassy__Yk_ty {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__4h18h {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__CckiA {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__CckiA:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__fjbmE {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__fjbmE img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__fjbmE:hover {
  color: #00e18c;
}
.style_button-link__fjbmE:hover img {
  transform: translateX(3px);
}
.style_button-link__fjbmE:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_bestRateFinder__content__LhJ2m a,
  .style_button__lvWs5 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__Yk_ty {
    margin-right: 10px;
  }
  .style_bestRateFinder__content__LhJ2m a img,
  .style_button__lvWs5 img {
    max-width: 20px;
  }
}
.style_select__fEaMb .style_language-select__control__rTf2J {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__fEaMb .style_language-select__control--is-focused__PC_So {
  outline: none;
  box-shadow: none;
}
.style_select__fEaMb .style_language-select__menu__O_5RM {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__fEaMb .style_language-select__menu-list__ZgH_E {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__fEaMb .style_language-select__value-container__YhmYf {
  padding: 0;
}
.style_select__fEaMb .style_language-select__value-container__YhmYf input {
  left: 0;
}
.style_select__fEaMb .style_language-select__single-value__eZwYB {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__fEaMb .style_language-select__single-value__eZwYB span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__fEaMb .style_language-select__single-value__eZwYB img {
  margin-right: 10px;
}
.style_select__fEaMb .style_language-select__indicator__byZ_F {
  display: none;
}
.style_select__fEaMb .style_language-select__option__sQ9yr {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__fEaMb .style_language-select__option__sQ9yr:last-child {
  margin-bottom: 0;
}
.style_select__fEaMb .style_language-select__option__sQ9yr:hover {
  color: #00e18c;
}
.style_select__fEaMb .style_language-select__option__sQ9yr:active {
  background: transparent;
}
.style_select__fEaMb .style_language-select__option--is-selected__873e4 span {
  color: #00e18c;
}
.style_select__fEaMb .style_language-select__dropdown-indicator__Tqg8a:hover {
  color: var(--rubic-base-05);
}
.style_select__fEaMb .style_language-select__indicator-separator__t5__z {
  display: none;
}
.style_select__fEaMb .style_statistic-select__control__KVEyc {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__fEaMb .style_statistic-select__control--menu-is-open__txdjG {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__fEaMb
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__indicator__D0ojl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__fEaMb
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__single-value__7iGzo {
  color: #fff;
}
.style_select__fEaMb .style_statistic-select__control--is-focused__QAP77 {
  outline: none;
  box-shadow: none;
}
.style_select__fEaMb .style_statistic-select__menu__71T9_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__fEaMb .style_statistic-select__menu__71T9_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__fEaMb .style_statistic-select__menu-list__abpYE {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__fEaMb .style_statistic-select__menu-list__abpYE {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__fEaMb .style_statistic-select__value-container__MbwBM {
  padding: 0;
}
.style_select__fEaMb .style_statistic-select__value-container__MbwBM input {
  left: -100px;
}
.style_select__fEaMb .style_statistic-select__single-value__7iGzo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__fEaMb .style_statistic-select__indicator__D0ojl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__fEaMb .style_statistic-select__option__f3WLx {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__fEaMb .style_statistic-select__option__f3WLx:last-child {
  margin-bottom: 0;
}
.style_select__fEaMb .style_statistic-select__option__f3WLx:hover {
  color: #4aa956;
}
.style_select__fEaMb .style_statistic-select__option__f3WLx:active {
  background: transparent;
}
.style_select__fEaMb .style_statistic-select__option--is-selected__HVBSY {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__fEaMb .style_statistic-select__option__f3WLx {
    margin-bottom: 0;
  }
}
.style_select__fEaMb .style_statistic-select__dropdown-indicator__X_z_0:hover {
  color: var(--rubic-base-05);
}
.style_select__fEaMb .style_statistic-select__indicator-separator__dgN2h {
  display: none;
}
.style_select-periods__ZXi4a .style_statistic-select__control__KVEyc {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__ZXi4a
  .style_statistic-select__control--menu-is-open__txdjG {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__ZXi4a
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__indicator__D0ojl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__ZXi4a
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__single-value__7iGzo {
  color: #fff;
}
.style_select-periods__ZXi4a
  .style_statistic-select__control--is-focused__QAP77 {
  outline: none;
  box-shadow: none;
}
.style_select-periods__ZXi4a .style_statistic-select__menu__71T9_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__ZXi4a .style_statistic-select__menu__71T9_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__ZXi4a .style_statistic-select__menu-list__abpYE {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__ZXi4a .style_statistic-select__menu-list__abpYE {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__ZXi4a .style_statistic-select__value-container__MbwBM {
  padding: 0;
}
.style_select-periods__ZXi4a
  .style_statistic-select__value-container__MbwBM
  input {
  left: -100px;
}
.style_select-periods__ZXi4a .style_statistic-select__single-value__7iGzo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__ZXi4a .style_statistic-select__indicator__D0ojl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__ZXi4a .style_statistic-select__option__f3WLx {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__ZXi4a .style_statistic-select__option__f3WLx:last-child {
  margin-bottom: 0;
}
.style_select-periods__ZXi4a .style_statistic-select__option__f3WLx:hover {
  color: #4aa956;
}
.style_select-periods__ZXi4a .style_statistic-select__option__f3WLx:active {
  background: transparent;
}
.style_select-periods__ZXi4a
  .style_statistic-select__option--is-selected__HVBSY {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__ZXi4a .style_statistic-select__option__f3WLx {
    margin-bottom: 0;
  }
}
.style_select-periods__ZXi4a
  .style_statistic-select__dropdown-indicator__X_z_0:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__ZXi4a
  .style_statistic-select__indicator-separator__dgN2h {
  display: none;
}
.style_select_persia__uHCRO .style_statistic-select__control__KVEyc {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__uHCRO
  .style_statistic-select__control--menu-is-open__txdjG {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__uHCRO
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__indicator__D0ojl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__uHCRO
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__single-value__7iGzo {
  color: #fff;
}
.style_select_persia__uHCRO
  .style_statistic-select__control--is-focused__QAP77 {
  outline: none;
  box-shadow: none;
}
.style_select_persia__uHCRO .style_statistic-select__menu__71T9_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__uHCRO .style_statistic-select__menu__71T9_ {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__uHCRO .style_statistic-select__menu-list__abpYE {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__uHCRO .style_statistic-select__menu-list__abpYE {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__uHCRO .style_statistic-select__value-container__MbwBM {
  padding: 0;
}
.style_select_persia__uHCRO
  .style_statistic-select__value-container__MbwBM
  input {
  left: 0;
}
.style_select_persia__uHCRO .style_statistic-select__single-value__7iGzo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__uHCRO .style_statistic-select__indicator__D0ojl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__uHCRO .style_statistic-select__option__f3WLx {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__uHCRO .style_statistic-select__option__f3WLx:last-child {
  margin-bottom: 0;
}
.style_select_persia__uHCRO .style_statistic-select__option__f3WLx:hover {
  color: #4aa956;
}
.style_select_persia__uHCRO .style_statistic-select__option__f3WLx:active {
  background: transparent;
}
.style_select_persia__uHCRO
  .style_statistic-select__option--is-selected__HVBSY {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__uHCRO .style_statistic-select__option__f3WLx {
    margin-bottom: 0;
  }
}
.style_select_persia__uHCRO
  .style_statistic-select__dropdown-indicator__X_z_0:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__uHCRO
  .style_statistic-select__indicator-separator__dgN2h {
  display: none;
}
.style_select-periods_persia__hFrYe .style_statistic-select__control__KVEyc {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__control--menu-is-open__txdjG {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__indicator__D0ojl {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__control--menu-is-open__txdjG
  .style_statistic-select__single-value__7iGzo {
  color: #fff;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__control--is-focused__QAP77 {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__hFrYe .style_statistic-select__menu__71T9_ {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia__hFrYe .style_statistic-select__menu__71T9_ {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__hFrYe .style_statistic-select__menu-list__abpYE {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia__hFrYe
    .style_statistic-select__menu-list__abpYE {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__value-container__MbwBM {
  padding: 0;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__value-container__MbwBM
  input {
  left: 0;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__single-value__7iGzo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__hFrYe .style_statistic-select__indicator__D0ojl {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__hFrYe .style_statistic-select__option__f3WLx {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__option__f3WLx:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__option__f3WLx:hover {
  color: #4aa956;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__option__f3WLx:active {
  background: transparent;
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__option--is-selected__HVBSY {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__hFrYe .style_statistic-select__option__f3WLx {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__dropdown-indicator__X_z_0:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__hFrYe
  .style_statistic-select__indicator-separator__dgN2h {
  display: none;
}
.style_paginationContainer__f_5ji {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__f_5ji {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__0ULiN {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__0ULiN {
    padding: 8px 13px;
  }
}
.style_activeClassName__OWQD1,
.style_mobileActiveClassName__u7aHg {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__OWQD1 {
  background: #4aa956;
}
.style_mobileActiveClassName__u7aHg .style_pageLinkClassName__0ULiN {
  color: var(--main-green);
}
.style_previousClassName__CZxpV {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__PvQY7 {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__Hl1j0 {
  height: 100%;
}
.style_marquee__G4Wsd {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__ybp8t {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__3HU_t {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__3HU_t .style_carousel__slide__9Lbt0 {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__3HU_t .style_carousel__slide__9Lbt0 {
    padding-bottom: 49px !important;
  }
}
.style_bestRateFinder__container__3W4P5,
.style_container__eElQm,
.style_flex-centered-container__fxHOi {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__fxHOi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_bestRateFinder__title__tOkLB,
.style_title-h1__neZeF,
.style_title-h2__EnYjY,
.style_title-h2__small__0Q8Ie,
.style_title__3yjKi {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__neZeF {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__neZeF {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__neZeF {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__neZeF {
    font-size: 35px;
  }
}
.style_bestRateFinder__title__tOkLB,
.style_title-h2__EnYjY,
.style_title-h2__small__0Q8Ie {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_bestRateFinder__title__tOkLB,
  .style_title-h2__EnYjY,
  .style_title-h2__small__0Q8Ie {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_bestRateFinder__title__tOkLB,
  .style_title-h2__EnYjY,
  .style_title-h2__small__0Q8Ie {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_bestRateFinder__title__tOkLB,
  .style_title-h2__EnYjY,
  .style_title-h2__small__0Q8Ie {
    font-size: 35px;
  }
}
.style_bestRateFinder__title__tOkLB,
.style_title-h2__small__0Q8Ie {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_bestRateFinder__title__tOkLB,
  .style_title-h2__small__0Q8Ie {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_bestRateFinder__title__tOkLB,
  .style_title-h2__small__0Q8Ie {
    font-size: 40px;
  }
}
.style_highlight__QfBy0 {
  color: #00e18c;
}
.style_bold__54Cdt {
  font-weight: 700;
}
.style_section-margin__imcay {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__imcay {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__imcay {
    margin-bottom: 81px;
  }
}
.style_nowrap__X_mJl {
  white-space: nowrap;
}
.style_gradient-main__5g1LS {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__5g1LS {
    display: none;
  }
}
.style_gradient-main_dark__lIc7V {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__lIc7V {
    display: none;
  }
}
.style_gradient-ecosystem__s3gXZ {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__s3gXZ {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__s3gXZ {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__s3gXZ {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__5Lpxn {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__5Lpxn,
.style_gradient-footer_blue__XsmhT {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__XsmhT {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__Qwwem {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__Qwwem {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__LGl_A {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__lQPW7 {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__K8I0C,
.style_gradient-swap-form__lQPW7 {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top__K8I0C {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__K8I0C {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__AgNhi {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__AgNhi {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__zTW8w {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__zTW8w {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__OdahG {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__OdahG {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__CLGxG {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_bestRateFinder__JG2Uo {
  position: relative;
  margin-bottom: 280px;
}
@media (max-width: 680px) {
  .style_bestRateFinder__JG2Uo {
    margin-bottom: 100px;
  }
}
.style_bestRateFinder__container__3W4P5 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .style_bestRateFinder__container__3W4P5 {
    padding: 0 20px;
  }
}
.style_bestRateFinder__gradient_blue___m_v_,
.style_bestRateFinder__gradient_green__3rVGV {
  position: absolute;
  left: 0;
  top: 30%;
  filter: blur(10px);
}
@media (max-width: 680px) {
  .style_bestRateFinder__gradient_blue___m_v_,
  .style_bestRateFinder__gradient_green__3rVGV {
    opacity: 0.3;
  }
}
.style_bestRateFinder__gradient_green__3rVGV {
  z-index: 1;
}
.style_bestRateFinder__gradient_blue___m_v_ {
  opacity: 0.5;
  top: 25%;
}
.style_bestRateFinder__mm-logo__fpZwh {
  max-width: 300px;
  margin: 0 auto 100px;
}
@media (max-width: 680px) {
  .style_bestRateFinder__mm-logo__fpZwh {
    max-width: 200px;
    margin: 0 auto 40px;
  }
}
.style_bestRateFinder__content__LhJ2m {
  display: flex;
  align-items: center;
  grid-gap: 100px;
  gap: 100px;
}
@media (max-width: 860px) {
  .style_bestRateFinder__content__LhJ2m {
    grid-gap: 50px;
    gap: 50px;
  }
}
@media (max-width: 680px) {
  .style_bestRateFinder__content__LhJ2m {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .style_bestRateFinder__content__LhJ2m img {
    max-width: 300px;
  }
}
.style_bestRateFinder__content__LhJ2m p {
  margin: 0 0 65px;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 860px) {
  .style_bestRateFinder__content__LhJ2m p {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .style_bestRateFinder__content__LhJ2m p {
    margin: 0 0 40px;
  }
}
.style_bestRateFinder__content__LhJ2m a {
  padding: 20px 52px;
  font-weight: 500;
  font-size: 25px;
  border-radius: 25px;
  color: #241f2a;
}
.style_bestRateFinder__content__LhJ2m a:hover {
  color: #fff;
  transition: all 0.1s linear;
}
@media (max-width: 860px) {
  .style_bestRateFinder__content__LhJ2m a {
    font-size: 20px;
    width: 100%;
  }
}
@font-face {
  font-weight: 400;
  font-family: SF-Pro;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/SFPro/SFProDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-weight: 500;
  font-family: SF-Pro;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/SFPro/SFProDisplay-Medium.woff2) format("woff2");
}
@font-face {
  font-weight: 600;
  font-family: SF-Pro;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/SFPro/SFProDisplay-Semibold.woff2) format("woff2");
}
@font-face {
  font-weight: 700;
  font-family: SF-Pro;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/SFPro/SFProDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-weight: 800;
  font-family: SF-Pro;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/SFPro/SFProDisplay-Heavy.woff2) format("woff2");
}
@font-face {
  font-weight: 300;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-Light.woff2) format("woff2");
}
@font-face {
  font-weight: 400;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-weight: 500;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-Medium.woff2) format("woff2");
}
@font-face {
  font-weight: 600;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-SemiBold.woff2) format("woff2");
}
@font-face {
  font-weight: 700;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-weight: 800;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-weight: 900;
  font-family: RedHat;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/RedHat/RedHatDisplay-Black.woff2) format("woff2");
}
.style_feedback__r542d .style_select__control__ygEtX {
  height: 76px;
  margin-bottom: 40px;
  padding: 16px;
  color: var(--rubic-base-02);
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid var(--rubic-base-02);
  border-radius: 13px;
  box-shadow: none;
}
.style_feedback__r542d .style_select__control__ygEtX:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__r542d .style_select__control__ygEtX:focus {
  outline: none;
}
.style_feedback__r542d .style_select__menu__sypju {
  top: 65px;
  margin-top: 0;
  background-color: var(--rubic-base-08);
  border: 1px solid var(--rubic-base-02);
  border-top: 0;
  border-radius: 0 0 13px 13px;
}
.style_feedback__r542d .style_select__option__efsXG {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__r542d .style_select__option__efsXG:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__r542d .style_select__placeholder__tZNAK {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__r542d .style_select__single-value__UKxEZ {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__C1UDX .style_select__control__ygEtX {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__C1UDX
  .style_select__control--menu-is-open__3xGB2,
.style_widget-configuration-form__C1UDX .style_select__control__ygEtX:hover {
  border-color: #858585;
}
.style_widget-configuration-form__C1UDX .style_select__value-container__uI9sc {
  padding-left: 14px;
}
.style_widget-configuration-form__C1UDX .style_select__single-value__UKxEZ {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__C1UDX .style_select__menu__sypju {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__C1UDX .style_select__menu-list__91ULD {
  border-radius: 8px;
}
.style_widget-configuration-form__C1UDX .style_select__option__efsXG {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__C1UDX .style_select__option__efsXG:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__C1UDX
  .style_select__option--is-selected__U3bCP,
.style_widget-configuration-form__C1UDX
  .style_select__option--is-selected__U3bCP:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__C1UDX
  .style_select__indicator-separator__XdNjk {
  display: none;
}
.style_select-not-to-open__52A6m .style_select__control__ygEtX {
  cursor: default;
}
.style_select-not-to-open__52A6m .style_select__indicator__8cSVy {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__r542d .style_select__control__ygEtX {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__r542d .style_select__menu__sypju {
    top: 44px;
  }
}
.style_modal__wrapper__JWloz {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.style_modal__body__QBbip {
  position: relative;
  max-width: 1100px;
  max-height: 100%;
  margin: 20px;
  padding: 15px 20px;
  overflow-y: scroll;
  text-align: center;
  background: var(--main-background);
  border-radius: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_modal__body__QBbip::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__b8zic {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__JIiEZ {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__TFCHT {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__TFCHT:hover {
  transform: scale(0.99);
}
.style_button__nr1dI {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  background: var(--main-green);
  border-radius: 12px;
}
.style_button__nr1dI img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__nr1dI:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__nr1dI:hover img {
  transform: translateX(3px);
}
.style_button__nr1dI:active {
  transform: scale(0.95);
}
.style_button_glassy__tDnkA {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__keRa2 {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__LGVCi {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(113.38deg, #30da60 31.59%, #0083ff 178.87%);
  box-shadow: 0 5px 30px rgba(34, 221, 75, 0.33);
  border-radius: 6px;
}
.style_button_gradient__LGVCi:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__Apvgm {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__Apvgm img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__Apvgm:hover {
  color: #00e18c;
}
.style_button-link__Apvgm:hover img {
  transform: translateX(3px);
}
.style_button-link__Apvgm:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__nr1dI {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__tDnkA {
    margin-right: 10px;
  }
  .style_button__nr1dI img {
    max-width: 20px;
  }
}
.style_select__4K0eM .style_language-select__control__ioL8F {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__4K0eM .style_language-select__control--is-focused__J9XZz {
  outline: none;
  box-shadow: none;
}
.style_select__4K0eM .style_language-select__menu__mXQnl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  right: 0;
  top: 70px;
  padding: 15px 20px;
  background: #241f2a;
  border: 1px solid var(--rubic-base-06);
  border-radius: 16px;
}
.style_select__4K0eM .style_language-select__menu-list__Lqm5r {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.style_select__4K0eM .style_language-select__value-container__h9UT9 {
  padding: 0;
}
.style_select__4K0eM .style_language-select__value-container__h9UT9 input {
  left: 0;
}
.style_select__4K0eM .style_language-select__single-value__FEs3b {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__4K0eM .style_language-select__single-value__FEs3b span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__4K0eM .style_language-select__single-value__FEs3b img {
  margin-right: 10px;
}
.style_select__4K0eM .style_language-select__indicator___TFi6 {
  display: none;
}
.style_select__4K0eM .style_language-select__option__Jm8Ig {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__4K0eM .style_language-select__option__Jm8Ig:last-child {
  margin-bottom: 0;
}
.style_select__4K0eM .style_language-select__option__Jm8Ig:hover {
  color: #00e18c;
}
.style_select__4K0eM .style_language-select__option__Jm8Ig:active {
  background: transparent;
}
.style_select__4K0eM .style_language-select__option--is-selected__CaV_c span {
  color: #00e18c;
}
.style_select__4K0eM .style_language-select__dropdown-indicator__VfeZf:hover {
  color: var(--rubic-base-05);
}
.style_select__4K0eM .style_language-select__indicator-separator__dniGB {
  display: none;
}
.style_select__4K0eM .style_statistic-select__control__8w_Zx {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__4K0eM .style_statistic-select__control--menu-is-open__iYSRb {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__4K0eM
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__indicator__3mFmF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__4K0eM
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__single-value__i2IcD {
  color: #fff;
}
.style_select__4K0eM .style_statistic-select__control--is-focused__TEsYN {
  outline: none;
  box-shadow: none;
}
.style_select__4K0eM .style_statistic-select__menu__ZBt5o {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select__4K0eM .style_statistic-select__menu__ZBt5o {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__4K0eM .style_statistic-select__menu-list__a_XfR {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select__4K0eM .style_statistic-select__menu-list__a_XfR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__4K0eM .style_statistic-select__value-container__DKqBe {
  padding: 0;
}
.style_select__4K0eM .style_statistic-select__value-container__DKqBe input {
  left: -100px;
}
.style_select__4K0eM .style_statistic-select__single-value__i2IcD {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__4K0eM .style_statistic-select__indicator__3mFmF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__4K0eM .style_statistic-select__option__N7ONC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select__4K0eM .style_statistic-select__option__N7ONC:last-child {
  margin-bottom: 0;
}
.style_select__4K0eM .style_statistic-select__option__N7ONC:hover {
  color: #4aa956;
}
.style_select__4K0eM .style_statistic-select__option__N7ONC:active {
  background: transparent;
}
.style_select__4K0eM .style_statistic-select__option--is-selected__0N9J_ {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__4K0eM .style_statistic-select__option__N7ONC {
    margin-bottom: 0;
  }
}
.style_select__4K0eM .style_statistic-select__dropdown-indicator__Dp1jr:hover {
  color: var(--rubic-base-05);
}
.style_select__4K0eM .style_statistic-select__indicator-separator__OhoXX {
  display: none;
}
.style_select-periods__9U29P .style_statistic-select__control__8w_Zx {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__9U29P
  .style_statistic-select__control--menu-is-open__iYSRb {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__9U29P
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__indicator__3mFmF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__9U29P
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__single-value__i2IcD {
  color: #fff;
}
.style_select-periods__9U29P
  .style_statistic-select__control--is-focused__TEsYN {
  outline: none;
  box-shadow: none;
}
.style_select-periods__9U29P .style_statistic-select__menu__ZBt5o {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods__9U29P .style_statistic-select__menu__ZBt5o {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__9U29P .style_statistic-select__menu-list__a_XfR {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods__9U29P .style_statistic-select__menu-list__a_XfR {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__9U29P .style_statistic-select__value-container__DKqBe {
  padding: 0;
}
.style_select-periods__9U29P
  .style_statistic-select__value-container__DKqBe
  input {
  left: -100px;
}
.style_select-periods__9U29P .style_statistic-select__single-value__i2IcD {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__9U29P .style_statistic-select__indicator__3mFmF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__9U29P .style_statistic-select__option__N7ONC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods__9U29P .style_statistic-select__option__N7ONC:last-child {
  margin-bottom: 0;
}
.style_select-periods__9U29P .style_statistic-select__option__N7ONC:hover {
  color: #4aa956;
}
.style_select-periods__9U29P .style_statistic-select__option__N7ONC:active {
  background: transparent;
}
.style_select-periods__9U29P
  .style_statistic-select__option--is-selected__0N9J_ {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__9U29P .style_statistic-select__option__N7ONC {
    margin-bottom: 0;
  }
}
.style_select-periods__9U29P
  .style_statistic-select__dropdown-indicator__Dp1jr:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__9U29P
  .style_statistic-select__indicator-separator__OhoXX {
  display: none;
}
.style_select_persia__UbvlT .style_statistic-select__control__8w_Zx {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__UbvlT
  .style_statistic-select__control--menu-is-open__iYSRb {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__UbvlT
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__indicator__3mFmF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__UbvlT
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__single-value__i2IcD {
  color: #fff;
}
.style_select_persia__UbvlT
  .style_statistic-select__control--is-focused__TEsYN {
  outline: none;
  box-shadow: none;
}
.style_select_persia__UbvlT .style_statistic-select__menu__ZBt5o {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select_persia__UbvlT .style_statistic-select__menu__ZBt5o {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__UbvlT .style_statistic-select__menu-list__a_XfR {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select_persia__UbvlT .style_statistic-select__menu-list__a_XfR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__UbvlT .style_statistic-select__value-container__DKqBe {
  padding: 0;
}
.style_select_persia__UbvlT
  .style_statistic-select__value-container__DKqBe
  input {
  left: 0;
}
.style_select_persia__UbvlT .style_statistic-select__single-value__i2IcD {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__UbvlT .style_statistic-select__indicator__3mFmF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__UbvlT .style_statistic-select__option__N7ONC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select_persia__UbvlT .style_statistic-select__option__N7ONC:last-child {
  margin-bottom: 0;
}
.style_select_persia__UbvlT .style_statistic-select__option__N7ONC:hover {
  color: #4aa956;
}
.style_select_persia__UbvlT .style_statistic-select__option__N7ONC:active {
  background: transparent;
}
.style_select_persia__UbvlT
  .style_statistic-select__option--is-selected__0N9J_ {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__UbvlT .style_statistic-select__option__N7ONC {
    margin-bottom: 0;
  }
}
.style_select_persia__UbvlT
  .style_statistic-select__dropdown-indicator__Dp1jr:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__UbvlT
  .style_statistic-select__indicator-separator__OhoXX {
  display: none;
}
.style_select-periods_persia___CCHK .style_statistic-select__control__8w_Zx {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__control--menu-is-open__iYSRb {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__indicator__3mFmF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__control--menu-is-open__iYSRb
  .style_statistic-select__single-value__i2IcD {
  color: #fff;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__control--is-focused__TEsYN {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia___CCHK .style_statistic-select__menu__ZBt5o {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
  background: var(--rubic-base-01);
  border: 1px solid var(--rubic-base-06);
  box-shadow: 2px -12px 20px rgba(0, 0, 0, 0.25),
    5px -5px 22px rgba(0, 0, 0, 0.42);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .style_select-periods_persia___CCHK .style_statistic-select__menu__ZBt5o {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia___CCHK .style_statistic-select__menu-list__a_XfR {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .style_select-periods_persia___CCHK
    .style_statistic-select__menu-list__a_XfR {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia___CCHK
  .style_statistic-select__value-container__DKqBe {
  padding: 0;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__value-container__DKqBe
  input {
  left: 0;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__single-value__i2IcD {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia___CCHK .style_statistic-select__indicator__3mFmF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia___CCHK .style_statistic-select__option__N7ONC {
  padding: 0;
  margin-bottom: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-02);
  cursor: pointer;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__option__N7ONC:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__option__N7ONC:hover {
  color: #4aa956;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__option__N7ONC:active {
  background: transparent;
}
.style_select-periods_persia___CCHK
  .style_statistic-select__option--is-selected__0N9J_ {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia___CCHK .style_statistic-select__option__N7ONC {
    margin-bottom: 0;
  }
}
.style_select-periods_persia___CCHK
  .style_statistic-select__dropdown-indicator__Dp1jr:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia___CCHK
  .style_statistic-select__indicator-separator__OhoXX {
  display: none;
}
.style_paginationContainer__loRdj {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__loRdj {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__GcSWS {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__GcSWS {
    padding: 8px 13px;
  }
}
.style_activeClassName__58UAV,
.style_mobileActiveClassName__w2TWh {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__58UAV {
  background: #4aa956;
}
.style_mobileActiveClassName__w2TWh .style_pageLinkClassName__GcSWS {
  color: var(--main-green);
}
.style_previousClassName__efBlE {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__sO2ye {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__h46_5 {
  height: 100%;
}
.style_marquee__DHAoF {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  min-width: auto !important;
}
.style_react-tooltip__9KEYa {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__FjGkW {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__FjGkW .style_carousel__slide__o_pA5 {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__FjGkW .style_carousel__slide__o_pA5 {
    padding-bottom: 49px !important;
  }
}
.style_container__6NlqC,
.style_flex-centered-container__YvbEw {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__YvbEw {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__8FGle,
.style_title-h2__7IWcW,
.style_title-h2__small__ninua,
.style_title__h7Sdx {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(56.46deg, #33db9c 6.36%, #8b5195 76.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_title-h1__8FGle {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__8FGle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__8FGle {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__8FGle {
    font-size: 35px;
  }
}
.style_title-h1__8FGle,
.style_title-h2__7IWcW,
.style_title-h2__small__ninua,
.style_title__h7Sdx {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h1__8FGle,
  .style_title-h2__7IWcW,
  .style_title-h2__small__ninua,
  .style_title__h7Sdx {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__8FGle,
  .style_title-h2__7IWcW,
  .style_title-h2__small__ninua,
  .style_title__h7Sdx {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__8FGle,
  .style_title-h2__7IWcW,
  .style_title-h2__small__ninua,
  .style_title__h7Sdx {
    font-size: 35px;
  }
}
.style_title-h1__8FGle,
.style_title-h2__7IWcW,
.style_title-h2__small__ninua,
.style_title__h7Sdx {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h1__8FGle,
  .style_title-h2__7IWcW,
  .style_title-h2__small__ninua,
  .style_title__h7Sdx {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__8FGle,
  .style_title-h2__7IWcW,
  .style_title-h2__small__ninua,
  .style_title__h7Sdx {
    font-size: 40px;
  }
}
.style_highlight__B1OIu {
  color: #00e18c;
}
.style_bold__nBwHK {
  font-weight: 700;
}
.style_section-margin__utfWS {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__utfWS {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__utfWS {
    margin-bottom: 81px;
  }
}
.style_nowrap__Pl8Rw {
  white-space: nowrap;
}
.style_gradient-main__QnQZn {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: rgba(51, 219, 156, 0.5);
  filter: blur(120px);
}
@media (max-width: 767px) {
  .style_gradient-main__QnQZn {
    display: none;
  }
}
.style_gradient-main_dark__RrQ1K {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 648px;
  height: 229px;
  background: #231e2e;
  filter: blur(90px);
}
@media (max-width: 767px) {
  .style_gradient-main_dark__RrQ1K {
    display: none;
  }
}
.style_gradient-ecosystem__xno8K {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__xno8K {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__xno8K {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__xno8K {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__mDmzK {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__mDmzK,
.style_gradient-footer_blue__0tpW_ {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__0tpW_ {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__p4xqW {
  position: absolute;
  top: -11%;
  right: -12%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient__p4xqW {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-sdk__3Zk04 {
  position: absolute;
  top: -5%;
  right: 88%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
.style_gradient-swap-form__gZWHQ {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top___sCc0,
.style_gradient-swap-form__gZWHQ {
  position: absolute;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
}
.style_gradient-benefits-top___sCc0 {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top___sCc0 {
    position: absolute;
    top: -11%;
    right: -16%;
    z-index: -5;
    display: block;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
  }
}
.style_gradient-provideLiquidity__x8ToU {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: -5;
  display: block;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(100px);
  content: "";
}
@media (max-width: 480px) {
  .style_gradient-provideLiquidity__x8ToU {
    position: absolute;
    top: 40%;
    right: -44%;
    z-index: -5;
    display: block;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(100px);
    content: "";
  }
}
.style_gradient-benefits-bottom__LUHRs {
  position: absolute;
  top: 25%;
  right: auto;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-bottom__LUHRs {
    position: absolute;
    top: 14%;
    right: auto;
    z-index: -5;
    display: block;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    left: -50%;
  }
}
.style_gradient-referral-widget__6queE {
  position: absolute;
  top: 50%;
  right: auto;
  z-index: -5;
  display: block;
  width: 1279px;
  height: 300px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(50px);
  content: "";
  left: 0;
}
@media (max-width: 480px) {
  .style_gradient-referral-widget__6queE {
    position: absolute;
    right: auto;
    z-index: -5;
    display: block;
    width: 1279px;
    height: 300px;
    background-image: radial-gradient(
      var(--main-green) 0,
      var(--main-background) 70%,
      var(--main-background) 100%
    );
    filter: blur(50px);
    content: "";
    top: 35%;
    left: -69%;
  }
}
.style_gradient-staking-prepare__mpimA {
  position: absolute;
  top: 51%;
  right: 106%;
  z-index: -5;
  display: block;
  width: 600px;
  height: 600px;
  background-image: radial-gradient(
    var(--main-green) 0,
    var(--main-background) 70%,
    var(--main-background) 100%
  );
  filter: blur(150px);
  content: "";
}
.style_section__qCs_W {
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 750px) {
  .style_section__qCs_W {
    margin-bottom: 100px;
  }
}
.style_container__6NlqC,
.style_flex-centered-container__YvbEw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  padding: 0;
}
.style_gradient__left__rh8JR,
.style_gradient__right__Hv63T {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  filter: blur(10px);
}
.style_gradient__right__Hv63T {
  right: -1%;
}
.style_gradient__left__rh8JR {
  left: -1%;
}
.style_link_desktop__6p8Nh,
.style_link_mobile__yS1ZS {
  font-weight: 300;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #fff;
}
.style_link_desktop__6p8Nh:hover,
.style_link_mobile__yS1ZS:hover {
  color: var(--main-green);
}
@media (max-width: 750px) {
  .style_link_desktop__6p8Nh,
  .style_link_mobile__yS1ZS {
    font-size: 20px;
  }
}
.style_link_desktop__6p8Nh {
  transform: rotate(90deg);
}
.style_link_mobile__yS1ZS {
  display: none;
}
@media (max-width: 1320px) {
  .style_container__6NlqC,
  .style_flex-centered-container__YvbEw {
    padding: 0 20px;
  }
  .style_link_mobile__yS1ZS {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
  }
  .style_link_desktop__6p8Nh {
    display: none;
  }
}
.style_content__Ef1BA {
  flex-direction: row;
  position: relative;
  grid-gap: 25px;
  gap: 25px;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.style_content__Ef1BA,
.style_network__wrapper__xMLrO {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_network__wrapper__xMLrO {
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 460px) {
  .style_network__wrapper__xMLrO {
    grid-gap: 10px;
    gap: 10px;
  }
}
.style_network__wrapper__xMLrO a:hover + span {
  color: var(--main-green);
}
@media (max-width: 750px) {
  .style_network__icon__xqp7n {
    width: 170px;
  }
}
@media (max-width: 460px) {
  .style_network__icon__xqp7n {
    width: 120px;
  }
}
.style_network__title__f6ESF {
  margin-left: 45px;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .style_network__title__f6ESF {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .style_network__title__f6ESF {
    margin-left: 22px;
  }
}
