@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes appearing{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.background{align-items:center;display:flex;justify-content:center;position:relative;position:absolute}.background,.background img{height:100%;left:0;top:0;width:100%}.background img{background-color:var(--agri-white);object-fit:contain;object-fit:cover;position:relative}.background.macro-category img{filter:brightness(50%)}.default{align-items:center;display:flex;justify-content:center}.default,.default img{height:100%;position:relative;width:100%}.default img{background-color:var(--agri-white);left:0;object-fit:contain;top:0}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.static-content-point-container{margin-bottom:var(--spacing-ls)}.static-content-point-container .static-content-wrapper{background:#fff;position:relative;width:100%}.static-content-point-container .static-content-wrapper.loading{z-index:999}.static-content-point-container .static-content-wrapper.loading:before{background:#fff;content:"";inset:0;position:absolute;z-index:10}.static-content-point-container .static-content-wrapper.loading:after{animation:loader-spin .8s linear infinite;border:4px solid #ddd;border-radius:50%;border-top-color:#479a36;content:"";height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:11}.static-content-point-container .static-content-wrapper .static-content-point{border:none;display:block;height:0;transition:height 1s ease;width:100%}.static-content-point-container .static-content-wrapper .static-content-point.main-banner{height:253px;margin-bottom:calc(var(--spacing-ls)*-1);margin-top:0;transition:none}@media screen and (max-width:900px){.static-content-point-container .static-content-wrapper .static-content-point.main-banner{height:calc(22.22vw + 53px)!important}}