@media (min-width: 1400px) {
    .container-lg {
        max-width: 1427px;
    }
}

.header__container.container-fluid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

.form-control,
.input-group-text  {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    transition: border-color 0.3s;
    background-color: unset;
    color: #fff;
}

.form-control::placeholder {
    color: #ffffff82;
    transition: all 0.2s;
}

.form-control:focus::placeholder {
    color: #ffffff50;
}
  
.form-control:hover {
    border-color: #fff;
    background-color: unset;
}

.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    box-shadow: unset;
}