/*
Generated time: July 31, 2025 15:59
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.text-section{display:flex;justify-content:var(--section-alignment,center);text-align:var(--text-align,center);word-break:break-word}.text-section .text-section__container{max-width:850px;width:100%;padding:0 20px}.text-section .text-section__container.text-section__container--full-width{max-width:100%}.text-section .text-section__content{line-height:1.6}.text-section .text-section__content.text-section__content--cut-off{position:relative;max-height:200px;overflow:hidden}.text-section .text-section__content.text-section__content--cut-off::after{content:"";position:absolute;bottom:0;left:0;z-index:1;width:100%;height:5rem;background:linear-gradient(180deg,rgba(249,249,249,0) 0,var(--color-background) 100%);pointer-events:none}.text-section .text-section__heading{line-height:1.35;letter-spacing:.02em}.text-section .text-section__heading+.text-section__content{margin-top:20px}.text-section .text-section__subheading{margin-top:5px;margin-bottom:15px;line-height:1.6;color:var(--color-secondary-text,#757575)}.text-section .text-section__read-more-button{position:relative;margin-top:20px}.text-section .text-section__read-more-button .icon{width:14px;height:14px;margin-left:7px;transition-property:transform;transition-duration:var(--timing-base)}.text-section .text-section__read-more-button.is-active .icon{transform:rotate(180deg)}