.style_feedback__xcPgy .style_select__control___3Ldz {
  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__xcPgy .style_select__control___3Ldz:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__xcPgy .style_select__control___3Ldz:focus {
  outline: none;
}
.style_feedback__xcPgy .style_select__menu__FSooY {
  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__xcPgy .style_select__option__H_24O {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__xcPgy .style_select__option__H_24O:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__xcPgy .style_select__placeholder__DwPvl {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__xcPgy .style_select__single-value__su9Ig {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__L5aaf .style_select__control___3Ldz {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__L5aaf
  .style_select__control--menu-is-open__K4T4L,
.style_widget-configuration-form__L5aaf .style_select__control___3Ldz:hover {
  border-color: #858585;
}
.style_widget-configuration-form__L5aaf .style_select__value-container__m0NX_ {
  padding-left: 14px;
}
.style_widget-configuration-form__L5aaf .style_select__single-value__su9Ig {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__L5aaf .style_select__menu__FSooY {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__L5aaf .style_select__menu-list__Jq_hW {
  border-radius: 8px;
}
.style_widget-configuration-form__L5aaf .style_select__option__H_24O {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__L5aaf .style_select__option__H_24O:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__L5aaf
  .style_select__option--is-selected__Aqus_,
.style_widget-configuration-form__L5aaf
  .style_select__option--is-selected__Aqus_:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__L5aaf
  .style_select__indicator-separator__Xp3dU {
  display: none;
}
.style_select-not-to-open__zRqqg .style_select__control___3Ldz {
  cursor: default;
}
.style_select-not-to-open__zRqqg .style_select__indicator__uAJ62 {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__xcPgy .style_select__control___3Ldz {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__xcPgy .style_select__menu__FSooY {
    top: 44px;
  }
}
.style_modal__wrapper__EE1Ik {
  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__F5ElZ {
  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__F5ElZ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__aYKyN {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__iCw0Y {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__f9OJH {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__f9OJH:hover {
  transform: scale(0.99);
}
.style_button__GZmI9,
.style_screen__button__3MQVo {
  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__GZmI9 img,
.style_screen__button__3MQVo img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__GZmI9:hover,
.style_screen__button__3MQVo:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__GZmI9:hover img,
.style_screen__button__3MQVo:hover img {
  transform: translateX(3px);
}
.style_button__GZmI9:active,
.style_screen__button__3MQVo:active {
  transform: scale(0.95);
}
.style_button_glassy__knaiP {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__WoCH9 {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__djf2l {
  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__djf2l:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__kZ1Rz {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__kZ1Rz img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__kZ1Rz:hover {
  color: #00e18c;
}
.style_button-link__kZ1Rz:hover img {
  transform: translateX(3px);
}
.style_button-link__kZ1Rz:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__GZmI9,
  .style_screen__button__3MQVo {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__knaiP {
    margin-right: 10px;
  }
  .style_button__GZmI9 img,
  .style_screen__button__3MQVo img {
    max-width: 20px;
  }
}
.style_select__ncxNn .style_language-select__control__rKcJV {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__ncxNn .style_language-select__control--is-focused__RNRxO {
  outline: none;
  box-shadow: none;
}
.style_select__ncxNn .style_language-select__menu__8nDA5 {
  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__ncxNn .style_language-select__menu-list__GdhbI {
  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__ncxNn .style_language-select__value-container__DMY5K {
  padding: 0;
}
.style_select__ncxNn .style_language-select__value-container__DMY5K input {
  left: 0;
}
.style_select__ncxNn .style_language-select__single-value__JGBNC {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__ncxNn .style_language-select__single-value__JGBNC span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__ncxNn .style_language-select__single-value__JGBNC img {
  margin-right: 10px;
}
.style_select__ncxNn .style_language-select__indicator__rBYMt {
  display: none;
}
.style_select__ncxNn .style_language-select__option__fQHLq {
  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__ncxNn .style_language-select__option__fQHLq:last-child {
  margin-bottom: 0;
}
.style_select__ncxNn .style_language-select__option__fQHLq:hover {
  color: #00e18c;
}
.style_select__ncxNn .style_language-select__option__fQHLq:active {
  background: transparent;
}
.style_select__ncxNn .style_language-select__option--is-selected__X55s9 span {
  color: #00e18c;
}
.style_select__ncxNn .style_language-select__dropdown-indicator__Xke9J:hover {
  color: var(--rubic-base-05);
}
.style_select__ncxNn .style_language-select__indicator-separator__XzOLi {
  display: none;
}
.style_select__ncxNn .style_statistic-select__control__vvHTP {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__ncxNn .style_statistic-select__control--menu-is-open__an6ZZ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__ncxNn
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__indicator__bsRO9 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__ncxNn
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__single-value___fRti {
  color: #fff;
}
.style_select__ncxNn .style_statistic-select__control--is-focused__JelIF {
  outline: none;
  box-shadow: none;
}
.style_select__ncxNn .style_statistic-select__menu__UYgaG {
  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__ncxNn .style_statistic-select__menu__UYgaG {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__ncxNn .style_statistic-select__menu-list__qZh90 {
  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__ncxNn .style_statistic-select__menu-list__qZh90 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__ncxNn .style_statistic-select__value-container__jKaGZ {
  padding: 0;
}
.style_select__ncxNn .style_statistic-select__value-container__jKaGZ input {
  left: -100px;
}
.style_select__ncxNn .style_statistic-select__single-value___fRti {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__ncxNn .style_statistic-select__indicator__bsRO9 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__ncxNn .style_statistic-select__option__U_qG_ {
  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__ncxNn .style_statistic-select__option__U_qG_:last-child {
  margin-bottom: 0;
}
.style_select__ncxNn .style_statistic-select__option__U_qG_:hover {
  color: #4aa956;
}
.style_select__ncxNn .style_statistic-select__option__U_qG_:active {
  background: transparent;
}
.style_select__ncxNn .style_statistic-select__option--is-selected__CzPZA {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__ncxNn .style_statistic-select__option__U_qG_ {
    margin-bottom: 0;
  }
}
.style_select__ncxNn .style_statistic-select__dropdown-indicator__4I7T1:hover {
  color: var(--rubic-base-05);
}
.style_select__ncxNn .style_statistic-select__indicator-separator__x59d6 {
  display: none;
}
.style_select-periods__ZOwKw .style_statistic-select__control__vvHTP {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__ZOwKw
  .style_statistic-select__control--menu-is-open__an6ZZ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__ZOwKw
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__indicator__bsRO9 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__ZOwKw
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__single-value___fRti {
  color: #fff;
}
.style_select-periods__ZOwKw
  .style_statistic-select__control--is-focused__JelIF {
  outline: none;
  box-shadow: none;
}
.style_select-periods__ZOwKw .style_statistic-select__menu__UYgaG {
  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__ZOwKw .style_statistic-select__menu__UYgaG {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__ZOwKw .style_statistic-select__menu-list__qZh90 {
  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__ZOwKw .style_statistic-select__menu-list__qZh90 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__ZOwKw .style_statistic-select__value-container__jKaGZ {
  padding: 0;
}
.style_select-periods__ZOwKw
  .style_statistic-select__value-container__jKaGZ
  input {
  left: -100px;
}
.style_select-periods__ZOwKw .style_statistic-select__single-value___fRti {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__ZOwKw .style_statistic-select__indicator__bsRO9 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__ZOwKw .style_statistic-select__option__U_qG_ {
  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__ZOwKw .style_statistic-select__option__U_qG_:last-child {
  margin-bottom: 0;
}
.style_select-periods__ZOwKw .style_statistic-select__option__U_qG_:hover {
  color: #4aa956;
}
.style_select-periods__ZOwKw .style_statistic-select__option__U_qG_:active {
  background: transparent;
}
.style_select-periods__ZOwKw
  .style_statistic-select__option--is-selected__CzPZA {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__ZOwKw .style_statistic-select__option__U_qG_ {
    margin-bottom: 0;
  }
}
.style_select-periods__ZOwKw
  .style_statistic-select__dropdown-indicator__4I7T1:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__ZOwKw
  .style_statistic-select__indicator-separator__x59d6 {
  display: none;
}
.style_select_persia__BhV5I .style_statistic-select__control__vvHTP {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__BhV5I
  .style_statistic-select__control--menu-is-open__an6ZZ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__BhV5I
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__indicator__bsRO9 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__BhV5I
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__single-value___fRti {
  color: #fff;
}
.style_select_persia__BhV5I
  .style_statistic-select__control--is-focused__JelIF {
  outline: none;
  box-shadow: none;
}
.style_select_persia__BhV5I .style_statistic-select__menu__UYgaG {
  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__BhV5I .style_statistic-select__menu__UYgaG {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__BhV5I .style_statistic-select__menu-list__qZh90 {
  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__BhV5I .style_statistic-select__menu-list__qZh90 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__BhV5I .style_statistic-select__value-container__jKaGZ {
  padding: 0;
}
.style_select_persia__BhV5I
  .style_statistic-select__value-container__jKaGZ
  input {
  left: 0;
}
.style_select_persia__BhV5I .style_statistic-select__single-value___fRti {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__BhV5I .style_statistic-select__indicator__bsRO9 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__BhV5I .style_statistic-select__option__U_qG_ {
  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__BhV5I .style_statistic-select__option__U_qG_:last-child {
  margin-bottom: 0;
}
.style_select_persia__BhV5I .style_statistic-select__option__U_qG_:hover {
  color: #4aa956;
}
.style_select_persia__BhV5I .style_statistic-select__option__U_qG_:active {
  background: transparent;
}
.style_select_persia__BhV5I
  .style_statistic-select__option--is-selected__CzPZA {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__BhV5I .style_statistic-select__option__U_qG_ {
    margin-bottom: 0;
  }
}
.style_select_persia__BhV5I
  .style_statistic-select__dropdown-indicator__4I7T1:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__BhV5I
  .style_statistic-select__indicator-separator__x59d6 {
  display: none;
}
.style_select-periods_persia__aHEkg .style_statistic-select__control__vvHTP {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__control--menu-is-open__an6ZZ {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__indicator__bsRO9 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__control--menu-is-open__an6ZZ
  .style_statistic-select__single-value___fRti {
  color: #fff;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__control--is-focused__JelIF {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__aHEkg .style_statistic-select__menu__UYgaG {
  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__aHEkg .style_statistic-select__menu__UYgaG {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__aHEkg .style_statistic-select__menu-list__qZh90 {
  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__aHEkg
    .style_statistic-select__menu-list__qZh90 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__value-container__jKaGZ {
  padding: 0;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__value-container__jKaGZ
  input {
  left: 0;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__single-value___fRti {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aHEkg .style_statistic-select__indicator__bsRO9 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__aHEkg .style_statistic-select__option__U_qG_ {
  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__aHEkg
  .style_statistic-select__option__U_qG_:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__option__U_qG_:hover {
  color: #4aa956;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__option__U_qG_:active {
  background: transparent;
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__option--is-selected__CzPZA {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__aHEkg .style_statistic-select__option__U_qG_ {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__dropdown-indicator__4I7T1:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__aHEkg
  .style_statistic-select__indicator-separator__x59d6 {
  display: none;
}
.style_paginationContainer__8YWTJ {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__8YWTJ {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__j93mh {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__j93mh {
    padding: 8px 13px;
  }
}
.style_activeClassName__c2pwX,
.style_mobileActiveClassName__5VpHs {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__c2pwX {
  background: #4aa956;
}
.style_mobileActiveClassName__5VpHs .style_pageLinkClassName__j93mh {
  color: var(--main-green);
}
.style_previousClassName__06RPf {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__IDx8S {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__5NLKi {
  height: 100%;
}
.style_marquee__bACaE {
  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__THye7 {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__JPNLm {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__JPNLm .style_carousel__slide__C084Q {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__JPNLm .style_carousel__slide__C084Q {
    padding-bottom: 49px !important;
  }
}
.style_container__FQJ9a,
.style_flex-centered-container__ntW0P,
.style_screen__container__z8b_S {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__ntW0P,
.style_screen__container__z8b_S {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_screen__title__PkYw6,
.style_title-h1__ucow2,
.style_title-h2__small__UaD2b,
.style_title-h2__wphDm,
.style_title__Pcm8k {
  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__ucow2 {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__ucow2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__ucow2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__ucow2 {
    font-size: 35px;
  }
}
.style_title-h2__small__UaD2b,
.style_title-h2__wphDm {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__small__UaD2b,
  .style_title-h2__wphDm {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__UaD2b,
  .style_title-h2__wphDm {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__small__UaD2b,
  .style_title-h2__wphDm {
    font-size: 35px;
  }
}
.style_title-h2__small__UaD2b {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__UaD2b {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__UaD2b {
    font-size: 40px;
  }
}
.style_highlight__b_nZp {
  color: #00e18c;
}
.style_bold__QDSF3 {
  font-weight: 700;
}
.style_section-margin__4XeRG {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__4XeRG {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__4XeRG {
    margin-bottom: 81px;
  }
}
.style_nowrap__XmTA7 {
  white-space: nowrap;
}
.style_gradient-main__ZNKI0 {
  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__ZNKI0 {
    display: none;
  }
}
.style_gradient-main_dark__ywW8F {
  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__ywW8F {
    display: none;
  }
}
.style_gradient-ecosystem__eKL4P {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__eKL4P {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__eKL4P {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__eKL4P {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__rImBe {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__rImBe,
.style_gradient-footer_blue__GTRVX {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__GTRVX {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__TCze4 {
  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__TCze4 {
    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__LEHa0 {
  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__DYef2 {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__S1q7M,
.style_gradient-swap-form__DYef2 {
  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__S1q7M {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__S1q7M {
    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__TNf__ {
  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__TNf__ {
    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__pg3OC {
  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__pg3OC {
    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__2v4YA {
  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__2v4YA {
    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__LZio6 {
  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__UEf91 {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.style_screen__container__z8b_S {
  flex-direction: column;
}
.style_screen__text__n5F2X {
  position: relative;
  margin-top: 480px;
}
.style_screen__title__PkYw6 {
  font-weight: 700;
  font-size: 140px;
  line-height: 119px;
  scroll-margin-top: 73px;
}
.style_screen__subtitle__p_Ptv,
.style_screen__title__PkYw6 {
  background: linear-gradient(56.46deg, #33db9c 6.36%, #d853ee 76.4%);
  -webkit-background-clip: text;
}
.style_screen__subtitle__p_Ptv {
  display: block;
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 42px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_screen__buttons__Ovqoj {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  gap: 5px;
  max-width: 551px;
  margin: 46px auto 0;
}
.style_screen__button__3MQVo {
  width: 100%;
  padding: 20px;
  border-radius: 25px 5px 5px 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_screen__button__3MQVo:last-child {
  border-radius: 5px 25px 25px 5px;
}
.style_screen__gradient-1__e5qVr {
  z-index: -1;
  position: absolute;
  width: 1073.2px;
  height: 509.65px;
  left: 50%;
  transform: translateX(-50%);
  top: -390px;
  background: rgba(46, 25, 85, 0.48);
  filter: blur(120px);
}
.style_screen__gradient-2__7MN4B {
  z-index: -2;
  position: absolute;
  width: 795.82px;
  height: 765px;
  left: 50%;
  transform: translateX(-50%);
  top: -500px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #00e28d 0,
    hsla(0, 0%, 9%, 0) 100%
  );
  opacity: 0.4;
}
.style_screen__gradient-3__TKrxL {
  z-index: -2;
  position: absolute;
  width: 800px;
  height: 800px;
  left: 341px;
  top: -320px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #b784f9 0,
    hsla(0, 0%, 9%, 0) 100%
  );
  opacity: 0.3;
}
.style_screen__background-cube__trHtZ {
  z-index: 1;
  position: absolute;
  top: -400px;
  max-width: 823px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.style_screen__background-hex__6ff2Y {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .style_screen__title__PkYw6 {
    font-size: 100px;
    line-height: 1;
  }
  .style_screen__subtitle__p_Ptv {
    font-size: 31px;
    line-height: 1;
  }
  .style_screen__text__n5F2X {
    margin-top: 420px;
  }
  .style_screen__background-cube__trHtZ {
    top: -340px;
  }
  .style_screen__background-hex__6ff2Y {
    top: -350px;
  }
}
@media (max-width: 720px) {
  .style_screen__title__PkYw6 {
    font-size: 70px;
  }
  .style_screen__subtitle__p_Ptv {
    font-size: 22px;
  }
  .style_screen__text__n5F2X {
    margin-top: 320px;
  }
  .style_screen__buttons__Ovqoj {
    flex-wrap: wrap;
  }
  .style_screen__button__3MQVo,
  .style_screen__button__3MQVo:last-child {
    border-radius: 25px;
  }
  .style_screen__background-cube__trHtZ {
    top: -240px;
  }
  .style_screen__background-hex__6ff2Y {
    top: -600px;
  }
  .style_screen__gradient-3__TKrxL {
    width: 500px;
    height: 500px;
    left: 153px;
    top: -222px;
  }
}
@media (max-width: 520px) {
  .style_screen__title__PkYw6 {
    font-size: 52px;
  }
  .style_screen__subtitle__p_Ptv {
    font-size: 16px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
  }
  .style_screen__text__n5F2X {
    margin-top: 250px;
  }
  .style_screen__background-cube__trHtZ {
    top: -170px;
  }
  .style_screen__background-hex__6ff2Y {
    top: -720px;
  }
}
.style_feedback__515qs .style_select__control__WbXYk {
  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__515qs .style_select__control__WbXYk:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__515qs .style_select__control__WbXYk:focus {
  outline: none;
}
.style_feedback__515qs .style_select__menu__pJ3qF {
  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__515qs .style_select__option__mNHuq {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__515qs .style_select__option__mNHuq:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__515qs .style_select__placeholder__n0ofc {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__515qs .style_select__single-value__LP64k {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__2EHaD .style_select__control__WbXYk {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__2EHaD
  .style_select__control--menu-is-open__M7T0w,
.style_widget-configuration-form__2EHaD .style_select__control__WbXYk:hover {
  border-color: #858585;
}
.style_widget-configuration-form__2EHaD .style_select__value-container__ajp2C {
  padding-left: 14px;
}
.style_widget-configuration-form__2EHaD .style_select__single-value__LP64k {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__2EHaD .style_select__menu__pJ3qF {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__2EHaD .style_select__menu-list__qGQK_ {
  border-radius: 8px;
}
.style_widget-configuration-form__2EHaD .style_select__option__mNHuq {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__2EHaD .style_select__option__mNHuq:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__2EHaD
  .style_select__option--is-selected__bbpcU,
.style_widget-configuration-form__2EHaD
  .style_select__option--is-selected__bbpcU:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__2EHaD
  .style_select__indicator-separator__9Ecox {
  display: none;
}
.style_select-not-to-open__zBA9H .style_select__control__WbXYk {
  cursor: default;
}
.style_select-not-to-open__zBA9H .style_select__indicator__7WkIU {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__515qs .style_select__control__WbXYk {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__515qs .style_select__menu__pJ3qF {
    top: 44px;
  }
}
.style_modal__wrapper__YwME9 {
  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__ltcjE {
  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__ltcjE::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__M2Q4h {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__HOPq_ {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__txje4 {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__txje4:hover {
  transform: scale(0.99);
}
.style_button__CUdTQ {
  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__CUdTQ img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__CUdTQ:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__CUdTQ:hover img {
  transform: translateX(3px);
}
.style_button__CUdTQ:active {
  transform: scale(0.95);
}
.style_button_glassy__3hDuJ {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__ad3Zo {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__83rku {
  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__83rku:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__DsWrg {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__DsWrg img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__DsWrg:hover {
  color: #00e18c;
}
.style_button-link__DsWrg:hover img {
  transform: translateX(3px);
}
.style_button-link__DsWrg:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__CUdTQ {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__3hDuJ {
    margin-right: 10px;
  }
  .style_button__CUdTQ img {
    max-width: 20px;
  }
}
.style_select__JWxnB .style_language-select__control__p1_co {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__JWxnB .style_language-select__control--is-focused__Ro4Sx {
  outline: none;
  box-shadow: none;
}
.style_select__JWxnB .style_language-select__menu__FAQev {
  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__JWxnB .style_language-select__menu-list__p9V2H {
  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__JWxnB .style_language-select__value-container__V68P5 {
  padding: 0;
}
.style_select__JWxnB .style_language-select__value-container__V68P5 input {
  left: 0;
}
.style_select__JWxnB .style_language-select__single-value__HqhTT {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__JWxnB .style_language-select__single-value__HqhTT span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__JWxnB .style_language-select__single-value__HqhTT img {
  margin-right: 10px;
}
.style_select__JWxnB .style_language-select__indicator__TmUc8 {
  display: none;
}
.style_select__JWxnB .style_language-select__option__VTYhb {
  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__JWxnB .style_language-select__option__VTYhb:last-child {
  margin-bottom: 0;
}
.style_select__JWxnB .style_language-select__option__VTYhb:hover {
  color: #00e18c;
}
.style_select__JWxnB .style_language-select__option__VTYhb:active {
  background: transparent;
}
.style_select__JWxnB .style_language-select__option--is-selected__dfnA9 span {
  color: #00e18c;
}
.style_select__JWxnB .style_language-select__dropdown-indicator__Wcwbv:hover {
  color: var(--rubic-base-05);
}
.style_select__JWxnB .style_language-select__indicator-separator__kMpgl {
  display: none;
}
.style_select__JWxnB .style_statistic-select__control__7fyUJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__JWxnB .style_statistic-select__control--menu-is-open__p7MMj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__JWxnB
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__indicator__0sjUT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__JWxnB
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__single-value__zIHkx {
  color: #fff;
}
.style_select__JWxnB .style_statistic-select__control--is-focused__Y0mGc {
  outline: none;
  box-shadow: none;
}
.style_select__JWxnB .style_statistic-select__menu__aMaYz {
  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__JWxnB .style_statistic-select__menu__aMaYz {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__JWxnB .style_statistic-select__menu-list__cQUsC {
  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__JWxnB .style_statistic-select__menu-list__cQUsC {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__JWxnB .style_statistic-select__value-container__9LzUw {
  padding: 0;
}
.style_select__JWxnB .style_statistic-select__value-container__9LzUw input {
  left: -100px;
}
.style_select__JWxnB .style_statistic-select__single-value__zIHkx {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__JWxnB .style_statistic-select__indicator__0sjUT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__JWxnB .style_statistic-select__option__AoOdo {
  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__JWxnB .style_statistic-select__option__AoOdo:last-child {
  margin-bottom: 0;
}
.style_select__JWxnB .style_statistic-select__option__AoOdo:hover {
  color: #4aa956;
}
.style_select__JWxnB .style_statistic-select__option__AoOdo:active {
  background: transparent;
}
.style_select__JWxnB .style_statistic-select__option--is-selected__E3uGO {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__JWxnB .style_statistic-select__option__AoOdo {
    margin-bottom: 0;
  }
}
.style_select__JWxnB .style_statistic-select__dropdown-indicator__SVpBN:hover {
  color: var(--rubic-base-05);
}
.style_select__JWxnB .style_statistic-select__indicator-separator__wVKND {
  display: none;
}
.style_select-periods___AiCE .style_statistic-select__control__7fyUJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods___AiCE
  .style_statistic-select__control--menu-is-open__p7MMj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods___AiCE
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__indicator__0sjUT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods___AiCE
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__single-value__zIHkx {
  color: #fff;
}
.style_select-periods___AiCE
  .style_statistic-select__control--is-focused__Y0mGc {
  outline: none;
  box-shadow: none;
}
.style_select-periods___AiCE .style_statistic-select__menu__aMaYz {
  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___AiCE .style_statistic-select__menu__aMaYz {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods___AiCE .style_statistic-select__menu-list__cQUsC {
  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___AiCE .style_statistic-select__menu-list__cQUsC {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods___AiCE .style_statistic-select__value-container__9LzUw {
  padding: 0;
}
.style_select-periods___AiCE
  .style_statistic-select__value-container__9LzUw
  input {
  left: -100px;
}
.style_select-periods___AiCE .style_statistic-select__single-value__zIHkx {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods___AiCE .style_statistic-select__indicator__0sjUT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods___AiCE .style_statistic-select__option__AoOdo {
  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___AiCE .style_statistic-select__option__AoOdo:last-child {
  margin-bottom: 0;
}
.style_select-periods___AiCE .style_statistic-select__option__AoOdo:hover {
  color: #4aa956;
}
.style_select-periods___AiCE .style_statistic-select__option__AoOdo:active {
  background: transparent;
}
.style_select-periods___AiCE
  .style_statistic-select__option--is-selected__E3uGO {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods___AiCE .style_statistic-select__option__AoOdo {
    margin-bottom: 0;
  }
}
.style_select-periods___AiCE
  .style_statistic-select__dropdown-indicator__SVpBN:hover {
  color: var(--rubic-base-05);
}
.style_select-periods___AiCE
  .style_statistic-select__indicator-separator__wVKND {
  display: none;
}
.style_select_persia__WeyoX .style_statistic-select__control__7fyUJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__WeyoX
  .style_statistic-select__control--menu-is-open__p7MMj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__WeyoX
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__indicator__0sjUT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__WeyoX
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__single-value__zIHkx {
  color: #fff;
}
.style_select_persia__WeyoX
  .style_statistic-select__control--is-focused__Y0mGc {
  outline: none;
  box-shadow: none;
}
.style_select_persia__WeyoX .style_statistic-select__menu__aMaYz {
  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__WeyoX .style_statistic-select__menu__aMaYz {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__WeyoX .style_statistic-select__menu-list__cQUsC {
  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__WeyoX .style_statistic-select__menu-list__cQUsC {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__WeyoX .style_statistic-select__value-container__9LzUw {
  padding: 0;
}
.style_select_persia__WeyoX
  .style_statistic-select__value-container__9LzUw
  input {
  left: 0;
}
.style_select_persia__WeyoX .style_statistic-select__single-value__zIHkx {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__WeyoX .style_statistic-select__indicator__0sjUT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__WeyoX .style_statistic-select__option__AoOdo {
  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__WeyoX .style_statistic-select__option__AoOdo:last-child {
  margin-bottom: 0;
}
.style_select_persia__WeyoX .style_statistic-select__option__AoOdo:hover {
  color: #4aa956;
}
.style_select_persia__WeyoX .style_statistic-select__option__AoOdo:active {
  background: transparent;
}
.style_select_persia__WeyoX
  .style_statistic-select__option--is-selected__E3uGO {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__WeyoX .style_statistic-select__option__AoOdo {
    margin-bottom: 0;
  }
}
.style_select_persia__WeyoX
  .style_statistic-select__dropdown-indicator__SVpBN:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__WeyoX
  .style_statistic-select__indicator-separator__wVKND {
  display: none;
}
.style_select-periods_persia__t2Dln .style_statistic-select__control__7fyUJ {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__control--menu-is-open__p7MMj {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__indicator__0sjUT {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__control--menu-is-open__p7MMj
  .style_statistic-select__single-value__zIHkx {
  color: #fff;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__control--is-focused__Y0mGc {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__t2Dln .style_statistic-select__menu__aMaYz {
  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__t2Dln .style_statistic-select__menu__aMaYz {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__t2Dln .style_statistic-select__menu-list__cQUsC {
  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__t2Dln
    .style_statistic-select__menu-list__cQUsC {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__value-container__9LzUw {
  padding: 0;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__value-container__9LzUw
  input {
  left: 0;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__single-value__zIHkx {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__t2Dln .style_statistic-select__indicator__0sjUT {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__t2Dln .style_statistic-select__option__AoOdo {
  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__t2Dln
  .style_statistic-select__option__AoOdo:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__option__AoOdo:hover {
  color: #4aa956;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__option__AoOdo:active {
  background: transparent;
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__option--is-selected__E3uGO {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__t2Dln .style_statistic-select__option__AoOdo {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__dropdown-indicator__SVpBN:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__t2Dln
  .style_statistic-select__indicator-separator__wVKND {
  display: none;
}
.style_paginationContainer__sAzv8 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__sAzv8 {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__hTork {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__hTork {
    padding: 8px 13px;
  }
}
.style_activeClassName__GPTUG,
.style_mobileActiveClassName__AmBf1 {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__GPTUG {
  background: #4aa956;
}
.style_mobileActiveClassName__AmBf1 .style_pageLinkClassName__hTork {
  color: var(--main-green);
}
.style_previousClassName__PXdRy {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__uBv_W {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__B1sQ8 {
  height: 100%;
}
.style_marquee__gcYO1 {
  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__h_CBr {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__3xAdN {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__3xAdN .style_carousel__slide__CMgyW {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__3xAdN .style_carousel__slide__CMgyW {
    padding-bottom: 49px !important;
  }
}
.style_container__mR1cU,
.style_flex-centered-container__kedgs {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__kedgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__d4ifO,
.style_title-h2__hZP3Y,
.style_title-h2__small__Pg_jV,
.style_title__RvBnc {
  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__d4ifO {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__d4ifO {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__d4ifO {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__d4ifO {
    font-size: 35px;
  }
}
.style_title-h2__hZP3Y,
.style_title-h2__small__Pg_jV {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__hZP3Y,
  .style_title-h2__small__Pg_jV {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__hZP3Y,
  .style_title-h2__small__Pg_jV {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__hZP3Y,
  .style_title-h2__small__Pg_jV {
    font-size: 35px;
  }
}
.style_title-h2__small__Pg_jV {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__Pg_jV {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__Pg_jV {
    font-size: 40px;
  }
}
.style_highlight__l8d7z {
  color: #00e18c;
}
.style_bold__nV_bk {
  font-weight: 700;
}
.style_section-margin___VQ6x {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin___VQ6x {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin___VQ6x {
    margin-bottom: 81px;
  }
}
.style_nowrap__GA8Cm {
  white-space: nowrap;
}
.style_gradient-main__RstmK {
  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__RstmK {
    display: none;
  }
}
.style_gradient-main_dark__Xwke_ {
  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__Xwke_ {
    display: none;
  }
}
.style_gradient-ecosystem__Ez3c2 {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__Ez3c2 {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__Ez3c2 {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__Ez3c2 {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__fFoUt {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__fFoUt,
.style_gradient-footer_blue__HPPxV {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__HPPxV {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__xrvhn {
  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__xrvhn {
    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__zyhNE {
  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__Z5MyH {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__01le7,
.style_gradient-swap-form__Z5MyH {
  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__01le7 {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__01le7 {
    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__fD3l_ {
  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__fD3l_ {
    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__bQcP_ {
  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__bQcP_ {
    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__eEYOM {
  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__eEYOM {
    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__vyJRH {
  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_card__container__MwFNR {
  position: relative;
  display: flex;
  height: 417px;
  max-width: 346px;
  padding: 170px 30px 10px;
  background-image: url(/images/staking/features-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.style_card__title__wbMzp {
  margin: 0 0 30px;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #00e28d;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_card__title_mobile__lFej7 {
  display: none;
}
.style_card__text__1wsl3 {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.style_card__text-link__Q6p7D {
  color: var(--main-green);
}
.style_card__background__HMH7x {
  position: absolute;
  top: 0;
  left: 0;
}
.style_card__logo__qgg5j {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.style_card__mobile-br__0D9ES {
  display: none;
}
@media (max-width: 460px) {
  .style_card__container__MwFNR {
    padding: 150px 30px 10px;
  }
  .style_card__title__wbMzp {
    display: none;
    margin: 0;
    font-size: 32px;
    line-height: 1;
  }
  .style_card__title_2___7F2n {
    display: block;
    margin: 0 0 20px;
  }
  .style_card__title_mobile__lFej7 {
    display: block;
  }
  .style_card__title_mobile_2__lZdbg {
    margin: 0 0 20px;
  }
  .style_card__mobile-br__0D9ES {
    display: block;
  }
}
.style_feedback__YuaV0 .style_select__control__uwzpl {
  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__YuaV0 .style_select__control__uwzpl:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__YuaV0 .style_select__control__uwzpl:focus {
  outline: none;
}
.style_feedback__YuaV0 .style_select__menu__hXS2T {
  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__YuaV0 .style_select__option__aAef1 {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__YuaV0 .style_select__option__aAef1:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__YuaV0 .style_select__placeholder__X3Las {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__YuaV0 .style_select__single-value__3wPpo {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__bTO_q .style_select__control__uwzpl {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__bTO_q
  .style_select__control--menu-is-open__BAgO1,
.style_widget-configuration-form__bTO_q .style_select__control__uwzpl:hover {
  border-color: #858585;
}
.style_widget-configuration-form__bTO_q .style_select__value-container__XWEZy {
  padding-left: 14px;
}
.style_widget-configuration-form__bTO_q .style_select__single-value__3wPpo {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__bTO_q .style_select__menu__hXS2T {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__bTO_q .style_select__menu-list__t_Jap {
  border-radius: 8px;
}
.style_widget-configuration-form__bTO_q .style_select__option__aAef1 {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__bTO_q .style_select__option__aAef1:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__bTO_q
  .style_select__option--is-selected__QKWOr,
.style_widget-configuration-form__bTO_q
  .style_select__option--is-selected__QKWOr:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__bTO_q
  .style_select__indicator-separator__miWMP {
  display: none;
}
.style_select-not-to-open__a4ms8 .style_select__control__uwzpl {
  cursor: default;
}
.style_select-not-to-open__a4ms8 .style_select__indicator__jgbcl {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__YuaV0 .style_select__control__uwzpl {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__YuaV0 .style_select__menu__hXS2T {
    top: 44px;
  }
}
.style_modal__wrapper__L3RDY {
  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__zL5RK {
  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__zL5RK::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__AO0uT {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__DdvHI {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__JygPS {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__JygPS:hover {
  transform: scale(0.99);
}
.style_button__OKqH6 {
  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__OKqH6 img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__OKqH6:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__OKqH6:hover img {
  transform: translateX(3px);
}
.style_button__OKqH6:active {
  transform: scale(0.95);
}
.style_button_glassy__VMeSX {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__Q14Mo {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__1Qpcp {
  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__1Qpcp:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__VVcXK {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__VVcXK img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__VVcXK:hover {
  color: #00e18c;
}
.style_button-link__VVcXK:hover img {
  transform: translateX(3px);
}
.style_button-link__VVcXK:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__OKqH6 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__VMeSX {
    margin-right: 10px;
  }
  .style_button__OKqH6 img {
    max-width: 20px;
  }
}
.style_select__YMa0i .style_language-select__control__rvVCf {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__YMa0i .style_language-select__control--is-focused__ynwhX {
  outline: none;
  box-shadow: none;
}
.style_select__YMa0i .style_language-select__menu__6H43c {
  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__YMa0i .style_language-select__menu-list__bnLD5 {
  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__YMa0i .style_language-select__value-container__eRKIM {
  padding: 0;
}
.style_select__YMa0i .style_language-select__value-container__eRKIM input {
  left: 0;
}
.style_select__YMa0i .style_language-select__single-value___tSR3 {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__YMa0i .style_language-select__single-value___tSR3 span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__YMa0i .style_language-select__single-value___tSR3 img {
  margin-right: 10px;
}
.style_select__YMa0i .style_language-select__indicator__QWerk {
  display: none;
}
.style_select__YMa0i .style_language-select__option__aBQxX {
  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__YMa0i .style_language-select__option__aBQxX:last-child {
  margin-bottom: 0;
}
.style_select__YMa0i .style_language-select__option__aBQxX:hover {
  color: #00e18c;
}
.style_select__YMa0i .style_language-select__option__aBQxX:active {
  background: transparent;
}
.style_select__YMa0i .style_language-select__option--is-selected__jAXEb span {
  color: #00e18c;
}
.style_select__YMa0i .style_language-select__dropdown-indicator___Avd2:hover {
  color: var(--rubic-base-05);
}
.style_select__YMa0i .style_language-select__indicator-separator__EqIbB {
  display: none;
}
.style_select__YMa0i .style_statistic-select__control__o7xVK {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__YMa0i .style_statistic-select__control--menu-is-open__kQu5k {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__YMa0i
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__indicator__6iizU {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__YMa0i
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__single-value__upUEX {
  color: #fff;
}
.style_select__YMa0i .style_statistic-select__control--is-focused__9L24W {
  outline: none;
  box-shadow: none;
}
.style_select__YMa0i .style_statistic-select__menu__HIhDm {
  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__YMa0i .style_statistic-select__menu__HIhDm {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__YMa0i .style_statistic-select__menu-list__vdEjr {
  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__YMa0i .style_statistic-select__menu-list__vdEjr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__YMa0i .style_statistic-select__value-container__rSOzY {
  padding: 0;
}
.style_select__YMa0i .style_statistic-select__value-container__rSOzY input {
  left: -100px;
}
.style_select__YMa0i .style_statistic-select__single-value__upUEX {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__YMa0i .style_statistic-select__indicator__6iizU {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__YMa0i .style_statistic-select__option__8Y7aQ {
  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__YMa0i .style_statistic-select__option__8Y7aQ:last-child {
  margin-bottom: 0;
}
.style_select__YMa0i .style_statistic-select__option__8Y7aQ:hover {
  color: #4aa956;
}
.style_select__YMa0i .style_statistic-select__option__8Y7aQ:active {
  background: transparent;
}
.style_select__YMa0i .style_statistic-select__option--is-selected__k89g8 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__YMa0i .style_statistic-select__option__8Y7aQ {
    margin-bottom: 0;
  }
}
.style_select__YMa0i .style_statistic-select__dropdown-indicator__C_PdS:hover {
  color: var(--rubic-base-05);
}
.style_select__YMa0i .style_statistic-select__indicator-separator__DHSpF {
  display: none;
}
.style_select-periods__pHa3o .style_statistic-select__control__o7xVK {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__pHa3o
  .style_statistic-select__control--menu-is-open__kQu5k {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__pHa3o
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__indicator__6iizU {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__pHa3o
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__single-value__upUEX {
  color: #fff;
}
.style_select-periods__pHa3o
  .style_statistic-select__control--is-focused__9L24W {
  outline: none;
  box-shadow: none;
}
.style_select-periods__pHa3o .style_statistic-select__menu__HIhDm {
  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__pHa3o .style_statistic-select__menu__HIhDm {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__pHa3o .style_statistic-select__menu-list__vdEjr {
  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__pHa3o .style_statistic-select__menu-list__vdEjr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__pHa3o .style_statistic-select__value-container__rSOzY {
  padding: 0;
}
.style_select-periods__pHa3o
  .style_statistic-select__value-container__rSOzY
  input {
  left: -100px;
}
.style_select-periods__pHa3o .style_statistic-select__single-value__upUEX {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__pHa3o .style_statistic-select__indicator__6iizU {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__pHa3o .style_statistic-select__option__8Y7aQ {
  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__pHa3o .style_statistic-select__option__8Y7aQ:last-child {
  margin-bottom: 0;
}
.style_select-periods__pHa3o .style_statistic-select__option__8Y7aQ:hover {
  color: #4aa956;
}
.style_select-periods__pHa3o .style_statistic-select__option__8Y7aQ:active {
  background: transparent;
}
.style_select-periods__pHa3o
  .style_statistic-select__option--is-selected__k89g8 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__pHa3o .style_statistic-select__option__8Y7aQ {
    margin-bottom: 0;
  }
}
.style_select-periods__pHa3o
  .style_statistic-select__dropdown-indicator__C_PdS:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__pHa3o
  .style_statistic-select__indicator-separator__DHSpF {
  display: none;
}
.style_select_persia__pgXNf .style_statistic-select__control__o7xVK {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__pgXNf
  .style_statistic-select__control--menu-is-open__kQu5k {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__pgXNf
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__indicator__6iizU {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__pgXNf
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__single-value__upUEX {
  color: #fff;
}
.style_select_persia__pgXNf
  .style_statistic-select__control--is-focused__9L24W {
  outline: none;
  box-shadow: none;
}
.style_select_persia__pgXNf .style_statistic-select__menu__HIhDm {
  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__pgXNf .style_statistic-select__menu__HIhDm {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__pgXNf .style_statistic-select__menu-list__vdEjr {
  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__pgXNf .style_statistic-select__menu-list__vdEjr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__pgXNf .style_statistic-select__value-container__rSOzY {
  padding: 0;
}
.style_select_persia__pgXNf
  .style_statistic-select__value-container__rSOzY
  input {
  left: 0;
}
.style_select_persia__pgXNf .style_statistic-select__single-value__upUEX {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__pgXNf .style_statistic-select__indicator__6iizU {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__pgXNf .style_statistic-select__option__8Y7aQ {
  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__pgXNf .style_statistic-select__option__8Y7aQ:last-child {
  margin-bottom: 0;
}
.style_select_persia__pgXNf .style_statistic-select__option__8Y7aQ:hover {
  color: #4aa956;
}
.style_select_persia__pgXNf .style_statistic-select__option__8Y7aQ:active {
  background: transparent;
}
.style_select_persia__pgXNf
  .style_statistic-select__option--is-selected__k89g8 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__pgXNf .style_statistic-select__option__8Y7aQ {
    margin-bottom: 0;
  }
}
.style_select_persia__pgXNf
  .style_statistic-select__dropdown-indicator__C_PdS:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__pgXNf
  .style_statistic-select__indicator-separator__DHSpF {
  display: none;
}
.style_select-periods_persia__MnUGE .style_statistic-select__control__o7xVK {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__control--menu-is-open__kQu5k {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__indicator__6iizU {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__control--menu-is-open__kQu5k
  .style_statistic-select__single-value__upUEX {
  color: #fff;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__control--is-focused__9L24W {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__MnUGE .style_statistic-select__menu__HIhDm {
  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__MnUGE .style_statistic-select__menu__HIhDm {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__MnUGE .style_statistic-select__menu-list__vdEjr {
  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__MnUGE
    .style_statistic-select__menu-list__vdEjr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__value-container__rSOzY {
  padding: 0;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__value-container__rSOzY
  input {
  left: 0;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__single-value__upUEX {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__MnUGE .style_statistic-select__indicator__6iizU {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__MnUGE .style_statistic-select__option__8Y7aQ {
  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__MnUGE
  .style_statistic-select__option__8Y7aQ:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__option__8Y7aQ:hover {
  color: #4aa956;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__option__8Y7aQ:active {
  background: transparent;
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__option--is-selected__k89g8 {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__MnUGE .style_statistic-select__option__8Y7aQ {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__dropdown-indicator__C_PdS:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__MnUGE
  .style_statistic-select__indicator-separator__DHSpF {
  display: none;
}
.style_paginationContainer__JzIaZ {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__JzIaZ {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__sEY20 {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__sEY20 {
    padding: 8px 13px;
  }
}
.style_activeClassName__j1ghi,
.style_mobileActiveClassName__Yb43F {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__j1ghi {
  background: #4aa956;
}
.style_mobileActiveClassName__Yb43F .style_pageLinkClassName__sEY20 {
  color: var(--main-green);
}
.style_previousClassName__UqxHg {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__eGNCT {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__lmV1V {
  height: 100%;
}
.style_marquee__Snj7m {
  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__psm_i {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__El59T {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__El59T .style_carousel__slide__qp98N {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__El59T .style_carousel__slide__qp98N {
    padding-bottom: 49px !important;
  }
}
.style_container__gGrf0,
.style_flex-centered-container__s8msR {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__s8msR {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__aICtq,
.style_title-h2__bY2LD,
.style_title-h2__small__eH3aH,
.style_title__EE6o9 {
  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__aICtq {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__aICtq {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__aICtq {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__aICtq {
    font-size: 35px;
  }
}
.style_title-h2__bY2LD,
.style_title-h2__small__eH3aH {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__bY2LD,
  .style_title-h2__small__eH3aH {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__bY2LD,
  .style_title-h2__small__eH3aH {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__bY2LD,
  .style_title-h2__small__eH3aH {
    font-size: 35px;
  }
}
.style_title-h2__small__eH3aH {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__eH3aH {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__eH3aH {
    font-size: 40px;
  }
}
.style_highlight__M4x7h {
  color: #00e18c;
}
.style_bold__vTmGr {
  font-weight: 700;
}
.style_section-margin__pGa2g {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__pGa2g {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__pGa2g {
    margin-bottom: 81px;
  }
}
.style_nowrap__37cSB {
  white-space: nowrap;
}
.style_gradient-main__HNlZY {
  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__HNlZY {
    display: none;
  }
}
.style_gradient-main_dark__V9WTC {
  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__V9WTC {
    display: none;
  }
}
.style_gradient-ecosystem__suib4 {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__suib4 {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__suib4 {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__suib4 {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__0ntHc {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__0ntHc,
.style_gradient-footer_blue__hAYEc {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__hAYEc {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__FwB_1 {
  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__FwB_1 {
    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__hfRu7 {
  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__l_h48 {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__Zvyuq,
.style_gradient-swap-form__l_h48 {
  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__Zvyuq {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__Zvyuq {
    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__noGCJ {
  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__noGCJ {
    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__SLgd5 {
  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__SLgd5 {
    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__ZDo6_ {
  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__ZDo6_ {
    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__ic_ay {
  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_timer__oROaq {
  display: flex;
  justify-content: space-between;
  color: var(--rubic-base-02);
  text-align: center;
}
.style_timer__time__qaPq5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.style_timer__time_ends__CCmtd {
  color: #fb5b16;
}
.style_timer__number__CBqHH {
  font-size: 90px;
  font-family: var(--second-font);
  line-height: 119px;
  background: linear-gradient(38.88deg, #33db9c 8.29%, #8b5195 82.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.style_timer__label__DQGYv {
  font-size: 25px;
  line-height: 1.6;
}
.style_timer_main__S20no {
  flex-grow: 1;
  grid-gap: 80px;
  align-items: center;
  justify-content: center;
}
.style_timer_main__S20no .style_timer__number__CBqHH {
  font-weight: 400;
  font-size: 90px;
  line-height: 119px;
  background: linear-gradient(38.88deg, #33db9c 8.29%, #8b5195 82.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.style_timer_main__S20no .style_timer__label__DQGYv {
  font-size: 25px;
  font-weight: 300;
  line-height: 45px;
}
@media (max-width: 900px) {
  .style_timer__number__CBqHH {
    font-size: 100px;
  }
  .style_timer__label__DQGYv {
    font-size: 32px;
  }
}
@media (max-width: 720px) {
  .style_timer_main__S20no {
    grid-gap: 50px;
  }
  .style_timer_main__S20no .style_timer__number__CBqHH {
    font-size: 60px;
    line-height: 1;
  }
  .style_timer_main__S20no .style_timer__label__DQGYv {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .style_timer_main__S20no {
    grid-gap: 30px;
  }
}
.style_feedback__FomDT .style_select__control__tNZT8 {
  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__FomDT .style_select__control__tNZT8:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__FomDT .style_select__control__tNZT8:focus {
  outline: none;
}
.style_feedback__FomDT .style_select__menu__09zUV {
  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__FomDT .style_select__option___Jy2I {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__FomDT .style_select__option___Jy2I:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__FomDT .style_select__placeholder__lmiEX {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__FomDT .style_select__single-value__83dr0 {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__be0Ah .style_select__control__tNZT8 {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__be0Ah
  .style_select__control--menu-is-open__7bneu,
.style_widget-configuration-form__be0Ah .style_select__control__tNZT8:hover {
  border-color: #858585;
}
.style_widget-configuration-form__be0Ah .style_select__value-container__OLWbT {
  padding-left: 14px;
}
.style_widget-configuration-form__be0Ah .style_select__single-value__83dr0 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__be0Ah .style_select__menu__09zUV {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__be0Ah .style_select__menu-list__iuEpk {
  border-radius: 8px;
}
.style_widget-configuration-form__be0Ah .style_select__option___Jy2I {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__be0Ah .style_select__option___Jy2I:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__be0Ah
  .style_select__option--is-selected__XPZF3,
.style_widget-configuration-form__be0Ah
  .style_select__option--is-selected__XPZF3:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__be0Ah
  .style_select__indicator-separator__wMn7v {
  display: none;
}
.style_select-not-to-open__N_D2Q .style_select__control__tNZT8 {
  cursor: default;
}
.style_select-not-to-open__N_D2Q .style_select__indicator__YhDwI {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__FomDT .style_select__control__tNZT8 {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__FomDT .style_select__menu__09zUV {
    top: 44px;
  }
}
.style_modal__wrapper__vd4jb {
  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__0OeH3 {
  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__0OeH3::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__Diu4o {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__wLgj1 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__qMnKM {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__qMnKM:hover {
  transform: scale(0.99);
}
.style_button__gBx1m,
.style_features__button__JbRwh {
  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__gBx1m img,
.style_features__button__JbRwh img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__gBx1m:hover,
.style_features__button__JbRwh:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__gBx1m:hover img,
.style_features__button__JbRwh:hover img {
  transform: translateX(3px);
}
.style_button__gBx1m:active,
.style_features__button__JbRwh:active {
  transform: scale(0.95);
}
.style_button_glassy__mKW_f {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__yJIy3 {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__x6Zv_ {
  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__x6Zv_:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__MNBUF {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__MNBUF img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__MNBUF:hover {
  color: #00e18c;
}
.style_button-link__MNBUF:hover img {
  transform: translateX(3px);
}
.style_button-link__MNBUF:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__gBx1m,
  .style_features__button__JbRwh {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__mKW_f {
    margin-right: 10px;
  }
  .style_button__gBx1m img,
  .style_features__button__JbRwh img {
    max-width: 20px;
  }
}
.style_select__2Thpm .style_language-select__control__w2To4 {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__2Thpm .style_language-select__control--is-focused__qPa41 {
  outline: none;
  box-shadow: none;
}
.style_select__2Thpm .style_language-select__menu__s5IDj {
  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__2Thpm .style_language-select__menu-list__w_zod {
  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__2Thpm .style_language-select__value-container__LAddD {
  padding: 0;
}
.style_select__2Thpm .style_language-select__value-container__LAddD input {
  left: 0;
}
.style_select__2Thpm .style_language-select__single-value__NQmwK {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__2Thpm .style_language-select__single-value__NQmwK span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__2Thpm .style_language-select__single-value__NQmwK img {
  margin-right: 10px;
}
.style_select__2Thpm .style_language-select__indicator__RVife {
  display: none;
}
.style_select__2Thpm .style_language-select__option__JIU9C {
  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__2Thpm .style_language-select__option__JIU9C:last-child {
  margin-bottom: 0;
}
.style_select__2Thpm .style_language-select__option__JIU9C:hover {
  color: #00e18c;
}
.style_select__2Thpm .style_language-select__option__JIU9C:active {
  background: transparent;
}
.style_select__2Thpm .style_language-select__option--is-selected__8u_QR span {
  color: #00e18c;
}
.style_select__2Thpm .style_language-select__dropdown-indicator__nW87s:hover {
  color: var(--rubic-base-05);
}
.style_select__2Thpm .style_language-select__indicator-separator__unYl4 {
  display: none;
}
.style_select__2Thpm .style_statistic-select__control__NYbn8 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__2Thpm .style_statistic-select__control--menu-is-open__KE5HF {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__2Thpm
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__indicator__SD4vM {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__2Thpm
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__single-value__8U34c {
  color: #fff;
}
.style_select__2Thpm .style_statistic-select__control--is-focused__Bp_gA {
  outline: none;
  box-shadow: none;
}
.style_select__2Thpm .style_statistic-select__menu__F8acb {
  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__2Thpm .style_statistic-select__menu__F8acb {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__2Thpm .style_statistic-select__menu-list__fnUrW {
  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__2Thpm .style_statistic-select__menu-list__fnUrW {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__2Thpm .style_statistic-select__value-container__18Uug {
  padding: 0;
}
.style_select__2Thpm .style_statistic-select__value-container__18Uug input {
  left: -100px;
}
.style_select__2Thpm .style_statistic-select__single-value__8U34c {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__2Thpm .style_statistic-select__indicator__SD4vM {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__2Thpm .style_statistic-select__option__HPDVb {
  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__2Thpm .style_statistic-select__option__HPDVb:last-child {
  margin-bottom: 0;
}
.style_select__2Thpm .style_statistic-select__option__HPDVb:hover {
  color: #4aa956;
}
.style_select__2Thpm .style_statistic-select__option__HPDVb:active {
  background: transparent;
}
.style_select__2Thpm .style_statistic-select__option--is-selected__Qv9Jm {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__2Thpm .style_statistic-select__option__HPDVb {
    margin-bottom: 0;
  }
}
.style_select__2Thpm .style_statistic-select__dropdown-indicator__9ew_M:hover {
  color: var(--rubic-base-05);
}
.style_select__2Thpm .style_statistic-select__indicator-separator__P2NxF {
  display: none;
}
.style_select-periods__7GMyt .style_statistic-select__control__NYbn8 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__7GMyt
  .style_statistic-select__control--menu-is-open__KE5HF {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__7GMyt
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__indicator__SD4vM {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__7GMyt
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__single-value__8U34c {
  color: #fff;
}
.style_select-periods__7GMyt
  .style_statistic-select__control--is-focused__Bp_gA {
  outline: none;
  box-shadow: none;
}
.style_select-periods__7GMyt .style_statistic-select__menu__F8acb {
  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__7GMyt .style_statistic-select__menu__F8acb {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__7GMyt .style_statistic-select__menu-list__fnUrW {
  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__7GMyt .style_statistic-select__menu-list__fnUrW {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__7GMyt .style_statistic-select__value-container__18Uug {
  padding: 0;
}
.style_select-periods__7GMyt
  .style_statistic-select__value-container__18Uug
  input {
  left: -100px;
}
.style_select-periods__7GMyt .style_statistic-select__single-value__8U34c {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__7GMyt .style_statistic-select__indicator__SD4vM {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__7GMyt .style_statistic-select__option__HPDVb {
  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__7GMyt .style_statistic-select__option__HPDVb:last-child {
  margin-bottom: 0;
}
.style_select-periods__7GMyt .style_statistic-select__option__HPDVb:hover {
  color: #4aa956;
}
.style_select-periods__7GMyt .style_statistic-select__option__HPDVb:active {
  background: transparent;
}
.style_select-periods__7GMyt
  .style_statistic-select__option--is-selected__Qv9Jm {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__7GMyt .style_statistic-select__option__HPDVb {
    margin-bottom: 0;
  }
}
.style_select-periods__7GMyt
  .style_statistic-select__dropdown-indicator__9ew_M:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__7GMyt
  .style_statistic-select__indicator-separator__P2NxF {
  display: none;
}
.style_select_persia__62_As .style_statistic-select__control__NYbn8 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__62_As
  .style_statistic-select__control--menu-is-open__KE5HF {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__62_As
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__indicator__SD4vM {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__62_As
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__single-value__8U34c {
  color: #fff;
}
.style_select_persia__62_As
  .style_statistic-select__control--is-focused__Bp_gA {
  outline: none;
  box-shadow: none;
}
.style_select_persia__62_As .style_statistic-select__menu__F8acb {
  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__62_As .style_statistic-select__menu__F8acb {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__62_As .style_statistic-select__menu-list__fnUrW {
  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__62_As .style_statistic-select__menu-list__fnUrW {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__62_As .style_statistic-select__value-container__18Uug {
  padding: 0;
}
.style_select_persia__62_As
  .style_statistic-select__value-container__18Uug
  input {
  left: 0;
}
.style_select_persia__62_As .style_statistic-select__single-value__8U34c {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__62_As .style_statistic-select__indicator__SD4vM {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__62_As .style_statistic-select__option__HPDVb {
  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__62_As .style_statistic-select__option__HPDVb:last-child {
  margin-bottom: 0;
}
.style_select_persia__62_As .style_statistic-select__option__HPDVb:hover {
  color: #4aa956;
}
.style_select_persia__62_As .style_statistic-select__option__HPDVb:active {
  background: transparent;
}
.style_select_persia__62_As
  .style_statistic-select__option--is-selected__Qv9Jm {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__62_As .style_statistic-select__option__HPDVb {
    margin-bottom: 0;
  }
}
.style_select_persia__62_As
  .style_statistic-select__dropdown-indicator__9ew_M:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__62_As
  .style_statistic-select__indicator-separator__P2NxF {
  display: none;
}
.style_select-periods_persia__DXaJl .style_statistic-select__control__NYbn8 {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__control--menu-is-open__KE5HF {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__indicator__SD4vM {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__control--menu-is-open__KE5HF
  .style_statistic-select__single-value__8U34c {
  color: #fff;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__control--is-focused__Bp_gA {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__DXaJl .style_statistic-select__menu__F8acb {
  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__DXaJl .style_statistic-select__menu__F8acb {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__DXaJl .style_statistic-select__menu-list__fnUrW {
  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__DXaJl
    .style_statistic-select__menu-list__fnUrW {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__value-container__18Uug {
  padding: 0;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__value-container__18Uug
  input {
  left: 0;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__single-value__8U34c {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__DXaJl .style_statistic-select__indicator__SD4vM {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__DXaJl .style_statistic-select__option__HPDVb {
  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__DXaJl
  .style_statistic-select__option__HPDVb:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__option__HPDVb:hover {
  color: #4aa956;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__option__HPDVb:active {
  background: transparent;
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__option--is-selected__Qv9Jm {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__DXaJl .style_statistic-select__option__HPDVb {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__dropdown-indicator__9ew_M:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__DXaJl
  .style_statistic-select__indicator-separator__P2NxF {
  display: none;
}
.style_paginationContainer__lJz_g {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__lJz_g {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__Cdj17 {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__Cdj17 {
    padding: 8px 13px;
  }
}
.style_activeClassName__F2T8C,
.style_mobileActiveClassName__K7q__ {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__F2T8C {
  background: #4aa956;
}
.style_mobileActiveClassName__K7q__ .style_pageLinkClassName__Cdj17 {
  color: var(--main-green);
}
.style_previousClassName__1y1AF {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__Iwhix {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__8_meP {
  height: 100%;
}
.style_marquee__ppqM4 {
  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__je3Xf {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__plEAS {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__plEAS .style_carousel__slide__3v7Vk {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__plEAS .style_carousel__slide__3v7Vk {
    padding-bottom: 49px !important;
  }
}
.style_container__b38wP,
.style_features__container__MG_Mg,
.style_flex-centered-container__ZCgDl {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_features__container__MG_Mg,
.style_flex-centered-container__ZCgDl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_features__title__sXh54,
.style_title-h1__HAbxR,
.style_title-h2__small__n_xiC,
.style_title-h2__vWKak,
.style_title__RwOjl {
  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__HAbxR {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__HAbxR {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__HAbxR {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__HAbxR {
    font-size: 35px;
  }
}
.style_features__title__sXh54,
.style_title-h2__small__n_xiC,
.style_title-h2__vWKak {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_features__title__sXh54,
  .style_title-h2__small__n_xiC,
  .style_title-h2__vWKak {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_features__title__sXh54,
  .style_title-h2__small__n_xiC,
  .style_title-h2__vWKak {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_features__title__sXh54,
  .style_title-h2__small__n_xiC,
  .style_title-h2__vWKak {
    font-size: 35px;
  }
}
.style_title-h2__small__n_xiC {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__n_xiC {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__n_xiC {
    font-size: 40px;
  }
}
.style_highlight__hl1NS {
  color: #00e18c;
}
.style_bold__l_W1s {
  font-weight: 700;
}
.style_section-margin__70cv_ {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__70cv_ {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__70cv_ {
    margin-bottom: 81px;
  }
}
.style_nowrap__6G8xc {
  white-space: nowrap;
}
.style_gradient-main__4P2T8 {
  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__4P2T8 {
    display: none;
  }
}
.style_gradient-main_dark__j5mzr {
  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__j5mzr {
    display: none;
  }
}
.style_gradient-ecosystem__3PBet {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__3PBet {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__3PBet {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__3PBet {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__cqPV4 {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__cqPV4,
.style_gradient-footer_blue__CCAqc {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__CCAqc {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__42hL_ {
  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__42hL_ {
    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__233c0 {
  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__9QEvx {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__Rs0Wk,
.style_gradient-swap-form__9QEvx {
  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__Rs0Wk {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__Rs0Wk {
    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__qP4An {
  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__qP4An {
    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__BBNnb {
  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__BBNnb {
    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__xDzoT {
  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__xDzoT {
    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__gJhUT {
  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_features__7SAjA {
  position: relative;
  z-index: 1;
  margin-top: 255px;
  margin-bottom: 105px;
}
.style_features__hex-l__pBnRo,
.style_features__hex-r-b__eKEJa,
.style_features__hex-r-t__WGbrG {
  position: absolute;
  z-index: -1;
}
.style_features__hex-r-b__eKEJa {
  right: 0;
  bottom: 0;
  height: 149px;
}
.style_features__hex-r-t__WGbrG {
  right: 0;
  top: -80px;
  height: 299px;
}
.style_features__hex-l__pBnRo {
  left: 0;
  top: 0;
  width: 200px;
}
.style_features__container__MG_Mg {
  flex-direction: column;
}
.style_features__title__sXh54 {
  margin: 105px 0 80px;
}
.style_features__title_br__qVaBa {
  display: none;
}
.style_features__button__JbRwh {
  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_features__button__JbRwh:hover {
  color: #fff;
}
.style_features__cards__qOqub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 30px;
  gap: 30px;
}
@media (max-width: 1000px) {
  .style_features__title__sXh54 {
    margin: 65px 0 40px;
  }
}
@media (max-width: 570px) {
  .style_features__7SAjA {
    margin-top: 95px;
  }
  .style_features__hex-l__pBnRo,
  .style_features__hex-r-b__eKEJa,
  .style_features__hex-r-t__WGbrG {
    display: none;
  }
  .style_features__title__sXh54 {
    margin: 65px 0 35px;
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 460px) {
  .style_features__title_br__qVaBa {
    display: block;
  }
  .style_features__button__JbRwh {
    width: 100%;
  }
}
.style_feedback__vaQvO .style_select__control__ao5tc {
  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__vaQvO .style_select__control__ao5tc:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__vaQvO .style_select__control__ao5tc:focus {
  outline: none;
}
.style_feedback__vaQvO .style_select__menu__CZTp6 {
  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__vaQvO .style_select__option__BwcZL {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__vaQvO .style_select__option__BwcZL:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__vaQvO .style_select__placeholder__eRIBI {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__vaQvO .style_select__single-value__lSqFE {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__lgwjl .style_select__control__ao5tc {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__lgwjl
  .style_select__control--menu-is-open___gpZA,
.style_widget-configuration-form__lgwjl .style_select__control__ao5tc:hover {
  border-color: #858585;
}
.style_widget-configuration-form__lgwjl .style_select__value-container__JzggZ {
  padding-left: 14px;
}
.style_widget-configuration-form__lgwjl .style_select__single-value__lSqFE {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__lgwjl .style_select__menu__CZTp6 {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__lgwjl .style_select__menu-list__GhGz4 {
  border-radius: 8px;
}
.style_widget-configuration-form__lgwjl .style_select__option__BwcZL {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__lgwjl .style_select__option__BwcZL:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__lgwjl
  .style_select__option--is-selected__Y1WDp,
.style_widget-configuration-form__lgwjl
  .style_select__option--is-selected__Y1WDp:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__lgwjl
  .style_select__indicator-separator__bONmO {
  display: none;
}
.style_select-not-to-open__GQ9MD .style_select__control__ao5tc {
  cursor: default;
}
.style_select-not-to-open__GQ9MD .style_select__indicator__3WqcQ {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__vaQvO .style_select__control__ao5tc {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__vaQvO .style_select__menu__CZTp6 {
    top: 44px;
  }
}
.style_modal__wrapper__t3Zh6 {
  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__yOEhl {
  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__yOEhl::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__hZHdA {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__qkXV1 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__2fl76 {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__2fl76:hover {
  transform: scale(0.99);
}
.style_button__AcMlr {
  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__AcMlr img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__AcMlr:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__AcMlr:hover img {
  transform: translateX(3px);
}
.style_button__AcMlr:active {
  transform: scale(0.95);
}
.style_button_glassy___xGGe {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__KqpJp {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__CGrj7 {
  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__CGrj7:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__nEYzs {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__nEYzs img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__nEYzs:hover {
  color: #00e18c;
}
.style_button-link__nEYzs:hover img {
  transform: translateX(3px);
}
.style_button-link__nEYzs:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__AcMlr {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy___xGGe {
    margin-right: 10px;
  }
  .style_button__AcMlr img {
    max-width: 20px;
  }
}
.style_select___CmKy .style_language-select__control__js1a7 {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select___CmKy .style_language-select__control--is-focused__Za84v {
  outline: none;
  box-shadow: none;
}
.style_select___CmKy .style_language-select__menu__88OK1 {
  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___CmKy .style_language-select__menu-list__z8Is_ {
  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___CmKy .style_language-select__value-container__H43r8 {
  padding: 0;
}
.style_select___CmKy .style_language-select__value-container__H43r8 input {
  left: 0;
}
.style_select___CmKy .style_language-select__single-value__iodKq {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select___CmKy .style_language-select__single-value__iodKq span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select___CmKy .style_language-select__single-value__iodKq img {
  margin-right: 10px;
}
.style_select___CmKy .style_language-select__indicator__cDyII {
  display: none;
}
.style_select___CmKy .style_language-select__option__tfZXO {
  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___CmKy .style_language-select__option__tfZXO:last-child {
  margin-bottom: 0;
}
.style_select___CmKy .style_language-select__option__tfZXO:hover {
  color: #00e18c;
}
.style_select___CmKy .style_language-select__option__tfZXO:active {
  background: transparent;
}
.style_select___CmKy .style_language-select__option--is-selected__xWj_S span {
  color: #00e18c;
}
.style_select___CmKy .style_language-select__dropdown-indicator__V0DCH:hover {
  color: var(--rubic-base-05);
}
.style_select___CmKy .style_language-select__indicator-separator__up76n {
  display: none;
}
.style_select___CmKy .style_statistic-select__control__t8Xbs {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select___CmKy .style_statistic-select__control--menu-is-open__i1_Nh {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select___CmKy
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__indicator__jK6st {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select___CmKy
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__single-value__GJueB {
  color: #fff;
}
.style_select___CmKy .style_statistic-select__control--is-focused__caOkZ {
  outline: none;
  box-shadow: none;
}
.style_select___CmKy .style_statistic-select__menu__lRmU_ {
  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___CmKy .style_statistic-select__menu__lRmU_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select___CmKy .style_statistic-select__menu-list__xEORs {
  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___CmKy .style_statistic-select__menu-list__xEORs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select___CmKy .style_statistic-select__value-container__vGqtw {
  padding: 0;
}
.style_select___CmKy .style_statistic-select__value-container__vGqtw input {
  left: -100px;
}
.style_select___CmKy .style_statistic-select__single-value__GJueB {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select___CmKy .style_statistic-select__indicator__jK6st {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select___CmKy .style_statistic-select__option__1_IGZ {
  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___CmKy .style_statistic-select__option__1_IGZ:last-child {
  margin-bottom: 0;
}
.style_select___CmKy .style_statistic-select__option__1_IGZ:hover {
  color: #4aa956;
}
.style_select___CmKy .style_statistic-select__option__1_IGZ:active {
  background: transparent;
}
.style_select___CmKy .style_statistic-select__option--is-selected__t3Ijt {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select___CmKy .style_statistic-select__option__1_IGZ {
    margin-bottom: 0;
  }
}
.style_select___CmKy .style_statistic-select__dropdown-indicator__0sBpk:hover {
  color: var(--rubic-base-05);
}
.style_select___CmKy .style_statistic-select__indicator-separator__wCYK3 {
  display: none;
}
.style_select-periods__4oebl .style_statistic-select__control__t8Xbs {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__4oebl
  .style_statistic-select__control--menu-is-open__i1_Nh {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__4oebl
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__indicator__jK6st {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__4oebl
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__single-value__GJueB {
  color: #fff;
}
.style_select-periods__4oebl
  .style_statistic-select__control--is-focused__caOkZ {
  outline: none;
  box-shadow: none;
}
.style_select-periods__4oebl .style_statistic-select__menu__lRmU_ {
  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__4oebl .style_statistic-select__menu__lRmU_ {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__4oebl .style_statistic-select__menu-list__xEORs {
  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__4oebl .style_statistic-select__menu-list__xEORs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__4oebl .style_statistic-select__value-container__vGqtw {
  padding: 0;
}
.style_select-periods__4oebl
  .style_statistic-select__value-container__vGqtw
  input {
  left: -100px;
}
.style_select-periods__4oebl .style_statistic-select__single-value__GJueB {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__4oebl .style_statistic-select__indicator__jK6st {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__4oebl .style_statistic-select__option__1_IGZ {
  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__4oebl .style_statistic-select__option__1_IGZ:last-child {
  margin-bottom: 0;
}
.style_select-periods__4oebl .style_statistic-select__option__1_IGZ:hover {
  color: #4aa956;
}
.style_select-periods__4oebl .style_statistic-select__option__1_IGZ:active {
  background: transparent;
}
.style_select-periods__4oebl
  .style_statistic-select__option--is-selected__t3Ijt {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__4oebl .style_statistic-select__option__1_IGZ {
    margin-bottom: 0;
  }
}
.style_select-periods__4oebl
  .style_statistic-select__dropdown-indicator__0sBpk:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__4oebl
  .style_statistic-select__indicator-separator__wCYK3 {
  display: none;
}
.style_select_persia__yvCDJ .style_statistic-select__control__t8Xbs {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__yvCDJ
  .style_statistic-select__control--menu-is-open__i1_Nh {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__yvCDJ
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__indicator__jK6st {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__yvCDJ
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__single-value__GJueB {
  color: #fff;
}
.style_select_persia__yvCDJ
  .style_statistic-select__control--is-focused__caOkZ {
  outline: none;
  box-shadow: none;
}
.style_select_persia__yvCDJ .style_statistic-select__menu__lRmU_ {
  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__yvCDJ .style_statistic-select__menu__lRmU_ {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__yvCDJ .style_statistic-select__menu-list__xEORs {
  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__yvCDJ .style_statistic-select__menu-list__xEORs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__yvCDJ .style_statistic-select__value-container__vGqtw {
  padding: 0;
}
.style_select_persia__yvCDJ
  .style_statistic-select__value-container__vGqtw
  input {
  left: 0;
}
.style_select_persia__yvCDJ .style_statistic-select__single-value__GJueB {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__yvCDJ .style_statistic-select__indicator__jK6st {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__yvCDJ .style_statistic-select__option__1_IGZ {
  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__yvCDJ .style_statistic-select__option__1_IGZ:last-child {
  margin-bottom: 0;
}
.style_select_persia__yvCDJ .style_statistic-select__option__1_IGZ:hover {
  color: #4aa956;
}
.style_select_persia__yvCDJ .style_statistic-select__option__1_IGZ:active {
  background: transparent;
}
.style_select_persia__yvCDJ
  .style_statistic-select__option--is-selected__t3Ijt {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__yvCDJ .style_statistic-select__option__1_IGZ {
    margin-bottom: 0;
  }
}
.style_select_persia__yvCDJ
  .style_statistic-select__dropdown-indicator__0sBpk:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__yvCDJ
  .style_statistic-select__indicator-separator__wCYK3 {
  display: none;
}
.style_select-periods_persia__3fCPc .style_statistic-select__control__t8Xbs {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__control--menu-is-open__i1_Nh {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__indicator__jK6st {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__control--menu-is-open__i1_Nh
  .style_statistic-select__single-value__GJueB {
  color: #fff;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__control--is-focused__caOkZ {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__3fCPc .style_statistic-select__menu__lRmU_ {
  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__3fCPc .style_statistic-select__menu__lRmU_ {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__3fCPc .style_statistic-select__menu-list__xEORs {
  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__3fCPc
    .style_statistic-select__menu-list__xEORs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__value-container__vGqtw {
  padding: 0;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__value-container__vGqtw
  input {
  left: 0;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__single-value__GJueB {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__3fCPc .style_statistic-select__indicator__jK6st {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__3fCPc .style_statistic-select__option__1_IGZ {
  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__3fCPc
  .style_statistic-select__option__1_IGZ:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__option__1_IGZ:hover {
  color: #4aa956;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__option__1_IGZ:active {
  background: transparent;
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__option--is-selected__t3Ijt {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__3fCPc .style_statistic-select__option__1_IGZ {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__dropdown-indicator__0sBpk:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__3fCPc
  .style_statistic-select__indicator-separator__wCYK3 {
  display: none;
}
.style_paginationContainer___rWjP {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer___rWjP {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__ZM73G {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__ZM73G {
    padding: 8px 13px;
  }
}
.style_activeClassName__AgUnK,
.style_mobileActiveClassName__tWEPv {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__AgUnK {
  background: #4aa956;
}
.style_mobileActiveClassName__tWEPv .style_pageLinkClassName__ZM73G {
  color: var(--main-green);
}
.style_previousClassName__9r5Fu {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName__vdGsI {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__LMVxH {
  height: 100%;
}
.style_marquee__aBLJD {
  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__C0aCS {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__7UdG9 {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__7UdG9 .style_carousel__slide__8Nkvx {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__7UdG9 .style_carousel__slide__8Nkvx {
    padding-bottom: 49px !important;
  }
}
.style_container__HCFSJ,
.style_flex-centered-container___t49Q,
.style_projected__container__LM3Zn {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container___t49Q {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_projected__title___MiYh,
.style_title-h1__4VJ1O,
.style_title-h2__V_I3a,
.style_title-h2__small__325Up,
.style_title__yKjBM {
  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__4VJ1O {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__4VJ1O {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__4VJ1O {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__4VJ1O {
    font-size: 35px;
  }
}
.style_projected__title___MiYh,
.style_title-h2__V_I3a,
.style_title-h2__small__325Up {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_projected__title___MiYh,
  .style_title-h2__V_I3a,
  .style_title-h2__small__325Up {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_projected__title___MiYh,
  .style_title-h2__V_I3a,
  .style_title-h2__small__325Up {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_projected__title___MiYh,
  .style_title-h2__V_I3a,
  .style_title-h2__small__325Up {
    font-size: 35px;
  }
}
.style_title-h2__small__325Up {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__325Up {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__325Up {
    font-size: 40px;
  }
}
.style_highlight__s_1zJ {
  color: #00e18c;
}
.style_bold__UwER0 {
  font-weight: 700;
}
.style_section-margin__VRCyv {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__VRCyv {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__VRCyv {
    margin-bottom: 81px;
  }
}
.style_nowrap__jrEDZ {
  white-space: nowrap;
}
.style_gradient-main__mtgif {
  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__mtgif {
    display: none;
  }
}
.style_gradient-main_dark___EFO2 {
  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___EFO2 {
    display: none;
  }
}
.style_gradient-ecosystem__mmWvZ {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__mmWvZ {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__mmWvZ {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__mmWvZ {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__O3mkc {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__O3mkc,
.style_gradient-footer_blue__zTuJz {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__zTuJz {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__qPAuy {
  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__qPAuy {
    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_IO7 {
  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__mUBOb {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__V8j0o,
.style_gradient-swap-form__mUBOb {
  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__V8j0o {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__V8j0o {
    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__bEL7z {
  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__bEL7z {
    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__07Bqx {
  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__07Bqx {
    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__hul4O {
  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__hul4O {
    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__qAH_o {
  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_projected__cO31A {
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
  scroll-margin-top: 100px;
}
.style_projected__gradient_bottom__aRGZT,
.style_projected__gradient_top__KKCgA {
  z-index: 1;
  position: absolute;
  width: 1084.09px;
  height: 727.05px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #b784f9 0,
    hsla(0, 0%, 9%, 0) 100%
  );
  filter: blur(116px);
}
.style_projected__gradient_top__KKCgA {
  left: -440px;
  top: -290px;
  opacity: 0.17;
  transform: rotate(341deg);
}
.style_projected__gradient_bottom__aRGZT {
  left: 620px;
  bottom: -290px;
  opacity: 0.29;
}
.style_projected__title___MiYh {
  margin-bottom: 95px;
}
.style_projected__img_mob__XoDjB {
  display: none;
  width: 550px;
}
.style_projected__img_desk__pawZn {
  width: 100%;
  max-width: 880px;
}
.style_projected__wrapper__C2cpe {
  display: flex;
  justify-content: center;
}
@media (max-width: 950px) {
  .style_projected__title___MiYh {
    margin: 0 0 35px;
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 620px) {
  .style_projected__cO31A {
    margin-bottom: 65px;
  }
  .style_projected__img_mob__XoDjB {
    display: block;
  }
  .style_projected__img_desk__pawZn {
    display: none;
  }
}
.style_feedback__aGs_Z .style_select__control__79Z1H {
  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__aGs_Z .style_select__control__79Z1H:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__aGs_Z .style_select__control__79Z1H:focus {
  outline: none;
}
.style_feedback__aGs_Z .style_select__menu__S67uF {
  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__aGs_Z .style_select__option__xEsX_ {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__aGs_Z .style_select__option__xEsX_:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__aGs_Z .style_select__placeholder__h9ADI {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__aGs_Z .style_select__single-value__3pPHM {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__g3zxm .style_select__control__79Z1H {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__g3zxm
  .style_select__control--menu-is-open__9_9As,
.style_widget-configuration-form__g3zxm .style_select__control__79Z1H:hover {
  border-color: #858585;
}
.style_widget-configuration-form__g3zxm .style_select__value-container__VrjC2 {
  padding-left: 14px;
}
.style_widget-configuration-form__g3zxm .style_select__single-value__3pPHM {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__g3zxm .style_select__menu__S67uF {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__g3zxm .style_select__menu-list__uxyBs {
  border-radius: 8px;
}
.style_widget-configuration-form__g3zxm .style_select__option__xEsX_ {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__g3zxm .style_select__option__xEsX_:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__g3zxm
  .style_select__option--is-selected__6zrn3,
.style_widget-configuration-form__g3zxm
  .style_select__option--is-selected__6zrn3:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__g3zxm
  .style_select__indicator-separator__Ge0wZ {
  display: none;
}
.style_select-not-to-open__pwrSk .style_select__control__79Z1H {
  cursor: default;
}
.style_select-not-to-open__pwrSk .style_select__indicator__Kponx {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__aGs_Z .style_select__control__79Z1H {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__aGs_Z .style_select__menu__S67uF {
    top: 44px;
  }
}
.style_modal__wrapper__JpTfg {
  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__GJdJU {
  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__GJdJU::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__xLvUP {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__L0C0r {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__sGd7U {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__sGd7U:hover {
  transform: scale(0.99);
}
.style_button__b4GUp {
  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__b4GUp img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__b4GUp:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__b4GUp:hover img {
  transform: translateX(3px);
}
.style_button__b4GUp:active {
  transform: scale(0.95);
}
.style_button_glassy__32AwY {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__1cIY1 {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient__fdFRN {
  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__fdFRN:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__sLowr {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__sLowr img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__sLowr:hover {
  color: #00e18c;
}
.style_button-link__sLowr:hover img {
  transform: translateX(3px);
}
.style_button-link__sLowr:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__b4GUp {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__32AwY {
    margin-right: 10px;
  }
  .style_button__b4GUp img {
    max-width: 20px;
  }
}
.style_select__ctEVl .style_language-select__control___iLcF {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__ctEVl .style_language-select__control--is-focused__EGv5Q {
  outline: none;
  box-shadow: none;
}
.style_select__ctEVl .style_language-select__menu__QEOMY {
  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__ctEVl .style_language-select__menu-list__eTu5z {
  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__ctEVl .style_language-select__value-container__Pihbb {
  padding: 0;
}
.style_select__ctEVl .style_language-select__value-container__Pihbb input {
  left: 0;
}
.style_select__ctEVl .style_language-select__single-value__wezCX {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__ctEVl .style_language-select__single-value__wezCX span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__ctEVl .style_language-select__single-value__wezCX img {
  margin-right: 10px;
}
.style_select__ctEVl .style_language-select__indicator__LWtob {
  display: none;
}
.style_select__ctEVl .style_language-select__option__1lMs2 {
  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__ctEVl .style_language-select__option__1lMs2:last-child {
  margin-bottom: 0;
}
.style_select__ctEVl .style_language-select__option__1lMs2:hover {
  color: #00e18c;
}
.style_select__ctEVl .style_language-select__option__1lMs2:active {
  background: transparent;
}
.style_select__ctEVl .style_language-select__option--is-selected__OhBsk span {
  color: #00e18c;
}
.style_select__ctEVl .style_language-select__dropdown-indicator__f3zTe:hover {
  color: var(--rubic-base-05);
}
.style_select__ctEVl .style_language-select__indicator-separator__5DDIi {
  display: none;
}
.style_select__ctEVl .style_statistic-select__control__kzehH {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__ctEVl .style_statistic-select__control--menu-is-open__aWGh0 {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__ctEVl
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__indicator__3aZf7 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__ctEVl
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__single-value__gfQVo {
  color: #fff;
}
.style_select__ctEVl .style_statistic-select__control--is-focused__BiJef {
  outline: none;
  box-shadow: none;
}
.style_select__ctEVl .style_statistic-select__menu__d7lvr {
  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__ctEVl .style_statistic-select__menu__d7lvr {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__ctEVl .style_statistic-select__menu-list__7ouV1 {
  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__ctEVl .style_statistic-select__menu-list__7ouV1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__ctEVl .style_statistic-select__value-container__SZBYr {
  padding: 0;
}
.style_select__ctEVl .style_statistic-select__value-container__SZBYr input {
  left: -100px;
}
.style_select__ctEVl .style_statistic-select__single-value__gfQVo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__ctEVl .style_statistic-select__indicator__3aZf7 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__ctEVl .style_statistic-select__option__aGxvC {
  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__ctEVl .style_statistic-select__option__aGxvC:last-child {
  margin-bottom: 0;
}
.style_select__ctEVl .style_statistic-select__option__aGxvC:hover {
  color: #4aa956;
}
.style_select__ctEVl .style_statistic-select__option__aGxvC:active {
  background: transparent;
}
.style_select__ctEVl .style_statistic-select__option--is-selected__zSAES {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__ctEVl .style_statistic-select__option__aGxvC {
    margin-bottom: 0;
  }
}
.style_select__ctEVl .style_statistic-select__dropdown-indicator__gHbGj:hover {
  color: var(--rubic-base-05);
}
.style_select__ctEVl .style_statistic-select__indicator-separator__OX9gV {
  display: none;
}
.style_select-periods__hwDBt .style_statistic-select__control__kzehH {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__hwDBt
  .style_statistic-select__control--menu-is-open__aWGh0 {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__hwDBt
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__indicator__3aZf7 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__hwDBt
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__single-value__gfQVo {
  color: #fff;
}
.style_select-periods__hwDBt
  .style_statistic-select__control--is-focused__BiJef {
  outline: none;
  box-shadow: none;
}
.style_select-periods__hwDBt .style_statistic-select__menu__d7lvr {
  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__hwDBt .style_statistic-select__menu__d7lvr {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__hwDBt .style_statistic-select__menu-list__7ouV1 {
  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__hwDBt .style_statistic-select__menu-list__7ouV1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__hwDBt .style_statistic-select__value-container__SZBYr {
  padding: 0;
}
.style_select-periods__hwDBt
  .style_statistic-select__value-container__SZBYr
  input {
  left: -100px;
}
.style_select-periods__hwDBt .style_statistic-select__single-value__gfQVo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__hwDBt .style_statistic-select__indicator__3aZf7 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__hwDBt .style_statistic-select__option__aGxvC {
  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__hwDBt .style_statistic-select__option__aGxvC:last-child {
  margin-bottom: 0;
}
.style_select-periods__hwDBt .style_statistic-select__option__aGxvC:hover {
  color: #4aa956;
}
.style_select-periods__hwDBt .style_statistic-select__option__aGxvC:active {
  background: transparent;
}
.style_select-periods__hwDBt
  .style_statistic-select__option--is-selected__zSAES {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__hwDBt .style_statistic-select__option__aGxvC {
    margin-bottom: 0;
  }
}
.style_select-periods__hwDBt
  .style_statistic-select__dropdown-indicator__gHbGj:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__hwDBt
  .style_statistic-select__indicator-separator__OX9gV {
  display: none;
}
.style_select_persia__55aph .style_statistic-select__control__kzehH {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__55aph
  .style_statistic-select__control--menu-is-open__aWGh0 {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__55aph
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__indicator__3aZf7 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__55aph
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__single-value__gfQVo {
  color: #fff;
}
.style_select_persia__55aph
  .style_statistic-select__control--is-focused__BiJef {
  outline: none;
  box-shadow: none;
}
.style_select_persia__55aph .style_statistic-select__menu__d7lvr {
  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__55aph .style_statistic-select__menu__d7lvr {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__55aph .style_statistic-select__menu-list__7ouV1 {
  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__55aph .style_statistic-select__menu-list__7ouV1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__55aph .style_statistic-select__value-container__SZBYr {
  padding: 0;
}
.style_select_persia__55aph
  .style_statistic-select__value-container__SZBYr
  input {
  left: 0;
}
.style_select_persia__55aph .style_statistic-select__single-value__gfQVo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__55aph .style_statistic-select__indicator__3aZf7 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__55aph .style_statistic-select__option__aGxvC {
  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__55aph .style_statistic-select__option__aGxvC:last-child {
  margin-bottom: 0;
}
.style_select_persia__55aph .style_statistic-select__option__aGxvC:hover {
  color: #4aa956;
}
.style_select_persia__55aph .style_statistic-select__option__aGxvC:active {
  background: transparent;
}
.style_select_persia__55aph
  .style_statistic-select__option--is-selected__zSAES {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__55aph .style_statistic-select__option__aGxvC {
    margin-bottom: 0;
  }
}
.style_select_persia__55aph
  .style_statistic-select__dropdown-indicator__gHbGj:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__55aph
  .style_statistic-select__indicator-separator__OX9gV {
  display: none;
}
.style_select-periods_persia__62jCN .style_statistic-select__control__kzehH {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__control--menu-is-open__aWGh0 {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__indicator__3aZf7 {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__control--menu-is-open__aWGh0
  .style_statistic-select__single-value__gfQVo {
  color: #fff;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__control--is-focused__BiJef {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__62jCN .style_statistic-select__menu__d7lvr {
  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__62jCN .style_statistic-select__menu__d7lvr {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__62jCN .style_statistic-select__menu-list__7ouV1 {
  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__62jCN
    .style_statistic-select__menu-list__7ouV1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__62jCN
  .style_statistic-select__value-container__SZBYr {
  padding: 0;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__value-container__SZBYr
  input {
  left: 0;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__single-value__gfQVo {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__62jCN .style_statistic-select__indicator__3aZf7 {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__62jCN .style_statistic-select__option__aGxvC {
  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__62jCN
  .style_statistic-select__option__aGxvC:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__option__aGxvC:hover {
  color: #4aa956;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__option__aGxvC:active {
  background: transparent;
}
.style_select-periods_persia__62jCN
  .style_statistic-select__option--is-selected__zSAES {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__62jCN .style_statistic-select__option__aGxvC {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__62jCN
  .style_statistic-select__dropdown-indicator__gHbGj:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__62jCN
  .style_statistic-select__indicator-separator__OX9gV {
  display: none;
}
.style_paginationContainer__4gCFA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__4gCFA {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__rCmZX {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__rCmZX {
    padding: 8px 13px;
  }
}
.style_activeClassName__1QhDn,
.style_mobileActiveClassName__LOFYn {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__1QhDn {
  background: #4aa956;
}
.style_mobileActiveClassName__LOFYn .style_pageLinkClassName__rCmZX {
  color: var(--main-green);
}
.style_previousClassName__rtTuj {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName___GglJ {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__ltXTM {
  height: 100%;
}
.style_marquee__t3bAK {
  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__qZIy0 {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__XTLbO {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__XTLbO .style_carousel__slide__qhqvg {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__XTLbO .style_carousel__slide__qhqvg {
    padding-bottom: 49px !important;
  }
}
.style_circle__container__fyKQ0,
.style_container__J8iEh,
.style_flex-centered-container__ciE8Z {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_circle__container__fyKQ0,
.style_flex-centered-container__ciE8Z {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_title-h1__qGdEt,
.style_title-h2__small__e0PQI,
.style_title-h2__zhNGA,
.style_title__dE_nc {
  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__qGdEt {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__qGdEt {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__qGdEt {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__qGdEt {
    font-size: 35px;
  }
}
.style_title-h2__small__e0PQI,
.style_title-h2__zhNGA {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_title-h2__small__e0PQI,
  .style_title-h2__zhNGA {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__e0PQI,
  .style_title-h2__zhNGA {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h2__small__e0PQI,
  .style_title-h2__zhNGA {
    font-size: 35px;
  }
}
.style_title-h2__small__e0PQI {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__e0PQI {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__e0PQI {
    font-size: 40px;
  }
}
.style_highlight__F9kcq {
  color: #00e18c;
}
.style_bold__ERnZy {
  font-weight: 700;
}
.style_section-margin__j6hAV {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__j6hAV {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__j6hAV {
    margin-bottom: 81px;
  }
}
.style_nowrap__qyWH0 {
  white-space: nowrap;
}
.style_gradient-main__BM6oi {
  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__BM6oi {
    display: none;
  }
}
.style_gradient-main_dark__EpR2z {
  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__EpR2z {
    display: none;
  }
}
.style_gradient-ecosystem__7ybwD {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__7ybwD {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__7ybwD {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__7ybwD {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__a50r1 {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__a50r1,
.style_gradient-footer_blue__R_C55 {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__R_C55 {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient___zjQM {
  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___zjQM {
    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__aFNBg {
  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__PaVtD {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__6LQCa,
.style_gradient-swap-form__PaVtD {
  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__6LQCa {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__6LQCa {
    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__ZZA3h {
  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__ZZA3h {
    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__taqu_ {
  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__taqu_ {
    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__7sgu9 {
  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__7sgu9 {
    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__b9t_4 {
  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_circle__4B0Md {
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
}
.style_circle__hex-l-b__tBZrg,
.style_circle__hex-l-t__qBkSK,
.style_circle__hex-r-b__M14Vh,
.style_circle__hex-r-t__21_5O {
  position: absolute;
  z-index: -1;
}
@media (max-width: 620px) {
  .style_circle__hex-l-b__tBZrg,
  .style_circle__hex-l-t__qBkSK,
  .style_circle__hex-r-b__M14Vh,
  .style_circle__hex-r-t__21_5O {
    display: none;
  }
}
.style_circle__hex-r-b__M14Vh {
  right: 0;
  bottom: 0;
  height: 156px;
}
.style_circle__hex-r-t__21_5O {
  right: 0;
  top: 90px;
  height: 306px;
}
.style_circle__hex-l-b__tBZrg {
  left: 0;
  bottom: -130px;
  height: 156px;
}
.style_circle__hex-l-t__qBkSK {
  left: 0;
  top: -30px;
  height: 299px;
}
.style_circle__container__fyKQ0 {
  align-items: normal;
}
.style_circle__wrapper__fqUSX {
  position: relative;
  width: 936px;
  height: 578px;
}
.style_circle__item__B0QCD {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 287px;
  height: 71px;
}
.style_circle__item__B0QCD:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(48, 34, 78, 0.08) 16.79%,
    hsla(0, 0%, 100%, 0.054)
  );
  box-shadow: 6.43678px 14.1609px 15.4483px rgba(27, 21, 33, 0.58),
    inset 0 0.643678px 1.93103px hsla(0, 0%, 100%, 0.26),
    inset 14.1609px 0 45.0575px -5.7931px rgba(56, 41, 96, 0.47);
  border-radius: 19.3103px;
  -webkit-backdrop-filter: blur(5.7931px);
  backdrop-filter: blur(5.7931px);
}
.style_circle__item_1__E3Dnr {
  top: 0;
  right: 35%;
  transform: translateX(50%);
}
.style_circle__item_2__Qs8A1 {
  top: 62%;
  right: 3%;
  transform: translateY(-50%);
}
.style_circle__item_3__3FWB9 {
  bottom: 0;
  left: 40%;
  transform: translateX(-50%);
}
.style_circle__item_4__5IhMk {
  top: 37%;
  left: 2%;
  transform: translateY(-50%);
}
.style_circle__link__BXu0o {
  display: contents;
  color: var(--main-green);
}
.style_circle__circle-img__05ePj,
.style_circle__cubes__me4QC {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style_circle__circle-img_mobile__7mWsh {
  display: none;
}
@media (max-width: 620px) {
  .style_circle__4B0Md {
    margin-bottom: 54px;
  }
  .style_circle__circle-img__05ePj,
  .style_circle__cubes__me4QC {
    display: none;
  }
  .style_circle__circle-img_mobile__7mWsh {
    display: block;
  }
  .style_circle__wrapper__fqUSX {
    width: 360px;
    height: 328px;
  }
  .style_circle__item__B0QCD {
    text-align: center;
    width: 175px;
    height: 76px;
    padding: 0 28px;
  }
  .style_circle__item_1__E3Dnr {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .style_circle__item_2__Qs8A1 {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
  .style_circle__item_3__3FWB9 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .style_circle__item_4__5IhMk {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .style_circle__item_2__Qs8A1 {
    right: 0;
  }
  .style_circle__item_4__5IhMk {
    left: 0;
  }
}
@media (max-width: 390px) {
  .style_circle__item__B0QCD {
    width: 160px;
  }
}
@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__t_X_2 .style_select__control__BTvfi {
  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__t_X_2 .style_select__control__BTvfi:hover {
  border-color: var(--rubic-base-02);
  outline: none;
}
.style_feedback__t_X_2 .style_select__control__BTvfi:focus {
  outline: none;
}
.style_feedback__t_X_2 .style_select__menu__UjLoY {
  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__t_X_2 .style_select__option__CWQTd {
  padding: 13px 26px;
  cursor: pointer;
}
.style_feedback__t_X_2 .style_select__option__CWQTd:hover {
  color: #fff;
  background-color: #00e18c;
}
.style_feedback__t_X_2 .style_select__placeholder__JwMnd {
  overflow: hidden;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style_feedback__t_X_2 .style_select__single-value__nd6eZ {
  color: var(--rubic-base-02);
}
.style_widget-configuration-form__LE2S9 .style_select__control__BTvfi {
  height: 44px;
  background: #39353f;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
}
.style_widget-configuration-form__LE2S9
  .style_select__control--menu-is-open__krM0G,
.style_widget-configuration-form__LE2S9 .style_select__control__BTvfi:hover {
  border-color: #858585;
}
.style_widget-configuration-form__LE2S9 .style_select__value-container__i8Xky {
  padding-left: 14px;
}
.style_widget-configuration-form__LE2S9 .style_select__single-value__nd6eZ {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__LE2S9 .style_select__menu__UjLoY {
  top: 43px;
  margin-top: 0;
  border-radius: 8px;
  background-color: #333;
}
.style_widget-configuration-form__LE2S9 .style_select__menu-list__BZkHO {
  border-radius: 8px;
}
.style_widget-configuration-form__LE2S9 .style_select__option__CWQTd {
  padding: 10px 16px;
  margin-bottom: 0;
  background: #39353f;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
}
.style_widget-configuration-form__LE2S9 .style_select__option__CWQTd:hover {
  background-color: rgba(0, 225, 140, 0.4);
}
.style_widget-configuration-form__LE2S9
  .style_select__option--is-selected__4vvg_,
.style_widget-configuration-form__LE2S9
  .style_select__option--is-selected__4vvg_:hover {
  background-color: #00e18c;
}
.style_widget-configuration-form__LE2S9
  .style_select__indicator-separator__xHI66 {
  display: none;
}
.style_select-not-to-open__pkmjD .style_select__control__BTvfi {
  cursor: default;
}
.style_select-not-to-open__pkmjD .style_select__indicator__MymOk {
  display: none;
}
@media (max-width: 767px) {
  .style_feedback__t_X_2 .style_select__control__BTvfi {
    height: 56px;
    margin-bottom: 30px;
    padding: 9px 16px;
  }
  .style_feedback__t_X_2 .style_select__menu__UjLoY {
    top: 44px;
  }
}
.style_modal__wrapper__LGexB {
  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__gR31R {
  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__gR31R::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.style_modal__title__60bAo {
  margin: 0 0 50px;
  text-align: center;
}
.style_modal__close__0tQo4 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  text-align: right;
  cursor: pointer;
}
.style_modal__button__7duzs {
  width: 100%;
  transition: 0.1s ease-in-out;
}
.style_modal__button__7duzs:hover {
  transform: scale(0.99);
}
.style_button__QZTwq,
.style_prepare__button__2yrjb,
.style_prepare__button_mobile__0HbpD,
.style_prepare__step-button__XcKy7 {
  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__QZTwq img,
.style_prepare__button__2yrjb img,
.style_prepare__button_mobile__0HbpD img,
.style_prepare__step-button__XcKy7 img {
  margin-left: 8px;
  transition: 0.1s ease-in;
}
.style_button__QZTwq:hover,
.style_prepare__button__2yrjb:hover,
.style_prepare__button_mobile__0HbpD:hover,
.style_prepare__step-button__XcKy7:hover {
  text-decoration: none;
  box-shadow: 0 0 15px var(--main-green);
  transition: all 0.1s linear;
}
.style_button__QZTwq:hover img,
.style_prepare__button__2yrjb:hover img,
.style_prepare__button_mobile__0HbpD:hover img,
.style_prepare__step-button__XcKy7:hover img {
  transform: translateX(3px);
}
.style_button__QZTwq:active,
.style_prepare__button__2yrjb:active,
.style_prepare__button_mobile__0HbpD:active,
.style_prepare__step-button__XcKy7:active {
  transform: scale(0.95);
}
.style_button_glassy__qkrW3 {
  margin-right: 20px;
  color: var(--rubic-base-02);
  background: rgba(48, 218, 96, 0.1);
}
.style_button_header__V7xze {
  margin-left: 32px;
  line-height: 42px;
}
.style_button_gradient____uNP {
  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____uNP:hover {
  background: linear-gradient(113.38deg, #29bd53 31.59%, #0474df 178.87%);
}
.style_button-link__cIIQf {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.style_button-link__cIIQf img {
  margin-left: 20px;
  transition: 0.1s ease-in;
}
.style_button-link__cIIQf:hover {
  color: #00e18c;
}
.style_button-link__cIIQf:hover img {
  transform: translateX(3px);
}
.style_button-link__cIIQf:focus {
  color: #00e18c;
}
@media (max-width: 480px) {
  .style_button__QZTwq,
  .style_prepare__button__2yrjb,
  .style_prepare__button_mobile__0HbpD,
  .style_prepare__step-button__XcKy7 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .style_button_glassy__qkrW3 {
    margin-right: 10px;
  }
  .style_button__QZTwq img,
  .style_prepare__button__2yrjb img,
  .style_prepare__button_mobile__0HbpD img,
  .style_prepare__step-button__XcKy7 img {
    max-width: 20px;
  }
}
.style_select__KwAkg .style_language-select__control__ny_5o {
  background: transparent;
  border: none;
  cursor: pointer;
}
.style_select__KwAkg .style_language-select__control--is-focused__Wt6PF {
  outline: none;
  box-shadow: none;
}
.style_select__KwAkg .style_language-select__menu___kp1S {
  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__KwAkg .style_language-select__menu-list__dncsj {
  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__KwAkg .style_language-select__value-container__jKD9f {
  padding: 0;
}
.style_select__KwAkg .style_language-select__value-container__jKD9f input {
  left: 0;
}
.style_select__KwAkg .style_language-select__single-value__nlFVC {
  overflow: visible;
  color: var(--rubic-base-05);
}
.style_select__KwAkg .style_language-select__single-value__nlFVC span {
  text-overflow: clip;
  text-transform: uppercase;
  font-weight: 400;
}
.style_select__KwAkg .style_language-select__single-value__nlFVC img {
  margin-right: 10px;
}
.style_select__KwAkg .style_language-select__indicator__TRvK_ {
  display: none;
}
.style_select__KwAkg .style_language-select__option__5KhH_ {
  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__KwAkg .style_language-select__option__5KhH_:last-child {
  margin-bottom: 0;
}
.style_select__KwAkg .style_language-select__option__5KhH_:hover {
  color: #00e18c;
}
.style_select__KwAkg .style_language-select__option__5KhH_:active {
  background: transparent;
}
.style_select__KwAkg .style_language-select__option--is-selected__8LaIA span {
  color: #00e18c;
}
.style_select__KwAkg .style_language-select__dropdown-indicator__G7R8H:hover {
  color: var(--rubic-base-05);
}
.style_select__KwAkg .style_language-select__indicator-separator__ez_hZ {
  display: none;
}
.style_select__KwAkg .style_statistic-select__control__jQzMw {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select__KwAkg .style_statistic-select__control--menu-is-open__m_QEB {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select__KwAkg
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__indicator__ArdvF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select__KwAkg
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__single-value__86DLU {
  color: #fff;
}
.style_select__KwAkg .style_statistic-select__control--is-focused___v7oG {
  outline: none;
  box-shadow: none;
}
.style_select__KwAkg .style_statistic-select__menu__On3Nf {
  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__KwAkg .style_statistic-select__menu__On3Nf {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select__KwAkg .style_statistic-select__menu-list__E4s1O {
  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__KwAkg .style_statistic-select__menu-list__E4s1O {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select__KwAkg .style_statistic-select__value-container__TguXb {
  padding: 0;
}
.style_select__KwAkg .style_statistic-select__value-container__TguXb input {
  left: -100px;
}
.style_select__KwAkg .style_statistic-select__single-value__86DLU {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select__KwAkg .style_statistic-select__indicator__ArdvF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select__KwAkg .style_statistic-select__option__Tlqk6 {
  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__KwAkg .style_statistic-select__option__Tlqk6:last-child {
  margin-bottom: 0;
}
.style_select__KwAkg .style_statistic-select__option__Tlqk6:hover {
  color: #4aa956;
}
.style_select__KwAkg .style_statistic-select__option__Tlqk6:active {
  background: transparent;
}
.style_select__KwAkg .style_statistic-select__option--is-selected__5pJlV {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select__KwAkg .style_statistic-select__option__Tlqk6 {
    margin-bottom: 0;
  }
}
.style_select__KwAkg .style_statistic-select__dropdown-indicator__eJEUI:hover {
  color: var(--rubic-base-05);
}
.style_select__KwAkg .style_statistic-select__indicator-separator__KrK4s {
  display: none;
}
.style_select-periods__6Oh2f .style_statistic-select__control__jQzMw {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods__6Oh2f
  .style_statistic-select__control--menu-is-open__m_QEB {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods__6Oh2f
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__indicator__ArdvF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods__6Oh2f
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__single-value__86DLU {
  color: #fff;
}
.style_select-periods__6Oh2f
  .style_statistic-select__control--is-focused___v7oG {
  outline: none;
  box-shadow: none;
}
.style_select-periods__6Oh2f .style_statistic-select__menu__On3Nf {
  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__6Oh2f .style_statistic-select__menu__On3Nf {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.style_select-periods__6Oh2f .style_statistic-select__menu-list__E4s1O {
  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__6Oh2f .style_statistic-select__menu-list__E4s1O {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods__6Oh2f .style_statistic-select__value-container__TguXb {
  padding: 0;
}
.style_select-periods__6Oh2f
  .style_statistic-select__value-container__TguXb
  input {
  left: -100px;
}
.style_select-periods__6Oh2f .style_statistic-select__single-value__86DLU {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods__6Oh2f .style_statistic-select__indicator__ArdvF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods__6Oh2f .style_statistic-select__option__Tlqk6 {
  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__6Oh2f .style_statistic-select__option__Tlqk6:last-child {
  margin-bottom: 0;
}
.style_select-periods__6Oh2f .style_statistic-select__option__Tlqk6:hover {
  color: #4aa956;
}
.style_select-periods__6Oh2f .style_statistic-select__option__Tlqk6:active {
  background: transparent;
}
.style_select-periods__6Oh2f
  .style_statistic-select__option--is-selected__5pJlV {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods__6Oh2f .style_statistic-select__option__Tlqk6 {
    margin-bottom: 0;
  }
}
.style_select-periods__6Oh2f
  .style_statistic-select__dropdown-indicator__eJEUI:hover {
  color: var(--rubic-base-05);
}
.style_select-periods__6Oh2f
  .style_statistic-select__indicator-separator__KrK4s {
  display: none;
}
.style_select_persia__UnKDe .style_statistic-select__control__jQzMw {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select_persia__UnKDe
  .style_statistic-select__control--menu-is-open__m_QEB {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select_persia__UnKDe
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__indicator__ArdvF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select_persia__UnKDe
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__single-value__86DLU {
  color: #fff;
}
.style_select_persia__UnKDe
  .style_statistic-select__control--is-focused___v7oG {
  outline: none;
  box-shadow: none;
}
.style_select_persia__UnKDe .style_statistic-select__menu__On3Nf {
  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__UnKDe .style_statistic-select__menu__On3Nf {
    left: 100%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select_persia__UnKDe .style_statistic-select__menu-list__E4s1O {
  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__UnKDe .style_statistic-select__menu-list__E4s1O {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select_persia__UnKDe .style_statistic-select__value-container__TguXb {
  padding: 0;
}
.style_select_persia__UnKDe
  .style_statistic-select__value-container__TguXb
  input {
  left: 0;
}
.style_select_persia__UnKDe .style_statistic-select__single-value__86DLU {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select_persia__UnKDe .style_statistic-select__indicator__ArdvF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select_persia__UnKDe .style_statistic-select__option__Tlqk6 {
  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__UnKDe .style_statistic-select__option__Tlqk6:last-child {
  margin-bottom: 0;
}
.style_select_persia__UnKDe .style_statistic-select__option__Tlqk6:hover {
  color: #4aa956;
}
.style_select_persia__UnKDe .style_statistic-select__option__Tlqk6:active {
  background: transparent;
}
.style_select_persia__UnKDe
  .style_statistic-select__option--is-selected__5pJlV {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select_persia__UnKDe .style_statistic-select__option__Tlqk6 {
    margin-bottom: 0;
  }
}
.style_select_persia__UnKDe
  .style_statistic-select__dropdown-indicator__eJEUI:hover {
  color: var(--rubic-base-05);
}
.style_select_persia__UnKDe
  .style_statistic-select__indicator-separator__KrK4s {
  display: none;
}
.style_select-periods_persia__nKWF0 .style_statistic-select__control__jQzMw {
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__control--menu-is-open__m_QEB {
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__indicator__ArdvF {
  transform: rotate(-180deg);
  transition: 0.1s linear;
  color: #fff;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__control--menu-is-open__m_QEB
  .style_statistic-select__single-value__86DLU {
  color: #fff;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__control--is-focused___v7oG {
  outline: none;
  box-shadow: none;
}
.style_select-periods_persia__nKWF0 .style_statistic-select__menu__On3Nf {
  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__nKWF0 .style_statistic-select__menu__On3Nf {
    left: 127%;
    right: auto;
    transform: translateX(-50%);
  }
}
.style_select-periods_persia__nKWF0 .style_statistic-select__menu-list__E4s1O {
  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__nKWF0
    .style_statistic-select__menu-list__E4s1O {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 25px;
    gap: 15px 25px;
  }
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__value-container__TguXb {
  padding: 0;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__value-container__TguXb
  input {
  left: 0;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__single-value__86DLU {
  overflow: visible;
  text-overflow: clip;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--rubic-base-05);
}
.style_select-periods_persia__nKWF0 .style_statistic-select__indicator__ArdvF {
  padding: 0;
  color: var(--rubic-base-05);
  transition: 0.1s linear;
}
.style_select-periods_persia__nKWF0 .style_statistic-select__option__Tlqk6 {
  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__nKWF0
  .style_statistic-select__option__Tlqk6:last-child {
  margin-bottom: 0;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__option__Tlqk6:hover {
  color: #4aa956;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__option__Tlqk6:active {
  background: transparent;
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__option--is-selected__5pJlV {
  background: transparent;
  color: #4aa956;
}
@media (max-width: 480px) {
  .style_select-periods_persia__nKWF0 .style_statistic-select__option__Tlqk6 {
    margin-bottom: 0;
  }
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__dropdown-indicator__eJEUI:hover {
  color: var(--rubic-base-05);
}
.style_select-periods_persia__nKWF0
  .style_statistic-select__indicator-separator__KrK4s {
  display: none;
}
.style_paginationContainer__KS0Y4 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .style_paginationContainer__KS0Y4 {
    grid-gap: 0;
    gap: 0;
  }
}
.style_pageLinkClassName__OJ8FT {
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .style_pageLinkClassName__OJ8FT {
    padding: 8px 13px;
  }
}
.style_activeClassName__iLQsM,
.style_mobileActiveClassName__ojYBt {
  padding: 8px 0;
  border-radius: 12px;
}
.style_activeClassName__iLQsM {
  background: #4aa956;
}
.style_mobileActiveClassName__ojYBt .style_pageLinkClassName__OJ8FT {
  color: var(--main-green);
}
.style_previousClassName__kyGUN {
  margin-right: 15px;
  cursor: pointer;
}
.style_nextClassName___21vZ {
  margin-left: 15px;
  cursor: pointer;
}
#style_app__wRxAr {
  height: 100%;
}
.style_marquee__QdunS {
  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__zPHjw {
  width: 90% !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  line-height: 110% !important;
}
.style_carousel__9Hjxf {
  position: relative !important;
  z-index: 10 !important;
}
.style_carousel__9Hjxf .style_carousel__slide___Epbr {
  padding-bottom: 57px !important;
}
@media (max-width: 460px) {
  .style_carousel__9Hjxf .style_carousel__slide___Epbr {
    padding-bottom: 49px !important;
  }
}
.style_container__weks4,
.style_flex-centered-container__ey3dF,
.style_prepare__container__PUjN_ {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.style_flex-centered-container__ey3dF {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_prepare__title__XzuOj,
.style_title-h1__GZYMG,
.style_title-h2__RVhgo,
.style_title-h2__small__g6NWC,
.style_title__a6oSP {
  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__GZYMG {
  font-size: 90px;
}
@media (max-width: 900px) {
  .style_title-h1__GZYMG {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_title-h1__GZYMG {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_title-h1__GZYMG {
    font-size: 35px;
  }
}
.style_prepare__title__XzuOj,
.style_title-h2__RVhgo,
.style_title-h2__small__g6NWC {
  margin-bottom: 36px;
  font-size: 70px;
}
@media (max-width: 900px) {
  .style_prepare__title__XzuOj,
  .style_title-h2__RVhgo,
  .style_title-h2__small__g6NWC {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .style_prepare__title__XzuOj,
  .style_title-h2__RVhgo,
  .style_title-h2__small__g6NWC {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .style_prepare__title__XzuOj,
  .style_title-h2__RVhgo,
  .style_title-h2__small__g6NWC {
    font-size: 35px;
  }
}
.style_title-h2__small__g6NWC {
  font-size: 60px;
  text-transform: none;
}
@media (max-width: 900px) {
  .style_title-h2__small__g6NWC {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .style_title-h2__small__g6NWC {
    font-size: 40px;
  }
}
.style_highlight__1DX4c {
  color: #00e18c;
}
.style_bold__AkCex {
  font-weight: 700;
}
.style_section-margin__e65E2 {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .style_section-margin__e65E2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .style_section-margin__e65E2 {
    margin-bottom: 81px;
  }
}
.style_nowrap__s6m6U {
  white-space: nowrap;
}
.style_gradient-main__L70L8 {
  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__L70L8 {
    display: none;
  }
}
.style_gradient-main_dark__DKWLl {
  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__DKWLl {
    display: none;
  }
}
.style_gradient-ecosystem__fvfVM {
  position: absolute;
  top: 190px;
  right: -360px;
  width: 850px;
  height: 341px;
  background: #33db9c;
  filter: blur(150px);
}
@media (max-width: 1160px) {
  .style_gradient-ecosystem__fvfVM {
    height: 220px;
    width: 640px;
  }
}
@media (max-width: 870px) {
  .style_gradient-ecosystem__fvfVM {
    top: 170px;
    height: 120px;
    filter: blur(90px);
  }
}
@media (max-width: 560px) {
  .style_gradient-ecosystem__fvfVM {
    top: 110px;
    width: 480px;
    height: 70px;
    filter: blur(50px);
  }
}
.style_gradient-footer__90qwj {
  width: 1280px;
  height: 216px;
  background: rgba(51, 219, 156, 0.4);
}
.style_gradient-footer__90qwj,
.style_gradient-footer_blue__QuzRH {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(120px);
}
.style_gradient-footer_blue__QuzRH {
  width: 1436px;
  height: 420px;
  background: rgba(118, 11, 169, 0.19);
}
.style_gradient__w1ZrW {
  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__w1ZrW {
    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__hOamh {
  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__Htyhz {
  top: -24%;
  right: 0;
}
.style_gradient-benefits-top__GK0hu,
.style_gradient-swap-form__Htyhz {
  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__GK0hu {
  top: -12%;
  right: -10%;
}
@media (max-width: 480px) {
  .style_gradient-benefits-top__GK0hu {
    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__6oLlC {
  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__6oLlC {
    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__zmvZS {
  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__zmvZS {
    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__wh7Hh {
  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__wh7Hh {
    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__YiNBM {
  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_prepare__6Ef4K {
  position: relative;
}
.style_prepare__timer__R2ygt {
  display: none;
}
.style_prepare__hex-l__NYQT5,
.style_prepare__hex-r-b__UdW77,
.style_prepare__hex-r-t__ZY9yj {
  position: absolute;
}
.style_prepare__hex-r-t__ZY9yj {
  right: 0;
  top: 420px;
  height: 250px;
}
.style_prepare__hex-r-b__UdW77 {
  right: 0;
  bottom: -140px;
  height: 322px;
}
.style_prepare__hex-l__NYQT5 {
  left: 0;
  bottom: -180px;
  height: 250px;
}
.style_prepare__container__PUjN_ {
  padding-bottom: 200px;
}
@media (max-width: 651px) {
  .style_prepare__container__PUjN_ {
    padding-bottom: 100px;
  }
}
.style_prepare__stepper__AUczI {
  counter-reset: step;
}
.style_prepare__step__AfsPh {
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
  max-width: 1104px;
  margin: 0 auto 73px;
}
.style_prepare__step__AfsPh:first-child .style_prepare__step-num___Xj_t {
  margin: 0 10px 0 -10px;
}
.style_prepare__step-content__o2qup {
  display: flex;
  width: 100%;
  grid-gap: 36px;
  gap: 36px;
  justify-content: space-between;
}
.style_prepare__step-side__zkvhU {
  position: relative;
}
.style_prepare__step-num___Xj_t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  font-style: normal;
  font-weight: 900;
  font-size: 218.339px;
  line-height: 289px;
  color: #2d253a;
  text-shadow: -4.14051px -0.828103px 5.79672px rgba(61, 48, 78, 0.41),
    4.14051px 8.28103px 14.9058px #201928;
  counter-increment: step;
}
.style_prepare__step-num___Xj_t:before {
  content: counter(step);
}
.style_prepare__step-line__rNQqA {
  position: absolute;
  left: 75px;
  bottom: -120px;
  width: 2px;
  height: 60%;
  filter: blur(1px);
  background: linear-gradient(
    180deg,
    rgba(56, 41, 96, 0.1),
    #00e28d 50%,
    rgba(56, 41, 96, 0.1)
  );
}
.style_prepare__step-title__AyobG {
  margin: 0 0 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--main-green);
}
.style_prepare__step-title_mobile__BZhCr {
  display: none;
}
.style_prepare__step-text__eMHvO {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #fff;
}
.style_prepare__step-text-content__N_6NC {
  max-width: 939px;
  width: 100%;
  padding: 45px 65px 43px 50px;
  background: linear-gradient(
    180deg,
    rgba(48, 34, 78, 0.08) 16.79%,
    hsla(0, 0%, 100%, 0.054)
  );
  box-shadow: 0 21px 50px rgba(26, 20, 34, 0.84),
    inset 2px 1px 3px rgba(55, 48, 73, 0.58),
    inset 118px 0 93px rgba(33, 26, 40, 0.47),
    inset -105px 0 100px rgba(62, 54, 70, 0.04),
    inset 0 1px 3px hsla(0, 0%, 100%, 0.26),
    inset 22px 0 70px -9px rgba(56, 41, 96, 0.47);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
}
.style_prepare__step-links__Wylai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.style_prepare__step-link__7yyZM {
  display: flex;
  align-items: center;
  grid-gap: 17px;
  gap: 17px;
  font-size: 25px;
  font-weight: 300;
}
.style_prepare__step-buttons__Zi3zS {
  display: flex;
  grid-gap: 21px;
  gap: 21px;
  margin-top: 52px;
}
.style_prepare__step-button__XcKy7 {
  display: block;
  padding: 10px 36px;
  color: #000;
  font-weight: 500;
  border-radius: 40px;
}
.style_prepare__step__AfsPh:last-child {
  margin-bottom: 0;
}
.style_prepare__arrow-link__ALXMC {
  width: 32px;
}
.style_prepare__button__2yrjb,
.style_prepare__button_mobile__0HbpD {
  display: block;
  padding: 20px 78px;
  margin: 85px auto 0;
  max-width: 357px;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #241f2a;
  background: #00e28d;
  box-shadow: 0 4px 23px rgba(51, 219, 156, 0.35);
  border-radius: 25px;
}
.style_prepare__button_mobile__0HbpD,
.style_prepare__mobile-br__k_Q19 {
  display: none;
}
.style_prepare__desktop-br__P0TUt {
  display: block;
}
@media (max-width: 960px) {
  .style_prepare__hex-l__NYQT5,
  .style_prepare__hex-r-b__UdW77,
  .style_prepare__hex-r-t__ZY9yj {
    display: none;
  }
  .style_prepare__step__AfsPh {
    margin-bottom: 30px;
  }
  .style_prepare__step-line__rNQqA {
    z-index: -1;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .style_prepare__title__XzuOj {
    font-size: 60px;
  }
  .style_prepare__step-content__o2qup {
    flex-direction: column;
    grid-gap: 34px;
    gap: 34px;
  }
  .style_prepare__step-side__zkvhU {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .style_prepare__step-title__AyobG {
    display: none;
  }
  .style_prepare__step-title_mobile__BZhCr {
    display: block;
    margin: 0;
  }
  .style_prepare__step-num___Xj_t {
    font-size: 143px;
    line-height: 1;
  }
  .style_prepare__step-line__rNQqA {
    display: none;
  }
  .style_prepare__step-links__Wylai {
    grid-gap: 10px;
    gap: 10px;
  }
  .style_prepare__step-link__7yyZM {
    grid-gap: 15px;
    gap: 15px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .style_prepare__title__XzuOj {
    font-size: 50px;
    line-height: 1;
  }
  .style_prepare__step-content__o2qup {
    grid-gap: 15px;
    gap: 15px;
  }
  .style_prepare__step-side__zkvhU {
    padding-left: 20px;
    padding-right: 20px;
    grid-gap: 20px;
    gap: 20px;
  }
  .style_prepare__step-title__AyobG {
    font-size: 20px;
    line-height: 26px;
  }
  .style_prepare__step-num___Xj_t {
    width: auto;
  }
  .style_prepare__step-buttons__Zi3zS {
    flex-wrap: wrap;
    justify-content: center;
  }
  .style_prepare__step-text-content__N_6NC {
    padding: 23px 23px 37px;
  }
  .style_prepare__step-links__Wylai {
    justify-content: space-around;
  }
  .style_prepare__step-link__7yyZM {
    grid-gap: 15px;
    gap: 15px;
    font-size: 20px;
  }
  .style_prepare__arrow-link__ALXMC,
  .style_prepare__step-link__7yyZM span {
    display: none;
  }
  .style_prepare__button__2yrjb {
    padding: 15px 36px;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
  }
  .style_prepare__mobile-br__k_Q19 {
    display: block;
  }
  .style_prepare__desktop-br__P0TUt {
    display: none;
  }
}
