@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700|Nunito:400,500,700,900|Open+Sans:400,500,700&display=swap");

@font-face {
    font-family: "icon";
    src: url("../fonts/icon.eot");
    src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

html:has(.st-Menu-expanded) {
    overflow: hidden;
}

:root {
    --desktop-header-height: 96px;
    --tablet-header-height: 80px;
    --mobile-header-height: 64px;
}

.top__page .actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top__page .actions .description {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__page .actions .description .text {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.top__page .actions .description img {
    height: 28.76px;
    object-fit: contain;
}

.top__page .actions .action-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top__page .actions .action-btns .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;

    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    -webkit-opacity: 1;
    color: var(--white);
}

.top__page .actions .action-btns .action-btn img {
    height: 20px;
    object-fit: contain;
}

.top__page .actions .action-btns .action-btn.orange {
    background: var(--orange-600);
}

.top__page .actions .action-btns .action-btn.blue {
    background: var(--indigo-700);
}

@media only screen and (min-width: 769px) {
    .top__page .actions .action-btns .action-btn:hover.orange {
        background: var(--orange-500);
        color: var(--white);
    }

    .top__page .actions .action-btns .action-btn:hover.blue {
        background-color: var(--indigo-500);
        color: var(--white);
    }
}

.top__page .actions .circles {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.top__page .actions .circles .first-circle {
    height: 144px;
    width: 144px;
    position: relative;
}

.top__page .actions .circles .first-circle .circle-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.top__page .actions .circles .first-circle .circle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.top__page .actions .circles .circle-benefit {
    display: flex;
    align-items: center;
}

.top__page .actions .circles .circle-number {
    font-family: "Open Sans";
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    line-height: 44.8px;
}

.top__page .actions .circles .circle-expand {
    display: flex;
    flex-direction: column;
}

.top__page .actions .circles .second-circle {
    height: 144px;
    width: 144px;
    position: relative;
}

.top__page .actions .circles .second-circle .circle-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.top__page .actions .circles .second-circle .circle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.top__page .actions .circles .third-circle {
    height: 144px;
    width: 144px;
    position: relative;
}

.top__page .actions .circles .third-circle .circle-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.top__page .actions .circles .third-circle .circle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.top__page .circles .circle-text {
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.top__page .circles .circle-small-text {
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}

@media only screen and (max-width: 1023px) {

    .top__page .circles .circle-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: var(--black);
    }


    .top__page .circles .circle-small-text {
        color: var(--black);
        font-size: 8px;
        font-weight: 700;
        line-height: 11.2px;
    }

    .top__page .top__sections .top__section_price .price-container .price-number {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 400px) {
    .top__page .top__sections .banner-actions-content {
        width: 100% !important;
        align-items: center;
    }
    .top__page .actions {
        gap: 0;
    }

    .top__page .actions > *:not(:first-child) {
        margin: 16px auto 0 auto !important;
    }

    .top__page .actions .action-btns:not(.blog-list-action) {
        width: 95% !important;
    }

    .top__page .top__sections .top__section_price .price-container .price-content .price-item {
        gap: 0 !important;
    }
    .top__page .top__sections .top__section_price .price-container .price-content .price-item > *:not(:first-child) {
        margin-left: 10px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content {
        gap: 0 !important;
    }
    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content > *:not(.step-string):not(.step-number):not(img) {
        margin-left: 16px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-string {
        height: 200px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content-box {
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content-box > :not(:first-child) {
        margin-left: 12px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-description {
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-description > *:not(:first-child) {
        margin-top: 16px;
    }

    .top__page .actions .action-btns .action-btn {
        gap: 0 !important;
    }

    .top__page .actions .action-btns .action-btn > img {
        margin-left: 10px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item .news-item-group {
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_news .news-container .news-item .news-item-group > *:not(:first-child) {
        margin-left: 10px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item {
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_news .news-container .news-item > *:not(:first-child) {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 370px) {
    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row .comparison-column {
        width: 100px !important;
        height: 100px !important;
    }
    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.last-item > .comparison-column:last-child {
        width: 203px !important;
    }
}
/*SECTIONS*/
.top__page .top__sections {
    position: relative;
    background: #F1F3FC;
}

.top__page .top__sections .top__section_subsidy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 104px;
}

.top__page .top__sections .top__section_subsidy .section-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 24px;
}

.top__page .top__sections .top__section_subsidy .section-content .main-text-group {
    display: flex;
    align-items: center;
}

.top__page .top__sections .top__section_subsidy .subsidy-animation-container {
    position: relative;
    margin-top: 56px;
}

.top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile {
    display: none;
}

.top__page .top__sections .top__section_subsidy .subsidy-animation-container .subsidy-animation-description {
    width: 110%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 362px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 2;
}

.top__page .top__sections .top__section_subsidy .subsidy-animation-container .subsidy-animation-description .subsidy-animation-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    color: var(--black);
}

.top__page .top__sections .top__section_subsidy .subsidy-problem-animation {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top__page .top__sections .top__section_subsidy .subsidy-problem-animation .subsidy-problem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top__page .top__sections .top__section_subsidy .subsidy-problem-animation .suggestion-box {
    width: 272px;
    height: 206px;
    border: 2px solid var(--indigo-700);
    border-radius: 8px;
    background: var(--white);
    padding: 48px 24px;
    position: relative;
}

.top__page .top__sections .top__section_subsidy .subsidy-problem-animation .suggestion-box .suggestion-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.top__page .top__sections .top__section_subsidy .subsidy-problem-animation .suggestion-box .suggestion-text {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.top__page .top__sections .top__section_subsidy .section-content .number {
    font-family: "Open Sans";
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    color: var(--indigo-700);
}

.top__page .top__sections .top__section_subsidy .section-content .main-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    color: var(--black);
}

.top__page .top__sections .top__section_subsidy .section-content .main-text-highlight {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    color: var(--indigo-700);
}

.top__page .top__sections .top__section_feature {
    background: url("/img/top/white-left-wave.svg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;
    padding-bottom: 104px;
}

.top__page .top__sections .top__section_feature .feature-animation-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 64px;
    padding: 0 20px;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item:nth-child(even) {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 100px;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item {
    display: flex;
    align-items: center;
    gap: 100px;
}


.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content {
    flex: 1;
    max-width: 680px;
    display: flex;
    flex-direction: column;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-number {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--indigo-700);
    border-bottom: 2px solid var(--indigo-700);
    width: max-content;
    margin-bottom: 24px;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-number.mobile {
    display: none;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-main-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: var(--black);
    margin-bottom: 40px;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-sub-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 24px;
}

.top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content img {
    height: 40px;
    object-fit: contain;
    width: max-content;
}

.top__page .section-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top__page .top__sections .title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 44.8px !important;
    color: var(--indigo-700) !important;
    text-align: center !important;
}

.top__page .top__sections .sub-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: var(--black);
    text-align: center;
}

.top__page .top__sections .top__section_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 104px;
}

.top__page .top__sections .top__section_price .price-container {
    max-width: 864px;
    width: 100%;
    background: #FFFFFF;
    margin-top: 64px;
    border-radius: 16px;
    padding-bottom: 40px;
}

.top__page .top__sections .top__section_price .price-list {
    list-style: none;
    max-width: 864px;
    width: 100%;
    margin: 36px auto 0;
}

.top__page .top__sections .top__section_price .price-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.top__page .top__sections .top__section_price .price-list li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: var(--black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


.top__page .top__sections .top__section_price .price-container .price-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    width: fit-content;
    margin: 0 auto;
    padding: 40px;
    border-bottom: 1px solid var(--black);
}

.top__page .top__sections .top__section_price .price-container .price-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 40px;
}

.top__page .top__sections .top__section_price .price-container .price-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
}

.top__page .top__sections .top__section_price .price-container .price-text-tax {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
}

.top__page .top__sections .top__section_price .price-container .price-text-highlight {
    font-family: "Open Sans";
    font-size: 64px;
    font-weight: 700;
    line-height: 96px;
    color: var(--black);
}

.top__page .top__sections .top__section_price .price-container .price-content .price-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top__page .top__sections .top__section_comparison {
    background: url("/img/top/white-right-wave.svg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-top: 184px;
    padding-bottom: 40px;
}

.top__page .top__sections .top__section_comparison .comparison-container.mobile {
    display: none;
}

.top__page .top__sections .top__section_comparison .section-content {
    margin-bottom: 64px;
}

.top__page .top__sections .top__section_comparison .comparison-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row.highlight-border {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #FFA801
}

/*.top__page .top__sections .top__section_comparison .comparison-container .comparison-row.highlight-border::before {*/
/*content: '';*/
/*position: absolute;*/
/*z-index: -2;*/
/*left: -50%;*/
/*top: -50%;*/
/*width: 200%;*/
/*height: 200%;*/
/*background-repeat: no-repeat;*/
/*background-size: 50% 50%, 50% 50%;*/
/*background-position: 0 0, 100% 0, 100% 100%, 0 100%;*/
/*background-image: linear-gradient(var(--orange-600), var(--orange-600)),*/
/*linear-gradient(var(--orange-600), var(--orange-600)),*/
/*linear-gradient(var(--orange-600), var(--orange-600)),*/
/*linear-gradient(var(--orange-600), var(--orange-600));*/
/*animation: rotate 3s linear infinite;*/
/*}*/

/*.top__page .top__sections .top__section_comparison .comparison-container .comparison-row.highlight-border::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    left: 4px;*/
/*    top: 4px;*/
/*    width: calc(100% - 8px);*/
/*    height: calc(100% - 8px);*/
/*    background: white;*/
/*    border-radius: 5px;*/
/*}*/

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row:not(.highlight-border) {
    padding-bottom: 4px;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row.highlight-border .comparison-column:first-child {
    border-radius: 5px 5px 0 0;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row.highlight-border .comparison-column:last-child {
    border-radius: 0 0 5px 5px;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column {
    height: 80px;
    width: 100%;
    background: #F1F3FC;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column.active-circle {
    background: #F1F3FC url("/img/top/active-circle.png") no-repeat center center;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column.inactive-circle {
    background: #F1F3FC url("/img/top/inactive-circle.png") no-repeat center center;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column.inactive-x {
    background: #F1F3FC url("/img/top/inactive-x.png") no-repeat center center;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column.inactive-rectangle {
    background: #F1F3FC url("/img/top/inactive-rectangle.png") no-repeat center center;
}

.top__page .top__sections .top__section_comparison .comparison-container:not(.mobile) .comparison-row:not(.highlight-border) .comparison-column {
    border: 2px solid #FFFFFF;
}

.top__page .top__sections .top__section_comparison .comparison-container:not(.mobile) .comparison-row.highlight-border .comparison-column {
    border-top: 2px solid #FFFFFF;
}

.top__page .top__sections .top__section_comparison .comparison-container:not(.mobile) .comparison-row.highlight-border .comparison-column:not(:last-child) {
    border-bottom: 2px solid #FFFFFF;
}

.top__page .top__sections .top__section_comparison .comparison-container .comparison-row .comparison-column.label-row {
    width: 144px;
    text-wrap: wrap;
    background: var(--indigo-700);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.top__page .top__sections .top__section_flow {
    background: url("/img/top/blue-left-wave.svg") white no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;

}

.top__page .top__sections .top__section_flow .flow-container-animation {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 500px;
    max-width: 1088px;
    margin: 64px auto 0;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

    width: 100%;
    top: 0;
    left: 0;
}

.top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile {
    display: none;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-contents .step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-line-1 {
    width: 111%;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-line-2 {
    width: 105%;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-line-1,
.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-line-2 {
    position: absolute;
    left: 0;
    transform: translateX(50%);
    top: 40px;
    display: flex;
    justify-content: center;
    z-index: 1;
}


.top__page .top__sections .top__section_flow .flow-container-animation .step-number {
    font-family: "Open Sans";
    display: flex;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: var(--indigo-700);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: var(--white);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.top__page .top__sections .top__section_flow .flow-container-animation .step-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-contents .step-content .step-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-contents .step-content .step-description .step-main-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 39.2px;
    color: var(--black);
    text-align: center;
    margin-top: 40px;
}

.top__page .top__sections .top__section_flow .flow-container-animation .flow-step-contents .step-content .step-description .step-sub-text {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    text-align: left;
}

.top__page .top__sections .top__section_faq {
    background: url("/img/top/white-right-wave.svg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;
    padding-bottom: 40px;
}

.top__page .top__sections .top__section_faq .faq-container {
    display: flex;
    flex-direction: column;
    max-width: 1154px;
    width: 100%;
    margin: 64px auto 0;
    gap: 24px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item {
    border: 1px solid #BBBBBB;
    border-radius: 16px;
    overflow: hidden;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question {
    background: var(--white);
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 64px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer {
    background: #F1F3FC;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 64px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question .question {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
    flex: 1;
    position: relative;
    padding-left: 40px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question .question:after {
    content: 'Q';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: var(--indigo-700);
    font-family: "Open Sans";

    position: absolute;
    left: 0;
    top: -14px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer .answer {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
    flex: 1;
    position: relative;
    padding-left: 37px;
}

.top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer .answer:after {
    content: 'A';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: var(--black);
    font-family: "Open Sans";

    position: absolute;
    left: 0;
    top: -14px;
}


.top__page .top__sections .top__section_column {
    background: url("/img/top/blue-left-wave.svg") white no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;
    padding-bottom: 40px;
}

.top__page .top__sections .top__section_news {
    background: url("/img/top/white-right-wave.svg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;
    padding-bottom: 224px;
}

.top__page .top__sections .top__section_news .news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 960px;
    width: 100%;
    margin: 64px auto;
}

.top__page .top__sections .top__section_news .news-container .news-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 20px;
}

.top__page .top__sections .top__section_news .news-container .news-item a {
    display: flex;
    gap: 24px;
}

.top__page .top__sections .top__section_news .news-container .news-item .news-item-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top__page .top__sections .top__section_news .news-container .news-item:not(:last-child) {
    border-bottom: 1px solid #BBBBBB;
}


.top__page .top__sections .top__section_news .news-container .news-date {
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

.top__page .top__sections .top__section_news .news-container .news-tag {
    border-radius: 20px;
    border: 1px solid var(--indigo-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--indigo-700);
    padding: 5px 8px;
    width: 168px;
    height: 32px;
    text-align: center;
}

.top__page .top__sections .top__section_news .news-container .news-description {
    flex: 1;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}

@media only screen and (min-width: 1024px) {
    .top__page .top__sections .top__section_news .news-container .news-description:hover {
        text-decoration: underline;
    }
}

.top__page .top__sections .banner-actions {
    background: url("/img/top/banner-actions.png") center no-repeat;
    background-size: cover;
    height: 317px;
}

.top__page .top__sections .banner-actions-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    gap: 40px;
}

.top__page .top__sections .banner-actions-content .banner-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.top__page .top__sections .banner-actions-content .banner-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--white);
}

.top__page .top__sections .banner-actions-content .banner-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    color: var(--white);
}

@media only screen and (min-width: 1023px) {
    .top__page #column-slide .splide__slide {
        padding-top: 7px;
        padding-bottom: 20px;
    }
}

.top__page #column-slide .splide__arrow {
    width: fit-content;
    opacity: 1;
}

.top__page #column-slide .splide__arrow--prev {
    left: 8%;
    top: 39%;
}

.top__page #column-slide .splide__arrow {
    width: fit-content;
    opacity: 1;
}

.top__page #column-slide .splide__arrow--next {
    right: 8%;
    top: 39%;
}

@media only screen and (max-width: 1025px) {
    .top__page #column-slide .splide__arrow--prev {
        left: 4%;
        top: 39%;
    }
    .top__page #column-slide .splide__arrow--next {
        right: 4%;
        top: 39%;
    }
}

.top__page #column-slide .splide__arrow:disabled {
    opacity: .3;
}

.top__page #column-slide .splide__pagination {
    gap: 8px;
    bottom: -50px;
}

.top__page #column-slide .splide__pagination__page {
    background: #BBBBBB;
}

.top__page #column-slide .splide__pagination__page.is-active {
    background: var(--indigo-700);
    transform: scale(1.4);
    z-index: 1;
}

.top__page #column-slide .column-item {
    max-width: 368px;
    width: 100%;
    border-radius: 8px;
}

.top__page #column-slide.column-slide-less {
    display: flex;
    justify-content: center;
}

.top__page #column-slide.column-slide-less .splide__track .splide__list > *:not(:first-child) {
    margin-left: 24px;
}

@media only screen and (min-width: 769px) {
    .top__page #column-slide .column-item:hover {
        box-shadow: 2px 4px 18px 0 #0040E240;
    }
}

.top__page #column-slide .column-item .column-img {
    width: 100%;
    height: 207px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.top__page #column-slide .column-item .column-item-content {
    border-radius: 0 0 8px 8px;
    background: #FFFFFF;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top__page #column-slide .column-item .column-item-content .column-item-date {
    color: var(--black);
    font-size: 14px;
    line-height: 20px;
}

.top__page #column-slide .column-item .column-item-content .column-item-title-box {
    height: 80px;
}

.top__page #column-slide .column-item .column-item-content .column-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    width: 100%;
}

.top__page #column-slide .column-item .column-item-content .column-item-hashtags {
    width: 100%;
    color: var(--indigo-700);
    /*height: 50px;*/
}


.top__page #column-slide .column-item .column-item-content .column-item-hashtags .column-item-hashtag {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #747FBB;
}

.top__page #column-slide .column-item .column-item-content .column-item-hashtags span:not(:first-child) {
    margin-left: 10px;
}

@media only screen and (max-width: 1023px) {

    .top__page #column-slide .column-item .column-item-content {
        gap: 17.53px;
        padding: 14.02px 14.02px 21.03px;
    }

    .top__page #column-slide .column-item .column-item-content .column-item-title-box {
        height: 66px;
    }

    .top__page #column-slide .column-item .column-item-content .column-item-hashtags {
        height: 50px;
        width: fit-content;
        overflow: hidden;
    }

    .top__page #column-slide .column-item .column-img {
        width: 100%;
        height: 181px;
    }

    .top__page .actions {
        margin-top: 15px;
    }

    .top__page .actions .action-btns .action-btn img {
        height: 17.49px;
    }

    .top__page .section-content {
        gap: 0;
    }

    .top__page .section-content > *:not(:first-child) {
        margin-top: 8px;
    }

    .top__page .top__sections .banner-actions {
        padding-top: unset;
        background: url("/img/top/banner-actions-mobile.png") no-repeat;
        background-size: cover;
        height: 263px;
    }

    .top__page .top__sections .banner-actions-content .banner-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        color: var(--white);
    }

    .top__page .top__sections .banner-actions-content .banner-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: var(--white);
    }

    .top__page .top__sections .sub-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .top__page .top__sections .top__section_subsidy {
        padding-top: 39.71px;
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile {
        display: flex;
        align-items: center;
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile .number {
        font-family: "Open Sans";
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: var(--indigo-700);
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile .number-highlight {
        font-family: "Open Sans";
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: var(--indigo-700);
        padding: 0 8px;
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile .main-text-highlight {
        font-weight: 700;
        font-size: 24px;
        line-height: 33.6px;
        color: var(--indigo-700);
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile .main-text {
        font-weight: 700;
        font-size: 24px;
        line-height: 33.6px;
        color: var(--black);
    }

    .top__page .top__sections .top__section_subsidy .section-content-mobile .sub-main-text {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: var(--black);
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container {
        display: none;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 79.45px;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-animation-description {
        left: unset;
        transform: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        text-align: center;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-animation-description img {
        width: 235px;
        height: 50px;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-animation-description .subsidy-animation-text {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem .subsidy-problem-bg {
        width: 253.08px;
        height: 253.08px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem .subsidy-problem-bg.problem-1 {
        background: url("/img/top/problem-1-mobile.png") no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem .subsidy-problem-bg.problem-2 {
        background: url("/img/top/problem-2-mobile.png") no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem .subsidy-problem-bg.problem-3 {
        background: url("/img/top/problem-3-mobile.png") no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem .subsidy-problem-bg p {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: var(--black);
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile .suggestion-box .suggestion-icon img {
        width: 50.62px;
        height: 50.62px;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        gap: 0;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile > *:not(:first-child) {
        margin-top: 49px;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile .suggestion-box {
        width: 253px;
        height: 192px;
        border: 2px solid var(--indigo-700);
        border-radius: 8px;
        background: var(--white);
        padding: 50.62px 24px 30.37px;
        position: relative;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile .suggestion-box .suggestion-text {
        color: var(--black);
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .top__page .top__sections .top__section_subsidy .subsidy-animation-container-mobile .subsidy-problem-animation-mobile .suggestion-box .suggestion-icon {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }

    .top__page .top__sections .top__section_comparison {
        background-position: right;
        align-items: center;
    }

    .top__page .top__sections .top__section_feature {
        background: url("/img/top/white-right-wave-mobile.svg") no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container {
        margin-top: 40px;
        gap: 0;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container > *:not(:first-child) {
        margin-top: 47.99px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item:nth-child(odd) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0 !important;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item > *:not(:first-child) {
        margin-top: 20px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-number.mobile {
        font-weight: 700;
        font-size: 32px;
        line-height: 44.8px;
        color: var(--indigo-700);
        border-bottom: 2px solid var(--indigo-700);
        width: max-content;
        margin-bottom: 24px;
        display: inline-block;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-img {
        width: 222px;
        height: 198px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content {
        align-items: flex-start;
        padding: 0 4px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-number {
        display: none;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-main-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top__page .top__sections .top__section_feature .feature-animation-container .feature-item .feature-item-content .feature-item-sub-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .top__page .top__sections .banner-actions-content {
        width: 343px;
        padding: 32px 0;
        gap: 0;
    }

    .top__page .top__sections .banner-actions-content > *:not(:first-child) {
        margin-top: 24px;
    }

    .top__page .top__sections .banner-actions-content .banner-content-box {
        gap: 0;
    }

    .top__page .top__sections .banner-actions-content .banner-content-box > *:not(:first-child) {
        margin-top: 24px;
    }

    .top__page .actions .circles {
        justify-content: center;
        margin-top: 0;
    }

    .top__page .actions .action-btns {
        flex-direction: column;
        justify-content: center;
    }

    .top__page .actions .action-btns > *:not(:first-child) {
        margin-left: 0;
        margin-top: 16px;
    }

    .top__page .actions .action-btns .action-btn {
        font-size: 18px;
        line-height: 26px;
    }

    .top__page .top__sections .top__section_price {
        padding: 0 24px;
        margin-top: 40px;
    }

    .top__page .top__sections .top__section_price .price-container .price-text {
        font-size: 16px;
        line-height: 22.4px;
    }

    .top__page .top__sections .top__section_price .price-container .price-text-highlight {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
    }

    .top__page .top__sections .top__section_price .price-container {
        max-width: 100%;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .top__page .top__sections .top__section_price .price-container .price-text-tax {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
    }

    .top__page .top__sections .top__section_price .price-container .price-content {
        padding: 20px;
        gap: 0;
    }

    .top__page .top__sections .top__section_price .price-container .price-content > *:not(:first-child) {
        margin-top: 10px;
    }

    .top__page .top__sections .top__section_price .price-list {
        margin-bottom: 40px;
    }

    .top__page .top__sections .top__section_comparison {
        padding-top: 95px;
        background: url("/img/top/white-left-wave-mobile.svg") no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_comparison .section-content {
        margin-bottom: 3px;
    }

    .top__page .top__sections .top__section_comparison .comparison-container {
        display: none;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.last-item > .comparison-column:last-child {
        width: 237px;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row:not(.highlight-border) {
        display: flex;
        padding-bottom: 0;
        padding-right: 3px;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.highlight-border {
        display: flex;
        align-items: center;
        border-radius: 4px;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.first-row {
        padding-right: 4px;
        margin-top: 27px;
        border-bottom: 4px solid #FFFFFF;
    }


    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row:not(.first-row) .comparison-column:first-child {
        background: var(--white);
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        color: var(--black);
    }

    .top__page .top__sections .top__section_comparison .comparison-container .comparison-row:not(.first-row):not(.highlight-border) .comparison-column {
        font-size: 14px;
        line-height: 20px;
        color: var(--black);
        text-align: center;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.highlight-border .comparison-column {
        display: flex;
        align-items: center;
        border-left: 4px solid #FFFFFF;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row .comparison-column {
        width: 116px;
        padding: 0 2px;
        height: 99px;
        border-left: 4px solid #FFFFFF;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row:not(.highlight-border) .comparison-column {
        border-top: 4px solid #FFFFFF;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row.highlight-border .comparison-column p {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: var(--black);
        text-align: center;
    }

    .top__page .top__sections .top__section_comparison .comparison-container.mobile .comparison-row .comparison-column.label-row {
        width: 116px;
        height: 83px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        border-bottom-left-radius: unset;
        border-top-right-radius: 8px;
    }

    .top__page .top__sections .top__section_flow {
        padding-top: 79.98px;
        padding-bottom: 0;
        background: url("/img/top/blue-left-wave-mobile.svg") white no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile {
        margin: 10px auto 0;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation {
        display: none;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile {
        display: flex;
        flex-direction: column;
        padding: 0 24px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile > *:not(:first-child) {
        margin-top: 30px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content {
        flex-direction: row;
        gap: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .step-number {
        all: unset;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-number {
        font-family: "Open Sans";
        border-radius: 50%;
        width: 48px;
        height: 48px;
        background: var(--indigo-700);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-number p {
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        color: var(--white);
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-description {
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 16px;
        max-width: 199px;
        width: 100%;
        align-items: flex-start;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-description .step-main-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content .step-description .step-sub-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .top__page .top__sections .top__section_flow .flow-container-animation-mobile .flow-step-contents-mobile .step-content-box {
        margin-top: 0;
        flex-direction: row;
        flex: 1;
        gap: 12px;
        display: flex;
        align-items: center;
    }

    .top__page .top__sections .top__section_faq {
        padding-top: 80px;
        background: url("/img/top/white-left-wave-mobile.svg") #F1F3FC no-repeat;
        background-size: cover;
    }

    .top__page .top__sections .top__section_faq .faq-container {
        padding: 0 9px;
        margin: 40px auto 0;
        gap: 0;
    }

    .top__page .top__sections .top__section_faq .faq-container > *:not(:first-child) {
        margin-top: 24px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question .question {
        padding-left: 35px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question .question:after {
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
        top: -5px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer .answer {
        padding-left: 30px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer .answer:after {
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
        top: -8px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-question .question {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        margin-top: 5px;
    }

    .top__page .top__sections .top__section_faq .faq-container .faq-item .faq-answer .answer {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin-top: 5px;
    }

    .top__page .top__sections .top__section_column {
        padding-top: 80px;
        position: relative;
    }

    .top__page #column-slide .column-item .column-item-content .column-item-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
    }

    .top__page #column-slide .column-item .column-item-content .column-item-hashtags .column-item-hashtag {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .top__page .top__sections .top__section_news {
        padding-top: 65px;
        background: url("/img/top/white-news-wave-mobile.svg") no-repeat;
        background-size: cover;
        padding-bottom: 91px;
    }

    .top__page .top__sections .top__section_news .news-container {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 16px 8px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item a {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .top__page .top__sections .top__section_news .news-container .news-description {
        font-size: 16px;
        line-height: 20px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item:not(:last-child) .news-description {
        border-bottom: 1px solid #BBBBBB;
        padding-bottom: 16px;
    }

    .top__page .top__sections .top__section_news .news-container .news-item:not(:last-child) {
        border-bottom: none;
    }

    .top__page .top__sections .top__section_news .news-container .news-tag {
        font-size: 12px;
        line-height: 18px;
    }
}


.splide__list {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.splide__track > .splide__list > .splide__slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    will-change: inherit;
}

.splide__list > .splide__slide:first-child {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}


#banner-slide .splide__arrow {
    width: 64px;
    opacity: 1;
}

#banner-slide .splide__arrow--next {
    right: 7.5%
}

#banner-slide .splide__arrow--prev {
    left: 8.5%
}
