* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jost', sans-serif;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-120 {
    margin-top: 120px;
}

.main-heading {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 80px;
    margin-bottom: 36px;
}

p {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.main-red-heading {
    color: #B70E0C;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.font-weight-bold {
    font-weight: 400;
}

.main-button {
    background: #1D3D75;
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: none;
}

.responsive-video {
    position: relative;
    height: 0;
    width:100%;
    padding-bottom: 56.25%; /* Proporcje 16:9 dla video */
}

.responsive-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

label {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

input::placeholder {
    color: #C5C2D0 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.logo-fbe-container {
    width: 30%;
}

.logo-rest-container {
    width: 65%;
}

.logo-brill {
    width: 65%;
}

@media only screen and (max-width: 700px) {
    .logo-fbe-container {
        width: 100%;
        margin-bottom: 24px;
    }
    .logo-brill {
        width: 100%;
    }
    .mt-90 {
        margin-top: 50px;
    }
    .mt-120 {
        margin-top: 50px;
    }
}

.form-check-input {
    border: var(--bs-border-width) solid black;
}

