.green-square-container{display:flex;flex-direction:column;justify-content:space-between;background-color:#33820D;border-radius:8px;padding:32px;height:100%;min-height:355px;width:100%}.green-square-container .icon-container{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:#26610A80}.green-square-container .arrow-left-button{border:none;background-color:transparent;display:flex;flex-direction:row;align-items:center;gap:8px;padding:0px;width:fit-content}.green-square-container .arrow-left-button .icon-wrapper{width:16px;height:16px;overflow:hidden;position:relative}.green-square-container .arrow-left-button .arrow-left-icon{display:inline-block;position:absolute;left:0;top:0;transition:none}.green-square-container .arrow-left-button p{color:#FFF;margin:0}.green-square-container .arrow-left-button:hover .arrow-left-icon{animation:slideLoop 1s linear forwards}.green-square-container .arrow-left-button.hovered:not(:hover) .arrow-left-icon{animation:slideBack 1s linear forwards}.green-square-container .title{text-wrap:balance}@keyframes slideLoop{0%{transform:translateX(0);opacity:1}49%{transform:translateX(-100%);opacity:0}50%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes slideBack{0%{transform:translateX(0);opacity:1}49%{transform:translateX(100%);opacity:0}50%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}.green-square-container .title{color:#FFF;margin-bottom:0;gap:8px}

/*# sourceMappingURL=green_square_icon_title.css.map */