.about-block {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-block .about-img {
    width: 42%;
    position: relative;
  }
  .about-block .about-text {
    width: 56%;
  }
  .about-block .about-text p {
    max-width: 820px;
    font-size: 20px;
  }
  .about-block img {
    max-width: 100%;
    transform: translate(40px, 60px);
    border-radius: 4px;
    width: 90%;
    height: 90%;
    object-fit: cover;
    z-index: 1;
    position: relative;
  }
  @media (max-width: 1024px) {
    .about-block {
      padding-top: 70px;
    }
    .about-block .about-text {
      width: 60%;
    }
    .about-block .about-img {
      width: 35%;
    }
    .about-block img {
      transform: translate(20px, 30px);
    }
  }
  @media (max-width: 768px) {
    .about-block {
      display: block;
      padding-top: 30px;
      padding-bottom: 50px;
    }
    .about-block .about-text {
      width: 100%;
    }
    .about-block .about-text p {
      font-size: 16px;
    }
    .about-block .about-img {
      width: 100%;
      max-width: 270px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  @-webkit-keyframes Gradient-data-v-86593694 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-86593694 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  header[data-v-86593694] {
    background: linear-gradient(45deg, #fa5096, #faa032);
    box-sizing: border-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.12);
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0 24px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
  }
  header .super-nav[data-v-86593694] {
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #5078f0;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  @media screen and (max-width: 535px) {
    header .super-nav[data-v-86593694] {
      padding: 6px;
      font-size: 14px;
    }
  }
  header .super-nav a[data-v-86593694] {
    font-family: DM Sans, sans-serif;
    color: #fff;
    text-decoration: none;
  }
  header .nav-home[data-v-86593694] {
    display: flex;
    justify-content: flex-start;
  }
  header .nav-home .logo[data-v-86593694] {
    width: 85px;
    height: 25px;
    margin: 0 24px;
    display: block;
    background-image: url(files/18910e0.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 85px 25px;
    text-decoration: none;
    text-indent: -9999em;
    color: #716c80;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
  }
  @media screen and (max-width: 1024px) {
    header .nav-home .logo[data-v-86593694] {
      margin: 0 12px 0 0;
      width: 68px;
      height: 20px;
      background-size: 68px 20px;
    }
  }
  header .nav-tagline[data-v-86593694] {
    text-align: left;
    color: #fff;
    font-family: DM Sans, sans-serif;
  }
  @media screen and (max-width: 800px) {
    header .nav-tagline[data-v-86593694] {
      display: none;
    }
  }
  header nav a[data-v-86593694] {
    padding: 24px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: DM Sans, sans-serif;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
  }
  @media screen and (max-width: 1024px) {
    header nav a[data-v-86593694] {
      padding: 12px;
      font-size: 14px;
    }
  }
  @media screen and (max-width: 585px) {
    header nav a[data-v-86593694] {
      padding: 12px 6px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 480px) {
    header nav a[data-v-86593694] {
      padding: 6px 3px;
    }
  }
  header nav a[data-v-86593694]:hover {
    color: #4995ff;
  }
  @-webkit-keyframes Gradient-data-v-e4b63dba {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-e4b63dba {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  section.hero[data-v-e4b63dba] {
    background: linear-gradient(
      -135deg,
      #faa032,
      #faa032,
      #fa5096,
      #d246fa,
      #5078f0,
      #50be28,
      #50be28
    );
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    padding: 130px 0 0;
    text-align: center;
  }
  @media screen and (max-width: 1024px) {
    section.hero[data-v-e4b63dba] {
      min-height: 0;
    }
  }
  @media screen and (max-width: 768px) {
    section.hero[data-v-e4b63dba] {
      padding: 115px 0 0;
    }
  }
  @media screen and (max-width: 480px) {
    section.hero[data-v-e4b63dba] {
      padding: 100px 0 0;
    }
  }
  .hero-phone[data-v-e4b63dba] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 144px;
  }
  @media screen and (max-width: 1300px) {
    .hero-phone[data-v-e4b63dba] {
      margin-top: 48px;
    }
  }
  @media screen and (max-width: 1024px) {
    .hero-phone[data-v-e4b63dba] {
      height: 700px;
      margin-top: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .hero-phone[data-v-e4b63dba] {
      height: 500px;
      margin-top: 0;
    }
  }
  .features[data-v-e4b63dba] {
    background-color: #141432;
    color: #fff;
  }
  .feature-cloud[data-v-e4b63dba] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px;
  }
  .feature-cloud span[data-v-e4b63dba] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 12px;
    padding: 24px;
    background-color: hsla(0, 0%, 100%, 0.1);
    font-size: 40px;
    font-family: DM Sans, sans-serif;
  }
  @media screen and (max-width: 1024px) {
    .feature-cloud span[data-v-e4b63dba] {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 875px) {
    .feature-cloud span[data-v-e4b63dba] {
      margin: 6px;
      padding: 12px;
      font-size: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .feature-cloud span[data-v-e4b63dba] {
      margin: 6px;
      padding: 12px;
      font-size: 18.08px;
    }
  }
  .feature-cloud span.blue[data-v-e4b63dba] {
    background-color: #5078f0;
  }
  .feature-cloud span.orange[data-v-e4b63dba] {
    background-color: #faa032;
  }
  .feature-cloud span.green[data-v-e4b63dba] {
    background-color: #50be28;
  }
  .feature-cloud span.magenta[data-v-e4b63dba] {
    background-color: #d246fa;
  }
  .feature-cloud span.pink[data-v-e4b63dba] {
    background-color: #fa5096;
  }
  .feature-cloud span.primary-gradient[data-v-e4b63dba] {
    background: linear-gradient(45deg, #fa5096, #faa032);
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .hero-links {
    margin: 48px 0 0;
    width: 100%;
  }
  @media screen and (max-width: 851px) {
    .hero-links {
      display: inline-block;
      margin: 48px auto 0;
      text-align: center;
    }
  }
  @media screen and (max-width: 768px) {
    .hero-links {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
    }
  }
  .hero-link {
    display: inline-block;
    height: 48px;
    width: 168px;
    margin: 6px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999em;
    color: hsla(0, 0%, 100%, 0);
  }
  @media screen and (max-width: 350px) {
    .hero-link {
      display: block;
      margin: 12px auto;
    }
  }
  @media screen and (max-width: 851px) {
    .hero-link {
      display: inline-block;
      margin: 12px auto;
      text-align: center;
    }
  }
  .download-ios {
    background-image: url(files/9c2a4b3.svg);
  }
  @media screen and (max-width: 499px) {
    .download-ios {
      margin-top: 0;
    }
  }
  .download-google {
    background-image: url(files/ec47387.svg);
    height: 49px;
  }
  @media screen and (max-width: 342px) {
    .shame-link-spacer {
      display: none;
    }
  }
  @-webkit-keyframes Gradient-data-v-fe52cf5c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-fe52cf5c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .phone-outer-container[data-v-fe52cf5c] {
    box-shadow: 0 15px 35px rgba(50, 50, 90, 0.25), 0 5px 15px rgba(0, 0, 0, 0.12);
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    box-sizing: content-box;
    width: 375px;
    min-width: 375px;
    height: 812px;
    min-height: 812px;
    padding: 12px;
    position: relative;
    border: 4px solid #394551;
    background-color: #030306;
  }
  @media screen and (max-width: 1300px) {
    .phone-outer-container[data-v-fe52cf5c] {
      -webkit-transform: scale(0.8) translateY(0);
      transform: scale(0.8) translateY(0);
    }
  }
  @media screen and (max-width: 1024px) {
    .phone-outer-container[data-v-fe52cf5c] {
      -webkit-transform: scale(0.6) translateY(0);
      transform: scale(0.6) translateY(0);
    }
  }
  @media screen and (max-width: 768px) {
    .phone-outer-container[data-v-fe52cf5c] {
      -webkit-transform: scale(0.4) translateY(0);
      transform: scale(0.4) translateY(0);
    }
  }
  .phone-outer-container.hero[data-v-fe52cf5c] {
    -webkit-transform: scale(1.25) translateY(0);
    transform: scale(1.25) translateY(0);
    margin: 0 24px;
    z-index: 500;
  }
  @media screen and (max-width: 1300px) {
    .phone-outer-container.hero[data-v-fe52cf5c] {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
  }
  @media screen and (max-width: 1024px) {
    .phone-outer-container.hero[data-v-fe52cf5c] {
      -webkit-transform: scale(0.8) translateY(0);
      transform: scale(0.8) translateY(0);
    }
  }
  @media screen and (max-width: 768px) {
    .phone-outer-container.hero[data-v-fe52cf5c] {
      -webkit-transform: scale(0.55) translateY(0);
      transform: scale(0.55) translateY(0);
    }
  }
  .phone-outer-container.left[data-v-fe52cf5c] {
    margin-right: -48px;
  }
  @media screen and (max-width: 1300px) {
    .phone-outer-container.left[data-v-fe52cf5c] {
      margin-right: -120px;
    }
  }
  @media screen and (max-width: 1024px) {
    .phone-outer-container.left[data-v-fe52cf5c] {
      margin-right: -192px;
    }
  }
  @media screen and (max-width: 768px) {
    .phone-outer-container.left[data-v-fe52cf5c] {
      margin-right: -288px;
    }
  }
  @media screen and (max-width: 480px) {
    .phone-outer-container.left[data-v-fe52cf5c] {
      display: none;
    }
  }
  .phone-outer-container.right[data-v-fe52cf5c] {
    margin-left: -48px;
  }
  @media screen and (max-width: 1300px) {
    .phone-outer-container.right[data-v-fe52cf5c] {
      margin-left: -120px;
    }
  }
  @media screen and (max-width: 1024px) {
    .phone-outer-container.right[data-v-fe52cf5c] {
      margin-left: -192px;
    }
  }
  @media screen and (max-width: 768px) {
    .phone-outer-container.right[data-v-fe52cf5c] {
      margin-left: -288px;
    }
  }
  @media screen and (max-width: 480px) {
    .phone-outer-container.right[data-v-fe52cf5c] {
      display: none;
    }
  }
  .inner-container[data-v-fe52cf5c] {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    border: none;
    color: #141432;
  }
  .phone-chrome-notch[data-v-fe52cf5c] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 12px;
    left: 94px;
    height: 30px;
    width: 209px;
    z-index: 10;
    background-color: #000;
  }
  .phone-chrome-top[data-v-fe52cf5c] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 48px;
    height: 6px;
    top: 48px;
    margin-left: -24px;
    left: 50%;
    border: 1px solid #394551;
  }
  .phone-chrome-off[data-v-fe52cf5c],
  .phone-chrome-top[data-v-fe52cf5c] {
    position: absolute;
    background-color: #394551;
  }
  .phone-chrome-off[data-v-fe52cf5c] {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    height: 48px;
    width: 3px;
    right: -7px;
    top: 160px;
  }
  .phone-chrome-silent[data-v-fe52cf5c] {
    height: 24px;
    top: 90px;
  }
  .phone-chrome-silent[data-v-fe52cf5c],
  .phone-chrome-volup[data-v-fe52cf5c] {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    width: 3px;
    position: absolute;
    left: -7px;
    background-color: #394551;
  }
  .phone-chrome-volup[data-v-fe52cf5c] {
    height: 36px;
    top: 160px;
  }
  .phone-chrome-voldown[data-v-fe52cf5c] {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    height: 36px;
    width: 3px;
    position: absolute;
    left: -7px;
    top: 210px;
    background-color: #394551;
  }
  .phone-chrome-bottom[data-v-fe52cf5c] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 24px;
    margin-left: -24px;
    left: 50%;
    border: #394551;
    background-color: #394551;
  }
  @-webkit-keyframes Gradient-data-v-6e7e7722 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-6e7e7722 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .screen-container[data-v-6e7e7722] {
    width: 100%;
    background-color: #141432;
    color: #fff;
  }
  .token-logo[data-v-6e7e7722] {
    width: 84px;
    height: 84px;
    margin: 48px auto 24px;
    background-image: url(files/brd-b-gradient-circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .inline-small[data-v-6e7e7722] {
    font-size: 14px;
  }
  .token-notice[data-v-6e7e7722] {
    margin: 0 auto;
    width: 264px;
    text-align: center;
    color: #8b8799;
  }
  .rewards-list[data-v-6e7e7722] {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .reward-cell[data-v-6e7e7722] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 12px;
    background-color: hsla(0, 0%, 100%, 0.15);
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    text-align: left;
  }
  .reward-icon[data-v-6e7e7722] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-width: 48px;
    height: 48px;
    margin-right: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #5078f0;
    text-align: center;
  }
  .reward-icon i[data-v-6e7e7722] {
    font-size: 24px;
  }
  .reward-icon.inactive[data-v-6e7e7722] {
    background-color: hsla(0, 0%, 100%, 0.15);
  }
  .reward-icon.inactive.partial[data-v-6e7e7722] {
    background-image: url(files/ui-progress-circle.svg);
    background-position: 100% 0;
    background-size: 24px;
  }
  .reward-icon.ceo[data-v-6e7e7722],
  .reward-icon.inactive.partial[data-v-6e7e7722] {
    background-color: hsla(0, 0%, 100%, 0.15);
    background-repeat: no-repeat;
  }
  .reward-icon.ceo[data-v-6e7e7722] {
    background-image: url(files/ui-icon-account-tie.svg);
    background-position: 50%;
    background-size: 18px;
  }
  .reward-info h6[data-v-6e7e7722] {
    margin-bottom: 0;
    font-family: DM Sans, sans-serif;
  }
  .reward-info small[data-v-6e7e7722] {
    margin-bottom: 0;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .header-currency {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 100%;
    padding: 48px 16px 0;
    flex: 0 0 auto;
    background-color: none;
    color: #fff;
  }
  .header-currency i {
    font-size: 24px;
  }
  .title-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .status-bar {
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 24px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-family: DM Sans, sans-serif;
    color: #fff;
  }
  @-webkit-keyframes Gradient-data-v-24821865 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-24821865 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .parent[data-v-24821865] {
    flex-grow: 1;
    overflow: hidden;
  }
  .phone-content[data-v-24821865] {
    overflow-x: hidden;
    overflow-y: auto;
  }
  @-webkit-keyframes Gradient-data-v-91cad3c8 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-91cad3c8 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .swipe-bar[data-v-91cad3c8] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 6px;
    width: 144px;
    margin: 36px auto 0;
    background-color: hsla(0, 0%, 100%, 0.75);
  }
  @-webkit-keyframes Gradient-data-v-055f036e {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-055f036e {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .screen-container[data-v-055f036e] {
    width: 100%;
    background-color: #141432;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .header-home {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 100%;
    padding: 48px 16px 12px;
    flex: 0 0 auto;
    background-color: #141432;
  }
  .header-home.dark {
    background-color: #141432;
    color: #f9fbfe;
  }
  .header-home.dark .big-text .small-title {
    color: hsla(0, 0%, 100%, 0.7);
  }
  .header-home.dark .big-text .text {
    color: #f9fbfe;
  }
  .header-home .small-title {
    font-size: 14px;
  }
  .header-home .big-text {
    flex-grow: 1;
    color: #141432;
  }
  .header-home .logo {
    margin: 0 !important;
  }
  @-webkit-keyframes Gradient-data-v-27d42e0d {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-27d42e0d {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .logo[data-v-27d42e0d] {
    width: 85px;
    height: 25px;
    margin: 18px 24px 24px;
    background-image: url(files/51574cc.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 85px 25px;
    text-decoration: none;
    text-indent: 9999em;
    color: #716c80;
  }
  .logo.white[data-v-27d42e0d] {
    background-image: url(files/18910e0.svg);
  }
  .logo.gray[data-v-27d42e0d] {
    background-image: url(files/e0aa26d.svg);
  }
  @-webkit-keyframes Gradient-data-v-6c83d983 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-6c83d983 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .big-text[data-v-6c83d983] {
    position: relative;
    text-align: right;
  }
  .big-text h2[data-v-6c83d983] {
    margin: 0;
    font-size: 28px;
    line-height: 28px;
  }
  @-webkit-keyframes Gradient-data-v-30e0b18c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-30e0b18c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .card-currency[data-v-30e0b18c] {
    margin: 6px 16px;
    padding: 18px 12px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
  }
  .card-currency .token-icon[data-v-30e0b18c],
  .card-currency[data-v-30e0b18c] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .card-currency .token-icon[data-v-30e0b18c] {
    width: 39.36px;
    height: 39.36px;
    margin-right: 12px;
    float: left;
    background-color: hsla(0, 0%, 100%, 0.25);
  }
  .card-currency .currency-row[data-v-30e0b18c] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .card-currency .currency-row h6[data-v-30e0b18c] {
    margin: 0;
    text-align: left;
    font-family: DM Sans, sans-serif;
  }
  .card-currency .currency-row h6 + h6[data-v-30e0b18c] {
    text-align: right;
  }
  .card-currency .currency-row span.small[data-v-30e0b18c] {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    line-height: 14px;
    opacity: 0.75;
  }
  .card-currency .currency-name[data-v-30e0b18c] {
    text-transform: capitalize;
  }
  .card-currency.BRD[data-v-30e0b18c] {
    background: linear-gradient(45deg, #fa5096, #faa032);
  }
  .card-currency.BTC[data-v-30e0b18c] {
    background-color: #f29500;
  }
  .card-currency.BCH[data-v-30e0b18c] {
    background-color: #478559;
  }
  .card-currency.ETH[data-v-30e0b18c] {
    background-color: #5e6fa5;
  }
  @-webkit-keyframes Gradient-data-v-961ab72c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-961ab72c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .card-floating[data-v-961ab72c] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 6px 16px;
    padding: 24px 16px;
    overflow: visible;
    position: relative;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.25);
  }
  .card-floating[data-v-961ab72c],
  h6[data-v-961ab72c] {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  h6[data-v-961ab72c] {
    margin: 0;
  }
  h6 img[data-v-961ab72c] {
    margin-right: 6px;
    opacity: 0.25;
  }
  @-webkit-keyframes Gradient-data-v-09efe912 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-09efe912 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .tab-nav[data-v-09efe912] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
  }
  .tab-nav ul[data-v-09efe912] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tab-nav ul li[data-v-09efe912] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-align: center;
    font-size: 12px;
  }
  .tab-nav-icon[data-v-09efe912] {
    height: 24px;
    width: 24px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tab-nav-icon.buy[data-v-09efe912] {
    background-image: url(files/3110e51.svg);
  }
  .tab-nav-icon.trade[data-v-09efe912] {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyOCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjlBQkUyO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LjMsNS45YzAuNC0wLjQsMC40LTEsMC0xLjRsLTMuOC0zLjhjLTAuNi0wLjYtMS43LTAuMi0xLjcsMC43djEuMmMwLDAuNi0wLjQsMS0xLDFIMTJjLTAuNiwwLTEsMC40LTEsMXYxLjIKCWMwLDAuNiwwLjQsMSwxLDFoOC44YzAuNiwwLDEsMC40LDEsMVY5YzAsMC45LDEuMSwxLjMsMS43LDAuN0wyNy4zLDUuOXogTTYuMiwxMC42YzAtMC45LTEuMS0xLjMtMS43LTAuN2wtMy44LDMuOAoJYy0wLjQsMC40LTAuNCwxLDAsMS40bDMuOCwzLjhjMC42LDAuNiwxLjcsMC4yLDEuNy0wLjdWMTdjMC0wLjYsMC40LTEsMS0xSDE2YzAuNiwwLDEtMC40LDEtMXYtMS4yYzAtMC42LTAuNC0xLTEtMUg3LjIKCWMtMC42LDAtMS0wLjQtMS0xVjEwLjZ6Ii8+Cjwvc3ZnPgo=);
  }
  .tab-nav-icon.menu[data-v-09efe912] {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOCA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzI5QUJFMjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCwwYy0yLjIsMC00LDEuOC00LDRzMS44LDQsNCw0czQtMS44LDQtNFMyNi4yLDAsMjQsMHogTTI0LDZjLTEuMSwwLTItMC45LTItMnMwLjktMiwyLTJzMiwwLjksMiwyCglTMjUuMSw2LDI0LDZ6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LDBDMS44LDAsMCwxLjgsMCw0czEuOCw0LDQsNHM0LTEuOCw0LTRTNi4yLDAsNCwweiBNNCw2QzIuOSw2LDIsNS4xLDIsNHMwLjktMiwyLTJzMiwwLjksMiwyUzUuMSw2LDQsNnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LDBjLTIuMiwwLTQsMS44LTQsNHMxLjgsNCw0LDRzNC0xLjgsNC00UzE2LjIsMCwxNCwweiBNMTQsNmMtMS4xLDAtMi0wLjktMi0yczAuOS0yLDItMnMyLDAuOSwyLDIKCVMxNS4xLDYsMTQsNnoiLz4KPC9zdmc+Cg==);
  }
  @-webkit-keyframes Gradient-data-v-556c626c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-556c626c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .screen-container[data-v-556c626c] {
    width: 100%;
    background-color: #f29500;
  }
  .button-bar[data-v-556c626c] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 6px;
  }
  .button-bar .button[data-v-556c626c] {
    margin: 6px;
    padding: 24px;
    width: 144px;
    background-color: hsla(0, 0%, 100%, 0.25);
  }
  .button-bar .button.gift[data-v-556c626c] {
    flex-grow: 1;
    max-width: 48px;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .header-currency {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 100%;
    padding: 48px 16px 0;
    flex: 0 0 auto;
    background-color: none;
    color: #fff;
  }
  .header-currency i {
    font-size: 24px;
  }
  .title-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
  }
  @-webkit-keyframes Gradient-data-v-47953798 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-47953798 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .currency-detail[data-v-47953798] {
    color: #fff;
  }
  .price-title h3[data-v-47953798] {
    margin-bottom: 0;
  }
  .price-title small[data-v-47953798] {
    opacity: 0.75;
  }
  .price-graph[data-v-47953798] {
    padding-top: 120px;
    margin: 0 12px 0 0;
    background-image: url(files/ui-graph-up.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .price-graph ul[data-v-47953798] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 12px;
  }
  .price-graph ul li[data-v-47953798] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 42px;
    margin: 0;
    padding: 0 0 3px;
    list-style: none;
    text-align: center;
  }
  .market-info[data-v-47953798],
  .price-graph ul li.active[data-v-47953798] {
    background-color: hsla(0, 0%, 100%, 0.25);
  }
  .market-info[data-v-47953798] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 6px;
    margin: 12px;
    border: 1px solid hsla(0, 0%, 100%, 0.25);
  }
  .market-info h6[data-v-47953798] {
    margin-bottom: 0;
    font-size: 15.368px;
  }
  .market-info div[data-v-47953798] {
    width: 49%;
  }
  .market-info .left[data-v-47953798] {
    border-right: 1px solid hsla(0, 0%, 100%, 0.25);
  }
  .balance-info[data-v-47953798] {
    padding: 24px 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }
  .balance-info[data-v-47953798],
  .balance-value[data-v-47953798] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .balance-value[data-v-47953798] {
    align-items: center;
  }
  .balance-value h3[data-v-47953798] {
    margin: 0;
  }
  .transaction-list[data-v-47953798] {
    padding-bottom: 12px;
    background-color: #fff;
    color: #716c80;
  }
  .transaction-title[data-v-47953798] {
    padding: 6px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .transaction-title small[data-v-47953798] {
    margin-bottom: 0;
  }
  .transaction-cell[data-v-47953798] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .transaction-icon[data-v-47953798] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.07);
    text-align: center;
  }
  .transaction-icon i[data-v-47953798] {
    font-size: 24px;
  }
  .transaction-icon.in[data-v-47953798] {
    background-color: rgba(80, 190, 40, 0.2);
    color: #50be28;
  }
  .transaction-info[data-v-47953798] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    margin-left: 12px;
    text-align: left;
  }
  .transaction-info small[data-v-47953798] {
    white-space: nowrap;
    color: #9894a5;
  }
  .transaction-value[data-v-47953798] {
    text-align: right;
    font-family: DM Sans, sans-serif;
  }
  .transaction-value.in[data-v-47953798] {
    color: #50be28;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-1607ad9b {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-1607ad9b {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .content-card[data-v-1607ad9b] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    margin: 24px;
    overflow: hidden;
    background-color: #fff;
  }
  @-webkit-keyframes Gradient-data-v-4ee85f92 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-4ee85f92 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-5c3d72ee {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-5c3d72ee {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .card-title[data-v-5c3d72ee] {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .card-content[data-v-5c3d72ee] {
    padding: 24px 48px;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-74f8aba1 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-74f8aba1 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .card-title[data-v-74f8aba1] {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title[data-v-74f8aba1] {
      padding: 24px 24px 0;
    }
  }
  .card-content[data-v-74f8aba1] {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content[data-v-74f8aba1] {
      padding: 24px;
    }
  }
  @-webkit-keyframes Gradient-data-v-05c4e2ea {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-05c4e2ea {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  footer[data-v-05c4e2ea] {
    box-sizing: border-box;
    min-height: 360px;
    padding: 60px 72px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #141432;
    color: #fff;
  }
  @media screen and (max-width: 860px) {
    footer[data-v-05c4e2ea] {
      padding: 60px 36px 24px;
    }
  }
  footer .footer-container[data-v-05c4e2ea] {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 860px) {
    footer .footer-container[data-v-05c4e2ea] {
      flex-direction: column;
    }
  }
  footer .logo[data-v-05c4e2ea] {
    margin: 0 0 30px;
  }
  footer .link-lists[data-v-05c4e2ea] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 48px;
  }
  @media screen and (max-width: 860px) {
    footer .link-lists[data-v-05c4e2ea] {
      justify-content: space-between;
      flex-wrap: wrap;
    }
  }
  footer ul[data-v-05c4e2ea] {
    box-sizing: border-box;
    padding: 0 70px 0 0;
    margin: 0;
    list-style: none;
  }
  footer ul a[data-v-05c4e2ea] {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10.66667px;
  }
  @media screen and (max-width: 860px) {
    footer ul[data-v-05c4e2ea] {
      padding: 0 30px 0 0;
    }
  }
  footer a[data-v-05c4e2ea] {
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    text-decoration: none;
  }
  footer a[data-v-05c4e2ea]:hover {
    color: #fa5096;
  }
  .list-title[data-v-05c4e2ea] {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    font-family: DM Sans, sans-serif;
  }
  footer .open-source[data-v-05c4e2ea] {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 48px;
    color: #99a9bd;
    font-size: 14px;
    line-height: 21px;
    max-width: 330px;
  }
  footer .open-source a[data-v-05c4e2ea] {
    margin-top: 20px;
    color: #99a9bd;
    font-weight: 700;
    display: block;
  }
  footer .open-source a[data-v-05c4e2ea]:hover {
    color: #fa5096;
  }
  footer .social-links[data-v-05c4e2ea] {
    margin-bottom: 24px;
    display: flex;
  }
  footer .social-links a[data-v-05c4e2ea] {
    color: #99a9bd;
    margin-right: 24px;
  }
  footer .social-links a[data-v-05c4e2ea]:hover {
    color: #fa5096;
  }
  footer .social-links i[data-v-05c4e2ea] {
    font-size: 27.6px;
  }
  footer .small-print[data-v-05c4e2ea] {
    margin-top: 24px;
    text-align: left;
    color: #4d698c;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    footer .small-print[data-v-05c4e2ea] {
      margin-top: 0;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .download-links {
    box-sizing: border-box;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
  }
  @media screen and (max-width: 1023px) and (min-width: 852px) {
    .download-links {
      text-align: center;
    }
  }
  @media screen and (max-width: 480px) {
    .download-links {
      text-align: center;
    }
  }
  .download-link {
    display: flex;
    height: 48px;
    width: 168px;
    margin: 0 6px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999em;
    color: hsla(0, 0%, 100%, 0);
  }
  @media screen and (max-width: 1023px) and (min-width: 852px) {
    .download-link {
      margin: 3px;
    }
  }
  @media screen and (max-width: 480px) {
    .download-link {
      margin: 0 auto;
    }
  }
  .download-ios {
    background-image: url(files/9c2a4b3.svg);
  }
  @media screen and (max-width: 499px) {
    .download-ios {
      margin-top: 0;
    }
  }
  .download-google {
    background-image: url(files/ec47387.svg);
    height: 49px;
  }
  @media screen and (max-width: 342px) {
    .shame-link-spacer {
      display: none;
    }
  }
  .footer-links .download-link {
    width: 123px;
  }
  @media screen and (max-width: 480px) {
    .footer-links .download-link {
      margin: 0;
    }
  }
  .footer-links .download-ios {
    background-image: url(files/4678bab.svg);
    height: 40.84px;
    margin-right: 16px;
  }
  .footer-links .download-google {
    background-image: url(files/ea90b89.svg);
    height: 61px;
    width: 138px;
    margin-left: 16px;
  }
  .footer-links.download-links {
    text-align: left;
    justify-content: start;
  }
  @-webkit-keyframes Gradient-data-v-30203da3 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-30203da3 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .gdpr-banner[data-v-30203da3] {
    box-sizing: border-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: opacity 0.3s linear;
    pointer-events: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 10000;
    background-color: #5078f0;
    color: #fff;
  }
  @media screen and (max-width: 660px) {
    .gdpr-banner[data-v-30203da3] {
      flex-direction: column;
      padding: 12px;
    }
  }
  .gdpr-banner p[data-v-30203da3] {
    max-width: none;
  }
  @media screen and (max-width: 660px) {
    .gdpr-banner p[data-v-30203da3] {
      text-align: center;
    }
  }
  .gdpr-banner a[data-v-30203da3] {
    max-width: none;
    color: #fff;
  }
  .flag-eu[data-v-30203da3] {
    display: block;
    height: 60px;
    width: 132px;
    min-width: 132px;
    margin-right: 12px;
    background-image: url(files/2350964.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    text-indent: -9999em;
    color: #716c80;
  }
  .button-gdpr[data-v-30203da3] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /* -webkit-appearance: none; */
    padding: 6px 12px;
    margin: 0 0 0 12px;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
  }
  @media screen and (max-width: 660px) {
    .button-gdpr[data-v-30203da3] {
      margin-top: 12px;
    }
  }
  @-webkit-keyframes Gradient-data-v-5c713fd0 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-5c713fd0 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-76c7bf43 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-76c7bf43 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  @-webkit-keyframes Gradient-data-v-9f352d24 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-9f352d24 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  header[data-v-9f352d24] {
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    padding: 6px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
  }
  header .logo[data-v-9f352d24] {
    width: 71.12038px;
    height: 22px;
    margin: 24px;
    background-image: url(files/51574cc.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 9999em;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
  }
  header .logo[data-v-9f352d24],
  header nav a[data-v-9f352d24] {
    text-decoration: none;
    color: #716c80;
  }
  header nav a[data-v-9f352d24] {
    padding: 24px 12px;
    display: inline-block;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  button {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 2px;
    padding: 10px 15px;
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  html {
    background-color: #fff;
  }
  button {
    font-family: DM Sans, sans-serif;
    cursor: pointer;
    background: #d742ff;
    transition: all 0.5s;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
  }
  button:active,
  button:focus,
  button:hover {
    background: #e275ff;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  .in-app-content {
    margin: auto;
    max-width: 480px;
    padding: 12px 12px 48px;
  }
  .content {
    background: #fff;
    padding: 24px;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  html {
    text-align: left;
    font-family: DM Sans, sans-serif;
    color: #141432;
    -webkit-font-smoothing: antialiased;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  @media screen and (min-width: 600px) {
    html {
      text-rendering: optimizeLegibility;
    }
  }
  body {
    font-size: 100%;
    line-height: 1.5em !important;
    margin: 0;
  }
  h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 56px;
    line-height: 60px;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 47.6px;
      line-height: 48px;
    }
  }
  @media screen and (max-width: 510px) {
    h1 {
      font-size: 10vw;
      line-height: 11vw;
    }
  }
  h1.super-h1 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -0.1em;
  }
  @media screen and (min-width: 2500px) {
    h1.super-h1 {
      font-size: 225px;
      line-height: 225px;
    }
  }
  h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 34px;
      line-height: 35.7px;
    }
  }
  @media screen and (max-width: 510px) {
    h2 {
      font-size: 8vw;
      line-height: 9vw;
    }
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 23.8px;
      line-height: 25.5px;
    }
  }
  h4 {
    margin: 0 0 24px;
    font-family: DM Sans, sans-serif;
  }
  h4,
  h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-family: DM Sans, sans-serif;
  }
  h5,
  h6 {
    margin: 0 0 12px;
  }
  h6 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18.08px;
    line-height: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  h1 > small {
    display: block;
    margin-top: 12px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.5;
  }
  h1.super-h1 > small {
    display: block;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-family: DM Sans, sans-serif;
    opacity: 0.7;
  }
  h2 > small,
  h3 > small,
  h4 > small,
  h5 > small,
  h6 > small {
    display: block;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-family: DM Sans, sans-serif;
    opacity: 0.75;
  }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    font-family: DM Sans, sans-serif;
    text-decoration: none;
  }
  a {
    text-decoration: underline;
    color: #fa5096;
  }
  p {
    margin: 0;
    width: 100%;
    clear: both;
  }
  p + p {
    margin-top: 24px;
  }
  p + * {
    margin-top: 24px;
  }
  .p-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 672px;
  }
  ul {
    margin: 0 0 24px;
  }
  strong {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }
  small {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20.4px;
  }
  .quiet {
    color: #716c80;
  }
  .quieter {
    color: #8b8799;
  }
  .white {
    color: #fff;
  }
  .gradient-blue {
    background: linear-gradient(45deg, #5078f0, #d246fa);
  }
  .content {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  @media screen and (max-width: 1024px) {
    .content {
      margin-top: 0;
    }
  }
  section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 144px 72px;
  }
  @media screen and (max-width: 1024px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 850px) {
    section {
      padding: 0 48px;
    }
  }
  @media screen and (max-width: 499px) {
    section {
      padding: 48px;
    }
  }
  article {
    display: block;
    padding: 72px;
    max-width: 744px;
  }
  @media screen and (max-width: 1120px) {
    article {
      padding: 72px 48px;
    }
  }
  @media screen and (max-width: 850px) {
    article {
      padding: 48px;
    }
  }
  @media screen and (max-width: 499px) {
    article {
      padding: 24px;
    }
  }
  article * {
    max-width: 100%;
  }
  section.text {
    display: block;
    padding: 72px;
  }
  .card-title {
    padding: 24px 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 560px) {
    .card-title {
      padding: 24px 24px 0;
    }
  }
  .card-content {
    padding: 24px 48px;
  }
  @media screen and (max-width: 560px) {
    .card-content {
      padding: 24px;
    }
  }
  .icon-image {
    height: 20px;
    width: 20px;
  }
  .icon-large {
    height: 26px;
    width: 26px;
  }
  .button {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: none;
    flex: 0 0 content;
    padding: 0 18px;
    margin-bottom: 24px;
    background-color: #d246fa;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.33, 0.465, 0.18, 1);
    cursor: pointer;
  }
  .button.blue {
    background-color: #5078f0;
  }
  .button.green {
    background-color: #50be28;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-96873336 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-96873336 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-d99da2ca {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-d99da2ca {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  div[data-v-d99da2ca] {
    background: no-repeat 50%;
  }
  @-webkit-keyframes Gradient-data-v-2578fff6 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-2578fff6 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-48b08449 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-48b08449 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes blink-data-v-48b08449 {
    0% {
      opacity: 0.2;
    }
    20% {
      opacity: 1;
    }
    to {
      opacity: 0.2;
    }
  }
  @keyframes blink-data-v-48b08449 {
    0% {
      opacity: 0.2;
    }
    20% {
      opacity: 1;
    }
    to {
      opacity: 0.2;
    }
  }
  div[data-v-48b08449] {
    display: inline-block;
  }
  span[data-v-48b08449] {
    -webkit-animation-name: blink-data-v-48b08449;
    animation-name: blink-data-v-48b08449;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  span[data-v-48b08449]:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  span[data-v-48b08449]:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  @-webkit-keyframes Gradient-data-v-9060560a {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-9060560a {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .cell {
    align-self: stretch;
    justify-self: stretch;
    flex: 1;
  }
  @media (max-width: 720px) {
    .cell {
      flex: 1 0 100%;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
    position: relative;
  }
  @-webkit-keyframes Gradient-data-v-4cdd2928 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-4cdd2928 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-c8a0cb6e {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-c8a0cb6e {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .button-container[data-v-c8a0cb6e] {
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .button-container.button-container__row[data-v-c8a0cb6e] {
    margin: 0;
    padding: 0;
    border-right: 1px solid #ececec;
  }
  .button-container.button-container__row[data-v-c8a0cb6e]:last-child {
    border-right: none;
  }
  .button-container.button-container__row:first-child > button[data-v-c8a0cb6e] {
    border-radius: 0 0 0 6px;
  }
  .button-container.button-container__row:last-child > button[data-v-c8a0cb6e] {
    border-radius: 0 0 6px 0;
  }
  span[data-v-c8a0cb6e] {
    display: inline-block;
  }
  [data-v-c8a0cb6e]:focus {
    outline: 0;
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-1a21f29c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-1a21f29c {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-6de7ff07 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-6de7ff07 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-e47f8906 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-e47f8906 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @-webkit-keyframes Gradient-data-v-2e81bf02 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  @keyframes Gradient-data-v-2e81bf02 {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  .blue-btn {
    background-color: #5078f0;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 30px;
    display: flex;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all 0.3s;
  }
  .blue-btn:hover {
    background-color: #000;
  }
  @media (max-width: 380px) {
    .blue-btn {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 17px;
    }
  }
  


  /* restorwallet */

  .body {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Montserrat", sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#050840), color-stop(50.14%, #14185F), color-stop(50.15%, #14185F), color-stop(99.48%, #050840), to(#050840));
    background: -webkit-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -moz-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: -o-linear-gradient(left, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    background: linear-gradient(90deg, #050840 0%, #14185F 50.14%, #14185F 50.15%, #050840 99.48%, #050840 100%);
    color: #ffffff;
  }

  .body .layout-template-wrapper {
    position: relative;
    display: block;
    min-height: 100vh;
    overflow: hidden;
}

.body .layout-template-wrapper__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.body .second-header {
    min-height: 8.5rem;
    margin-top: 3rem;
}

.body .fake-menu {
    width: 100%;
    height: 7.8125rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
}

.body .main-content {
    position: relative;
    z-index: 1;
    display: block;
}

.body .markets-list__item:nth-child(odd) {
    min-height: 29.5625rem;
}

.body .form-page {
    padding-top: 0;
}

.body .markets-list__item {
    padding-bottom: 2.5rem;
    position: relative;
}

.body .template-wrapper {
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 71.25rem;
}

.body .template-wrapper_market-list-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.body .template-wrapper_market-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.body .markets-list-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 15.0625rem;
}

.body .all-text_markets-item {
    margin-bottom: 1.5rem;
}
.body .all-text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.body .form-page .h3-orng {
    margin-top: 0;
}

.body .h3-orng {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #e1813d;
    position: relative;
}

.body .all-text p {
    margin-bottom: 10px;
}

.body .form-page .form-wrapp {
    margin-top: 0px;
}

.body .form-page .selects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 10px;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.body .form-page .selects-wrapper .inp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
}

.body .form-page .selects-wrapper .inp-wrap .numb {
    font-size: 14px;
    padding: 14px 5px 0 0;
    font-weight: 300;
    width: 22px;
}

.body .form-page .selects-wrapper .inp-wrap .group-input {
    width: 100%;
}
.body .form-page .group-input.select {
    margin-bottom: 30px;
}

.body .form-page .select--block {
    position: relative;
    width: 100%;
}

.body .form-page .group-input.select input {
    font-size: 16px;
    padding: 9px 10px;
    border: 1px solid #9799a9;
    border-radius: 5px;
}

.body .form-page .select--block input[type=text] {
    width: 100%;
    height: 100%;
    outline: none;
}

.body .form-page .form-wrapp input {
    display: block;
    background: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    width: 100%;
    font-size: 22px;
    color: #000;
    border: 1px solid #9799a9;
}

.body .form-page .select--block .sub__menu_select {
    box-shadow: 0 4px 10px rgba(25, 33, 47, 0.5);
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-height: 100px;
    overflow: auto;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0,100%);
    transform: translate(0, 100%);
    opacity: 0;
    pointer-events: none;
    background: #050840;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 15;
    border: none;
}

.body .form-page .btn {
    max-width: 300px;
    width: 100%;
}

.body .form-page .btn {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#2aa6e8), color-stop(13.54%, #1c478a), color-stop(85.94%, #1c478a), to(#2aa6e8));
    background: -webkit-linear-gradient(left, #2aa6e8 0%, #1c478a 13.54%, #1c478a 85.94%, #2aa6e8 100%);
    background: -moz-linear-gradient(left, #2aa6e8 0%, #1c478a 13.54%, #1c478a 85.94%, #2aa6e8 100%);
    background: -o-linear-gradient(left, #2aa6e8 0%, #1c478a 13.54%, #1c478a 85.94%, #2aa6e8 100%);
    background: linear-gradient(90deg, #2aa6e8 0%, #1c478a 13.54%, #1c478a 85.94%, #2aa6e8 100%);
}

.body .form-page .btn::before, .form-page .btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
}

.body .form-page .btn:hover {
    background: linear-gradient(90deg, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    color: #2aa6e8;
}

.body .form-page .btn::before {
    background: -webkit-gradient(linear, left top, right top, from(#1c478a), color-stop(14.58%, #2aa6e8), color-stop(85.94%, #2aa6e8), to(#1c478a));
    background: -webkit-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: -moz-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: -o-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: linear-gradient(90deg, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
}

.body .form-page .btn::after {
    background: -webkit-gradient(linear, left top, right top, from(#1c478a), color-stop(14.58%, #2aa6e8), color-stop(85.94%, #2aa6e8), to(#1c478a));
    background: -webkit-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: -moz-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: -o-linear-gradient(left, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
    background: linear-gradient(90deg, #1c478a 0%, #2aa6e8 14.58%, #2aa6e8 85.94%, #1c478a 100%);
}

.body .main-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: auto;
}

.body .main-footer.one-p::before {
    background-size: 70%;
}

.body .main-footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120rem;
    height: 16.75rem;
    background: url(../image/img.8n51403bp88ffmorpce5fgwps2eeqlrtcepk00zmp4rs5dsz8z.png) no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
}

.body .footer-content {
    z-index: 2;
    position: relative;
    padding-bottom: 3rem;
}

.body .template-wrapper_footer {
    padding-bottom: 3.625rem;
    position: relative;
}

.body .template-wrapper {
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 71.25rem;
}

@media (max-width: 400px) {
    .body .form-page .selects-wrapper .inp-wrap {
        width: 47%;
    }
}

.body::-webkit-scrollbar {
    width: 0.625rem;
    background: #1C2063;
    height: 0.625rem; 
}
  
.body::-webkit-scrollbar-thumb {
    width: 0.625rem;
    background: -webkit-gradient(linear, left top, right top, from(#f46026), to(#e87f2a));
    background: -webkit-linear-gradient(left, #f46026 0%, #e87f2a 100%);
    background: linear-gradient(90deg, #f46026 0%, #e87f2a 100%); 
}
  
.body::-webkit-scrollbar-track {
    border-width: 0;
    background: #1C2063; 
}