.hero,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'GolosText', Arial, sans-serif;
    line-height: 120%;
    font-weight: 500;
    color: var(--color-headers);
}


.hero {
    font-size: 160px;
    line-height: 90%;
}

h1, .h1,
h2, .h2 {
    font-size: 32px;
    letter-spacing: -1;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 3;
}

p {
    line-height: 1.45;
}



.font-xl {
    font-size: var(--font-size-xl);
    line-height: 1.3;
}
.font-lg {
    font-size: var(--font-size-lg);
    line-height: 120%;
    font-weight: 500;
}
.font-md {
    font-size: var(--font-size-md);
}
.font-sm {
    font-size: var(--font-size-sm);
}


.font-second {
    font-size: 14px;
}
.font-caption {
    font-size: 12px;
}
.font-caption.caps {
    line-height: 120%;
    letter-spacing: 3;
}


.bold,
b {
    font-weight: 500;
}
.s-bold {
    font-weight: 500;
}

.caps {
    text-transform: uppercase;
}


.section {
    margin-top: var(--padding-xl);
    margin-bottom: var(--padding-xl);
}
.section.section-color {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
    background-color: var(--color-bg-light-grey);
}

hr, .hr {
    display: block;
    height: 0;
    border-top: 1px solid var(--color-border);
    margin: var(--padding-xs) 0;
}

.round-md {
    border-radius: var(--radius-md);
}

.mute,
.mute a {
    color: #717680;
    font-size: 12px;
}

.decoration-none {
    text-decoration: none;
}


.nobr {
    white-space: nobr;
}

@media screen and (min-width: 768px) {

    .offcanvas {
        --bs-offcanvas-width: 550px;
    }
}

@media screen and (max-width: 768px) {
    
    .hero {
        font-size: 48px;
    }

    h1, .h1,
    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 12px;
    }

    .font-lg {
        font-size: 16px;
    }
    .font-second {
        font-size: 12px;
    }
    .font-caption {
        font-size: 11px;
    }

}


/* colors start */
.color-white {
    color: #ffffff;
}

.color-brand {
    color: var(--color-purple) !important;
}

.color-second {
    color: var(--color-text-second);
}


/* colors end */



.page-content .section-text {
    max-width: 760px;
}



.section-block>p,
.section-block>div:not(.fullwidth),
.section-block>h1, .section-block>.h1,
.section-block>h2, .section-block>.h2,
.section-block>h3, .section-block>.h3,
.section-block>h4, .section-block>.h4,
.section-block>h5, .section-block>.h5,
.section-block>h6, .section-block>.h6 {
    max-width: 760px;
    margin-bottom: var(--padding-sm);
}

.section-block>img {
    width: 100%;
    height: auto;
    margin: var(--padding-sm) 0;
    border-radius: var(--radius-md);
    display: block;
}

.section-block img.content-image {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: var(--padding-sm) 0;
    border-radius: var(--radius-md);
    display: block;
}


.section-block .big {

}

.round-md {
    border-radius: var(--radius-md);
}