@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Thin.woff2) format("woff2"), url(../fonts/Metropolis-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Black.woff2) format("woff2"), url(../fonts/Metropolis-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Bold.woff2) format("woff2"), url(../fonts/Metropolis-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-SemiBold.woff2) format("woff2"), url(../fonts/Metropolis-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2"), url(../fonts/Metropolis-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Regular.woff2) format("woff2"), url(../fonts/Metropolis-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* Nav */
#navbarserenade #navbarserenade-inner {
    max-width: 100%;
    margin: 0 auto;
}


#navbarserenade.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#navbarserenade.is-minimized {
    transform: translateY(-65px);
}

#navbarserenade.is-maximized {
    transform: none;
}

#navbarserenade .top-section {
    background: none;
}

#navbarserenade .bottom-section {
    background: none;

}

.active-dropdown {
    color: #ff9007;
}


.mobile-menu {
    transform: translateX(100%);
    transition: 0.3s;
}

.mobile-menu.slide-in {
    transform: none;
}

.mobile-menu a {
    margin-top: 1.25rem;
}

.nav-down {
    top: 0;
}

.nav-up {
    top: -40px;
}

.btmNav {
    background: #3a3a3a;
    color: #fadcbb;
    display: flex;
    top: 64px;
    position: absolute;
    font-family: "Metropolis";
    font-weight: 400;
    letter-spacing: 0.07em;
    width: 100%;
    font-size: 0.8rem;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 27%) 0px 10px 10px;
}

.btmNav .logo {
    background-color: #3a3a3a;

    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btmNav .logo a img {
    height: 37px;
    object-fit: contain;
    width: 70%;
    display: block;
    margin: auto;
}

.btmNav .logo a {
    color: #FFF;
    text-decoration: none;

}

.showbb {
    display: inline-block !important;
}

.btmNav ul {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: space-evenly;
    width: 60%;
}

.btmNav ul li {
    list-style: none;
}

.btmNav ul li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: capitalize;

}


.regBtn {
    background: linear-gradient(45deg, rgb(175, 67, 39), rgb(237 74 34));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #fff;
    width: 12%;
}

.regBtn a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    color: #fff;
}

.topnav {
    overflow: hidden;
    background-color: #eee;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 13px 16px;
    text-decoration: none;
    font-size: 17px;

}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .logo {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 7px 10px 3px 10px;
    margin-top: 2px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .logo img {
    width: 166px;
    height: auto;
}



.topnav button {
    display: none;
}


.dropdown-content {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}

.dropdown {
    display: flex;
    width: 73.55%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
}

.dropbtn {
    display: none;
}


.navContainer {
    width: 100%;
    display: flex;
}

#topBtn.showbb {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.gaptop {}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Body */

body {
    font-family: "Metropolis", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-family: "Metropolis", sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 1rem;
}

main {
    background: url(../images/main-desktop.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.nl {
    font-size: 1rem;
    color: #fff;
    padding: 0.25rem 1.4rem;
    width: fit-content;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}
.msp-tri {
    width: 4dvi;

}
.mpclogo {
    width: 33vw;
    margin-top: 1rem;
    height: 7vw;
}

.fhld {
      width: 170px;
    height: 58px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 0.5rem;

}

.ebp {
    margin-bottom: 1rem;
}

.intro {
    /* background: #0b284c; */
    background: linear-gradient(0deg, #376e83, #467886, #0b284c 20%);

}

.intro>* {
    position: relative;
    z-index: 2;
}

.ebpview {
    margin-top: -22%;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

h1 {
    background: linear-gradient(-180deg, #fff 12%, #202020 190%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 700;
    font-size: 2.8rem;
    max-width: 20ch;
    text-align: center;
    margin: auto;
    letter-spacing: 0.05em;
    filter: drop-shadow(1px 3px 3px rgb(25, 25, 25));
}

video.video_header {
    width: 100%;
    display: block;
    -webkit-mask-image:linear-gradient(to bottom, transparent 2%, #ffffff 50%, #ffffff 100%);
    mask-image: linear-gradient(to bottom, transparent 2%, #ffffff 50%, #ffffff 100%);
    height: 97vh;
    margin-top: -18%;
    object-position: center;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.headings p {
    max-width: 60ch;
    margin: auto;
    text-align: center;
    color: #fff;
}

.aerialview {
    background: linear-gradient(0deg, #376e83, #467886, #0b284c 20%);
}

.headline-wrap h2 {
    font-size: 2.8rem;
    background: linear-gradient(to right, #e1ba43 0%, #e1ba43 30.41%, #f2dd78 81%, #e7c754 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: #fff0;
    letter-spacing: 0.05em;

}

p.max1 {
    max-width: 56ch;
    margin: auto;
}

.av_cont {
    position: relative;
    margin-top: -15%;
}

.stage2 {
    position: absolute;
    width: 9.4dvi;
    height: 11.6dvi;
    object-fit: contain;
    top: 55.9%;
    left: 56.4%;
}

@keyframes scaleUpDown {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

.mastpiecebox {
    position: absolute;
    width: 19.3dvi;
    height: 6.36dvi;
    object-fit: contain;
    top: 23.1%;
    left: 40.3%;
    animation: scaleUpDown 2.5s ease-in-out infinite;
}

.item-col {
    font-weight: 700;
}

.item-grouped {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 85%;
    margin: auto;
}

.item-col {
    flex: 1 1 25%;
}

.item-col img {
    width: 69px;
    height: 100px;
    display: block;
    margin: auto;
    object-fit: contain;
    animation: glowPulse 2s ease-in-out infinite;
}

.item-col p {
    font-weight: 700;
    text-align: center;
    max-width: 17ch;
    margin: auto;
    line-height: 1.2;
    font-size: 0.9rem;
}

.item-col p span {
    display: block;
    font-weight: 500;
    font-size: 0.75rem;
}

.bgfeatures {
    background: url(../images/bg-icons.webp) no-repeat;
    background-size: cover;
    color: #fff;
}

.heading-txt p {
    max-width: 75ch;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    font-size: 1.05rem;

}

@keyframes glowPulse {

    0%,
    100% {
        filter: drop-shadow(0px 1px 0px rgb(0, 0, 0)) drop-shadow(0px 0px 7px yellow);
    }

    50% {
        filter: drop-shadow(0px 1px 0px rgb(0, 0, 0)) drop-shadow(0px 0px 0px yellow)
    }
}

.maplocation {
    background: url(../images/bg-cream.webp);
    background-size: cover;
    width: 100%;
}

.maplocation h2 {
    font-size: 2.25rem;
    font-weight: 700;
    max-width: 16.56ch;
}

.maplocation h3 {
    font-weight: 700;
    font-size: 1.14rem;
}

.highway-container {
    max-width: 520px;
}

.highway-list {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
}

.highway-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.2rem 0;
}

.highway-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #383533;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: "Metropolis", sans-serif;
    line-height: 1;
    flex-shrink: 0;
}

.highway-info {
    display: flex;
    flex-direction: column;
    border-bottom: 1.5px solid #8a8378;
    width: 100%;
}

.highway-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #413d3c;
    line-height: 1.2;
    font-family: "Metropolis", sans-serif;
}

.highway-sub {
    font-size: 0.85rem;
    font-weight: 400;
    color: #413d3c;
    line-height: 1.3;
    font-family: "Metropolis", sans-serif;
}

.access-cont {
    width: fit-content;
    margin: auto;
    margin-left: 18%;

}

.bgsky {
    background: linear-gradient(60deg, #ffffff 0%, #f0f5f8 50%, #d3e2ed 100%);
}

.legend-title {
    font-weight: 600;
    text-transform: uppercase;
}


.xlHeader--right .xlHeader__header {
position: absolute;
	bottom: -12rem;
	right: 60%;
	transform: translate(0px, -50%);
	z-index: 99;
}

.pig_img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.biz-banner-section {
    background: url(../images/bg-usp.webp);
    background-size: cover;
    position: relative;
    /* padding: 4.5rem 0; */
    color: #ffffff;
    /* overflow: hidden; */
}

.biz-banner-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 50%, rgba(22, 7, 43, 0.45) 0%, rgba(11, 3, 24, 0.88) 100%);
    pointer-events: none;
    z-index: 0;
}

.biz-banner-section .container {
    position: relative;
    z-index: 2;
}

.biz-banner-title {
    font-family: 'Metropolis', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.biz-features-grid {
    position: relative;
    z-index: 2;
}

.biz-feature-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.biz-feature-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz-feature-icon svg {
    width: 100%;
    height: 100%;
}

.biz-stat-number {
    font-family: 'Metropolis', sans-serif;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
    color: #f2de76;
    background: linear-gradient(180deg, #F5DC6E 0%, #E5BF4C 45%, #CCA033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.15rem;
}

.biz-feature-label {
    font-family: 'Metropolis', sans-serif;
    font-size: clamp(0.85rem, 1.05vw, 1rem);
    font-weight: 600;
    line-height: 1.25;
    color: #ffffff;
}

.biz-divider-line {
    width: 100%;
    height: 1px;
    background: #ffe181;
    margin: 1.25rem 0;
}


.bgdark {
    background: url(../images/bg-darkgradient.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.spec-cont {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
    width: 100%;
    margin: auto;
    color: #ddd;
    justify-content: center;

}

.spec-cont p {
    margin: 0;
    letter-spacing: 0;
}

p.specs-label {
    font-size: 0.95rem;
    color: #e4ce94;
    text-transform: uppercase;
}

p.specs-value {
    font-size: 1.95rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ftshead h2 {
    font-family: 'Metropolis', sans-serif;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
    color: #f2de76;
    background: linear-gradient(180deg, #F5DC6E 0%, #E5BF4C 45%, #CCA033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.15rem;
    text-align: center;
}

.ftshead p {
    max-width: 80ch;
    margin: auto;
    text-align: center;
}

/* Masterpiece Plus Features Section (Custom CSS Grid) */
.masterpiece-features-container {
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.mp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0;
    align-items: start;
    justify-items: center;
    max-width: 66vw;
    margin: 0 auto;
}

.mp-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 360px;
}

.mp-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    height: 70px;
}

.mp-feature-icon img {

    width: 60px;
    height: 50px;
    object-fit: contain;
}

.mp-feature-title {
    font-family: 'Metropolis', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #e1ba43;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    text-align: center;
}

.mp-feature-desc {
    font-family: 'Metropolis', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
}

.mp-feature-huge {
    font-family: 'Metropolis', sans-serif;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
    text-align: center;
}

/* Bracket callout box for floor loading */
.mp-bracket-box {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 18px;
    margin-top: 6px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 17vw;

}

.mp-bracket-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #ffffff 14px, transparent 14px, transparent calc(100% - 14px), #ffffff calc(100% - 14px));
}

.mp-bracket-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #ffffff 14px, transparent 14px, transparent calc(100% - 14px), #ffffff calc(100% - 14px));
}

.mp-bracket-small {
    font-family: 'Metropolis', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.mp-bracket-value {
    font-family: 'Metropolis', sans-serif;
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    margin: 2px 0;
}

.mp-bracket-micro {
    font-family: 'Metropolis', sans-serif;
    font-size: 0.45em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0.9;
    position: absolute;
    bottom: 0;

}

.sep_panel {
    position: absolute;
    left: 13%;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    width: 61vw;
}

.bgpryp {
    background: #000;
}

.bgpryp h2 {
    color: #ef5822;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 0.9;
}

.bgpryp p {
    font-weight: 700;
    font-size: 1.45rem;
    line-height: 1.2;
}

.indimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.regsection {
    background: url(../images/main-desktop.webp);
    background-size: cover;
    width: 100%;
}

#frmLeadGen input[type=email],
#frmLeadGen input[type=tel],
#frmLeadGen input[type=text] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .7rem;
    display: block;
    width: 100%;
    max-width: 32rem;
    background-color: #fff;
    padding-top: .35rem;
    padding-bottom: .35rem;
    padding-left: 1.1rem;
    font-size: .9rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: #231b12;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

#frmLeadGen input[type=email]::placeholder,
#frmLeadGen input[type=tel]::placeholder,
#frmLeadGen input[type=text]::placeholder {
    color: #231b12;
    text-align: center;
    text-transform: uppercase
}

label.checkbox-label {
    font-size: .678rem;
    max-width: 32rem;
    line-height: 1.5;
    color: #fff;
    margin: auto;
    display: block;
}

.submit-btn {
    color: #ffffff;
    background: #e41f26;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 15px 50px;
    line-height: .8;
    font-style: normal;
    border: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.regsection h2 {
    background: linear-gradient(90deg,
            #e1be57 0%,
            #fbed87 30%,
            #fbed87 85%,
            #dcae43 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1.5px #111111;
    -webkit-text-fill-color: #fff0;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}

.msplus {
    width: 32vw;
    margin-bottom: 2rem;
}

.ind_con {
    width: 60%;
    margin-left: auto;
    height: 83vh;
}

.aerialimg {
    width: 100%;
}

/* Mobile Accessibility Card */
.mobile-access-card {
    background-color: #000000;
    color: #ffffff;
    padding: 2.5rem 2rem;
    font-family: 'Causten-Bold', 'Metropolis', sans-serif;
}

.mobile-access-title {
    color: #f5d500;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.5px;
    font-family: 'Causten-Bold', 'Metropolis', sans-serif;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.mobile-expressway-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.expressway-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-access-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mobile-access-item {
    display: flex;
    align-items: baseline;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-transform: uppercase;
}

.access-dist,
.access-code {
    color: #f5d500;
    width: 70px;
    min-width: 70px;
    flex-shrink: 0;
    font-weight: 800;
}

.access-dest {
    color: #ffffff;
    font-weight: 700;
}
.ast-top {
        width: 45%;
    margin-bottom: -5px;
}
@keyframes yellowGlow {
    0%,
    100% {
        filter: drop-shadow(2px 4px 6px yellow);
        opacity: 0;
    }

    50% {
        filter: drop-shadow(2px 4px 18px yellow) drop-shadow(0px 0px 25px rgba(255, 255, 0, 0.8));
        opacity: 1;
    }
}

.glowyellow {
    top: 39%;
    position: absolute;
    bottom: 0;
    width: 85%;
    z-index: 3;
    height: auto;
    object-fit: contain;
    display: block;
    left: 10.4%;
    /* filter: drop-shadow(2px 4px 6px yellow); */
    animation: yellowGlow 2.5s ease-in-out infinite;
}
.highwayicon 
{
width: 17dvi;
    height: 20dvi;
    object-fit: contain;
}
.sparkletop {
    position: absolute;
    bottom: -34%;
    left: 0;
    width: 18dvi;
    height: 20dvi;
    object-fit: contain;
    object-position: left bottom;
}
@media (max-width: 991px) {
    .mp-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1.5rem;
    }
}


@media screen and (min-width: 1024px) {
    .factoryImg {
        margin-top: -13%;
    }

    .header-cont {
        margin-top: 64px;
        
    }

    .ebp {
        position: absolute;
        top: 4%;
        right: 5%;
    }

    .cont_cust {
        max-width: 77vw;
        margin: auto;
    }

    .pos-sep {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        width: 100%;

        height: 100%;
    }

}

@media screen and (max-width: 1024px) {
    .header-cont {
         padding-top: 3rem;
    }
    video.video_header {
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #ffffff 45%, #ffffff 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, #ffffff 45%, #ffffff 100%);
        height: 57dvi;
    }

    .maplocation h2 {
        font-size: 1.7em;
    }

    .access-cont {
        margin-left: 10%;
    }

    .item-grouped {
        width: 100%;
    }

    .item-col {
        flex: 1 1 50%;
    }

    .regBtn {
        padding: 10px 0;
        width: 56%;
    }

    .navContainer {
        width: 100%;
        justify-content: space-between;
    }

    .btmNav {
        display: flex;
        justify-content: space-between;
        height: 64px;
    }

    .btmNav ul {
        margin: 0;
        display: inline-block;
        align-items: center;
        margin-left: 10px;
        justify-content: space-evenly;
        width: 60%;
    }

    .dropbtn {
        color: #ffffff;
        border: none;
        cursor: pointer;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        gap: 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


    .dropdown {
        position: relative;
        display: contents;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #3d3d3d;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 6px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #fff;
        height: unset;
    }


    .dropdown .dropdown-content {
        display: none;
        list-style-type: none;
        color: #f2f2f2;
        width: 100%;
        transition: 0.2s;
        top: 45px;
        padding: 40px 30px;
        z-index: -1;
    }

    .btmNav .logo {
        padding: 0 1px;
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


}

@media screen and (max-width: 992px) {}

@media (max-width: 991px) {
    .mp-feature-card {
        margin-bottom: 1.5rem;
    }
}


@media screen and (max-width: 991.5px) {
    .access-cont {
        margin-left: 0;
        padding: 2rem;
        width: 100%;
    }

    .highway-container {
        max-width: 100%;
    }

    .biz-banner-section {
        /* padding: 3rem 0; */
    }

    .biz-banner-title {
        text-align: center;
        margin-bottom: 2rem;
    }

    .biz-corner-accent {
        width: 140px;
        height: 120px;
    }

    .biz-corner-flare {
        left: 135px;
    }
}

@media screen and (max-width: 768px) {
    video.video_header {
        height: 74dvi;
        margin-top: -13%;
                -webkit-mask-image:linear-gradient(to bottom, transparent 10%, #ffffff 45%, #ffffff 100%);
        mask-image: linear-gradient(to bottom, transparent 10%, #ffffff 45%, #ffffff 100%);
    }

    .maplocation h2 {
        font-size: 1.75rem;
        max-width: 100%;
    }

    .maplocation h3 {
        font-size: 1.15rem;
    }

    .highway-container {
        max-width: 100%;
    }

    .highway-num {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.35rem;
        border-radius: 5px;
    }

    .highway-item {
        gap: 0.85rem;
        padding: 0.65rem 0;
    }

    .highway-title {
        font-size: 1.05rem;
    }

    .highway-sub {
        font-size: 0.9rem;
    }

    .heading-txt p {
        max-width: 30ch;
        text-align: left;
        margin: auto;
        margin-bottom: 1rem;
        font-size: 1.05rem;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    
}

@media (max-width: 575.5px) {
    .biz-feature-label {
        font-size: 3vw;

    }
    .biz-stat-number {
        font-size: 7vw;
    }

    .pig_img {
    width: 20dvi;
    height: 20dvi;
    }
    .mspcoll {
        width: 76%;
    }
    .specs-item {
        width: 100%;
    }
    .spec-cont {
          gap: 1.7em;

        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
    
    }
    .xlHeader--right .xlHeader__header {
            bottom: -8%;
    }
    .biz-features-grid {
    width: 90%;
    margin: auto;
    }
        .mp-feature-card {
        margin-bottom: 0;
        max-width: 100%;
    }
    .mp-feature-icon img {
    width: 16dvi;
    height: 14dvi;
    object-fit: contain;
}
    .mp-feature-icon {
        height: auto;
    }
    .mp-feature-huge {
        margin-top: 0;
        font-size: 7vw;
    }
    .ftshead p {
    max-width: 36ch;
    }
    .bgpryp h2 {
        font-size: 8.5vw;
                line-height: 1;

    }
    .ftshead h2 {
               font-size: 6.5vw;
        line-height: 1.35;
        max-width: 12.9ch;
        margin: auto;
    }
    .mp-bracket-box {
        width: 100%;
        margin-top: 1rem;
    }
    p.specs-label {
        font-size: 3.4vw;
    }
        .mp-features-grid {
           grid-template-columns: 1fr;
           gap: 1.5em;
    }
    .mp-feature-title {
                font-size: 4vw;
    }
    p.specs-value {
        font-size: 5vw;

    }
    .aerialview h2 {
        max-width: 18ch;
        margin: auto;
    }
    .ebp-img {
        margin: auto;
        display: block;
    }
    .headline-wrap {
        position: relative;
        z-index: 4;
    }
    .highway-title {
        font-size: 4vw;
    }
    .heading-txt p {
        max-width: 100%;
        text-align: left;
              font-size: 3.4vw;
        padding: 0 1.5rem;
        text-align: center;
    }
        .maplocation h3 {
        font-size: 4.5vw;
    }
        .highway-sub {
        font-size: 3vw;
    }
    .item-col p {
            font-size: 3vw;
    }
    .item-col p span {
            font-size: 2.8vw;
    }
    .mastpiecebox {
    width: 39dvi;
    height: 16dvi;
    top: 22.1%;
    left: 80.3%;
}
    .av_cont {
        width: 100%;
        overflow: auto;
        position: relative;
        margin-top: -29%;
    /* width: 222vw;
    max-width: 222vw;
        overflow: auto; */

}
.bgpryp p {
    font-size: 4vw;
}
.stage2 {
    width: 20dvi;
    height: 23dvi;
    top: 55.8%;
    left: 112.4%;
}
.item-col img {
    width: 13dvi;
    height: 19dvi;
}
.legend-title {
    text-align: center;
}
.legend-pp {
        max-width: 85%;
    margin: auto;
    display: block;
            margin-bottom: 2rem;
}
 .aerialimg {
        width: 200vw;
        height: auto;
        max-width: unset;
 }
      .intro {
    /* background: #0b284c; */
    background: linear-gradient(180deg, #0b284c, #257c95, #1ec0ff);
}
  .ebpview {
        margin-top: -39%;
        position: relative;
        z-index: 0;
        pointer-events: none;
        height: 44ch;
        object-fit: cover;
        object-position: 75%;
}
    .msplus {
    width: 65vw;
    }
.ind_con {
    width: 100%;
    margin-left: auto;
    height: auto;
}
.indimg {
    width: 100%;
    height: auto;
}
    h1 {
        font-size: 6vw;
        max-width: 17ch;
    }

    p.max1 {
        max-width: 32ch;
    }

    .fhld {
        width: 29vw;
        height: auto;
    }

    .mpclogo {
        width: 56vw;
        margin-top: 1rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .nl {
        font-size: 2.7vw;
        padding: 0.2em 1em;
    }

    .ebp {
        width: 15vw;
    }

    p,
    .heading-txt p {
        font-size: 3.4vw;
    }

    .headline-wrap h2,
    .maplocation h2 {
        font-size: 6vw;
    }

    .headings p {
        max-width: 36ch;
    }

    .biz-feature-item {
        gap: 0.6rem;
    }

    .biz-feature-icon {
        width: 40px;
        height: 40px;
    }

    .biz-corner-accent {
        width: 100px;
        height: 80px;
    }

    .biz-corner-flare {
        left: 95px;
    }
    .glowyellow {
        top: 38.9%;
        bottom: 0;
        z-index: 3;
        display: block;
        left: 20%;
        max-width: 171.2vw;
        width: 171.2vw;
        object-fit: contain;
}
.sparkletop {
    bottom: -16%;
    left: 0;
    width: 31dvi;
    height: 34dvi;
}
  .mp-feature-card {
        margin-bottom: 0;
    }
    .mobile-access-card {
               padding: 2rem 2.5rem;

    }
    .mobile-access-title {
        font-size: 1.6rem;
        margin-bottom: 1.25rem;
    }
    .mobile-expressway-header {
        margin-bottom: 1.25rem;
        gap: 0.75rem;
    }
    .expressway-icon-wrap svg {
        width: 38px;
        height: 38px;
    }
    .mobile-access-item {
        font-size: 0.85rem;
    }
    .access-dist,
    .access-code {
        width: 60px;
        min-width: 60px;
    }
}

@media screen and (max-width: 425px) {
    .btmNav {
        font-size: 2.8vw;
    }
}




