.cmp-section{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;padding-left:0;padding-right:0;background-repeat:no-repeat;background-position:center;background-size:cover}
.cmp-section__content{width:100%;position:relative}
.cmp-section__read-more{display:none}
@media screen and (max-width:767px){.cmp-section--overlay-mobile.has-overflow:not(.is-expanded) .cmp-section__content{overflow:hidden;max-height:var(--cmp-section-collapsed-height,800px)}
.cmp-section--overlay-mobile.has-overflow:not(.is-expanded) .cmp-section__content::after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(180deg,rgba(255,255,255,0) 7.22%,rgba(255,255,255,0.87) 80%,#fff 100%);pointer-events:none}
.cmp-section--overlay-mobile.has-overflow .cmp-section__read-more{display:block;font-family:Inter;width:100%;margin-top:16px;padding:17px 20px;border:0;border-radius:999px;background-color:#121212;color:#a3ecaf;font-size:16px;font-weight:700;line-height:140%;cursor:pointer;transition:background-color .25s ease,color .25s ease}
.cmp-section--overlay-mobile.is-expanded .cmp-section__read-more{display:block}
}
.cmp-section__item{width:100%;display:block}