@charset 'UTF-8';
.space
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-bottom: 60px;
    }
}

.grecaptcha-badge
{
    visibility: collapse;
}

.nf_color_white
{
    color: white;
}
.nf_color_white_bg
{
    background: white;
}

.nf_color_orange
{
    color: #ff7117;
}
.nf_color_orange_bg
{
    background: #ff7117;
}

.nf_color_light_blue
{
    color: #b4ebff;
}
.nf_color_light_blue_bg
{
    background: #b4ebff;
}

.nf_color_blue
{
    color: #0050f9;
}
.nf_color_blue_bg
{
    background: #0050f9;
}

.nf_color_dark_blue
{
    color: #3f65ba;
}
.nf_color_dark_blue_bg
{
    background: #3f65ba;
}

.nf_color_super_light_gray
{
    color: #f9fafe;
}
.nf_color_super_light_gray_bg
{
    background: #f9fafe;
}

.nf_color_light_gray
{
    color: #e6e9f3;
}
.nf_color_light_gray_bg
{
    background: #e6e9f3;
}

.nf_color_gray
{
    color: #606b7f;
}
.nf_color_gray_bg
{
    background: #606b7f;
}

.nf_color_middle_gray
{
    color: #5e5e5e;
}
.nf_color_middle_gray_bg
{
    background: #5e5e5e;
}

.nf_color_dark_gray
{
    color: #2f2f2f;
}
.nf_color_dark_gray_bg
{
    background: #2f2f2f;
}

body
{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 20px;

    color: #2f2f2f !important;
}
body #cookie,
body .info_bar
{
    position: fixed;
    z-index: 9999999;
    bottom: 0;

    width: 100%;
    height: auto;
    padding: 20px 15px;

    text-align: center;

    background: rgba(239, 240, 242, .8);
    box-shadow: 0 -2px 5px 0 rgba(239, 240, 242, .8);

    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
body #cookie .content,
body .info_bar .content
{
    display: flex;

    width: 100%;
    max-width: 1202px;
    margin: 0 auto;

    transition: .2s;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
body #cookie .content_message,
body .info_bar .content_message
{
    display: flex;

    max-width: 100%;

    flex-wrap: wrap;
    justify-content: space-around;
}
body #cookie .content_message .info_text,
body .info_bar .content_message .info_text
{
    max-width: 70%;
}
body #cookie .content .nft_button,
body .info_bar .content .nft_button
{
    display: inline-block;
}
body #cookie .content .info_text,
body .info_bar .content .info_text
{
    line-height: 1.5;
}
body #cookie .content .info_text a,
body .info_bar .content .info_text a
{
    text-decoration: none;

    color: #2f2f2f;
    border-bottom: 1px solid;
}
body #cookie .content .info_text a:hover,
body .info_bar .content .info_text a:hover
{
    color: #ff7117;
}
body #cookie.with_form .content_message,
body .info_bar.with_form .content_message
{
    width: 40%;
}
body #cookie.with_form .form_block,
body .info_bar.with_form .form_block
{
    width: 55%;
    padding: 0 !important;
}
body #cookie.with_form .form_block .how_can_we_help .contact_form,
body .info_bar.with_form .form_block .how_can_we_help .contact_form
{
    padding: 0 !important;
}
body #cookie.with_form .form_block form,
body .info_bar.with_form .form_block form
{
    display: flex;

    width: 100%;
    margin: 0 !important;

    align-items: center;
    justify-content: space-between;
}
body #cookie.with_form .form_block form .nft_button,
body .info_bar.with_form .form_block form .nft_button
{
    max-width: 25%;
}
body #cookie.with_form .form_block form input,
body .info_bar.with_form .form_block form input
{
    min-height: 50px !important;
}
body #cookie.with_form .form_block form input[type=email],
body .info_bar.with_form .form_block form input[type=email]
{
    max-width: 70%;
    margin: 0 !important;
    padding: 15px 20px !important;

    border: none !important;
    border-radius: 24px !important;
    background: white !important;
}
body #cookie.with_form .form_block .message,
body .info_bar.with_form .form_block .message
{
    display: none;
}
@media screen and (max-width: 991px)
{
    body #cookie.with_form .content_message,
    body .info_bar.with_form .content_message
    {
        width: 100%;
    }
    body #cookie.with_form .form_block,
    body .info_bar.with_form .form_block
    {
        width: 100%;
        max-width: 500px;
    }
    body #cookie.with_form .form_block form,
    body .info_bar.with_form .form_block form
    {
        flex-direction: column;
    }
    body #cookie.with_form .form_block form input,
    body .info_bar.with_form .form_block form input
    {
        height: 50px;
        min-height: auto !important;
    }
    body #cookie.with_form .form_block form .nft_button,
    body .info_bar.with_form .form_block form .nft_button
    {
        max-width: 100%;
    }
}
body #cookie.with_form.submitted .content_message,
body .info_bar.with_form.submitted .content_message
{
    width: auto;
}
@media (max-width: 991px)
{
    body #cookie .content,
    body .info_bar .content
    {
        flex-direction: column;
    }
    body #cookie .content_message,
    body #cookie .content .nft_button,
    body .info_bar .content_message,
    body .info_bar .content .nft_button
    {
        max-width: 100%;
        margin: 10px 0;
    }
    body #cookie .content_message .info_text,
    body .info_bar .content_message .info_text
    {
        max-width: 100%;
        margin-bottom: 15px;
    }
    body #cookie .content_message .info_text a,
    body .info_bar .content_message .info_text a
    {
        display: inline-block;
    }
}
@media (max-width: 480px)
{
    body #cookie .content_message .info_text,
    body .info_bar .content_message .info_text
    {
        max-width: 100%;
        margin-bottom: 15px;
    }
    body #cookie br,
    body .info_bar br
    {
        display: none;
    }
}
body .info_bar .close_popup
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    top: 0;
    right: 0;

    padding: 0 6px;

    cursor: pointer;
    transition: .2s;
}
body .info_bar .close_popup:hover
{
    color: white;
}
body .info_bar.as_hello_bar
{
    background: rgb(255, 99, 0);
    background: linear-gradient(90deg, rgb(255, 99, 0) 20%, rgb(247, 148, 29) 100%);
    box-shadow: 0 -2px 5px 0 rgba(255, 99, 0, .8);
}
body .info_bar.as_hello_bar h6
{
    color: white;
}
body .info_bar.as_hello_bar .nft_button a,
body .info_bar.as_hello_bar .nft_button input
{
    color: black;
    background: white;
}
body .info_bar.as_hello_bar .nft_button a:hover,
body .info_bar.as_hello_bar .nft_button input:hover
{
    background: #e6e9f3;
}
body .info_bar.as_hello_bar .info_title
{
    margin-right: 10px;
    padding-right: 5px;

    border-right: 2px solid;
}
@media (max-width: 480px)
{
    body .info_bar.as_hello_bar .info_title
    {
        display: inline-block;

        margin: 0 7px 10px;

        border-right: none;
        border-bottom: 2px solid;
    }
}
body .info_bar.rounded
{
    bottom: 15px;
    left: 15px;

    width: calc(100% - 30px);
    max-width: 570px;
    padding: 20px;

    border-radius: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    body .info_bar.rounded
    {
        padding: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .info_bar.rounded
    {
        padding: 40px;
    }
}
body .info_bar.rounded .close_popup
{
    right: 15px;
}
body .not_break
{
    white-space: nowrap;
    pointer-events: none;
}
@media (max-width: 480px)
{
    body .not_break
    {
        display: block;

        width: 100%;
    }
}
body.stop
{
    overflow: hidden;
}
body main
{
    display: block;
    overflow-x: hidden;

    width: 100vw;
}
body #top
{
    position: absolute;
    top: 0;

    width: 0;
    height: 0;
}
@media screen and (min-width: 1400px)
{
    body .container
    {
        max-width: 1204px;
    }
}
body a img
{
    border: none;
}
body .row
{
    margin-right: -15px;
    margin-left: -15px;
}
body .row > *
{
    padding-right: 15px;
    padding-left: 15px;
}
body *:focus
{
    outline: none;
}
body .nft_link
{
    text-decoration: none;

    color: #ff7117;
}
@media screen and (max-width: 1440px) and (min-width: 1234.2857142857px)
{
    body
    {
        font-size: calc(.0097222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1200px)
{
    body
    {
        line-height: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body
    {
        line-height: 24px;
    }
}
body .headerSuperhero
{
    font-size: 35px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .96px;
}
@media screen and (max-width: 1440px) and (min-width: 663.1578947368px)
{
    body .headerSuperhero
    {
        font-size: calc(.0527777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .headerSuperhero
    {
        font-size: 76px;
    }
}
body .mrHeader
{
    font-size: 24px;
    line-height: 1.6;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .mrHeader
    {
        font-size: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .mrHeader
    {
        font-size: 32px;
    }
}
body .heroJr
{
    font-size: 20px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .6px;
}
@media screen and (max-width: 1440px) and (min-width: 480px)
{
    body .heroJr
    {
        font-size: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .heroJr
    {
        font-size: 60px;
    }
}
body .headHero
{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    body .headHero
    {
        font-size: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .headHero
    {
        font-size: 48px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    body .headHero
    {
        line-height: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .headHero
    {
        line-height: 60px;
    }
}
body .heroJr
{
    font-size: 20px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .6px;
}
@media screen and (max-width: 1440px) and (min-width: 480px)
{
    body .heroJr
    {
        font-size: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .heroJr
    {
        font-size: 60px;
    }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .mrHeader
{
    font-weight: 700;
}
body h1,
body .h1
{
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 1440px) and (min-width: 1200px)
{
    body h1,
    body .h1
    {
        font-size: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h1,
    body .h1
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1260px)
{
    body h1,
    body .h1
    {
        line-height: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h1,
    body .h1
    {
        line-height: 32px;
    }
}
body h2,
body .h2
{
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1178.1818181818px)
{
    body h2,
    body .h2
    {
        font-size: calc(.0152777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h2,
    body .h2
    {
        font-size: 22px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1234.2857142857px)
{
    body h2,
    body .h2
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h2,
    body .h2
    {
        line-height: 28px;
    }
}
body h3,
body .h3
{
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1152px)
{
    body h3,
    body .h3
    {
        font-size: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h3,
    body .h3
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1234.2857142857px)
{
    body h3,
    body .h3
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h3,
    body .h3
    {
        line-height: 28px;
    }
}
body h4,
body .h4
{
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1280px)
{
    body h4,
    body .h4
    {
        font-size: calc(.0125 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h4,
    body .h4
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1234.2857142857px)
{
    body h4,
    body .h4
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h4,
    body .h4
    {
        line-height: 28px;
    }
}
body h5,
body .h5
{
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 1260px)
{
    body h5,
    body .h5
    {
        font-size: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h5,
    body .h5
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1200px)
{
    body h5,
    body .h5
    {
        line-height: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h5,
    body .h5
    {
        line-height: 24px;
    }
}
body h6,
body .h6
{
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 1200px)
{
    body h6,
    body .h6
    {
        line-height: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body h6,
    body .h6
    {
        line-height: 24px;
    }
}
body .subHead1,
body .subHead2,
body .subHead3,
body .subHead4,
body .subHead5
{
    font-weight: 500;
}
body .subHead1
{
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .subHead1
    {
        font-size: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead1
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .subHead1
    {
        line-height: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead1
    {
        line-height: 32px;
    }
}
body .subHead2
{
    font-size: 16px;
    line-height: 22px;
}
@media screen and (max-width: 1440px) and (min-width: 1047.2727272727px)
{
    body .subHead2
    {
        font-size: calc(.0152777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead2
    {
        font-size: 22px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1131.4285714286px)
{
    body .subHead2
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead2
    {
        line-height: 28px;
    }
}
body .subHead3
{
    font-size: 15px;
    line-height: 22px;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .subHead3
    {
        font-size: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead3
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1131.4285714286px)
{
    body .subHead3
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead3
    {
        line-height: 28px;
    }
}
body .subHead4
{
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 1440px) and (min-width: 1120px)
{
    body .subHead4
    {
        font-size: calc(.0125 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead4
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1131.4285714286px)
{
    body .subHead4
    {
        line-height: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead4
    {
        line-height: 28px;
    }
}
body .subHead5
{
    font-size: 12px;
    line-height: 18px;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .subHead5
    {
        font-size: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead5
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    body .subHead5
    {
        line-height: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .subHead5
    {
        line-height: 24px;
    }
}
body .bodyX,
body .bodyM,
body .bodyS
{
    font-weight: 400;
}
body .labelX,
body .labelM,
body .labelS
{
    font-weight: 600;
}
body .bodyX,
body .labelX
{
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1260px)
{
    body .bodyX,
    body .labelX
    {
        font-size: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .bodyX,
    body .labelX
    {
        font-size: 16px;
    }
}
body .bodyM,
body .labelM,
body #breadcrumbs
{
    font-size: 12px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1234.2857142857px)
{
    body .bodyM,
    body .labelM,
    body #breadcrumbs
    {
        font-size: calc(.0097222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .bodyM,
    body .labelM,
    body #breadcrumbs
    {
        font-size: 14px;
    }
}
body .bodyS,
body .labelS
{
    font-size: 10px;
    line-height: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1200px)
{
    body .bodyS,
    body .labelS
    {
        font-size: calc(.0083333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .bodyS,
    body .labelS
    {
        font-size: 12px;
    }
}
body blockquote
{
    font-size: 18px;
    line-height: 36px;
}
@media screen and (max-width: 1440px) and (min-width: 1178.1818181818px)
{
    body blockquote
    {
        font-size: calc(.0152777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body blockquote
    {
        font-size: 22px;
    }
}
body .block_header
{
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    body .block_header
    {
        margin-bottom: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .block_header
    {
        margin-bottom: 24px;
    }
}
body .block_header .block_title h2
{
    margin: 0;
}
body .block_header .block_title h2 .accent
{
    color: #ff7117;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    body .block_header .block_title:not(.col-12) h2
    {
        font-size: 20px;
    }
}
body .block_header .block_description .col-12
{
    margin-top: 14px;
}
@media screen and (max-width: 1440px) and (min-width: 1260px)
{
    body .block_header .block_description .col-12
    {
        margin-top: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .block_header .block_description .col-12
    {
        margin-top: 16px;
    }
}
body .block_header .block_description .col-12 p
{
    margin: 0;
}
body .block_header .block_description:not(.col-12)
{
    padding-top: 5px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    body .block_header .block_description:not(.col-12)
    {
        padding-top: calc(.0069444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .block_header .block_description:not(.col-12)
    {
        padding-top: 10px;
    }
}
body .block_header .block_description:not(.col-12) p:last-child
{
    margin: 0;
}
body .block_header.with_explanation .block_header_left .block_description
{
    margin-top: 14px;
    padding-top: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1260px)
{
    body .block_header.with_explanation .block_header_left .block_description
    {
        margin-top: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .block_header.with_explanation .block_header_left .block_description
    {
        margin-top: 16px;
    }
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item
{
    padding: 24px 0;

    border-top: 1px solid #2f2f2f;
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item:last-child
{
    border-bottom: 1px solid #2f2f2f;
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item h3
{
    margin: 0 0 8px 0;
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item p
{
    margin: 0 0 12px 0;

    color: #606b7f;
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item .nft_link
{
    text-decoration: none;

    color: #ff7117;
}
body .block_header.with_explanation .block_header_right .explanation_items .explanation_item .nft_link:hover
{
    text-decoration: underline;
}
body .nft_button a,
body .nft_button .form-submit
{
    display: inline-block;

    padding: 8px 33px;

    transition: .3s;
    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 22px;
    background: #ff7117;
}
body .nft_button a:hover,
body .nft_button .form-submit:hover
{
    background: #ff7117;
}
body .nft_button a[disabled],
body .nft_button .form-submit[disabled]
{
    pointer-events: none;

    background: #606b7f;
}
body .tns-nav
{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
}
body .tns-nav button
{
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0;

    border: 2px solid #ff7117;
    border-radius: 50%;
    background: transparent;
}
@media screen and (max-width: 1440px) and (min-width: 900px)
{
    body .tns-nav button
    {
        width: calc(.0111111111 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    body .tns-nav button
    {
        width: 16px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 900px)
{
    body .tns-nav button
    {
        height: calc(.0111111111 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    body .tns-nav button
    {
        height: 16px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 514.2857142857px)
{
    body .tns-nav button
    {
        margin-left: calc(.0097222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .tns-nav button
    {
        margin-left: 14px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 514.2857142857px)
{
    body .tns-nav button
    {
        margin-right: calc(.0097222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    body .tns-nav button
    {
        margin-right: 14px;
    }
}
body .tns-nav button.tns-nav-active
{
    background: #ff7117;
}
body .tns-nav button:focus
{
    outline: none;
}
body #breadcrumbs
{
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 1rem;

    width: calc(100% - 2rem);
}
body #breadcrumbs span
{
    color: #ff7117;
}
body #breadcrumbs span span
{
    color: white;
}
body #breadcrumbs span a
{
    text-decoration: none;

    color: #ccc;
}
body #breadcrumbs span a:hover
{
    color: #ff7117;
}
body #breadcrumbs span .breadcrumb_last
{
    padding-bottom: 1px;

    color: #f9fafe;
    border-bottom: 1px solid #f9fafe;
}
@media screen and (max-width: 767px)
{
    body #breadcrumbs
    {
        font-size: 10px !important;
    }
}
body .to_back
{
    font-weight: 700;

    transition: .2s;
    text-decoration: none;

    color: #2f2f2f;
    border: none;
    background: 0 0;
    box-shadow: none;
}
body .to_back:hover
{
    color: #ff7117;
}
body .aligncenter
{
    display: block;

    margin: 0 auto;
}

.slider_control
{
    position: relative;

    display: flex;

    width: 100%;
    height: 64px;
    margin-top: 15px;
    padding: 0 70px;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1440px) and (min-width: 900px)
{
    .slider_control
    {
        margin-top: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .slider_control
    {
        margin-top: 24px;
    }
}
.slider_control [data-controls=prev],
.slider_control [data-controls=next]
{
    position: absolute;
    top: 50%;

    width: 64px;
    height: 64px;

    transform: translateY(-50%);
}
.slider_control [data-controls=prev]
{
    left: 0;
}
.slider_control [data-controls=next]
{
    right: 0;
}
@media only screen and (max-width: 767px)
{
    .slider_control
    {
        padding: 0 45px;
    }
    .slider_control [data-controls=prev],
    .slider_control [data-controls=next]
    {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 1199px)
{
    .slider_control
    {
        padding: 0 55px;
    }
    .slider_control [data-controls=prev],
    .slider_control [data-controls=next]
    {
        width: 50px;
        height: 50px;
    }
}
.slider_control .prev svg:focus,
.slider_control .prev:focus,
.slider_control .next svg:focus,
.slider_control .next:focus
{
    outline: none;
}
.slider_control .prev,
.slider_control .next
{
    cursor: pointer;
    transition: .2s;
}
.slider_control .prev:hover svg circle,
.slider_control .next:hover svg circle
{
    opacity: 1;

    stroke: #ff7117;
}
.slider_control .prev:hover svg path,
.slider_control .next:hover svg path
{
    fill: #ff7117;
}
.slider_control .prev svg
{
    transform: rotate(180deg);
}
.slider_control:focus
{
    outline: none;
}
.slider_control_dots
{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: center;
}

#onetrust-consent-sdk #onetrust-banner-sdk
{
    left: 50%;

    transform: translateX(-50%);
}
#onetrust-consent-sdk #onetrust-banner-sdk .banner-content
{
    padding: 0;
}

nf-icon
{
    font-family: auto;
    font-size: 20px;
    line-height: 1;

    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    nf-icon
    {
        font-size: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    nf-icon
    {
        font-size: 30px;
    }
}
nf-icon:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}
nf-icon.arrow_down::before
{
    content: '↓';
}
nf-icon.arrow_up::before
{
    content: '↑';
}
nf-icon.arrow_left::before
{
    content: '←';
}
nf-icon.arrow_right::before
{
    content: '→';
}
nf-icon.checkmark::before
{
    content: '✓';
}
nf-icon.close::before
{
    content: '✕';
}

.mr-0
{
    margin-right: 0 !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mr-1
{
    margin-right: 4px !important;
}

.ml-1
{
    margin-left: 4px !important;
}

.mt-1
{
    margin-top: 4px !important;
}

.mb-1
{
    margin-bottom: 4px !important;
}

.mr-2
{
    margin-right: 8px !important;
}

.ml-2
{
    margin-left: 8px !important;
}

.mt-2
{
    margin-top: 8px !important;
}

.mb-2
{
    margin-bottom: 8px !important;
}

.mr-3
{
    margin-right: 16px !important;
}

.ml-3
{
    margin-left: 16px !important;
}

.mt-3
{
    margin-top: 16px !important;
}

.mb-3
{
    margin-bottom: 16px !important;
}

.mr-4
{
    margin-right: 24px !important;
}

.ml-4
{
    margin-left: 24px !important;
}

.mt-4
{
    margin-top: 24px !important;
}

.mb-4
{
    margin-bottom: 24px !important;
}

.mr-5
{
    margin-right: 32px !important;
}

.ml-5
{
    margin-left: 32px !important;
}

.mt-5
{
    margin-top: 32px !important;
}

.mb-5
{
    margin-bottom: 32px !important;
}

/* Light text theme for dark backgrounds */
[data-theme=light-text]
{
    color: white;
}
[data-theme=light-text] .block_title,
[data-theme=light-text] .block_description,
[data-theme=light-text] .mrHeader,
[data-theme=light-text] .subHead3,
[data-theme=light-text] .subHead5,
[data-theme=light-text] .bodyM,
[data-theme=light-text] .bodyS,
[data-theme=light-text] h1,
[data-theme=light-text] h2,
[data-theme=light-text] h3,
[data-theme=light-text] h4,
[data-theme=light-text] h5,
[data-theme=light-text] h6,
[data-theme=light-text] p,
[data-theme=light-text] span,
[data-theme=light-text] li
{
    color: inherit;
}
[data-theme=light-text] .accent
{
    color: #ff7117;
}
[data-theme=light-text].map .sun-icon--inline .sun-path
{
    stroke: #8b9aad;
}
[data-theme=light-text].map .sun-icon--inline .sun-circle
{
    fill: #2f2f2f;
}
[data-theme=light-text].map .sun-icon--inline .sun-icon-path
{
    fill: #ff7117;
}
[data-theme=light-text].map .region ul li::before
{
    background-color: #fff;
}

/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 576px)
{
    .container-sm,
    .container
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .container-md,
    .container-sm,
    .container
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .container-lg,
    .container-md,
    .container-sm,
    .container
    {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container
    {
        max-width: 1140px;
    }
}
@media (min-width: 1400px)
{
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container
    {
        max-width: 1320px;
    }
}
.row
{
    display: flex;

    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex: 1 0 100%;
    flex-wrap: wrap;
}
.row > *
{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);

    flex-shrink: 0;
}

.col
{
    flex: 1 0 0;
}

.row-cols-auto > *
{
    width: auto;

    flex: 0 0 auto;
}

.row-cols-1 > *
{
    width: 100%;

    flex: 0 0 auto;
}

.row-cols-2 > *
{
    width: 50%;

    flex: 0 0 auto;
}

.row-cols-3 > *
{
    width: 33.3333333333%;

    flex: 0 0 auto;
}

.row-cols-4 > *
{
    width: 25%;

    flex: 0 0 auto;
}

.row-cols-5 > *
{
    width: 20%;

    flex: 0 0 auto;
}

.row-cols-6 > *
{
    width: 16.6666666667%;

    flex: 0 0 auto;
}

.col-auto
{
    width: auto;

    flex: 0 0 auto;
}

.col-1
{
    width: 8.3333333333%;

    flex: 0 0 auto;
}

.col-2
{
    width: 16.6666666667%;

    flex: 0 0 auto;
}

.col-3
{
    width: 25%;

    flex: 0 0 auto;
}

.col-4
{
    width: 33.3333333333%;

    flex: 0 0 auto;
}

.col-5
{
    width: 41.6666666667%;

    flex: 0 0 auto;
}

.col-6
{
    width: 50%;

    flex: 0 0 auto;
}

.col-7
{
    width: 58.3333333333%;

    flex: 0 0 auto;
}

.col-8
{
    width: 66.6666666667%;

    flex: 0 0 auto;
}

.col-9
{
    width: 75%;

    flex: 0 0 auto;
}

.col-10
{
    width: 83.3333333333%;

    flex: 0 0 auto;
}

.col-11
{
    width: 91.6666666667%;

    flex: 0 0 auto;
}

.col-12
{
    width: 100%;

    flex: 0 0 auto;
}

.offset-1
{
    margin-left: 8.3333333333%;
}

.offset-2
{
    margin-left: 16.6666666667%;
}

.offset-3
{
    margin-left: 25%;
}

.offset-4
{
    margin-left: 33.3333333333%;
}

.offset-5
{
    margin-left: 41.6666666667%;
}

.offset-6
{
    margin-left: 50%;
}

.offset-7
{
    margin-left: 58.3333333333%;
}

.offset-8
{
    margin-left: 66.6666666667%;
}

.offset-9
{
    margin-left: 75%;
}

.offset-10
{
    margin-left: 83.3333333333%;
}

.offset-11
{
    margin-left: 91.6666666667%;
}

.g-0,
.gx-0
{
    --bs-gutter-x: 0;
}

.g-0,
.gy-0
{
    --bs-gutter-y: 0;
}

.g-1,
.gx-1
{
    --bs-gutter-x: .25rem;
}

.g-1,
.gy-1
{
    --bs-gutter-y: .25rem;
}

.g-2,
.gx-2
{
    --bs-gutter-x: .5rem;
}

.g-2,
.gy-2
{
    --bs-gutter-y: .5rem;
}

.g-3,
.gx-3
{
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3
{
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4
{
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4
{
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5
{
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5
{
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px)
{
    .col-sm
    {
        flex: 1 0 0;
    }
    .row-cols-sm-auto > *
    {
        width: auto;

        flex: 0 0 auto;
    }
    .row-cols-sm-1 > *
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .row-cols-sm-2 > *
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .row-cols-sm-3 > *
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .row-cols-sm-4 > *
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .row-cols-sm-5 > *
    {
        width: 20%;

        flex: 0 0 auto;
    }
    .row-cols-sm-6 > *
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-sm-auto
    {
        width: auto;

        flex: 0 0 auto;
    }
    .col-sm-1
    {
        width: 8.3333333333%;

        flex: 0 0 auto;
    }
    .col-sm-2
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-sm-3
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .col-sm-4
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .col-sm-5
    {
        width: 41.6666666667%;

        flex: 0 0 auto;
    }
    .col-sm-6
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .col-sm-7
    {
        width: 58.3333333333%;

        flex: 0 0 auto;
    }
    .col-sm-8
    {
        width: 66.6666666667%;

        flex: 0 0 auto;
    }
    .col-sm-9
    {
        width: 75%;

        flex: 0 0 auto;
    }
    .col-sm-10
    {
        width: 83.3333333333%;

        flex: 0 0 auto;
    }
    .col-sm-11
    {
        width: 91.6666666667%;

        flex: 0 0 auto;
    }
    .col-sm-12
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.6666666667%;
    }
    .g-sm-0,
    .gx-sm-0
    {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0
    {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-sm-1,
    .gy-sm-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-sm-2,
    .gx-sm-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-sm-2,
    .gy-sm-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-sm-3,
    .gx-sm-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px)
{
    .col-md
    {
        flex: 1 0 0;
    }
    .row-cols-md-auto > *
    {
        width: auto;

        flex: 0 0 auto;
    }
    .row-cols-md-1 > *
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .row-cols-md-2 > *
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .row-cols-md-3 > *
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .row-cols-md-4 > *
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .row-cols-md-5 > *
    {
        width: 20%;

        flex: 0 0 auto;
    }
    .row-cols-md-6 > *
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-md-auto
    {
        width: auto;

        flex: 0 0 auto;
    }
    .col-md-1
    {
        width: 8.3333333333%;

        flex: 0 0 auto;
    }
    .col-md-2
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-md-3
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .col-md-4
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .col-md-5
    {
        width: 41.6666666667%;

        flex: 0 0 auto;
    }
    .col-md-6
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .col-md-7
    {
        width: 58.3333333333%;

        flex: 0 0 auto;
    }
    .col-md-8
    {
        width: 66.6666666667%;

        flex: 0 0 auto;
    }
    .col-md-9
    {
        width: 75%;

        flex: 0 0 auto;
    }
    .col-md-10
    {
        width: 83.3333333333%;

        flex: 0 0 auto;
    }
    .col-md-11
    {
        width: 91.6666666667%;

        flex: 0 0 auto;
    }
    .col-md-12
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-md-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-md-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-md-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-md-11
    {
        margin-left: 91.6666666667%;
    }
    .g-md-0,
    .gx-md-0
    {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0
    {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-md-1,
    .gy-md-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-md-2,
    .gx-md-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-md-2,
    .gy-md-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-md-3,
    .gx-md-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px)
{
    .col-lg
    {
        flex: 1 0 0;
    }
    .row-cols-lg-auto > *
    {
        width: auto;

        flex: 0 0 auto;
    }
    .row-cols-lg-1 > *
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .row-cols-lg-2 > *
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .row-cols-lg-3 > *
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .row-cols-lg-4 > *
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .row-cols-lg-5 > *
    {
        width: 20%;

        flex: 0 0 auto;
    }
    .row-cols-lg-6 > *
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-lg-auto
    {
        width: auto;

        flex: 0 0 auto;
    }
    .col-lg-1
    {
        width: 8.3333333333%;

        flex: 0 0 auto;
    }
    .col-lg-2
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-lg-3
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .col-lg-4
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .col-lg-5
    {
        width: 41.6666666667%;

        flex: 0 0 auto;
    }
    .col-lg-6
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .col-lg-7
    {
        width: 58.3333333333%;

        flex: 0 0 auto;
    }
    .col-lg-8
    {
        width: 66.6666666667%;

        flex: 0 0 auto;
    }
    .col-lg-9
    {
        width: 75%;

        flex: 0 0 auto;
    }
    .col-lg-10
    {
        width: 83.3333333333%;

        flex: 0 0 auto;
    }
    .col-lg-11
    {
        width: 91.6666666667%;

        flex: 0 0 auto;
    }
    .col-lg-12
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.6666666667%;
    }
    .g-lg-0,
    .gx-lg-0
    {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0
    {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-lg-1,
    .gy-lg-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-lg-2,
    .gx-lg-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-lg-2,
    .gy-lg-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-lg-3,
    .gx-lg-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px)
{
    .col-xl
    {
        flex: 1 0 0;
    }
    .row-cols-xl-auto > *
    {
        width: auto;

        flex: 0 0 auto;
    }
    .row-cols-xl-1 > *
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .row-cols-xl-2 > *
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .row-cols-xl-3 > *
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .row-cols-xl-4 > *
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .row-cols-xl-5 > *
    {
        width: 20%;

        flex: 0 0 auto;
    }
    .row-cols-xl-6 > *
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-xl-auto
    {
        width: auto;

        flex: 0 0 auto;
    }
    .col-xl-1
    {
        width: 8.3333333333%;

        flex: 0 0 auto;
    }
    .col-xl-2
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-xl-3
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .col-xl-4
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .col-xl-5
    {
        width: 41.6666666667%;

        flex: 0 0 auto;
    }
    .col-xl-6
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .col-xl-7
    {
        width: 58.3333333333%;

        flex: 0 0 auto;
    }
    .col-xl-8
    {
        width: 66.6666666667%;

        flex: 0 0 auto;
    }
    .col-xl-9
    {
        width: 75%;

        flex: 0 0 auto;
    }
    .col-xl-10
    {
        width: 83.3333333333%;

        flex: 0 0 auto;
    }
    .col-xl-11
    {
        width: 91.6666666667%;

        flex: 0 0 auto;
    }
    .col-xl-12
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.6666666667%;
    }
    .g-xl-0,
    .gx-xl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xl-1,
    .gy-xl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xl-2,
    .gx-xl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xl-2,
    .gy-xl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xl-3,
    .gx-xl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px)
{
    .col-xxl
    {
        flex: 1 0 0;
    }
    .row-cols-xxl-auto > *
    {
        width: auto;

        flex: 0 0 auto;
    }
    .row-cols-xxl-1 > *
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .row-cols-xxl-2 > *
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .row-cols-xxl-3 > *
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .row-cols-xxl-4 > *
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .row-cols-xxl-5 > *
    {
        width: 20%;

        flex: 0 0 auto;
    }
    .row-cols-xxl-6 > *
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-xxl-auto
    {
        width: auto;

        flex: 0 0 auto;
    }
    .col-xxl-1
    {
        width: 8.3333333333%;

        flex: 0 0 auto;
    }
    .col-xxl-2
    {
        width: 16.6666666667%;

        flex: 0 0 auto;
    }
    .col-xxl-3
    {
        width: 25%;

        flex: 0 0 auto;
    }
    .col-xxl-4
    {
        width: 33.3333333333%;

        flex: 0 0 auto;
    }
    .col-xxl-5
    {
        width: 41.6666666667%;

        flex: 0 0 auto;
    }
    .col-xxl-6
    {
        width: 50%;

        flex: 0 0 auto;
    }
    .col-xxl-7
    {
        width: 58.3333333333%;

        flex: 0 0 auto;
    }
    .col-xxl-8
    {
        width: 66.6666666667%;

        flex: 0 0 auto;
    }
    .col-xxl-9
    {
        width: 75%;

        flex: 0 0 auto;
    }
    .col-xxl-10
    {
        width: 83.3333333333%;

        flex: 0 0 auto;
    }
    .col-xxl-11
    {
        width: 91.6666666667%;

        flex: 0 0 auto;
    }
    .col-xxl-12
    {
        width: 100%;

        flex: 0 0 auto;
    }
    .offset-xxl-0
    {
        margin-left: 0;
    }
    .offset-xxl-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3
    {
        margin-left: 25%;
    }
    .offset-xxl-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6
    {
        margin-left: 50%;
    }
    .offset-xxl-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9
    {
        margin-left: 75%;
    }
    .offset-xxl-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11
    {
        margin-left: 91.6666666667%;
    }
    .g-xxl-0,
    .gx-xxl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xxl-1,
    .gy-xxl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xxl-2,
    .gx-xxl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xxl-2,
    .gy-xxl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xxl-3,
    .gx-xxl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5
    {
        --bs-gutter-y: 3rem;
    }
}
.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: flex !important;
}

.d-inline-flex
{
    display: inline-flex !important;
}

.flex-fill
{
    flex: 1 1 auto !important;
}

.flex-row
{
    flex-direction: row !important;
}

.flex-column
{
    flex-direction: column !important;
}

.flex-row-reverse
{
    flex-direction: row-reverse !important;
}

.flex-column-reverse
{
    flex-direction: column-reverse !important;
}

.flex-grow-0
{
    flex-grow: 0 !important;
}

.flex-grow-1
{
    flex-grow: 1 !important;
}

.justify-content-start
{
    justify-content: flex-start !important;
}

.justify-content-end
{
    justify-content: flex-end !important;
}

.justify-content-center
{
    justify-content: center !important;
}

.justify-content-between
{
    justify-content: space-between !important;
}

.justify-content-around
{
    justify-content: space-around !important;
}

.justify-content-evenly
{
    justify-content: space-evenly !important;
}

.align-items-start
{
    align-items: flex-start !important;
}

.align-items-end
{
    align-items: flex-end !important;
}

.align-items-center
{
    align-items: center !important;
}

.align-items-baseline
{
    align-items: baseline !important;
}

.align-items-stretch
{
    align-items: stretch !important;
}

.align-content-start
{
    align-content: flex-start !important;
}

.align-content-end
{
    align-content: flex-end !important;
}

.align-content-center
{
    align-content: center !important;
}

.align-content-between
{
    align-content: space-between !important;
}

.align-content-around
{
    align-content: space-around !important;
}

.align-content-stretch
{
    align-content: stretch !important;
}

.align-self-auto
{
    align-self: auto !important;
}

.align-self-start
{
    align-self: flex-start !important;
}

.align-self-end
{
    align-self: flex-end !important;
}

.align-self-center
{
    align-self: center !important;
}

.align-self-baseline
{
    align-self: baseline !important;
}

.align-self-stretch
{
    align-self: stretch !important;
}

.order-first
{
    order: -1 !important;
}

.order-0
{
    order: 0 !important;
}

.order-1
{
    order: 1 !important;
}

.order-2
{
    order: 2 !important;
}

.order-3
{
    order: 3 !important;
}

.order-4
{
    order: 4 !important;
}

.order-5
{
    order: 5 !important;
}

.order-last
{
    order: 6 !important;
}

.m-0
{
    margin: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mx-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mt-1
{
    margin-top: .25rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mt-auto
{
    margin-top: auto !important;
}

.mr-0
{
    margin-right: 0 !important;
}

.mr-1
{
    margin-right: .25rem !important;
}

.mr-2
{
    margin-right: .5rem !important;
}

.mr-3
{
    margin-right: 1rem !important;
}

.mr-4
{
    margin-right: 1.5rem !important;
}

.mr-5
{
    margin-right: 3rem !important;
}

.mr-auto
{
    margin-right: auto !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mb-1
{
    margin-bottom: .25rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.ml-1
{
    margin-left: .25rem !important;
}

.ml-2
{
    margin-left: .5rem !important;
}

.ml-3
{
    margin-left: 1rem !important;
}

.ml-4
{
    margin-left: 1.5rem !important;
}

.ml-5
{
    margin-left: 3rem !important;
}

.ml-auto
{
    margin-left: auto !important;
}

.p-0
{
    padding: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pt-1
{
    padding-top: .25rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pr-1
{
    padding-right: .25rem !important;
}

.pr-2
{
    padding-right: .5rem !important;
}

.pr-3
{
    padding-right: 1rem !important;
}

.pr-4
{
    padding-right: 1.5rem !important;
}

.pr-5
{
    padding-right: 3rem !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pb-1
{
    padding-bottom: .25rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.pl-1
{
    padding-left: .25rem !important;
}

.pl-2
{
    padding-left: .5rem !important;
}

.pl-3
{
    padding-left: 1rem !important;
}

.pl-4
{
    padding-left: 1.5rem !important;
}

.pl-5
{
    padding-left: 3rem !important;
}

@media (min-width: 576px)
{
    .d-sm-none
    {
        display: none !important;
    }
    .d-sm-inline
    {
        display: inline !important;
    }
    .d-sm-inline-block
    {
        display: inline-block !important;
    }
    .d-sm-block
    {
        display: block !important;
    }
    .d-sm-table
    {
        display: table !important;
    }
    .d-sm-table-row
    {
        display: table-row !important;
    }
    .d-sm-table-cell
    {
        display: table-cell !important;
    }
    .d-sm-flex
    {
        display: flex !important;
    }
    .d-sm-inline-flex
    {
        display: inline-flex !important;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-sm-row
    {
        flex-direction: row !important;
    }
    .flex-sm-column
    {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1 !important;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center
    {
        justify-content: center !important;
    }
    .justify-content-sm-between
    {
        justify-content: space-between !important;
    }
    .justify-content-sm-around
    {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly
    {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start
    {
        align-items: flex-start !important;
    }
    .align-items-sm-end
    {
        align-items: flex-end !important;
    }
    .align-items-sm-center
    {
        align-items: center !important;
    }
    .align-items-sm-baseline
    {
        align-items: baseline !important;
    }
    .align-items-sm-stretch
    {
        align-items: stretch !important;
    }
    .align-content-sm-start
    {
        align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        align-content: center !important;
    }
    .align-content-sm-between
    {
        align-content: space-between !important;
    }
    .align-content-sm-around
    {
        align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        align-self: auto !important;
    }
    .align-self-sm-start
    {
        align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        align-self: center !important;
    }
    .align-self-sm-baseline
    {
        align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        align-self: stretch !important;
    }
    .order-sm-first
    {
        order: -1 !important;
    }
    .order-sm-0
    {
        order: 0 !important;
    }
    .order-sm-1
    {
        order: 1 !important;
    }
    .order-sm-2
    {
        order: 2 !important;
    }
    .order-sm-3
    {
        order: 3 !important;
    }
    .order-sm-4
    {
        order: 4 !important;
    }
    .order-sm-5
    {
        order: 5 !important;
    }
    .order-sm-last
    {
        order: 6 !important;
    }
    .m-sm-0
    {
        margin: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0
    {
        margin-top: 0 !important;
    }
    .mt-sm-1
    {
        margin-top: .25rem !important;
    }
    .mt-sm-2
    {
        margin-top: .5rem !important;
    }
    .mt-sm-3
    {
        margin-top: 1rem !important;
    }
    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5
    {
        margin-top: 3rem !important;
    }
    .mt-sm-auto
    {
        margin-top: auto !important;
    }
    .mr-sm-0
    {
        margin-right: 0 !important;
    }
    .mr-sm-1
    {
        margin-right: .25rem !important;
    }
    .mr-sm-2
    {
        margin-right: .5rem !important;
    }
    .mr-sm-3
    {
        margin-right: 1rem !important;
    }
    .mr-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .mr-sm-5
    {
        margin-right: 3rem !important;
    }
    .mr-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }
    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sm-0
    {
        margin-left: 0 !important;
    }
    .ml-sm-1
    {
        margin-left: .25rem !important;
    }
    .ml-sm-2
    {
        margin-left: .5rem !important;
    }
    .ml-sm-3
    {
        margin-left: 1rem !important;
    }
    .ml-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .ml-sm-5
    {
        margin-left: 3rem !important;
    }
    .ml-sm-auto
    {
        margin-left: auto !important;
    }
    .p-sm-0
    {
        padding: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem !important;
    }
    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0
    {
        padding-top: 0 !important;
    }
    .pt-sm-1
    {
        padding-top: .25rem !important;
    }
    .pt-sm-2
    {
        padding-top: .5rem !important;
    }
    .pt-sm-3
    {
        padding-top: 1rem !important;
    }
    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5
    {
        padding-top: 3rem !important;
    }
    .pr-sm-0
    {
        padding-right: 0 !important;
    }
    .pr-sm-1
    {
        padding-right: .25rem !important;
    }
    .pr-sm-2
    {
        padding-right: .5rem !important;
    }
    .pr-sm-3
    {
        padding-right: 1rem !important;
    }
    .pr-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .pr-sm-5
    {
        padding-right: 3rem !important;
    }
    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }
    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-sm-0
    {
        padding-left: 0 !important;
    }
    .pl-sm-1
    {
        padding-left: .25rem !important;
    }
    .pl-sm-2
    {
        padding-left: .5rem !important;
    }
    .pl-sm-3
    {
        padding-left: 1rem !important;
    }
    .pl-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .pl-sm-5
    {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px)
{
    .d-md-none
    {
        display: none !important;
    }
    .d-md-inline
    {
        display: inline !important;
    }
    .d-md-inline-block
    {
        display: inline-block !important;
    }
    .d-md-block
    {
        display: block !important;
    }
    .d-md-table
    {
        display: table !important;
    }
    .d-md-table-row
    {
        display: table-row !important;
    }
    .d-md-table-cell
    {
        display: table-cell !important;
    }
    .d-md-flex
    {
        display: flex !important;
    }
    .d-md-inline-flex
    {
        display: inline-flex !important;
    }
    .flex-md-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-md-row
    {
        flex-direction: row !important;
    }
    .flex-md-column
    {
        flex-direction: column !important;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1
    {
        flex-grow: 1 !important;
    }
    .justify-content-md-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-md-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-md-center
    {
        justify-content: center !important;
    }
    .justify-content-md-between
    {
        justify-content: space-between !important;
    }
    .justify-content-md-around
    {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly
    {
        justify-content: space-evenly !important;
    }
    .align-items-md-start
    {
        align-items: flex-start !important;
    }
    .align-items-md-end
    {
        align-items: flex-end !important;
    }
    .align-items-md-center
    {
        align-items: center !important;
    }
    .align-items-md-baseline
    {
        align-items: baseline !important;
    }
    .align-items-md-stretch
    {
        align-items: stretch !important;
    }
    .align-content-md-start
    {
        align-content: flex-start !important;
    }
    .align-content-md-end
    {
        align-content: flex-end !important;
    }
    .align-content-md-center
    {
        align-content: center !important;
    }
    .align-content-md-between
    {
        align-content: space-between !important;
    }
    .align-content-md-around
    {
        align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        align-content: stretch !important;
    }
    .align-self-md-auto
    {
        align-self: auto !important;
    }
    .align-self-md-start
    {
        align-self: flex-start !important;
    }
    .align-self-md-end
    {
        align-self: flex-end !important;
    }
    .align-self-md-center
    {
        align-self: center !important;
    }
    .align-self-md-baseline
    {
        align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        align-self: stretch !important;
    }
    .order-md-first
    {
        order: -1 !important;
    }
    .order-md-0
    {
        order: 0 !important;
    }
    .order-md-1
    {
        order: 1 !important;
    }
    .order-md-2
    {
        order: 2 !important;
    }
    .order-md-3
    {
        order: 3 !important;
    }
    .order-md-4
    {
        order: 4 !important;
    }
    .order-md-5
    {
        order: 5 !important;
    }
    .order-md-last
    {
        order: 6 !important;
    }
    .m-md-0
    {
        margin: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0
    {
        margin-top: 0 !important;
    }
    .mt-md-1
    {
        margin-top: .25rem !important;
    }
    .mt-md-2
    {
        margin-top: .5rem !important;
    }
    .mt-md-3
    {
        margin-top: 1rem !important;
    }
    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-md-5
    {
        margin-top: 3rem !important;
    }
    .mt-md-auto
    {
        margin-top: auto !important;
    }
    .mr-md-0
    {
        margin-right: 0 !important;
    }
    .mr-md-1
    {
        margin-right: .25rem !important;
    }
    .mr-md-2
    {
        margin-right: .5rem !important;
    }
    .mr-md-3
    {
        margin-right: 1rem !important;
    }
    .mr-md-4
    {
        margin-right: 1.5rem !important;
    }
    .mr-md-5
    {
        margin-right: 3rem !important;
    }
    .mr-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-0
    {
        margin-bottom: 0 !important;
    }
    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto
    {
        margin-bottom: auto !important;
    }
    .ml-md-0
    {
        margin-left: 0 !important;
    }
    .ml-md-1
    {
        margin-left: .25rem !important;
    }
    .ml-md-2
    {
        margin-left: .5rem !important;
    }
    .ml-md-3
    {
        margin-left: 1rem !important;
    }
    .ml-md-4
    {
        margin-left: 1.5rem !important;
    }
    .ml-md-5
    {
        margin-left: 3rem !important;
    }
    .ml-md-auto
    {
        margin-left: auto !important;
    }
    .p-md-0
    {
        padding: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem !important;
    }
    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0
    {
        padding-top: 0 !important;
    }
    .pt-md-1
    {
        padding-top: .25rem !important;
    }
    .pt-md-2
    {
        padding-top: .5rem !important;
    }
    .pt-md-3
    {
        padding-top: 1rem !important;
    }
    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-md-5
    {
        padding-top: 3rem !important;
    }
    .pr-md-0
    {
        padding-right: 0 !important;
    }
    .pr-md-1
    {
        padding-right: .25rem !important;
    }
    .pr-md-2
    {
        padding-right: .5rem !important;
    }
    .pr-md-3
    {
        padding-right: 1rem !important;
    }
    .pr-md-4
    {
        padding-right: 1.5rem !important;
    }
    .pr-md-5
    {
        padding-right: 3rem !important;
    }
    .pb-md-0
    {
        padding-bottom: 0 !important;
    }
    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-md-0
    {
        padding-left: 0 !important;
    }
    .pl-md-1
    {
        padding-left: .25rem !important;
    }
    .pl-md-2
    {
        padding-left: .5rem !important;
    }
    .pl-md-3
    {
        padding-left: 1rem !important;
    }
    .pl-md-4
    {
        padding-left: 1.5rem !important;
    }
    .pl-md-5
    {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px)
{
    .d-lg-none
    {
        display: none !important;
    }
    .d-lg-inline
    {
        display: inline !important;
    }
    .d-lg-inline-block
    {
        display: inline-block !important;
    }
    .d-lg-block
    {
        display: block !important;
    }
    .d-lg-table
    {
        display: table !important;
    }
    .d-lg-table-row
    {
        display: table-row !important;
    }
    .d-lg-table-cell
    {
        display: table-cell !important;
    }
    .d-lg-flex
    {
        display: flex !important;
    }
    .d-lg-inline-flex
    {
        display: inline-flex !important;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-lg-row
    {
        flex-direction: row !important;
    }
    .flex-lg-column
    {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1 !important;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center
    {
        justify-content: center !important;
    }
    .justify-content-lg-between
    {
        justify-content: space-between !important;
    }
    .justify-content-lg-around
    {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly
    {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start
    {
        align-items: flex-start !important;
    }
    .align-items-lg-end
    {
        align-items: flex-end !important;
    }
    .align-items-lg-center
    {
        align-items: center !important;
    }
    .align-items-lg-baseline
    {
        align-items: baseline !important;
    }
    .align-items-lg-stretch
    {
        align-items: stretch !important;
    }
    .align-content-lg-start
    {
        align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        align-content: center !important;
    }
    .align-content-lg-between
    {
        align-content: space-between !important;
    }
    .align-content-lg-around
    {
        align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        align-self: auto !important;
    }
    .align-self-lg-start
    {
        align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        align-self: center !important;
    }
    .align-self-lg-baseline
    {
        align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        align-self: stretch !important;
    }
    .order-lg-first
    {
        order: -1 !important;
    }
    .order-lg-0
    {
        order: 0 !important;
    }
    .order-lg-1
    {
        order: 1 !important;
    }
    .order-lg-2
    {
        order: 2 !important;
    }
    .order-lg-3
    {
        order: 3 !important;
    }
    .order-lg-4
    {
        order: 4 !important;
    }
    .order-lg-5
    {
        order: 5 !important;
    }
    .order-lg-last
    {
        order: 6 !important;
    }
    .m-lg-0
    {
        margin: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0
    {
        margin-top: 0 !important;
    }
    .mt-lg-1
    {
        margin-top: .25rem !important;
    }
    .mt-lg-2
    {
        margin-top: .5rem !important;
    }
    .mt-lg-3
    {
        margin-top: 1rem !important;
    }
    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5
    {
        margin-top: 3rem !important;
    }
    .mt-lg-auto
    {
        margin-top: auto !important;
    }
    .mr-lg-0
    {
        margin-right: 0 !important;
    }
    .mr-lg-1
    {
        margin-right: .25rem !important;
    }
    .mr-lg-2
    {
        margin-right: .5rem !important;
    }
    .mr-lg-3
    {
        margin-right: 1rem !important;
    }
    .mr-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .mr-lg-5
    {
        margin-right: 3rem !important;
    }
    .mr-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }
    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ml-lg-0
    {
        margin-left: 0 !important;
    }
    .ml-lg-1
    {
        margin-left: .25rem !important;
    }
    .ml-lg-2
    {
        margin-left: .5rem !important;
    }
    .ml-lg-3
    {
        margin-left: 1rem !important;
    }
    .ml-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .ml-lg-5
    {
        margin-left: 3rem !important;
    }
    .ml-lg-auto
    {
        margin-left: auto !important;
    }
    .p-lg-0
    {
        padding: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem !important;
    }
    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0
    {
        padding-top: 0 !important;
    }
    .pt-lg-1
    {
        padding-top: .25rem !important;
    }
    .pt-lg-2
    {
        padding-top: .5rem !important;
    }
    .pt-lg-3
    {
        padding-top: 1rem !important;
    }
    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5
    {
        padding-top: 3rem !important;
    }
    .pr-lg-0
    {
        padding-right: 0 !important;
    }
    .pr-lg-1
    {
        padding-right: .25rem !important;
    }
    .pr-lg-2
    {
        padding-right: .5rem !important;
    }
    .pr-lg-3
    {
        padding-right: 1rem !important;
    }
    .pr-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .pr-lg-5
    {
        padding-right: 3rem !important;
    }
    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }
    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-lg-0
    {
        padding-left: 0 !important;
    }
    .pl-lg-1
    {
        padding-left: .25rem !important;
    }
    .pl-lg-2
    {
        padding-left: .5rem !important;
    }
    .pl-lg-3
    {
        padding-left: 1rem !important;
    }
    .pl-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .pl-lg-5
    {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px)
{
    .d-xl-none
    {
        display: none !important;
    }
    .d-xl-inline
    {
        display: inline !important;
    }
    .d-xl-inline-block
    {
        display: inline-block !important;
    }
    .d-xl-block
    {
        display: block !important;
    }
    .d-xl-table
    {
        display: table !important;
    }
    .d-xl-table-row
    {
        display: table-row !important;
    }
    .d-xl-table-cell
    {
        display: table-cell !important;
    }
    .d-xl-flex
    {
        display: flex !important;
    }
    .d-xl-inline-flex
    {
        display: inline-flex !important;
    }
    .flex-xl-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-xl-row
    {
        flex-direction: row !important;
    }
    .flex-xl-column
    {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1
    {
        flex-grow: 1 !important;
    }
    .justify-content-xl-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center
    {
        justify-content: center !important;
    }
    .justify-content-xl-between
    {
        justify-content: space-between !important;
    }
    .justify-content-xl-around
    {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly
    {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start
    {
        align-items: flex-start !important;
    }
    .align-items-xl-end
    {
        align-items: flex-end !important;
    }
    .align-items-xl-center
    {
        align-items: center !important;
    }
    .align-items-xl-baseline
    {
        align-items: baseline !important;
    }
    .align-items-xl-stretch
    {
        align-items: stretch !important;
    }
    .align-content-xl-start
    {
        align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        align-content: center !important;
    }
    .align-content-xl-between
    {
        align-content: space-between !important;
    }
    .align-content-xl-around
    {
        align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        align-self: auto !important;
    }
    .align-self-xl-start
    {
        align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        align-self: center !important;
    }
    .align-self-xl-baseline
    {
        align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        align-self: stretch !important;
    }
    .order-xl-first
    {
        order: -1 !important;
    }
    .order-xl-0
    {
        order: 0 !important;
    }
    .order-xl-1
    {
        order: 1 !important;
    }
    .order-xl-2
    {
        order: 2 !important;
    }
    .order-xl-3
    {
        order: 3 !important;
    }
    .order-xl-4
    {
        order: 4 !important;
    }
    .order-xl-5
    {
        order: 5 !important;
    }
    .order-xl-last
    {
        order: 6 !important;
    }
    .m-xl-0
    {
        margin: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0
    {
        margin-top: 0 !important;
    }
    .mt-xl-1
    {
        margin-top: .25rem !important;
    }
    .mt-xl-2
    {
        margin-top: .5rem !important;
    }
    .mt-xl-3
    {
        margin-top: 1rem !important;
    }
    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5
    {
        margin-top: 3rem !important;
    }
    .mt-xl-auto
    {
        margin-top: auto !important;
    }
    .mr-xl-0
    {
        margin-right: 0 !important;
    }
    .mr-xl-1
    {
        margin-right: .25rem !important;
    }
    .mr-xl-2
    {
        margin-right: .5rem !important;
    }
    .mr-xl-3
    {
        margin-right: 1rem !important;
    }
    .mr-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .mr-xl-5
    {
        margin-right: 3rem !important;
    }
    .mr-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-0
    {
        margin-bottom: 0 !important;
    }
    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xl-0
    {
        margin-left: 0 !important;
    }
    .ml-xl-1
    {
        margin-left: .25rem !important;
    }
    .ml-xl-2
    {
        margin-left: .5rem !important;
    }
    .ml-xl-3
    {
        margin-left: 1rem !important;
    }
    .ml-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .ml-xl-5
    {
        margin-left: 3rem !important;
    }
    .ml-xl-auto
    {
        margin-left: auto !important;
    }
    .p-xl-0
    {
        padding: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem !important;
    }
    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0
    {
        padding-top: 0 !important;
    }
    .pt-xl-1
    {
        padding-top: .25rem !important;
    }
    .pt-xl-2
    {
        padding-top: .5rem !important;
    }
    .pt-xl-3
    {
        padding-top: 1rem !important;
    }
    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xl-0
    {
        padding-right: 0 !important;
    }
    .pr-xl-1
    {
        padding-right: .25rem !important;
    }
    .pr-xl-2
    {
        padding-right: .5rem !important;
    }
    .pr-xl-3
    {
        padding-right: 1rem !important;
    }
    .pr-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .pr-xl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }
    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xl-0
    {
        padding-left: 0 !important;
    }
    .pl-xl-1
    {
        padding-left: .25rem !important;
    }
    .pl-xl-2
    {
        padding-left: .5rem !important;
    }
    .pl-xl-3
    {
        padding-left: 1rem !important;
    }
    .pl-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .pl-xl-5
    {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px)
{
    .d-xxl-none
    {
        display: none !important;
    }
    .d-xxl-inline
    {
        display: inline !important;
    }
    .d-xxl-inline-block
    {
        display: inline-block !important;
    }
    .d-xxl-block
    {
        display: block !important;
    }
    .d-xxl-table
    {
        display: table !important;
    }
    .d-xxl-table-row
    {
        display: table-row !important;
    }
    .d-xxl-table-cell
    {
        display: table-cell !important;
    }
    .d-xxl-flex
    {
        display: flex !important;
    }
    .d-xxl-inline-flex
    {
        display: inline-flex !important;
    }
    .flex-xxl-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row
    {
        flex-direction: row !important;
    }
    .flex-xxl-column
    {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1
    {
        flex-grow: 1 !important;
    }
    .justify-content-xxl-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center
    {
        justify-content: center !important;
    }
    .justify-content-xxl-between
    {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around
    {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly
    {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start
    {
        align-items: flex-start !important;
    }
    .align-items-xxl-end
    {
        align-items: flex-end !important;
    }
    .align-items-xxl-center
    {
        align-items: center !important;
    }
    .align-items-xxl-baseline
    {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch
    {
        align-items: stretch !important;
    }
    .align-content-xxl-start
    {
        align-content: flex-start !important;
    }
    .align-content-xxl-end
    {
        align-content: flex-end !important;
    }
    .align-content-xxl-center
    {
        align-content: center !important;
    }
    .align-content-xxl-between
    {
        align-content: space-between !important;
    }
    .align-content-xxl-around
    {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch
    {
        align-content: stretch !important;
    }
    .align-self-xxl-auto
    {
        align-self: auto !important;
    }
    .align-self-xxl-start
    {
        align-self: flex-start !important;
    }
    .align-self-xxl-end
    {
        align-self: flex-end !important;
    }
    .align-self-xxl-center
    {
        align-self: center !important;
    }
    .align-self-xxl-baseline
    {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch
    {
        align-self: stretch !important;
    }
    .order-xxl-first
    {
        order: -1 !important;
    }
    .order-xxl-0
    {
        order: 0 !important;
    }
    .order-xxl-1
    {
        order: 1 !important;
    }
    .order-xxl-2
    {
        order: 2 !important;
    }
    .order-xxl-3
    {
        order: 3 !important;
    }
    .order-xxl-4
    {
        order: 4 !important;
    }
    .order-xxl-5
    {
        order: 5 !important;
    }
    .order-xxl-last
    {
        order: 6 !important;
    }
    .m-xxl-0
    {
        margin: 0 !important;
    }
    .m-xxl-1
    {
        margin: .25rem !important;
    }
    .m-xxl-2
    {
        margin: .5rem !important;
    }
    .m-xxl-3
    {
        margin: 1rem !important;
    }
    .m-xxl-4
    {
        margin: 1.5rem !important;
    }
    .m-xxl-5
    {
        margin: 3rem !important;
    }
    .m-xxl-auto
    {
        margin: auto !important;
    }
    .mx-xxl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-xxl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-xxl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-xxl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-xxl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0
    {
        margin-top: 0 !important;
    }
    .mt-xxl-1
    {
        margin-top: .25rem !important;
    }
    .mt-xxl-2
    {
        margin-top: .5rem !important;
    }
    .mt-xxl-3
    {
        margin-top: 1rem !important;
    }
    .mt-xxl-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5
    {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto
    {
        margin-top: auto !important;
    }
    .mr-xxl-0
    {
        margin-right: 0 !important;
    }
    .mr-xxl-1
    {
        margin-right: .25rem !important;
    }
    .mr-xxl-2
    {
        margin-right: .5rem !important;
    }
    .mr-xxl-3
    {
        margin-right: 1rem !important;
    }
    .mr-xxl-4
    {
        margin-right: 1.5rem !important;
    }
    .mr-xxl-5
    {
        margin-right: 3rem !important;
    }
    .mr-xxl-auto
    {
        margin-right: auto !important;
    }
    .mb-xxl-0
    {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-xxl-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-xxl-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xxl-0
    {
        margin-left: 0 !important;
    }
    .ml-xxl-1
    {
        margin-left: .25rem !important;
    }
    .ml-xxl-2
    {
        margin-left: .5rem !important;
    }
    .ml-xxl-3
    {
        margin-left: 1rem !important;
    }
    .ml-xxl-4
    {
        margin-left: 1.5rem !important;
    }
    .ml-xxl-5
    {
        margin-left: 3rem !important;
    }
    .ml-xxl-auto
    {
        margin-left: auto !important;
    }
    .p-xxl-0
    {
        padding: 0 !important;
    }
    .p-xxl-1
    {
        padding: .25rem !important;
    }
    .p-xxl-2
    {
        padding: .5rem !important;
    }
    .p-xxl-3
    {
        padding: 1rem !important;
    }
    .p-xxl-4
    {
        padding: 1.5rem !important;
    }
    .p-xxl-5
    {
        padding: 3rem !important;
    }
    .px-xxl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-xxl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-xxl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-xxl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-xxl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0
    {
        padding-top: 0 !important;
    }
    .pt-xxl-1
    {
        padding-top: .25rem !important;
    }
    .pt-xxl-2
    {
        padding-top: .5rem !important;
    }
    .pt-xxl-3
    {
        padding-top: 1rem !important;
    }
    .pt-xxl-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xxl-0
    {
        padding-right: 0 !important;
    }
    .pr-xxl-1
    {
        padding-right: .25rem !important;
    }
    .pr-xxl-2
    {
        padding-right: .5rem !important;
    }
    .pr-xxl-3
    {
        padding-right: 1rem !important;
    }
    .pr-xxl-4
    {
        padding-right: 1.5rem !important;
    }
    .pr-xxl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xxl-0
    {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-xxl-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-xxl-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-0
    {
        padding-left: 0 !important;
    }
    .pl-xxl-1
    {
        padding-left: .25rem !important;
    }
    .pl-xxl-2
    {
        padding-left: .5rem !important;
    }
    .pl-xxl-3
    {
        padding-left: 1rem !important;
    }
    .pl-xxl-4
    {
        padding-left: 1.5rem !important;
    }
    .pl-xxl-5
    {
        padding-left: 3rem !important;
    }
}
@media print
{
    .d-print-none
    {
        display: none !important;
    }
    .d-print-inline
    {
        display: inline !important;
    }
    .d-print-inline-block
    {
        display: inline-block !important;
    }
    .d-print-block
    {
        display: block !important;
    }
    .d-print-table
    {
        display: table !important;
    }
    .d-print-table-row
    {
        display: table-row !important;
    }
    .d-print-table-cell
    {
        display: table-cell !important;
    }
    .d-print-flex
    {
        display: flex !important;
    }
    .d-print-inline-flex
    {
        display: inline-flex !important;
    }
}
/*!
 * Bootstrap Reboot v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after
{
    box-sizing: border-box;
}

body
{
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;

    color: #212529;
    background-color: #fff;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex='-1']:focus:not(:focus-visible)
{
    outline: 0 !important;
}

hr
{
    margin: 1rem 0;

    opacity: .25;
    color: inherit;
    border: 0;
    background-color: currentColor;
}

hr:not([size])
{
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1
{
    font-weight: 500;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: .5rem;
}

h1
{
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px)
{
    h1
    {
        font-size: 2.5rem;
    }
}

h2
{
    font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px)
{
    h2
    {
        font-size: 2rem;
    }
}

h3
{
    font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px)
{
    h3
    {
        font-size: 1.75rem;
    }
}

h4
{
    font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px)
{
    h4
    {
        font-size: 1.5rem;
    }
}

h5
{
    font-size: 1.25rem;
}

h6
{
    font-size: 1rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
            text-decoration: underline;
            text-decoration: underline dotted;

    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

address
{
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul
{
    padding-left: 2rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: .875em;
}

mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

sub,
sup
{
    font-size: .75em;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: underline;

    color: #0050f9;
}
a:hover
{
    color: rgb(0, 55.421686747, 172.5);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover
{
    text-decoration: none;

    color: inherit;
}

pre,
code,
kbd,
samp
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre
{
    font-size: .875em;

    display: block;
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;

    -ms-overflow-style: scrollbar;
}
pre code
{
    font-size: inherit;

    word-break: normal;

    color: inherit;
}

code
{
    font-size: .875em;

    word-wrap: break-word;

    color: #d63384;
}
a > code
{
    color: inherit;
}

kbd
{
    font-size: .875em;

    padding: .2rem .4rem;

    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
}
kbd kbd
{
    font-size: 1em;
    font-weight: 700;

    padding: 0;
}

figure
{
    margin: 0 0 1rem;
}

img,
svg
{
    vertical-align: middle;
}

table
{
    caption-side: bottom;
    border-collapse: collapse;
}

caption
{
    padding-top: .5rem;
    padding-bottom: .5rem;

    text-align: left;

    color: #6c757d;
}

th
{
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th
{
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}

label
{
    display: inline-block;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

[role=button]
{
    cursor: pointer;
}

select
{
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator
{
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit]
{
    -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled)
{
    cursor: pointer;
}

::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

textarea
{
    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;

    float: left;

    width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;
}
@media (min-width: 1200px)
{
    legend
    {
        font-size: 1.5rem;
    }
}
legend + *
{
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field
{
    padding: 0;
}

::-webkit-inner-spin-button
{
    height: auto;
}

[type=search]
{
    outline-offset: -2px;

    -webkit-appearance: textfield;
}

::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper
{
    padding: 0;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

iframe
{
    border: 0;
}

summary
{
    display: list-item;

    cursor: pointer;
}

progress
{
    vertical-align: baseline;
}

[hidden]
{
    display: none !important;
}

/* montserrat-italic - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: italic;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500italic - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: italic;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600italic - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: italic;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-600italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700italic - latin_cyrillic */
@font-face
{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: italic;

    font-display: swap;
    src: url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.woff2') format('woff2'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.woff') format('woff'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.ttf') format('truetype'), url('../../build/webfonts/montserrat-v15-latin_cyrillic-700italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face
{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), url('../../build/webfonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../../build/webfonts/roboto-v20-latin-regular.woff') format('woff'), url('../../build/webfonts/roboto-v20-latin-regular.ttf') format('truetype'), url('../../build/webfonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face
{
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), url('../../build/webfonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/roboto-v29-latin-500.woff2') format('woff2'), url('../../build/webfonts/roboto-v29-latin-500.woff') format('woff'), url('../../build/webfonts/roboto-v29-latin-500.ttf') format('truetype'), url('../../build/webfonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face
{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('../../build/webfonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), url('../../build/webfonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), url('../../build/webfonts/roboto-v29-latin-700.woff2') format('woff2'), url('../../build/webfonts/roboto-v29-latin-700.woff') format('woff'), url('../../build/webfonts/roboto-v29-latin-700.ttf') format('truetype'), url('../../build/webfonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
.navbar
{
    position: relative;

    display: flex;

    padding-top: .5rem;
    padding-bottom: .5rem;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl
{
    display: flex;

    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand
{
    font-size: 1.25rem;

    margin-right: 1rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;

    white-space: nowrap;
    text-decoration: none;
}
.navbar-nav
{
    display: flex;
    flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}
.navbar-nav .nav-link
{
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu
{
    position: static;
}

.navbar-text
{
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse
{
    width: 100%;

    align-items: center;
}

.navbar-toggler
{
    font-size: 1.25rem;
    line-height: 1;

    padding: .25rem .75rem;

    transition: box-shadow .15s ease-in-out;

    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}
@media (prefers-reduced-motion: reduce)
{
    .navbar-toggler
    {
        transition: none;
    }
}
.navbar-toggler:hover
{
    text-decoration: none;
}
.navbar-toggler:focus
{
    text-decoration: none;

    outline: 0;
    box-shadow: 0 0 0 .2rem;
}

.navbar-toggler-icon
{
    display: inline-block;

    width: 1.5em;
    height: 1.5em;

    vertical-align: middle;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 576px)
{
    .navbar-expand-sm
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-sm .navbar-collapse
    {
        display: flex !important;
    }
    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .navbar-expand-md
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md .navbar-collapse
    {
        display: flex !important;
    }
    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }
}
@media (min-width: 992px)
{
    .navbar-expand-lg
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg .navbar-collapse
    {
        display: flex !important;
    }
    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .navbar-expand-xl
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-xl .navbar-collapse
    {
        display: flex !important;
    }
    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }
}
@media (min-width: 1400px)
{
    .navbar-expand-xxl
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-xxl .navbar-collapse
    {
        display: flex !important;
    }
    .navbar-expand-xxl .navbar-toggler
    {
        display: none;
    }
}
.navbar-expand
{
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav
{
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link
{
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand .navbar-collapse
{
    display: flex !important;
}
.navbar-expand .navbar-toggler
{
    display: none;
}

.navbar-light .navbar-brand
{
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus
{
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus
{
    color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled
{
    color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
}
.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus
{
    color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand
{
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus
{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus
{
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #fff;
}
.navbar-dark .navbar-toggler
{
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
}
.navbar-dark .navbar-text
{
    color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus
{
    color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft
{
    position: relative;
}

.dropdown-toggle
{
    white-space: nowrap;
}
.dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;

    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;

    list-style: none;

    text-align: left;

    color: #212529;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-menu-left
{
    right: auto;
    left: 0;
}

.dropdown-menu-right
{
    right: 0;
    left: auto;
}

@media (min-width: 576px)
{
    .dropdown-menu-sm-left
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px)
{
    .dropdown-menu-md-left
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px)
{
    .dropdown-menu-lg-left
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px)
{
    .dropdown-menu-xl-left
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px)
{
    .dropdown-menu-xxl-left
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-right
    {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-menu
{
    top: 0;
    right: auto;
    left: 100%;

    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after
{
    margin-left: 0;
}
.dropright .dropdown-toggle::after
{
    vertical-align: 0;
}

.dropleft .dropdown-menu
{
    top: 0;
    right: 100%;
    left: auto;

    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;
}
.dropleft .dropdown-toggle::after
{
    display: none;
}
.dropleft .dropdown-toggle::before
{
    display: inline-block;

    margin-right: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after
{
    margin-left: 0;
}
.dropleft .dropdown-toggle::before
{
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left]
{
    right: auto;
    bottom: auto;
}

.dropdown-divider
{
    overflow: hidden;

    height: 0;
    margin: .5rem 0;

    border-top: 1px solid #e9ecef;
}

.dropdown-item
{
    font-weight: 400;

    display: block;
    clear: both;

    width: 100%;
    padding: .25rem 1rem;

    text-align: inherit;
    white-space: nowrap;
    text-decoration: none;

    color: #212529;
    border: 0;
    background-color: transparent;
}
.dropdown-item:hover,
.dropdown-item:focus
{
    color: rgb(21.6283783784, 24.25, 26.8716216216);
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #0050f9;
}
.dropdown-item.disabled,
.dropdown-item:disabled
{
    pointer-events: none;

    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show
{
    display: block;
}

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .5rem 1rem;

    white-space: nowrap;

    color: #6c757d;
}

.dropdown-item-text
{
    display: block;

    padding: .25rem 1rem;

    color: #212529;
}

.space
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-bottom: 60px;
    }
}

.video_active.hero_area_content_button,
.video_active.hero_area_content_description,
.video_active.hero_area_content_title,
.hero_area .video_active.overlay
{
    transition: .3s;

    opacity: .4;
}

.hero_area
{
    position: relative;

    overflow: hidden;

    min-height: 300px;
    padding-top: 86px;
    padding-bottom: 70px;

    background-size: cover;
}
@media screen and (max-width: 1440px) and (min-width: 617.1428571429px)
{
    .hero_area
    {
        min-height: calc(.4861111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_area
    {
        min-height: 700px;
    }
}
.hero_area[data-overlay=false] .overlay
{
    display: none;
}
.hero_area[data-overlay=false]:not(.hPost)
{
    margin-bottom: 0 !important;
}
.hero_area .overlay
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
    background: #000;
}
.hero_area_background
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.hero_area_background_video video
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    visibility: visible;

    width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;

    transform: translate(0%, -50%);

    opacity: 1;

    -o-object-fit: cover;
       object-fit: cover;
}
@supports (-ms-ime-align: auto)
{
    .hero_area_background_video video
    {
        position: inherit;
        z-index: 1;
        top: 50%;
        left: 0;

        width: 100%;
        height: auto;
        margin: 0;

        transform: translate(0%, -50%);

        -o-object-fit: none;
           object-fit: none;
    }
}
.hero_area_background img
{
    position: absolute;
    left: 50%;

    min-width: 100%;
    min-height: 100%;

    transform: translateX(-50%);
}
.hero_area_background img.mobile
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .hero_area_background img
    {
        width: auto;
        max-height: 100%;
    }
    .hero_area_background img.desktop
    {
        display: none;
    }
    .hero_area_background img.mobile
    {
        display: block;
    }
}
.hero_area .container
{
    position: relative;
    z-index: 1;
}
.hero_area_content
{
    position: relative;
    z-index: 1;

    color: #fff;
}
.hero_area_content_title
{
    font-weight: bold;

    margin-top: 30px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 320px)
{
    .hero_area_content_title
    {
        margin-top: calc(.0972222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_area_content_title
    {
        margin-top: 140px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    .hero_area_content_title
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_area_content_title
    {
        margin-bottom: 32px;
    }
}
.hero_area_content_description
{
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .hero_area_content_description
    {
        margin-bottom: calc(.0555555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_area_content_description
    {
        margin-bottom: 80px;
    }
}
.hero_area_content_button,
.hero_area_content_button_second
{
    display: inline-block;

    margin-right: 0;
}
@media screen and (max-width: 1440px) and (min-width: 320px)
{
    .hero_area_content_button,
    .hero_area_content_button_second
    {
        margin-right: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_area_content_button,
    .hero_area_content_button_second
    {
        margin-right: 40px;
    }
}
@media screen and (min-width: 767px)
{
    .hero_area_content_button a,
    .hero_area_content_button_second a
    {
        min-width: 200px;
        padding: 20px !important;

        border-radius: 28px !important;
    }
}
.hero_area_content_button a,
.hero_area_content_button_second a
{
    text-align: center;
}
@media screen and (max-width: 576px)
{
    .hero_area_content_button
    {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 767px)
{
    .hero_area_content_button_second a
    {
        padding: 19px !important;
    }
}
.hero_area_content_button_second a
{
    color: #ff7117 !important;
    color: #fff !important;
    border: 1px solid #ff7117 !important;
    border-color: #fff !important;
    background: transparent !important;
}
.hero_area_content_button_second a:hover
{
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgba(241, 91, 41, .3) !important;
}
.hero_area_content_button_second.video_active a
{
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgba(241, 91, 41, .3) !important;
}
@media screen and (max-width: 767px)
{
    .hero_area
    {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 887px)
{
    .hero_area#KevinC .hero_area_background img
    {
        right: -40%;
        bottom: -130%;
    }
}
@media screen and (min-width: 888px) and (max-width: 1068px)
{
    .hero_area#KevinC .hero_area_background img
    {
        right: -30%;
        bottom: -100%;
    }
}
@media screen and (min-width: 1068px) and (max-width: 1300px)
{
    .hero_area#KevinC .hero_area_background img
    {
        right: -23%;
        bottom: -75%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1300px)
{
    .hero_area#KevinC .hero_area_background img
    {
        left: auto;

        transform: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero_area#storyBG .hero_area_background img
    {
        right: -36%;
        bottom: -100%;
        left: auto;

        transform: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero_area#dataAnalysis .hero_area_background img
    {
        top: -60px;
        left: 27%;
    }
}

.hero_form .col-12
{
    position: relative;
}
.hero_form_block
{
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
}
@media screen and (min-width: 992px)
{
    .hero_form_block
    {
        position: absolute;

        max-width: 100%;

        border-radius: 24px;
        background: white;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1028.5714285714px)
{
    .hero_form_block
    {
        padding-top: calc(.0243055556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_form_block
    {
        padding-top: 35px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1028.5714285714px)
{
    .hero_form_block
    {
        padding-bottom: calc(.0243055556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_form_block
    {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .hero_form_block
    {
        padding-left: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_form_block
    {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .hero_form_block
    {
        padding-right: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .hero_form_block
    {
        padding-right: 30px;
    }
}
.hero_form .form_block
{
    padding: 0 !important;
}
.hero_form_title
{
    margin-bottom: 0;
}

.space
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .space
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .space
    {
        padding-bottom: 60px;
    }
}

footer
{
    padding-top: 15px;
    padding-right: 9px;
    padding-bottom: 15px;
    padding-left: 9px;

    border-top: 1px solid #e6e9f3;
    background: #f9fafe;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    footer
    {
        padding-top: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    footer
    {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    footer
    {
        padding-bottom: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    footer
    {
        padding-bottom: 20px;
    }
}
footer .footer_content
{
    justify-content: space-between;
    align-items: center;
}
footer .form_block h2
{
    text-align: center;
}
footer .navbar-brand
{
    display: inline-block;

    margin: 0;
    padding: 0;
}
footer .navbar-brand img
{
    position: relative;

    display: block;

    width: 120px;
}
@media screen and (max-width: 1440px) and (min-width: 1152px)
{
    footer .navbar-brand img
    {
        width: calc(.1041666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    footer .navbar-brand img
    {
        width: 150px;
    }
}
footer .social_network
{
    display: flex;

    margin: 0 auto;
    padding: 0;

    text-decoration: none;

    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
footer .social_network li
{
    display: block;
}
footer .social_network img
{
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 767px)
{
    footer
    {
        text-align: center;
    }
    footer .navbar-nav
    {
        margin-top: 40px;
    }
    footer .social_network
    {
        margin-top: 10px;

        justify-content: center;
    }
}

.bottom_bar
{
    line-height: 26px;

    padding-top: 15px;
    padding-right: 9px;
    padding-bottom: 15px;
    padding-left: 9px;

    color: #f9fafe !important;
    background: #2f2f2f;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    .bottom_bar
    {
        padding-top: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .bottom_bar
    {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    .bottom_bar
    {
        padding-bottom: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .bottom_bar
    {
        padding-bottom: 20px;
    }
}
.bottom_bar .inner_ber
{
    align-items: center;
}
.bottom_bar .inner_ber img
{
    width: 100%;
    max-width: 218px;
    height: auto;
    max-height: 64px;

    border-radius: 4px;
}
.bottom_bar .info
{
    margin-bottom: 8px;
}
.bottom_bar a
{
    color: #f9fafe !important;
}
.bottom_bar p
{
    margin: 0;
}
.bottom_bar .rew
{
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}
@media screen and (max-width: 768px)
{
    .bottom_bar
    {
        padding: 16px 0;

        transform: none;
        text-align: center;
    }
    .bottom_bar .rew
    {
        margin-top: 10px;

        justify-content: center;
    }
}
@media only screen and (min-width: 768px)
{
    .bottom_bar br
    {
        display: none;
    }
}
