.z-index-up{z-index:1}*{box-sizing:border-box}.buckets-c{background:linear-gradient(106deg,#e7f0f7 60%,#cfeae2);padding:50px 0}.buckets-c .grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:15px 40px}.buckets-c .item{padding:14px 30px;border-radius:40px;background-color:#fff;display:block;border-bottom:none;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;width:100%;transition:background-color .2s ease}.buckets-c .item p{margin-bottom:0;font-weight:500}.buckets-c .item__text{font-size:13px;color:#5c6062}.buckets-c .item:after{content:"";display:block;-ms-flex:0 0 auto;flex:0 0 auto;width:24px;height:24px;background:url(../../assets/images/svg-icons/arrow-blue.svg) no-repeat 50%;background-size:contain;margin-left:40px}.buckets-c .item:hover{background-color:#ffc000}.buckets-c .item:hover *{color:#1e1e1e}.buckets-c .item:hover:after{background-image:url(../../assets/images/svg-icons/arrow-white.svg)}@media screen and (min-width:992px){.buckets-c .grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}