<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.has-text-align-center { text-align: center; }
.product-section.ps-vertical-tabs { padding: 120px 0 0; }   

/* .product-section.ps-vertical-tabs .container &gt; .row { display: flex; justify-content: center; } */

.product-section.ps-vertical-tabs .vert-tabs-intro { padding-bottom: 50px; }

.product-vert-tabs { position: relative; max-width: 1115px; margin: 0 auto; }
.product-vert-tabs .image-space { display: none; width: 54%; position: absolute; right: 0px; top: 0px; height: 100%; }

.product-vert-tabs .image-space .tab-img { position: absolute; max-height: 100%; }
.product-vert-tabs .tab-img img { max-width: 100%; max-height: 600px; }
.product-vert-tabs .tab-img video { max-width: 100%; }

.product-vert-tabs button { -webkit-appearance: none; border: none; background: none; outline: 0; text-align: left; padding: 15px 0; margin: 0px; }


.product-vert-tabs button .feature-tag { display: inline-block; transform: none; background-color: #6F6F6F; border-radius: 9999px; padding: 1px 7px; color: #fff; text-transform: uppercase; font-size: 11px; margin-bottom: 12px; white-space: nowrap; font-weight: 700; line-height: 1.5; transition: .3s backgrould-color; }
.product-vert-tabs button.active .feature-tag.new { background-color: #425cc3; }
.product-vert-tabs button.active .feature-tag.coming-soon { background-color: #0B291A; } 
.product-vert-tabs button.active .feature-tag.in-development { background-color: #4A9D44; }

.product-vert-tabs .col-12 { position: relative; padding-left: 35px; margin-bottom: 30px; padding-right: 35px; } 
.product-vert-tabs .col-12:before { content: ''; display: block; position: absolute; left: 0px; top: 0px; width: 4px; height: 95%; background-color: #ffffff; transition: background-color .3s;  } 
.product-vert-tabs .col-12.active:before { background-color: #d8d8d8;  } 
.product-vert-tabs ul { margin: 15px 0 30px !important; list-style-type: none;}
.product-vert-tabs ul li { position: relative; margin-bottom: 25px !important; color: #6F6F6F; font-size: 16px; }
.product-vert-tabs ul li:before { position: absolute; display: block; content: ""; width: 20px; height: 16px; top: 5px; left: -18px; transform: translateX(-100%); background-repeat: no-repeat; background-position: 50%; background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M18.8337 5.96262L8.2838 16.6667L2.16699 10.4605L4.82522 7.83123L8.2838 11.3404L16.1754 3.33337L18.8337 5.96262Z" fill="%234893BF"/&gt;&lt;/svg&gt;'); }
.product-vert-tabs button { cursor: pointer; }
.product-vert-tabs button h3 { margin: 0px !important; color: #232323; transition: color .3s; font-weight: 700; }
.product-vert-tabs button:hover h3 { color: #2D2E31; }
.product-vert-tabs button.active { cursor: default; }
.product-vert-tabs button.active h3 { color: #2D2E31; }

/* LARGE ONLY */
@media (min-width: 992px) {
    .product-vert-tabs .image-space { display: flex; align-items: center; justify-content: center; margin-top: -30px; }
    .product-vert-tabs .tab-img { display: none; }
    
}
/* SMALL ONLY */
@media (max-width: 992px) {
    .product-section.ps-vertical-tabs { padding: 32px 0; } 
    .product-vert-tabs .col-12 { padding-left: 18px; padding-right: 18px;} 
    .product-vert-tabs .col-12:before { display: none; }
    .product-vert-tabs .tab-img { text-align: center; }
    .product-vert-tabs .tab-img img { max-width: 100%; }
    .product-vert-tabs .tab-img video { max-width: 100%; }
    /* .product-vert-tabs .tab-content { overflow: hidden; } */
}</pre></body></html>