@media only screen and (max-width:1100px){.mindstore-expand-wrapper.mindstore-expand-min-height .mindstore-expand-text{min-height:var(--mindstore-expand-height)}}.mindstore-expand-wrapper.disable-expand .expand-overlay{display:none}.mindstore-expand-wrapper:not(.disable-expand) .mindstore-expand-link{cursor:pointer}.mindstore-expand-wrapper:not(.disable-expand) .mindstore-expand-text{max-height:var(--mindstore-expand-height);overflow:hidden;transition:max-height .5s ease;position:relative;cursor:pointer}@media only screen and (min-width:1101px){.mindstore-expand-wrapper:not(.disable-expand) .mindstore-expand-text.not-desktop{--mindstore-expand-height:1000px!important;cursor:default}.mindstore-expand-wrapper:not(.disable-expand) .mindstore-expand-text.not-desktop .expand-overlay{opacity:0;height:0}}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay{position:relative;background:var(--mindstore-default-background);display:block;cursor:pointer}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay:before{content:"";position:absolute;left:0;top:-12px;height:12px;width:100%;background:linear-gradient(0deg,var(--mindstore-default-background),transparent);transition:hight .5s ease}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay .expand-overlay-text{display:flex;justify-content:flex-end;align-items:center;gap:6px}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay .expand-overlay-text .expand-text{font-size:1rem;text-transform:uppercase;font-weight:600}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay .expand-overlay-text .expand-text.expand-close-text{display:none}.mindstore-expand-wrapper:not(.disable-expand) .expand-overlay .expand-overlay-text .icon{transition:transform .5s ease;transform:scale(.8,.8)}.mindstore-expand-wrapper .mindstore-arrow{display:flex;justify-content:center;align-items:center}.mindstore-expand-wrapper .mindstore-arrow svg{width:12px;height:12px;margin:0 8px 0 0;transition:transform .5s ease}.mindstore-expand-wrapper.active-expand{max-height:none}.mindstore-expand-wrapper.active-expand .mindstore-arrow svg{transform:scaleY(-1)}.mindstore-expand-wrapper.active-expand .icon{transform:scale(.8,-.8) !important}.mindstore-expand-wrapper.active-expand .mindstore-expand-text{max-height:400px}.mindstore-expand-wrapper.active-expand .expand-overlay:before{height:0}.mindstore-expand-wrapper.active-expand .expand-text.expand-close-text{display:inline !important}.mindstore-expand-wrapper.active-expand .expand-text.expand-open-text{display:none}