<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sf- */
.sf-wrapper {
    max-height: 100%;
    min-height: 120px;
    z-index: 1000000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 75px;
    overflow-y: auto;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    background: none;
}

.sf-header {
    /*margin: 100px 0 0;*/
    background-color: white;
    padding: 6px 55px 9px 64px;
}

.sf-input {
    all: initial;
    font: inherit;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    background: none;
    border: 0;
    color: #000;
    height: 75px;
    line-height: 40px;
    margin: 0;
    padding: 6px 55px 9px 64px;
    width: 100%;
    box-sizing: border-box;
}

.sf-search-icon {
    top: 20px;
    height: 50px;
    width: 50px;
    opacity: .5;
    position: absolute;
    display: inline-block;
    left: 40px;
    fill: #adb9c5;
}

.sf-close-icon {
    top: 20px;
    height: 43px;
    width: 43px;
    opacity: .9;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 3%;
    fill: #000;
}

.sf-body {
    display: block;
    background-color: white;
    min-height: unset;
}

.sf-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 25px 0 0;
}

.sf-sidebar {
    flex: 0 0 320px;
    padding-left: 50px;
}

.sf-content {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    padding: 0 0 75px 0;
}

.sf-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inline-size: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sf-item:first-child {
    border-top: 1px solid #e6e6e6;
}

.sf-item {
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 5px 16px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sf-item-active &gt; .sf-badge {
    background-color: rgb(187, 29, 23);
    color: white;
    border: 1px solid transparent;
}

.sf-badge {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #eee;
    min-width: 21px;
    margin: 0 0 0 5px;
    width: auto;
}

.sf-item:hover &gt; .sf-badge {
    background-color: rgba(187, 29, 23, 0.6);
    color: white;
    border: 1px solid transparent;
}

.sf-item-active:hover &gt; .sf-badge {
    background-color: rgb(187, 29, 23);
    color: white;
    border: 1px solid transparent;
}

.sf-table {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}

.sf-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 33.3%;
    padding: 0 0 55px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.sf-link-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    fill: #adb9c5;
    position: static;
    vertical-align: bottom;
    margin-left: 0;
}

.sf-cell-title {
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
    font-weight: 400 !important;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 6px;
    min-height: 0px;
    min-width: 0px;
}

.sf-cell-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 18px;
    font-size: 14px;
    cursor: pointer;
}

.sf-cell-item a {
    min-height: 80px;
    min-width: 75px;
    max-height: 80px;
    max-width: 75px;
}

.sf-cell-thumbnail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    width: auto;
    height: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    min-height: 0px;
    min-width: 0px;
}

.sf-cell-image {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.sf-cell-content a {
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
    font-weight: 400 !important;
    line-height: 18px;
}

.sf-cell-content a span {
    font-weight: bold;
}

.sf-cell-place {
    margin-top: 5px;
    cursor: text;
}

.sf-cell-snippet {
    color: black;
    margin-top: 5px;
    cursor: text;
    font-weight: 600;
}

.sf-no-results {
    border-top: 1px solid #e6e6e6;
    margin-top: 5px;
    padding: 20px 20px 30px 51px;
    position: static;
    background: none;
}

.sf-filter-by-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inline-size: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
}

.sf-filter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inline-size: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sf-filter-item {
    font-size: 15px;
    line-height: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 5px 16px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sf-filter-badge {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    min-width: 21px;
    margin: 0 0 0 5px;
    width: auto;
    background-color: rgb(187, 29, 23);
    color: white;
    border: 1px solid transparent;
}</pre></body></html>