.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #1b1b1b;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c3c3c3;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #727272;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #727272;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #3f3f3f;
  font-weight: 400;
  text-decoration: none;
}

img {
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #b6c5d4;
  font-size: 18px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #3bfc14;
  color: #282828;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fb;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  padding: 20px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e6f0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.text-field::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field::placeholder {
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1b1b1b;
}

.sidebar-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 250px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-left-color: #95fdff;
  opacity: 1;
  color: #95fdff;
}

.nav-link:focus {
  border-left-color: #95fdff;
  opacity: 1;
}

.nav-link.w--current {
  border-left: 2px solid #95fdff;
  opacity: 1;
  color: #95fdff;
}

.sidebar-logo-wrapper {
  padding: 30px 24px 60px;
}

.sidebar-logo {
  max-height: 40px;
  max-width: 100%;
}

.nav-icon {
  margin-right: 20px;
}

.nav-divider {
  height: 1px;
  margin: 24px;
  background-color: rgba(255, 255, 255, 0.09);
}

.nav-divider.neongreen {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown {
  margin-right: 1px;
  margin-left: 0px;
}

.mobile-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  display: none;
  padding: 16px 24px;
  border-top: 1px solid #e1e6f0;
}

.mobile-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lottie-menu-icon {
  width: 32px;
  height: 32px;
  margin-top: -3px;
}

.text-primary-blue {
  color: #763ff9;
}

.back-to-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.back-to-home.text-primary-blue {
  color: #763ff9;
}

.alert-module-link {
  margin-left: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.presentation-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 3px 8px 0 rgba(118, 135, 154, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.presentation-module:hover {
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 8px 15px 0 rgba(118, 135, 154, 0.2);
}

.footer {
  margin-top: 24px;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.footer-link-123 {
  color: #b6c5d4;
  font-weight: 500;
}

.banner-avatar-name {
  margin-bottom: 0px;
  line-height: 20px;
}

.banner-avatar-caption {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #627183;
  font-size: 14px;
  line-height: 22px;
}

.banner-avatar-image {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  text-transform: uppercase;
}

.faq-item-basic {
  left: auto;
  right: auto;
  display: block;
  padding: 10px;
  border-radius: 12px;
  background-color: rgba(243, 245, 251, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.milestone-circle {
  position: absolute;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.46);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #111;
}

.social-icon:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.social-icon.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
}

.social-icon.small:hover {
  opacity: 1;
}

.icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-app {
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.container-3 {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dropdown-2 {
  width: 100%;
  max-width: 238px;
}

.app-h2 {
  color: #fff;
  font-weight: 700;
}

.app-section {
  min-height: 85vh;
}

.app-container {
  display: block;
  max-width: 70vw;
}

.image-4 {
  height: 33px;
}

.app-logo-link {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 160px;
  height: 34px;
}

.select-coin-from {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), transparent);
  color: #727272;
  cursor: pointer;
}

.select-coin-from:hover {
  border-color: #e03efd;
}

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 111;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}

.connect-wallet {
  position: absolute;
  top: 20px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.connect-wallet:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.connect-wallet.neongreen {
  border-width: 2px;
  border-color: #18161a;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #000;
}

.connect-wallet.neongreen:hover {
  border-width: 2px;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.text-block-9 {
  position: relative;
  display: inline-block;
  height: 34px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
}

.div-block-327 {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 32px;
  padding-right: 5px;
  padding-left: 10px;
  line-height: 32px;
}

.coinoverview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.text-block-10 {
  padding-right: 10px;
  line-height: 40px;
}

.text-block-10.usdfi {
  color: #3bfc14;
}

.text-block-10.stable {
  color: #3bfc14;
}

.text-block-10.meta {
  color: #3bfc14;
}

.text-block-11 {
  line-height: 40px;
}

.image-6-copy {
  width: 40px;
  height: 40px;
  padding: 6px;
}

.btn-more-text {
  position: relative;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.app-sidebar {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.app-sidebar-content {
  position: fixed;
  left: 0%;
  top: 120px;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 6%, 0.38);
  background-image: none;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.14);
}

.nav-link-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 5px;
  padding: 5px 10px 5px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-app:hover {
  border-left-color: #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.nav-link-app:focus {
  border-left-color: #3bfc14;
  opacity: 1;
}

.nav-link-app.w--current {
  border-left: 2px solid #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.nav-link-app.w--current:hover {
  color: #3bfc14;
}

.nav-link-app.w--current:active {
  color: #3bfc14;
}

.nav-link-app.w--current:focus {
  color: #3bfc14;
}

.nav-link-app.w--current:focus-visible {
  color: #3bfc14;
}

.nav-link-app.w--current[data-wf-focus-visible] {
  color: #3bfc14;
}

.app-nav-icon {
  overflow: hidden;
  margin-right: 15px;
}

.icon-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  color: hsla(0, 0%, 100%, 0.04);
  font-size: 88px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-16-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-328-copy {
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 5px;
  line-height: 32px;
}

.arrow-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.body-web-black {
  overflow: visible;
  background-color: #000;
  background-image: none;
}

.body-black {
  min-height: 100vh;
  background-color: #000;
}

._3-columns {
  margin-top: 0px;
  margin-bottom: 20px;
}

.columns-4 {
  position: relative;
  display: block;
  width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: rgba(17, 17, 17, 0.46);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.46);
}

.text-block-19 {
  padding-right: 5px;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
}

.column-8 {
  padding-left: 20px;
}

.text-block-20 {
  padding-left: 10px;
  color: hsla(0, 0%, 100%, 0.75);
}

.text-block-20.neongreen {
  padding-left: 5px;
  color: #3bfc14;
  font-size: 14px;
}

.text-span-4 {
  color: #3bfc14;
}

.app-wrapper {
  overflow: hidden;
  min-height: 100vh;
  background-image: radial-gradient(circle closest-corner at 70% 70%, hsla(0, 0%, 48%, 0.22), hsla(0, 0%, 100%, 0)), radial-gradient(circle closest-corner at 30% 20%, hsla(195, 0%, 46%, 0.18), transparent), linear-gradient(135deg, #111114, #1b1b1f 95%);
}

.standard-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px;
}

.text-standard {
  margin-bottom: 40px;
  color: #c3c3c3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-standard.small {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-standard.small.margintop {
  display: none;
  margin-top: 20px;
}

.btn-link-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 20px;
  padding: 2px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-link-app:hover {
  border-color: #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.btn-link-app:focus {
  border-color: #3bfc14;
  opacity: 1;
}

.btn-link-app.w--current {
  border-left: 2px solid #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.btn-link-app.w--current:hover {
  color: #3bfc14;
}

.btn-link-app.w--current:active {
  color: #3bfc14;
}

.btn-link-app.w--current:focus {
  color: #3bfc14;
}

.btn-link-app.w--current:focus-visible {
  color: #3bfc14;
}

.btn-link-app.w--current[data-wf-focus-visible] {
  color: #3bfc14;
}

.text-span-8 {
  color: #3bfc14;
}

.div-load {
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.08), transparent), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(0, 0, 0, 0.89)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.08), transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.89));
}

.load-logo {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-app {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-app:hover {
  opacity: 1;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line-small {
  width: 1px;
  height: 16px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #e4e6f1;
  opacity: 0.5;
}

.container-large-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-app {
  position: relative;
  padding: 20px;
}

.text-block-22 {
  line-height: 18px;
}

.burger {
  display: none;
}

.app-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.app-content-container.nomargin {
  margin-top: -40px;
}

.app-content-box {
  position: relative;
  width: 500px;
}

.app-bg-headline {
  color: hsla(0, 0%, 100%, 0.04);
  font-size: 88px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.app-interaction-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 500px;
  min-height: 450px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.1), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 hsla(0, 0%, 100%, 0.1), 1px 1px 6px 0 hsla(0, 0%, 100%, 0.35);
}

.app-interaction-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.app-nav-item {
  width: 120px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 100px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.app-nav-item:hover {
  color: #fff;
}

.app-nav-item.w--current {
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #fff;
}

.text-block-25 {
  border-radius: 100px;
}

.text-block-25:hover {
  background-color: #353737;
}

.arrows {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.app-column {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 0px solid #000;
  border-radius: 20px;
}

.coin-column {
  padding-right: 0px;
  padding-left: 0px;
  cursor: pointer;
}

.coin-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.coin-select:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(hsla(0, 0%, 100%, 0.04)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
}

.coin-logo {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 10px;
}

.name-wrapper {
  position: relative;
  display: block;
  width: 100px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coin-title {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.coin-description {
  color: rgba(255, 255, 255, 0.47);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.input-column {
  padding-right: 0px;
  padding-left: 0px;
}

.app-input-field-copy {
  width: 100%;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 20px;
  border: 0px none #000;
  border-radius: 0px 20px 20px 0px;
  background-color: rgba(255, 255, 255, 0.03);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5) 22%, hsla(0, 0%, 100%, 0.03));
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
}

.app-input-field-copy::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.app-input-field-copy:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.app-input-field-copy::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.app-input-field-copy::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.link-block-2-copy {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 40px;
  height: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  opacity: 0.4;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block-2-copy:hover {
  opacity: 1;
}

.arrow-start-copy {
  position: absolute;
  top: -3px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 36px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2d2d2d;
}

.icon-16-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-one-copy {
  position: absolute;
  top: -4px;
  z-index: 0;
  display: block;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsla(0, 0%, 100%, 0.04);
}

.icon-16-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-two-copy {
  position: absolute;
  top: 4px;
  display: block;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsla(0, 0%, 100%, 0.02);
}

.icon-16-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  display: block;
  width: 34px;
  height: 50px;
  margin-right: 10px;
}

.arrow-container {
  height: 50px;
}

.infocontainer {
  margin-top: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: left;
}

.column-pricefee {
  padding-left: 20px;
}

.pricetext {
  height: 21px;
  padding-top: 5px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.pricecoin {
  color: #3bfc14;
}

.coincalculation {
  font-size: 18px;
}

.coincalculationname {
  color: #3bfc14;
  font-weight: 700;
}

.feecontainer {
  font-size: 14px;
  text-transform: uppercase;
}

.fee {
  color: #3bfc14;
}

.columnslippagetext {
  padding-right: 0px;
}

.slippagetext {
  height: 46px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
}

.textminimalprice {
  display: block;
  height: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: right;
  text-transform: uppercase;
}

.minimalpricecoin {
  color: #3bfc14;
}

.slippageselect {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.slippage {
  width: 90px;
  height: 38px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
  border-style: none solid none none;
  border-width: 0px 10px 0px 0px;
  border-color: #000 #303031 #000 #000;
  border-radius: 20px;
  background-color: #303031;
  color: #3bfc14;
}

.slippage:hover {
  border-right-width: 10px;
  border-right-color: #3f3f3f;
  background-color: #3f3f3f;
}

.slippage:active {
  border-right-width: 10px;
}

.slippage:focus {
  border-right-width: 10px;
}

.slippage:focus-visible {
  border-right-width: 10px;
}

.slippage[data-wf-focus-visible] {
  border-right-width: 10px;
}

.minprice {
  display: block;
  height: 28px;
  padding-left: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.connectwalletbutton {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #18161a;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.connectwalletbutton:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.connectwalletbutton.connect-wallet {
  display: none;
}

.connectwalletbutton.connect-wallet.fixwidth {
  display: none;
  width: 240px;
}

.connectwalletbutton.connect-wallet.connectunten {
  display: none;
}

.connectwalletbutton.connectunten {
  display: none;
}

.connectwallettext {
  display: block;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.enabletext {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit {
  display: none;
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3bfc14;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit:hover {
  opacity: 1;
}

.app-form-wrapper {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.enablebutton {
  position: relative;
  top: auto;
  right: auto;
  display: none;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #18161a;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.enablebutton:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.app-header {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.h1 {
  color: hsla(0, 0%, 100%, 0.88);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h1.green {
  color: #3bfc14;
}

.h1.orange {
  color: #f7b65b;
}

.h1.red {
  color: #ff1a61;
}

.description {
  color: hsla(0, 0%, 100%, 0.59);
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.success {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.92);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.06), transparent);
}

.popup-header {
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.feedback {
  padding-bottom: 20px;
  text-align: center;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 60px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.link {
  color: #fff;
}

.link:hover {
  color: #3bfc14;
}

.link.orange:hover {
  color: #f7b65b;
}

.link.red:hover {
  color: #ff1a61;
}

.txc {
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.popup-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn-small {
  position: relative;
  display: block;
  width: 100px;
  margin: 5px 20px;
  padding: 2px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3bfc14;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-small:hover {
  border-color: #3bfc14;
  background-color: #3bfc14;
  opacity: 1;
  color: #111;
}

.btn-small:focus {
  border-color: #3bfc14;
  opacity: 1;
}

.btn-small.w--current {
  border-left: 2px solid #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.btn-small.w--current:hover {
  color: #3bfc14;
}

.btn-small.w--current:active {
  color: #3bfc14;
}

.btn-small.w--current:focus {
  color: #3bfc14;
}

.btn-small.w--current:focus-visible {
  color: #3bfc14;
}

.btn-small.w--current[data-wf-focus-visible] {
  color: #3bfc14;
}

.btn-small.red:hover {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.btn-small.red:focus {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.btn-small.red.w--current {
  border-left-color: #ff1a61;
  color: #cd3161;
}

.btn-small.orange {
  border-color: #f7b65b;
  color: #f7b65b;
}

.btn-small.orange:hover {
  background-color: #f7b65b;
  color: #111;
}

.btn-small.red {
  border-color: #ff1a61;
  color: #ff1a61;
}

.btn-small.red:hover {
  background-color: #ff1a61;
  color: #111;
}

.close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.close-icon.red {
  color: #ff1a61;
}

.close-icon.white {
  color: #fff;
}

.close-icon.orange {
  color: #f7b65b;
}

.alert {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.92);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.06), transparent);
}

.icon-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7b65b;
}

.icon-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.failed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.92);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.06), transparent);
}

.icon-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff1a61;
}

.loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.92);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.06), transparent);
}

.loading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
}

.icon-loading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 25% 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.coinchange {
  position: absolute;
  left: 70px;
  top: 65px;
  z-index: 301;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px;
  border-radius: 100px;
  background-color: #2d2d2d;
  box-shadow: 0 0 9px -1px #000;
  color: #fff;
}

.coinchange:hover {
  background-color: #323232;
  color: #3bfc14;
}

.app-nav-tab {
  margin-top: 10px;
  padding: 3px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 100px;
}

.selectcoin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.92);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.06), transparent);
}

.grid-3 {
  margin: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-26 {
  display: inline-block;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
}

.image-8 {
  width: 26px;
  margin-right: 5px;
}

.coinlistselect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2d2d2d;
  opacity: 1;
  -webkit-transition: background-color 250ms ease, opacity 250ms ease;
  transition: background-color 250ms ease, opacity 250ms ease;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.coinlistselect:hover {
  background-color: #3f3f3f;
}

.priceimpact {
  display: block;
  height: 28px;
  padding-left: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.textpriceimpact {
  display: block;
  height: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: right;
  text-transform: uppercase;
}

.infocontainer-liquidity {
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.23);
  text-align: left;
}

.coinpriceone {
  text-align: center;
}

.pricetextliquidity {
  height: 21px;
  padding-top: 5px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.coincalculationliquidity {
  font-size: 18px;
}

.coinpricetwo {
  text-align: center;
}

.shareofpool {
  text-align: center;
}

.shareofpoolperc {
  font-size: 18px;
}

.arrow-back {
  position: absolute;
  top: -80px;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.icon-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.app-form-wrapper-liquidity {
  position: relative;
  display: none;
  margin-bottom: 0px;
}

.app-overview-liquidity {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.button-white {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #fff, #cecece);
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.button-white:hover {
  opacity: 1;
}

.button-white-text {
  display: block;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text {
  font-weight: 300;
}

.text.center {
  text-align: center;
}

.space {
  width: 100%;
  height: 20px;
}

.space._40 {
  height: 40px;
}

.yourliquiditybox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}

.app-pool-content-container {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.pool-wrapper-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 0px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.1), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: 0 0 3px 0 hsla(0, 0%, 100%, 0.1), 0 0 1px 0 hsla(0, 0%, 100%, 0.35);
}

.pool-wrapper-2.first {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.pool-wrapper-2.last {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pools-name {
  height: 60px;
}

.pool-name {
  height: 60px;
}

.pool-data {
  height: 60px;
}

.pool-logo-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 34px;
  height: 60px;
  margin-right: 10px;
}

.pool-logo-wrapper-2 {
  position: absolute;
  left: 34px;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 34px;
  height: 60px;
  margin-right: 10px;
}

.pool-coin-logo {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 13px;
  border-radius: 100px;
  box-shadow: 1px 0 3px 1px #000;
}

.text-block-27 {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.pool-label {
  margin-top: 14px;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 12px;
  line-height: 12px;
}

.pool-data-number {
  font-size: 18px;
}

.pool-overview-grid {
  -ms-grid-columns: 1.75fr 1fr 1fr 1.25fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.liquidity-columns {
  margin-top: 5px;
  margin-bottom: 5px;
}

.remove-liquidity-coin-name {
  display: inline;
  text-transform: uppercase;
}

.liquidity-coin-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.liqudity-column-left {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 300;
}

.liquidity-column-right {
  color: #c3c3c3;
  font-size: 14px;
  text-align: right;
}

.liquiditylist {
  display: block;
  padding-top: 10px;
}

.liqudity-header {
  position: relative;
}

.liquidity-coin-logo-2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -2px;
}

.liqudity-header-text {
  display: inline;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.liquidity-coin-logo-1 {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.button-neongreen {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #18161a;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.button-neongreen:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.button-neongreen.split {
  width: auto;
  min-width: 160px;
  padding-right: 20px;
  padding-left: 20px;
}

.button-neongreen.split.small {
  height: 34px;
  border-color: #252525;
  font-size: 14px;
  line-height: 32px;
}

.button-neongreen.split.small:hover {
  border-color: #3bfc14;
}

.liquidity-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-neongreen-text {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.iconshow {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  padding-top: 0px;
}

.iconshow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.app-form-wrapper-delete-liquidity {
  position: relative;
  display: none;
  margin-bottom: 0px;
}

.infocontainer-remove-liquidity-copy {
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.23);
  text-align: left;
}

.selectpercentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.buttonpercentage {
  padding: 15px 30px;
  border-radius: 10px;
  background-color: rgba(17, 17, 17, 0.4);
  color: #c3c3c3;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.buttonpercentage:hover {
  background-color: #3bfc14;
  color: #111;
}

.buttonpercentage.active {
  background-color: #3bfc14;
  color: #111;
  cursor: pointer;
}

.yourliquidityboxremove {
  margin-top: 10px;
  padding: 20px;
}

.liquiditylistremove {
  display: block;
}

.button-confirmation-remove {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  display: block;
  width: 90%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #18161a;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.button-confirmation-remove:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.confirmationremovetokenlist {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.remove-liquidity-columns {
  margin-top: 5px;
  margin-bottom: 5px;
}

.remove-liqudity-column-left {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 300;
}

.remove-liquidity-coin-logo {
  display: inline-block;
  width: 38px;
  height: 28px;
  margin-top: -10px;
  margin-left: 10px;
  line-height: 28px;
}

.remove-liquidity-column-right {
  color: #c3c3c3;
  font-size: 14px;
  line-height: 38px;
  text-align: right;
}

.remove-liquidity-con-number {
  font-size: 24px;
  line-height: 38px;
}

.icon-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.buttoncloseconfirrmation {
  position: absolute;
  right: 20px;
  overflow: hidden;
  width: 34px;
  height: 34px;
}

.confirmation-add-wrapper {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 10000;
  display: none;
  width: 90%;
  height: 90%;
  padding: 20px;
  border-radius: 20px;
  background-color: #111;
  box-shadow: 1px 1px 20px 1px #000;
}

.confirmation-remove-wrapper {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 10000;
  display: none;
  width: 90%;
  height: 90%;
  padding: 20px;
  border-radius: 20px;
  background-color: #111;
  box-shadow: 1px 1px 20px 1px #000;
}

.balanceof-wrapper {
  display: none;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: rgba(255, 26, 97, 0.09);
}

.balanceoftext {
  color: #ff1a61;
  font-weight: 300;
  text-align: center;
}

.description-loader {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.liqudity-header-remove {
  position: relative;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.remove-liquidity-coin-lp-number {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-remove {
  display: none;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3bfc14;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-remove:hover {
  opacity: 1;
}

.balanceof {
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: #737474;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.coin-select-nohover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.notes {
  padding-left: 10px;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 18px;
}

.unstakerequest-wrapper {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.unstake-request-button {
  display: none;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3bfc14;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.unstake-request-button:hover {
  opacity: 1;
}

.countdown {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #c3c3c3;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.unstakerequest-countdown {
  position: relative;
  display: none;
  margin-bottom: 0px;
}

.unstake-form-wrapper {
  position: relative;
  display: none;
  margin-bottom: 0px;
}

.mydata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-box {
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
  padding-top: 40px;
  border-radius: 20px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, 0.11);
}

.content-header {
  margin-bottom: 30px;
  text-align: center;
}

.columns-6 {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.affilliate-state-column {
  display: block;
  width: 600px;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-block-left {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.state-block-left.orange {
  color: #f7b65b;
}

.state-subline {
  width: 100%;
  padding-bottom: 5px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.state-headline {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.state-block-middle {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.state-block-middle.red {
  color: #ff1a61;
}

.state-block-right {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.state-block-right.orange {
  color: #f7b65b;
}

.affiliate-state-columns {
  padding-right: 0px;
  padding-left: 0px;
}

.column-title {
  color: #fff;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.column-text {
  display: inline;
  margin-top: 5px;
}

.column-text.url {
  font-size: 12px;
}

.affilliate-state-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-affiliate-copy-link {
  display: inline-block;
  width: 80px;
  height: 20px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  color: #3bfc14;
  line-height: 20px;
  cursor: pointer;
}

.btn-affiliate-copy-link:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-color: #3bfc14;
  color: #282828;
}

.column-12 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.column-13 {
  line-height: 22px;
}

.column-14 {
  line-height: 22px;
}

.column-15 {
  line-height: 22px;
}

.content-connect-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.error-message {
  width: 0px;
  height: 0px;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: transparent;
}

.text-span-9 {
  color: #3bfc14;
}

.claim {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #18161a;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #111;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.claim:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.claim.neongreen {
  display: none;
}

.unstakeall-submit-button {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3bfc14;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.unstakeall-submit-button:hover {
  opacity: 1;
}

.unstakeall-submit-button.neongreen {
  display: none;
}

.text-span-10 {
  color: #3bfc14;
}

@media screen and (min-width: 1280px) {
  .button:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  img {
    display: block;
  }

  .sidebar-content {
    width: 325px;
  }

  .nav-link.w--current {
    color: #8affff;
  }

  .sidebar-logo-wrapper {
    padding-bottom: 30px;
  }

  .sidebar-logo {
    max-height: 40px;
    max-width: 100%;
  }

  .nav-link-app.w--current {
    color: #3bfc14;
  }

  .btn-link-app.w--current {
    color: #3bfc14;
  }

  .btn-small.w--current {
    color: #3bfc14;
  }
}

@media screen and (min-width: 1920px) {
  .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coin-logo {
    display: inline;
  }

  .pool-coin-logo {
    display: inline;
  }

  .liquidity-coin-logo {
    display: inline;
  }

  .liquidity-coin-logo-2 {
    display: inline;
  }

  .liquidity-coin-logo-1 {
    display: inline;
  }

  .remove-liquidity-coin-logo {
    display: inline;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-sidebar {
    z-index: 500;
  }

  .sidebar-content {
    -webkit-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px);
  }

  .sidebar-logo-wrapper {
    padding-bottom: 24px;
  }

  .mobile-bar {
    display: block;
    border-top-style: none;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(17, 17, 17, 0.04), #191c53);
  }

  .navbar-app {
    height: 65px;
  }

  .app-section {
    margin-top: 40px;
  }

  .app-container {
    max-width: none;
  }

  .app-logo-link {
    position: absolute;
  }

  .connect-wallet.neongreen {
    right: 20px;
  }

  .app-sidebar {
    top: 0px;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .app-sidebar-content {
    top: 0px;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: #0f0f0f;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .nav-link-app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-link-app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-app {
    margin-bottom: 60px;
  }

  .burger {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.82);
    box-shadow: 0 0 11px -3px rgba(255, 255, 255, 0.55);
    text-align: center;
    cursor: pointer;
  }

  .burger-line {
    position: absolute;
    top: 2px;
    display: block;
    width: 18px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .burger-line-2 {
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 18px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .text-block-23 {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .burger-lines {
    position: relative;
    display: block;
    width: 18px;
    height: 12px;
  }

  .btn-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .sidebar-logo {
    max-height: 24px;
  }

  .nav-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .alert-module-link {
    margin-left: 16px;
  }

  .faq-item-basic {
    padding: 14px 0px;
  }

  .app-h2 {
    margin-top: 10px;
  }

  .connect-wallet.neongreen {
    right: 20px;
  }

  .coinoverview {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link-app {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  ._3-columns {
    margin-bottom: 0px;
    padding-left: 50px;
  }

  .columns-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-20.neongreen {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-link-app {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .column-11 {
    padding-left: 0px;
  }

  .footer-link-app {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .app-content-container {
    margin-top: 20px;
  }

  .btn-small {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .app-pool-content-container {
    margin-top: 20px;
  }

  .mydata {
    margin-top: 20px;
  }

  .columns-6 {
    padding-top: 20px;
  }

  .state-block-left.orange {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .state-block-middle.red {
    border-style: none solid;
    border-right-width: 2px;
    border-right-color: rgba(255, 255, 255, 0.1);
    border-left-width: 2px;
    border-left-color: rgba(255, 255, 255, 0.1);
  }

  .state-block-right.orange {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .column-title {
    text-align: left;
  }

  .btn-affiliate-copy-link {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 18px;
  }

  .banner-avatar-wrapper {
    margin-bottom: 20px;
  }

  .app-section {
    min-height: 80vh;
  }

  .app-logo-link {
    width: 90px;
  }

  .connect-wallet.neongreen {
    right: 20px;
    width: 136px;
    height: 32px;
  }

  .text-block-9 {
    height: 28px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 28px;
  }

  .icon-8 {
    height: 28px;
    line-height: 28px;
  }

  .div-block-327 {
    height: 28px;
    line-height: 28px;
  }

  .coinoverview {
    font-size: 14px;
  }

  .text-block-18 {
    font-size: 70px;
  }

  .div-block-328-copy {
    height: 28px;
    line-height: 28px;
  }

  ._3-columns {
    padding-left: 5px;
  }

  .columns-4 {
    width: auto;
  }

  .text-block-19 {
    text-transform: uppercase;
  }

  .column-9 {
    margin-top: 20px;
  }

  .standard-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-standard {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .footer-menu {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-app {
    line-height: 32px;
  }

  .footer-line-small {
    display: none;
  }

  .app-content-box {
    width: 300px;
    padding: 10px 0px;
  }

  .app-bg-headline {
    font-size: 70px;
  }

  .app-interaction-box {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .app-column {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .coin-select {
    height: 60px;
    padding: 5px;
  }

  .coin-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .name-wrapper {
    width: 60px;
    height: 40px;
  }

  .coin-title {
    font-size: 14px;
    line-height: 18px;
  }

  .coin-description {
    font-size: 11px;
    line-height: 16px;
  }

  .app-input-field-copy {
    height: 60px;
  }

  .text-block-21-copy {
    line-height: 24px;
  }

  .arrow-start-copy {
    top: -3px;
  }

  .arrow-one-copy {
    top: -4px;
  }

  .arrow-two-copy {
    top: 4px;
  }

  .column-pricefee {
    padding-left: 10px;
  }

  .pricetext {
    font-size: 10px;
  }

  .coincalculation {
    font-size: 14px;
  }

  .feecontainer {
    font-size: 12px;
  }

  .slippagetext {
    font-size: 11px;
  }

  .textminimalprice {
    font-size: 10px;
  }

  .slippage {
    width: 61px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .success {
    display: none;
  }

  .alert {
    display: none;
  }

  .failed {
    display: none;
  }

  .loading {
    display: none;
  }

  .loading-icon {
    height: 28px;
    line-height: 28px;
  }

  .coinchange {
    top: 55px;
  }

  .selectcoin {
    display: none;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .textpriceimpact {
    font-size: 10px;
  }

  .coinpriceone {
    padding-left: 10px;
  }

  .pricetextliquidity {
    font-size: 10px;
  }

  .coincalculationliquidity {
    font-size: 14px;
  }

  .coinpricetwo {
    padding-left: 10px;
  }

  .shareofpool {
    padding-left: 10px;
  }

  .shareofpoolperc {
    font-size: 14px;
  }

  .pool-coin-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .liquidity-coin-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .liquidity-coin-logo-2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .liquidity-coin-logo-1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .remove-liquidity-coin-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .coin-select-nohover {
    height: 60px;
    padding: 5px;
  }

  .mydata {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-title {
    font-size: 14px;
    line-height: 18px;
  }

  .column-text {
    display: block;
    font-size: 11px;
    line-height: 12px;
  }

  .column-text.url {
    font-size: 11px;
  }

  .btn-affiliate-copy-link {
    margin-top: 10px;
  }
}

#w-node-_4432c2cd-fa52-2d65-3904-63120175f398-874ae069 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9d013fbe-5073-da1d-ae44-e2303ac53d4f-874ae069 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9542b14e-eaa9-c67d-cc07-5d84160369e6-160369d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_13c30735-219c-a950-c5e4-33c597cfc4d4-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_558a5df8-c2ed-5ffc-f831-0b62fb4a1efb-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54656430-5963-6ebf-42a0-c42140d26f70-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e4706f9-f0de-9a86-1d41-d28140968acf-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d09643d-7721-f475-f3bf-586ce9752d2c-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d09643d-7721-f475-f3bf-586ce9752d31-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d09643d-7721-f475-f3bf-586ce9752d36-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d09643d-7721-f475-f3bf-586ce9752d3d-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2962f52e-00b1-d04c-7a45-6739b4d63cfe-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2962f52e-00b1-d04c-7a45-6739b4d63d03-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2962f52e-00b1-d04c-7a45-6739b4d63d08-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2962f52e-00b1-d04c-7a45-6739b4d63d0f-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4432c2cd-fa52-2d65-3904-63120175f398-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9d013fbe-5073-da1d-ae44-e2303ac53d4f-13bdbfe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4432c2cd-fa52-2d65-3904-63120175f398-1e10ea1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9d013fbe-5073-da1d-ae44-e2303ac53d4f-1e10ea1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9QPFUew.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZUSdy4Q.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYb9lecyU.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}