.hexagon{background-image:linear-gradient(90deg,#4cc74a,#5de25d);position:relative;display:flex;align-items:center;justify-content:center;color:#c1c3c1;font-size:20px;z-index:1}.hexagon:after,.hexagon:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:inherit;height:inherit;background-image:inherit;border-radius:inherit;z-index:-1}.hexagon:before{transform:rotate(60deg)}.hexagon:after{transform:rotate(-60deg)}.hexagon .emblem-background{background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute}.hexagon.hexagon-small{width:32.25px;height:50px;border-radius:5px;font-size:16px;animation:pulse 3s linear infinite;animation-delay:0s}.hexagon.hexagon-small .emblem-background{width:30px;height:30px}.hexagon.hexagon-medium{width:38.7px;height:60px;border-radius:6px;animation:pulse 3s linear infinite;animation-delay:1s}.hexagon.hexagon-medium .emblem-background{width:34px;height:34px}.hexagon.hexagon-large{width:45.15px;height:70px;border-radius:7px;animation:pulse 3s linear infinite;animation-delay:2s}.hexagon.hexagon-large .emblem-background{width:40px;height:40px}@keyframes pulse{0%,90%{transform:scale(1);opacity:1}95%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}