.blink-bg{animation:blinkingBackground 1s}@keyframes blinkingBackground{0%{background-color:#ffffff}50%{background-color:#f5f5f5}to{background-color:#ffffff}}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}.genh-accordion__item::details-content{transition:height .5s ease,content-visibility allow-discrete .5s ease;height:0;overflow:clip}.genh-accordion__item[open]::details-content{height:auto}}@supports not (interpolate-size:allow-keywords){.genh-accordion__item[open]::details-content{max-height:4000px;overflow-y:auto}}