/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@keyframes placeholderAnim{0%{background-position:-500px 0;}100%{background-position:500px 0;}}.Spinner{display:block;width:100%;max-width:1200px;}.Spinner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;padding:60px;text-align:center;background:transparent;position:fixed;height:400px;width:500px;z-index:99999;border-radius:20px;transform:translate(-50%,-50%);top:50%;left:50%;margin:0;}.Spinner__backgroundOverlay{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;padding:60px;text-align:center;background:rgba(0,0,0,0.75);z-index:9999;position:fixed;}.Spinner__ldsRing{display:inline-block;position:relative;width:80px;height:80px;z-index:99999;}.Spinner__ldsRing div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #FFCA00;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;border-color:#FFCA00 transparent transparent transparent;}.Spinner__ldsRing div:nth-child(1){animation-delay:-0.45s;}.Spinner__ldsRing div:nth-child(2){animation-delay:-0.3s;}.Spinner__ldsRing div:nth-child(3){animation-delay:-0.15s;}@keyframes lds-ring{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
