<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wdt-animation-item { text-align: center; }
.wdt-animation-item.text-item { display: inline-block; }

/* Animation Section */

/* .wdt-custom-animation .wdt-animation-wrapper { display: flex; align-items: center; height: inherit; } */
.wdt-custom-animation .wdt-animation-text { font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-custom-animation .wdt-animation-text a { font-family: var(--wdtFontTypo_Alt); font-weight: 400; letter-spacing: 0.56px;}
.wdt-custom-animation .wdt-animation-item a img { height: 40px; object-fit: contain; 
    margin-top: clamp(0rem, -0.1154rem + 0.5128vw, 0.5rem); 
    margin-left: clamp(0.75rem, 0.9231rem + -0.7692vw, 0rem); margin-right: clamp(0.75rem, 0.9231rem + -0.7692vw, 0rem); }

/* .wdt-custom-animation .wdt-animation-item.image-item { font-size: inherit; } */

@media (max-width: 900px) {
    .wdt-custom-animation .wdt-animation-item a img { opacity: 0; }
}

/* Animation Section End */

/*==========================
 tab banner animation text  
===========================*/

.wdt-custom-animation-tab-left, .wdt-custom-animation-tab-right { pointer-events: none; }

/* To left */ 

.wdt-custom-animation-tab-left { position: absolute; left: -43%; transform: rotate(90deg) translateX(40%); right: 0;top: 0; }
.wdt-custom-animation-tab-left .wdt-animation-item.text-item { transform: rotate(-90deg); color: var(--wdtBodyBGColor); opacity: 0.6; font-weight: 300;
    text-orientation: upright; writing-mode: vertical-lr; text-transform: uppercase; font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_Ext); } 

/* To Right */ 

.wdt-custom-animation-tab-right { position: absolute; right: 0; transform: rotate(90deg) translateX(40%); left: 43%;top: 0; }
.wdt-custom-animation-tab-right .wdt-animation-item.text-item { transform: rotate(-90deg); color: var(--wdtBodyBGColor); opacity: 0.6; font-weight: 300;
    text-orientation: upright; writing-mode: vertical-lr; text-transform: uppercase; font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_Ext); } </pre></body></html>