.faq_page{
    font-family: "Roboto", sans-serif;
}
.tabset.faq_page{
    display: grid;
    row-gap: 16px;
    max-width: 1400px;
    margin: auto
}
.layout-image {
    background-image: none !important;
    background-color: #baddf0;
}

.faq_page {
    background-color: #ffffff !important;
}

.faq_page div.gdpr.gdpr-privacy-bar.gdpr-privacy-bar--default {
    display: none !important;
}

.faq_page button {
    font-weight: bold;
    font-size: 14px;
}

#post-84233>div>div>div>div>div {
    padding-top: 10px !important;
}

.faq_page p {
    color: #000000;
    margin-top: 0 !important;
    font-size: 14px;
}

.faq_page h3 {
    color: #000000;
    font-weight: bold;
    font-size: 20px !important;
    margin-top: 0px !important;
}

.faq_p_bold {
    font-weight: bold;
}

.faq_page_accordion {
    background-color: #44a9de80;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 15px;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
}

.faq_page_active,
.faq_page_accordion:hover {
    background-color: #44a9de;
}

.faq_page_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq_page_active:after {
    content: '\2212';
}

.faq_page_panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    background-color: #44a9de40;
    padding: 15px;
    font-weight: 400;
}

.faq_page a {
    text-decoration: underline;
}


.tab-panels {
    background-color: #44a9de20;
    padding: 30px;
}

.tab-control {
    padding: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
}

.tab-active {
    background-color: #44a9de;
    color: white;
}

.tab-container {
    display: flex;
    flex-direction: row;
}


@media only screen and (max-width:600px) {
    .tab-container {
        flex-direction: column;
        justify-content: flex-start;
    }
}