@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");.expandable-text__content{max-height:4.5em;overflow:hidden;position:relative;transition:max-height .5s ease}.expandable-text.expanded .expandable-text__content{max-height:1000px}.expandable-text__content:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);bottom:0;content:"";height:2em;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease;width:100%}.expandable-text.expanded .expandable-text__content:after{opacity:0}.expandable-text__toggle{background:none;border:none;color:#009dca;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;margin-top:.5em;padding:0;transition:color .3s ease;user-select:none}.expandable-text__toggle:hover{color:#003055}