html #root #wrap_all #main .faq {
    padding: 70px 0
}

@media only screen and (max-width: 85.3125rem) {
    html #root #wrap_all #main .faq {
        padding: 50px 0
    }
}

@media only screen and (max-width: 63.9375rem) {
    html #root #wrap_all #main .faq {
        padding: 30px 0
    }
}

html #root #wrap_all #main .faq__container {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

html #root #wrap_all #main .faq__title {
    line-height: 1
}

html #root #wrap_all #main .faq__accordion {
    grid-column: 3 / span 12
}

@media only screen and (max-width: 47.9375rem) {
    html #root #wrap_all #main .faq__accordion {
        grid-column: 1 / span 14
    }
}

html #root #wrap_all #main .faq__accordion ol {
    padding: 0;
    list-style: none;
    grid-gap: 20px
}

html #root #wrap_all #main .faq__accordion li {
    height: max-content;
    margin: 26px 0 10px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.45)
}

html #root #wrap_all #main .faq__accordion li details[open] .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M432 256C432 269.3 421.3 280 408 280H40c-13.25 0-24-10.74-24-23.99C16 242.8 26.75 232 40 232h368C421.3 232 432 242.8 432 256z'/%3E%3C/svg%3E")
}

html #root #wrap_all #main .faq__accordion summary {
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.82px;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

html #root #wrap_all #main .faq__accordion summary .icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-color: transparent;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23000' d='M432 256C432 269.3 421.3 280 408 280h-160v160c0 13.25-10.75 24.01-24 24.01S200 453.3 200 440v-160h-160c-13.25 0-24-10.74-24-23.99C16 242.8 26.75 232 40 232h160v-160c0-13.25 10.75-23.99 24-23.99S248 58.75 248 72v160h160C421.3 232 432 242.8 432 256z'/%3E%3C/svg%3E");
    margin: 4px 0 0 30px;
    position: absolute;
    top: 4px;
    right: 0
}

html #root #wrap_all #main .faq__accordion summary::-webkit-details-marker {
    display: none
}

html #root #wrap_all #main .faq__accordion div {
    padding-bottom: 26px
}

html #root #wrap_all #main .faq__column-content {
    grid-column: 3 / span 12;
    margin: 0 20px 0 0
}

@media only screen and (max-width: 47.9375rem) {
    html #root #wrap_all #main .faq__column-content {
        margin: 0 auto;
        grid-column: 1 / span 14
    }
}

