.wdt-animation-wrapper{position:relative;display:flex;flex-flow:row nowrap;overflow:visible;overflow-x:clip}.wdt-animation-wrapper div[class*="-marqee"]{width:auto;flex:0 0 auto;display:grid;grid-auto-flow:column;align-items:center}.wdt-dark-bg .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.icon-item{color:var(--wdtAccentTxtColor)}.wdt-animation-wrapper div[class*="-marqee"].right-to-left{-webkit-animation:MarqueeLeft 24s linear infinite 0ms;animation:MarqueeLeft 24s linear infinite 0ms}.wdt-animation-wrapper div[class*="-marqee"].left-to-right{-webkit-animation:MarqueeRight 24s linear infinite 0ms;animation:MarqueeRight 24s linear infinite 0ms}.wdt-animation-wrapper:hover div[class*="-marqee"]{-webkit-animation-play-state:paused;animation-play-state:paused}.wdt-animation-wrapper{-webkit-mask-image:linear-gradient(to left,transparent 0%,var(--wdtHeadAltColor) 2%,var(--wdtHeadAltColor) 98%,transparent 100%);mask-image:linear-gradient(to left,transparent 0%,var(--wdtHeadAltColor) 2%,var(--wdtHeadAltColor) 98%,transparent 100%)}@keyframes MarqueeLeft{from{margin-left:0}to{margin-left:var(--wdt-marque-Margin-Width)}}@keyframes MarqueeRight{from{margin-left:var(--wdt-marque-Margin-Width)}to{margin-left:0}}.wdt-animation-item.text-item{display:inline-block;font-size:clamp(1.5625rem, 1.4928rem + 0.3185vw, 1.875rem);color:var(--wdtSecondaryColor);font-weight:var(--wdtFontWeight_Alt);font-family:var(--wdtFontTypo_Alt);text-transform:capitalize;line-height:1}.wdt-animation-item.text-item a{color:var(--wdtHeadAltColor);text-decoration:none!important}.wdt-animation-item.text-item a:hover{color:var(--wdtPrimaryColor)}.wdt-animation-holder .wdt-animation-item.icon-item{font-size:clamp(1.5625rem, 1.4928rem + 0.3185vw, 1.875rem);color:rgba(var(--wdtHeadAltColorRgb),.5);padding:0 clamp(1.875rem, 1.1499rem + 2.4272vw, 4.0625rem);transition:var(--wdtBaseTransition)}.wdt-animation-holder .wdt-animation-item.icon-item:hover{color:var(--wdtHeadAltColor)}.wdt-animation-holder .wdt-animation-item.icon-item svg{width:auto;fill:currentColor}.wdt-animation-item.icon-item.icon-with-title{font-size:var(--wdtFontSize_Base);cursor:default;margin:0 0;padding:0 10px;color:var(--wdtPrimaryColor);will-change:transform}.wdt-animation-item.text-item.icon-with-title{font-size:var(--wdtFontSize_H4);color:var(--wdtAccentTxtColor)}.animation-spin .wdt-animation-holder .wdt-animation-item.icon-item{animation:wdt-spin 2s linear infinite}@keyframes wdt-spin{0%{transform:rotate(0deg) scale(.5)}50%{transform:rotate(90deg) scale(1)}100%{transform:rotate(0deg) scale(.5)}}