@charset "UTF-8";.article-card[data-v-6a9caa17] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.article-card[data-v-6a9caa17]:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0),var(--background));
    z-index: 1;
    will-change: bottom;
    transition: .5s bottom
}

.article-card[data-v-6a9caa17]:hover:before {
    bottom: -100%
}

.article-card__title[data-v-6a9caa17] {
    color: var(--orange);
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600
}

.article-card__description[data-v-6a9caa17] {
    color: var(--black);
    font-size: 15px;
    line-height: 18px;
    max-height: 60px;
    font-weight: 600;
    opacity: .7
}

.article-card__description[data-v-6a9caa17] h1 {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.home[data-v-5342c4e2] {
    width: 100%
}

.home-block[data-v-5342c4e2] {
    margin-bottom: 20px
}

.home-block__first[data-v-5342c4e2] {
    display: flex
}

.home-block h3[data-v-5342c4e2] {
    font-weight: 600
}

.home-news[data-v-5342c4e2] {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px
}

.home-news.rtl .article-card[data-v-5342c4e2]:nth-child(odd) {
    margin-right: 0
}

.home-news.rtl .article-card[data-v-5342c4e2]:nth-child(2n) {
    margin-right: 40px
}

.home-news .article-card[data-v-5342c4e2] {
    flex-basis: calc(50% - 20px);
    margin-right: 40px
}

.home-news .article-card[data-v-5342c4e2]:nth-child(2n) {
    margin-right: 0
}

.homepage_title[data-v-5342c4e2] {
    color: var(--orange);
    font-size: 20px;
    font-weight: 600
}

.faq li[data-v-5342c4e2] {
    padding: 5px 0
}

.faq li a[data-v-5342c4e2] {
    text-decoration: underline;
    text-decoration-color: var(--orange);
    padding: 5px 0
}

.faq li[data-v-5342c4e2]:before {
    content: "• ";
    text-decoration: none
}
