.mr-1 {
    margin-right: 0.25rem
}
.mr-4 {
    margin-right: 1rem
}
.flex {
    display: flex
}
.h-6 {
    height: 1.5rem
}
.w-6 {
    width: 1.5rem
}
.list-none {
    list-style-type: none
}
.flex-row {
    flex-direction: row
}
.flex-col {
    flex-direction: column
}
.items-end {
    align-items: flex-end
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-\[var\(--spacing-4\)\] {
    gap: var(--spacing-4)
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.pl-0 {
    padding-left: 0px
}
.text-\[11px\] {
    font-size: 11px
}
.text-\[13px\] {
    font-size: 13px
}
.text-\[20px\] {
    font-size: 20px
}
.text-xs {
    font-size: var(--font-xs)
}
.font-regular {
    font-weight: 400
}

/* Auto-generated CSS for partials/site/footer/footer_bottom/contact.htm */
