* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Calibri, Arial, sans-serif;
    color: #1C1C17;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
}

img,
video {
    max-width: 100%;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.g-5 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 3rem;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.position-relative {
    position: relative !important;
}

.align-items-center {
    align-items: center !important;
}

.align-content-center {
    align-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: left !important;
}

.text-white,
.text-white * {
    color: #fff !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-20,
.font-size-20 * {
    font-size: 20px !important;
}

.font-size-50,
.font-size-50 * {
    font-size: 32px !important;
}

.line-height-110,
.line-height-110 * {
    line-height: 1.1 !important;
}

.line-height-130,
.line-height-130 * {
    line-height: 1.3 !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
    background: #fff;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-brand {
    display: inline-block;
    white-space: nowrap;
}

.navbar-brand img {
    width: 134px;
    height: 55px;
    object-fit: contain;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='1.5' stroke-linecap='round' stroke-miterlimit='10' d='M6 8h18M6 15h18M6 22h18'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-collapse {
    display: none;
}

.mobile-dropdown {
    position: absolute !important;
    display: none;
    z-index: 1300 !important;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    margin-top: 5px !important;
    padding: .25rem 0 !important;
    box-sizing: border-box;
}

.mobile-dropdown.open {
    display: block;
}

.mobile-dropdown .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
    padding-left: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 5px 0 #1c1c1c33;
}

.nav-mobile-white-box {
    background: #fff;
    margin-top: 1rem;
    padding: 0 1rem;
    border-radius: 5px;
    position: relative;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border: 0;
}

.btn.btn-rounded-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 35px;
    border-radius: 29px;
    background: #D8DA00;
    color: #1C1C17 !important;
}

.hero {
    position: relative;
    height: 110vh;
    min-height: 640px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .49) 100%);
}

.hero-content {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 100%;
    padding-bottom: 0;
    opacity: 1;
}

.hero-content.center {
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-top: 3em;
}

.hero-content .row {
    --bs-gutter-x: 0;
}

.hero-logos img {
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 4px #00000040);
}

.static-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .d-lg-none {
        display: block !important;
    }

    .d-flex.d-lg-none {
        display: flex !important;
    }

    .d-block.d-lg-none {
        display: block !important;
    }

    .d-lg-block,
    .d-lg-flex {
        display: none !important;
    }

    /*@media (max-width: 991.98px) {
         .hero {
            background: url("../images/img6.webp") center center / cover no-repeat;
        }
    }*/
}
