/* Custom Styles */

#section-1747677291401 .hub-left-blocks {
    display: flex;
    justify-content: end;
}

@media (min-width: 960px) {
    #section-1747748564207 .trendlines-footer {
        margin-top: -5em;
    }
}

.container:has(.hub-left-blocks), .container:has(.hub-right-blocks) {
    display: flex;
    flex-wrap: wrap;
}

#section-1739362635583 .container {
    align-items: end;
}

.font-sans {
    font-family: 'Public Sans';
}

.uppercase {
    text-transform: uppercase;
}

.m-0 {
    margin: 0;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.title, .title > * {
    --title-font-size: 32px;
    font-size: var(--title-font-size);
}

.subtitle, .subtitle > * {
    --subtitle-font-size: 24px;
    font-size: var(--subtitle-font-size);
}

.heading, .heading > * {
    --main-heading-font-size: 28px;
    font-size: var(--main-heading-font-size);
}

.right-introduction {
    display: flex;
    justify-content: end;
}

.introduction {
    max-width: 450px;
}

@media (min-width: 767px) {
    .title {
        --title-font-size: 80px;
    }
    
    .subtitle {
        --subtitle-font-size: 28px;
    }
    
    .heading {
        --main-heading-font-size: 54px;
    }
    
    .heading--smaller {
        --main-heading-font-size: 46px
    }
}

@media (min-width: 960px) {
    .title {
        --title-font-size: 125px;
    }
}