<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pbt-animated-tabs{display:flex;flex-direction:column;gap:clamp(3.75rem,2.545rem + 3.214vw,5.438rem);margin-inline:auto;max-width:1076px;width:100%}.pbt-animated-tabs&gt;ul{flex:1;margin:0;padding:0}.pbt-animated-tabs&gt;.tabs{display:flex;flex-direction:column;gap:40px}.pbt-animated-tabs li.tab-item{overflow:hidden;padding-left:32px;position:relative}.pbt-animated-tabs li.tab-item:before{background-color:#cfd5e0;bottom:0;content:"";left:0;position:absolute;top:0;width:5px}.pbt-animated-tabs li.tab-item.is-active:after{background-color:#215fab;bottom:0;content:"";left:0;position:absolute;top:0;width:5px}.pbt-animated-tabs .tab-title{border:none;border-radius:0;cursor:pointer;display:block;font-size:24px;font-weight:700;line-height:1.33;text-align:left}.pbt-animated-tabs .tab-description{font-size:16px;font-weight:400;line-height:2;max-height:0;opacity:0;transition:max-height .5s,margin .5s;visibility:hidden}.pbt-animated-tabs .tab-item.is-active .tab-description{margin-top:20px;max-height:2000px;opacity:1;visibility:visible}.pbt-animated-tabs .tab-images{list-style:none;position:relative}.pbt-animated-tabs .tab-images&gt;li{display:none;opacity:0;transition:opacity .2s}.pbt-animated-tabs .tab-images&gt;li.is-active{display:block;opacity:1}.pbt-animated-tabs .tab-images img{height:auto;width:100%}@media screen and (min-width:768px){.pbt-animated-tabs{flex-direction:row}.pbt-animated-tabs .tab-images{list-style:none;position:relative}.pbt-animated-tabs .tab-images&gt;li{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.pbt-animated-tabs .tab-images img{height:auto;max-height:100%;max-width:100%;width:100%}}@keyframes progressiveheight{0%{height:0}to{height:100%}}</pre></body></html>