/*
Generated time: August 15, 2025 15:05
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{opacity:0;transform:translateY(45px);text-align:var(--text-align,center);word-break:break-word}.text-section .text-section__container{max-width:var(--container-width);margin:0 auto;padding:0 16px}.text-section .text-section__content.text-section__content--cut-off{position:relative;max-height:80px;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{margin-bottom:16px}.text-section .text-section__subheading{margin-bottom:16px;font-weight:600;line-height:1.5}.text-section .text-section__read-more-button{position:relative;margin-top:12px}.text-section .text-section__read-more-button .icon{width:16px;height:16px;margin-inline-start:8px;transition-property:transform;transition-duration:var(--timing-base)}.text-section .text-section__read-more-button.is-active .icon{transform:rotate(180deg)}.text-section .text-section__read-more-button .text-section__read-more-button-text{padding-bottom:3px}.text-section.animated{opacity:1;transform:translateY(0);transition-property:opacity,transform;transition-duration:var(--animate-time)}@media (min-width:768px){.text-section .text-section__heading,.text-section .text-section__subheading{margin-bottom:24px}.text-section .text-section__read-more-button{margin-top:38px}}