/* inlined: preference.css */
.preference-section__white-item--meta {
    padding-left: 38px !important;
    padding-top: 186px;
    padding-right: 38px !important;
    padding-bottom: 46px !important;
}

.preference-section__white-text-container--meta,
.preference-section__white-text-container-title--meta {
    max-width: 383px !important;
    align-items: center;
}

.preference-section__focus-item:hover .preference-section__focus-item-title--meta {
    transform: translateY(70px) scale(1.2) !important;
}

.preference-section__focus-item:hover .preference-section__focus-item-text--meta {
    transform: translateY(40px);
}

.preference-section__white-item:hover .preference-section__white-text-container--meta {
    transform: translateY(-100px) !important;
    transition: transform 0.8s ease;
}

.preference-section__white-item:hover .preference-section__white-item-img--meta {
    transform: rotate(-180deg) translateY(calc(100% - 645.36px)) !important;
    left: calc(100% - 370.36px) !important; 
}

.preference-section__black-item-img--meta {
    bottom: -200px !important;
    right: -50px !important;
}

@media screen and (max-width: 670px) {
    .preference-section__focus-item:hover .preference-section__focus-item-title--meta {
        transform: translateY(0px) !important;
    }
    
    .preference-section__focus-item:hover .preference-section__focus-item-text--meta {
        transform: translateY(0px);
    }
}
/* end: preference.css */
/* inlined: faq.css */
.faq-section__item-question--meta {
    padding-top: 40px !important;
}

@media screen and (max-width: 1360px) {
    .faq-section__item-question--meta {
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 1200px) {
    .faq-section__item-question--meta {
        padding-top: 15px !important;
    }
}
/* end: faq.css */