.underline {
    text-decoration: underline
}

.bold {
    font-weight: bold
}

.description-block .h2, .description-block .h3, .description-block .h4, .description-block .h5 {
    margin: 0.75rem 0;
    font-weight: bold;
    font-size: inherit
}

.description-block p {
    margin: 0 0 1rem !important
}

.description-block a {
    text-decoration: underline;
    font-weight: 500;
    color: #0c1026
}

.description-block a:hover {
    color: darkslateblue
}

.description-block ol {
    list-style: decimal;
    padding-left: 1rem
}

.description-block ul {
    list-style: disc;
    padding-left: 1rem;
    margin-left: 0.5rem
}

.modal_layer .description-block {
    color: inherit
}

.modal_layer {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Proxima Nova', 'ProximaNova', sans-serif;
    background-color: rgba(128, 128, 128, 0.6)
}

.modal_root {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    background-color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25)
}

.modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    padding: 10px 16px;
    border-bottom: 1px solid #e9ecef;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: white;
    background: #0c1026
}

.modal_header h3 {
    margin: 0;
    font-size: inherit;
    text-transform: capitalize
}

.modal_body {
    max-height: calc(85vh - 60px);
    overflow-y: auto;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.24;
    color: #000
}

.close-btn {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: -8px;
    padding-top: 1px;
    font-size: 32px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

@media all and (min-width: 768px) {
    .modal_root {
        margin: 0 40px
    }

    .modal_header {
        padding: 16px;
        font-weight: 700;
        padding: 12px 22px 12px 32px
    }

    .modal_body {
        font-size: 15px;
        padding: 24px 32px
    }
}

@media all and (min-width: 1024px) {
    .modal_root {
        margin: 0 auto;
        max-width: 900px
    }

    .modal_header {
        padding: 12px 22px 12px 42px;
        font-size: 20px
    }

    .close-btn {
        font-size: 36px;
        padding-top: 2px
    }

    .modal_body {
        font-size: 16px;
        padding: 32px 42px
    }
}

.footer {
    font-family: 'Proxima Nova', 'ProximaNova', sans-serif;
    font-size: 10px;
    line-height: 1.4;
    width: 100%;
    padding: 20px 16px;
    color: #a2acb3;
    text-align: center
}

.footer__header {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__header-link {
    padding: 0 12px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer
}

.footer__header-link:hover {
    color: #fff;
    transition: color 0.5s ease
}

@media all and (min-width: 768px) {
    .footer {
        padding: 20px 40px
    }
}

@media all and (min-width: 1024px) {
    .footer {
        padding: 32px 0 20px
    }

    .footer__header {
        position: relative
    }

    .footer__header-link {
        text-transform: uppercase;
        letter-spacing: 2px
    }

    .footer__header::before, .footer__header::after {
        content: '';
        width: 1px;
        height: 1px;
        opacity: 0.5;
        flex-grow: 1;
        display: block;
        background: currentColor;
        border-radius: 2px
    }

    .footer__header::before {
        margin-right: 28px
    }

    .footer__header::after {
        margin-left: 28px
    }
}

.ad-disclosure {
    font-family: 'Proxima Nova', 'ProximaNova', sans-serif;
    font-size: 9px;
    padding: 0 12px;
    margin: 20px auto;
    text-align: center;
    color: #383948
}

