<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs{display:flex;position:relative}.tabs.tabs-horizontal,.tabs.tabs-vertical{flex-direction:column}@media (min-width:1024px){.tabs.tabs-vertical{flex-direction:row}.tabs.tabs-vertical .tab-buttons{flex:0 0 30%;max-width:400px}.tabs.tabs-vertical .tab-panels{flex:0 1 70%;padding:0 0 0 2.5rem}}.tabs .tab-buttons{flex-direction:column;margin-bottom:1.25rem}.tabs .tab-button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:1.25rem;margin-bottom:2px;padding:.9375rem 1.25rem .9375rem 0;position:relative;text-align:left;text-transform:uppercase;width:100%}.tabs .tab-button.active,.tabs .tab-button:focus,.tabs .tab-button:hover{color:var(--color-primary-blue)}.tabs .tab-button.active&gt;svg,.tabs .tab-button.active&gt;svg path,.tabs .tab-button:focus&gt;svg,.tabs .tab-button:focus&gt;svg path,.tabs .tab-button:hover&gt;svg,.tabs .tab-button:hover&gt;svg path{fill:var(--color-primary-blue)}.tabs .tab-button:before{background:#f6f6f6;bottom:0;content:"";position:absolute;right:0;top:0;width:4px}.tabs .tab-button:after{background:var(--color-primary-blue);bottom:1px;content:"";height:0;position:absolute;right:1px;top:50%;transform:translateY(-50%);transition:height .2s;width:2px}.tabs .tab-button.active:after,.tabs .tab-button:focus:after,.tabs .tab-button:hover:after{height:calc(100% - 2px)}.tabs.tabs-horizontal .tab-button{flex:1}@media (min-width:1024px){.tabs.tabs-horizontal .tab-buttons{align-items:center;flex-direction:row;gap:1.25rem;justify-content:center;margin-bottom:2.5rem}}.tabs .tab-button&gt;img,.tabs .tab-button&gt;svg{height:31.25px;object-fit:cover;width:31.25px}.tabs .tab-button&gt;img{-webkit-filter:grayscale(1);filter:grayscale(1)}.tabs .tab-button.active&gt;img,.tabs .tab-button:focus&gt;img,.tabs .tab-button:hover&gt;img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media (min-width:768px){.tabs.tabs-horizontal .tab-button:before{height:4px;left:0;top:auto;width:auto}}@media (min-width:1024px){.tabs .tab-buttons{content:none}.tabs.tabs-horizontal .tab-button{flex-direction:column;gap:8px;margin-top:auto;padding:1.25rem .625rem;text-align:center;width:auto}.tabs.tabs-horizontal .tab-button:after{bottom:1px;height:2px;left:50%;margin:0 auto;right:1px;top:auto;transform:translateX(-50%);transition:width .2s;width:0}.tabs.tabs-horizontal .tab-button.active:after,.tabs.tabs-horizontal .tab-button:focus:after,.tabs.tabs-horizontal .tab-button:hover:after{height:2px;width:calc(100% - 2px)}.tabs.tabs-horizontal .tab-button&gt;span{display:block;width:100%}}.tabs .tab-panel{height:0;opacity:0;-webkit-transition:opacity .25s ease-out 0s;-moz-transition:opacity .25s ease-out 0s;-o-transition:opacity .25s ease-out 0s;-ms-transition:opacity .25s ease-out 0s;transition:opacity .25s ease-out 0s;visibility:hidden}.tabs .tab-panel.active{height:auto;opacity:1;visibility:visible}.tabs.tabs-horizontal .tab-panel&gt;.row{align-items:center}.tabs .tab-panel .tabpanel-content p:last-child{margin-bottom:0}.tabs .tab-panel .tabpanel-content .button-container{margin-top:2.5rem}.tabs .tab-panel.has-image .tabpanel-image img{height:auto;max-width:100%}@media (min-width:768px) and (max-width:1023px){.tabs .tab-panel.has-image .tabpanel-image{max-width:50%}}@media (max-width:767px){.tab-panel&gt;.row.reversed{flex-direction:column-reverse}}@media (min-width:768px){.tab-panel&gt;.row.reversed{flex-direction:row-reverse}}</pre></body></html>