.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.contact-error {
    display: none;
    color: rgb(255, 157, 157) !important;
}

.bg-color-primary-trans {
    background-color: rgb(0 49 86 / 50%) !important;
}

.bg-color-primary-b1 {
    background-color: rgb(1, 47, 84) !important;
}

.bg-color-primary-b2 {
    background-color: rgb(38, 82, 114) !important;
}

.bg-color-primary-b3 {
    background-color: rgb(0, 31, 49) !important;
}

.bg-color-primary-b4 {
    background-color: rgb(0, 28, 69) !important;
}

.bg-color-primary-grad {
    background: rgb(0, 31, 49) !important;
    background: linear-gradient(180deg, rgba(0, 31, 49, 1) 0%, rgba(0, 115, 142, 1) 100%) !important;
}

.bg-color-black {
    background-color: rgb(0, 0, 0) !important;
}

.bg-color-white {
    background-color: rgb(255, 255, 255) !important;
}

.btn-secondary-v1 {
    color: rgb(255, 255, 255) !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: rgb(255, 255, 255) !important;
}

.btn-secondary-v1:hover {
    background-color: rgb(0, 131, 155) !important;
    border-color: rgb(0, 131, 155) !important;
}

.line-height-1-2 {
    line-height: 1.2 !important;
}

.line-height-1-1 {
    line-height: 1.1 !important;
}

.line-height-1-5 {
    line-height: 1.5 !important;
}

@media (min-width: 768px) {
    .c-pt-5 {
        padding-top: 5.0rem !important;
    }
}

.footer-menu-active {
    font-weight: bolder !important;
}

.btn-lang {
    outline: none !important;
    box-shadow: none !important;
}

.btn-lang:focus,
.btn-lang:active,
.btn-light:focus:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-lang::after {
    display: none !important;
}