@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-LightItalic-2.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-BoldItalic-2.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Regular-2.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-SemiBoldItalic-2.otf') format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Bold-2.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-RegularItalic-2.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-SemiBold-2.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Light-2.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Medium-2.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.resp-image {
    width: 100%;
    max-width: none;
    height: auto;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.hero-section-title-image_image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    display: flex;
}

.data_block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.section-with-sidebar {
    grid-column-gap: 60px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.figcaption {
    color: #757575;
    width: 100%;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.horizontal-line {
    grid-row-gap: 10px;
    opacity: .4;
    background-color: #d9d9d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
}

.horizontal-line.is-title-row {
    margin-top: 15px;
}

._2-columns-1-2_small {
    width: 31%;
    overflow: hidden;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

._2-columns-1-2_large {
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    text-decoration: none;
    display: flex;
}

.title-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
}

.hero-section-title-image {
    padding-top: 40px;
    padding-bottom: 30px;
}

.banner-2-text-columns_right-text {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.title-landing-text_title-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.data_block-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.hero-section-title-image_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.paragraph-6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.paragraph-6.is-bold {
    font-weight: 700;
}

.paragraph-6.is-bold.is-dark2,
.paragraph-6.is-dark2 {
    color: #404040;
}

._2-columns-1-2_row {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.section-with-sidebar_main {
    width: 100%;
}

.section-with-sidebar_sidebar {
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    max-width: 280px;
    height: auto;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .title-2 {
        font-size: 50px;
        line-height: 54px;
    }

    .section-with-sidebar_sidebar {
        min-width: 300px;
        max-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .section-with-sidebar {
        grid-row-gap: 50px;
        flex-flow: column;
    }

    ._2-columns-1-2_small {
        width: 100%;
    }

    ._2-columns-1-2_small.is-empty {
        display: none;
    }

    ._2-columns-1-2_large {
        width: 100%;
    }

    .title-2 {
        font-size: 38px;
        line-height: 42px;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .section-with-sidebar_sidebar.is-empty {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-2 {
        font-size: 32px;
        line-height: 35px;
    }

    .hero-section-title-image_content {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}

@media screen and (max-width: 479px) {
    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-with-sidebar {
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .horizontal-line.is-title-row {
        margin-top: 12px;
    }

    ._2-columns-1-2_large {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        flex-flow: column;
    }

    .title-2 {
        font-size: 28px;
        line-height: 32px;
    }

    .hero-section-title-image_content {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .paragraph-6 {
        font-size: 14px;
        line-height: 20px;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .section-with-sidebar_sidebar {
        min-width: auto;
        max-width: none;
    }
}


@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-LightItalic-2.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-BoldItalic-2.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Regular-2.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-SemiBoldItalic-2.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Bold-2.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-RegularItalic-2.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-SemiBold-2.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Light-2.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Medium-2.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}