/* Custom Styles */
.header__wrap {
    /*border-bottom: .08rem solid #d7e1f0;*/
    box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
}
.header a.link-list__link {
    position: relative;
    display: inline-block;
    padding-bottom: 3px; /* Adjust this as needed */
    transition: all 0.3s ease; /* Apply transition to all properties */
}

.header a.link-list__link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #07ffab;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.header a.link-list__link:hover:before {
    visibility: visible;
    width: 100%;
}

.header a.link-list__link:hover {
    font-weight: bold;
}

div#block-1722454680754_0 {
        font-size: 36px;
        position: sticky;
        top: 8rem;
        z-index: 99;
    }

#section-1722448097001 {
   background-position: -37% 44% !important;
}
.form-control {

    border: 1px solid rgb(0 0 0 / 66%);
 
}



