<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_faq {
    background: linear-gradient(124.87deg, rgba(78, 192, 227, 0.3) 2.82%, rgba(255, 255, 255, 0) 43.39%, rgba(255, 255, 255, 0) 43.39%), linear-gradient(155.67deg, rgba(255, 255, 255, 0.9) 49.8%, rgba(255, 255, 255, 0) 101.95%), linear-gradient(180deg, rgba(78, 192, 227, 0.4) 9.91%, rgba(255, 255, 255, 0.16) 100%);
}
.section_faq .section__content {
    padding-top: 20px;
    padding-bottom: 120px;
}
.section_faq .breadcrumbs {
    margin-top: 0 !important;
}

.faq-block {
    margin-bottom: 60px;
    padding-bottom: 0;
}
.faq-block__content {}
.faq-block__content .tab-content {
    padding-bottom: 58px;
}
.faq-block__item {}
.faq-block__item-name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.17;
    color: #000000;
    padding-bottom: 13px;
    border-bottom: 2px solid #B59672;
    margin-bottom: 15px;
}
.faq-block__item-text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding-top: 10px;
}
.faq-block__nav {
    column-count: 2;
    column-gap: 45px;
}
.faq-block__nav-item {
    display: inline-block;
    width: 100%;
}
.faq-block__nav-link {
    font-family: 'Roboto Condensed';
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.17;
    color: #008ABD;
    padding: 18px 0 17px;
    border-bottom: 1px solid #008ABD;
    position: relative;
}
.faq-block__nav-link.active {
    color: #000;
    border-color: #B59672;
    padding-left: 45px;
    padding-right: 0;
}
.faq-block__nav-link.active:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 31px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAzMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuOTM5NCAwTDIwLjU3MTMgMS4xMzUzMUwyNi42Mzg4IDYuMTk1OTZMMCA2LjE5NTk2TDAgNy44MDQwNEwyNi42Mzg4IDcuODA0MDRMMjAuNTcxMyAxMi44NjQ3TDIxLjkzOTQgMTRMMzAuMzMzMyA3TDIxLjkzOTQgMFoiIGZpbGw9IiNCNTk2NzIiLz48L3N2Zz4=");
}
@media screen and (max-width: 767px) {
    .faq-block__nav {
        column-count: 1;
        column-gap: 0;
    }
}</pre></body></html>