html {
    scroll-behavior: smooth;
}

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

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

#campaignBar {
    z-index: 60;
}

#mainHeader {
    top: 32px;
    z-index: 50;
}

#mobileMenu {
    z-index: 9999;
    overflow: hidden;
}

.nav-height {
    height: 72px;
}

.mobile-menu-content {
    height: calc(100vh - 72px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.hero-section {
    min-height: 90vh;
}

.dropdown-menu {
    min-width: 220px;
}

.hero-service {
    padding-top: 184px;
    padding-bottom: 80px;
}

@media (min-width: 1024px) {
    .hero-service {
        padding-top: 216px;
        padding-bottom: 112px;
    }
}

.benefit-card {
    min-width: 240px;
}

@media (max-width: 400px) {
    .benefit-card {
        min-width: 220px;
    }
}

.nav-text {
    font-size: 13px;
}

.hero-title {
    line-height: 1.1;
}

.uc-sigil {
    aspect-ratio: 280 / 93;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

@media (max-width: 640px) {
    section,
    section > div,
    section > div > div,
    section > div > div > div {
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .grid > div {
        min-width: 0;
        max-width: 100%;
    }
}

#contact-form {
    max-width: 100%;
    overflow: hidden;
}

#contact-form .g-recaptcha {
    transform-origin: left center;
    max-width: 100%;
}

@media (max-width: 400px) {
    #contact-form .g-recaptcha {
        transform: scale(0.85);
    }
}

@media (max-width: 340px) {
    #contact-form .g-recaptcha {
        transform: scale(0.75);
    }
}

.facebook-embed {
    border: none;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
