@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

.btn-primary {
    background-color: #ffe500;
    border-color: #ffe500;
    color: #152d34
}

.btn-primary:hover {
    border-color: #ffe500
}

.btn-primary:hover,
.btn-secondary {
    background-color: #152d34;
    color: #ffe500
}

.btn-secondary:hover {
    background-color: rgba(21, 45, 52, .92)
}

.bfc-anno .bfc-anno-heading-bar {
    color: #ffe500;
    padding: 2.5rem 0
}

.bfc-anno .bfc-anno-heading-bar h3 {
    color: inherit;
    font-weight: 700;
    margin: 0
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-heading-bar h3 {
        font-size: 2.5rem
    }
}

.bfc-anno .bfc-anno-description-row {
    margin: 5rem 0 5rem
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-description-row {
        margin: 3rem 0 3rem
    }
}

@media(max-width:575.98px) {
    .bfc-anno .bfc-anno-description-row {
        margin: 2rem 0 1rem
    }
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-img {
        margin-bottom: 2rem
    }
}

.bfc-anno .bfc-anno-img img {
    max-width: 100%
}

.bfc-anno .bfc-anno-text {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    justify-content: space-between
}

.bfc-anno .bfc-anno-text h3 {
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 0
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-text h3 {
        font-size: 1.6rem;
        line-height: 2.5rem
    }
}

.bfc-anno .bfc-anno-text p {
    font-size: 2.4rem;
    line-height: 3rem
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-text p {
        font-size: 1.6rem;
        line-height: 2.5rem
    }
}

.bfc-anno .bfc-anno-description-heading {
    background: #ffe500;
    margin: 2rem 0;
    padding: 1.4rem 0;
    text-align: center
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-description-heading {
        margin: 4rem 0 2rem
    }
}

.bfc-anno .bfc-anno-description-heading h3 {
    margin: 0
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-description-heading h3 {
        font-size: 2.6rem;
        line-height: 3.2rem
    }
}

.bfc-anno .bfc-anno-description li,
.bfc-anno .bfc-anno-description p {
    font-size: 2rem;
    line-height: 3.5rem
}

@media(max-width:991.98px) {

    .bfc-anno .bfc-anno-description li,
    .bfc-anno .bfc-anno-description p {
        font-size: 1.6rem;
        line-height: 2.5rem
    }
}

.bfc-anno .bfc-anno-btn-form {
    display: flex;
    justify-content: center;
    margin: 3rem 0
}

.bfc-anno .bfc-anno-btn-form .btn {
    border-radius: 0;
    font-size: calc(1.475rem + 2.7vw);
    line-height: 5.3rem;
    min-width: 44rem;
    padding: 2.6rem 6.3rem
}

@media(min-width:1200px) {
    .bfc-anno .bfc-anno-btn-form .btn {
        font-size: 3.5rem
    }
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-btn-form .btn {
        border-radius: 0;
        font-size: calc(1.325rem + .9vw);
        line-height: 2.5rem;
        min-width: auto;
        padding: 1.7rem 2.4rem
    }
}

@media(max-width:991.98px)and (min-width:1200px) {
    .bfc-anno .bfc-anno-btn-form .btn {
        font-size: 2rem
    }
}

.bfc-anno .bfc-anno-form-wrapper {
    display: none;
    height: 0;
    margin: 5rem 0 0;
    opacity: 0;
    padding: 2.5rem;
    pointer-events: none;
    transition: height .3s ease, opacity .6s ease
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-form-wrapper {
        padding: 2.5rem 0
    }
}

.bfc-anno .bfc-anno-form-wrapper>* {
    height: 0
}

.bfc-anno .bfc-anno-form-wrapper.show {
    display: block;
    height: 100%;
    opacity: 1;
    pointer-events: all
}

.bfc-anno .bfc-anno-form-wrapper.show>* {
    height: auto
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field {
    margin-bottom: 1.8rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-input-field-error-box {
    color: #d44e4e;
    font-size: 1.4rem;
    line-height: 1.8rem;
    opacity: 0;
    padding-top: .2rem;
    pointer-events: none;
    transition: opacity .3s ease
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-input-field .bfc-input-default,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-input-field .bfc-textarea-default {
    border: .1rem solid transparent;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .29);
    outline: 0;
    padding: 1.4rem 2rem;
    transition: border .3s ease;
    width: 100%
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-input-field .bfc-textarea-default {
    min-height: 20.7rem;
    resize: vertical
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default {
    -webkit-touch-callout: none;
    color: #152d34;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: .2rem;
    padding-left: 7rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default:before {
    border: .1rem solid #152d34;
    content: "";
    height: 3rem;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    z-index: 1
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 1.6rem;
    left: 1.5rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 2rem;
    z-index: 2
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input {
    display: none
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:focus+.bfc-checker-default:after,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:hover+.bfc-checker-default:after {
    opacity: .5
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:checked+.bfc-checker-default:after {
    opacity: 1
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a {
    font-weight: 400
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a:focus,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a:hover {
    text-decoration: underline
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-files-field {
    padding-bottom: 2.1rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-item {
    position: relative
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-row {
    align-items: center;
    display: flex;
    padding-top: .2rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .file-download .bfc-file-row {
    padding-top: 2rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #152d34;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    outline: 0;
    padding: 1rem 1rem 1rem 7rem;
    position: relative;
    text-align: left;
    transition: color .3s ease
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button {
        padding: 1rem 1rem 1rem 6rem
    }
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button:before {
    background-color: #fff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .29);
    content: "";
    height: 5rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button:after {
    background-image: url(../images/i-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 2.4rem;
    left: 1.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
    width: 2.4rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button:focus:after,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-button:hover:after {
    transform: translateY(-50%) rotate(90deg)
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-container,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-input {
    display: none
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-container {
    background-color: #f2f2f2;
    color: #152d34;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: -.5rem;
    padding: 1rem 0 1rem 7rem;
    word-break: break-word
}

@media(max-width:991.98px) {
    .bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-container {
        padding: 1rem 0 1rem 6rem
    }
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-container.bfc-file-is-visible {
    display: block;
    margin-top: 1.8rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-error {
    color: #d44e4e
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-success {
    padding: 1rem 0
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-success .bfc-file-attachment-icon {
    background: url(../images/i-attachment.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 1.4rem;
    margin-right: 1rem;
    position: relative;
    top: .3rem;
    width: .7rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-success .bfc-file-success-text {
    margin-right: 1.2rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    outline: 0;
    padding: .4rem 1rem;
    position: relative;
    top: -.4rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:after,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:before {
    border-bottom: .2rem solid #000;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 1.2rem
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:before {
    transform: translateY(-50%) rotate(45deg)
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:after {
    transform: translateY(-50%) rotate(-45deg)
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:focus,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field .bfc-file-remove:hover {
    text-decoration: underline
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field.error-validate .bfc-checker-default:before,
.bfc-anno .bfc-anno-form-wrapper .bfc-form-field.error-validate .bfc-input-default {
    border-color: #d44e4e
}

.bfc-anno .bfc-anno-form-wrapper .bfc-form-field.error-validate .bfc-input-field-error-box {
    opacity: 1
}