/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
}
.text-gradient {
    margin-right: -24px;
    padding-bottom: 3px;
    background-color: #5954a4;
    font-weight:700;
    background-image: radial-gradient(100% 200% at 100% 0,#5954a4 0,rgba(89,84,164,0) 100%),radial-gradient(100% 100% at 23.36% 0,#8ad5eb 0,rgba(138,213,235,0) 100%),radial-gradient(50% 158.02% at 0 100%,#8a54a2 0,rgba(138,84,162,0) 100%),radial-gradient(100% 316.05% at 100% 0,#dd59c3 0,hsla(0,0%,100%,0) 100%,rgba(221,89,195,0) 0),linear-gradient(0deg,#dd59c3,#dd59c3);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/