﻿.formatted p {
    margin-bottom: 1.5rem
}

.formatted p:last-child {
    margin-bottom: 0
}

.formatted b, .formatted strong {
    font-weight: 700
}

.formatted ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.25rem
}

.formatted ul:first-child {
    margin-top: 0
}

.formatted ul:last-child {
    margin-bottom: 0
}

.formatted li {
    margin-bottom: .5rem
}

.input-wrapper-file {
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
    transition-duration: .3s
}

.label-file {
    display: inline-flex;
    flex-direction: column;
    gap: .5rem;
    text-align: center
}

.input-file {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.error-file {
    --tw-text-opacity: 1;
    color: red;
    font-size: .875rem;
    font-weight: 500;
    left: 0;
    line-height: 1.25;
    padding-top: .25rem;
    position: absolute;
    top: 100%
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .error-file {
        color: rgb(255 0 0/var(--tw-text-opacity))
    }
}

.upload-box {
    border-style: dashed;
    border-width: 1px;
    display: flex;
    height: 7rem;
    position: relative;
    transition-duration: .3s;
    width: 7rem
}

.input-wrapper-file.has-errors .fake-checkbox {
    --tw-text-opacity: 1;
    color: red
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .input-wrapper-file.has-errors .fake-checkbox {
        color: rgb(255 0 0/var(--tw-text-opacity))
    }
}

.label-file.focus .upload-box, .label-file:hover .upload-box {
    background-color: hsla(0, 0%, 6%, .1)
}

.label.focus .upload-box.has-value, .label:hover .upload-box.has-value, .upload-box.has-value {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: #ffd3ba;
    border-color: #fe5e03;
    border-style: solid
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .label.focus .upload-box.has-value, .label:hover .upload-box.has-value, .upload-box.has-value {
        background-color: rgb(255 211 186/var(--tw-bg-opacity));
        border-color: rgb(254 94 3/var(--tw-border-opacity))
    }
}

.margins-all{
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-all{
        margin-bottom: 6rem;
        margin-top: 6rem
    }
}

.margins-top{
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-top{
        margin-top: 6rem
    }
}

.margins-bottom{
    margin-bottom: 3rem
}

@media (min-width: 920px) {
    .margins-bottom{
        margin-bottom: 6rem
    }
}

.margins-none{
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 920px) {
    .margins-none{
        margin-bottom: 0;
        margin-top: 0
    }
}

.margins-small{
    margin-bottom: 3rem;
    margin-top: 3rem
}

.round-all{
    border-radius: 1rem
}

.round-top{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.round-bottom{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.section-bg-light{
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fff;
    color: #0f0f0f
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-light{
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        color: rgb(15 15 15/var(--tw-text-opacity))
    }
}

.section-bg-accent{
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fe5e03;
    color: #fff
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-accent{
        background-color: rgb(254 94 3/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.paddings-default{
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 920px) {
    .paddings-default{
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.paddings-small{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width: 920px) {
    .paddings-small{
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

.is-boxed{
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 920px) {
    .is-boxed{
        padding-left: 3rem;
        padding-right: 3rem
    }
}