@media (max-width: 1139px) {
  .page-banner.standleie-banner {
    position: relative;
    width: 100%;
    height: 54vh;
  }
  .page-banner.standleie-banner .overlay-top {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 20;
  }
  .page-banner.standleie-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(70%);
  }
  .page-banner.standleie-banner .overlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.92), transparent);
    z-index: 10;
  }
  .page-banner.standleie-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    padding: 0 20px 32px;
  }
  .page-banner.standleie-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.standleie-banner .content .text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.85);
    margin-bottom: 10px;
  }
  .page-banner.standleie-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 8px;
  }
  .page-banner.standleie-banner .content .text .updated {
    font-size: 13px;
    opacity: 0.97;
    margin-bottom: 22px;
    margin-top: 15px;
  }
  .page-banner.standleie-banner .content .text .quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  .page-banner.standleie-banner .content .text .quicklinks .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
  }
  .page-banner.standleie-banner .content .text .quicklinks .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.standleie-banner .content .text .quicklinks .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.6);
  }
  .page-banner.standleie-banner .content .text .quicklinks .button i {
    font-size: 12px;
  }
  .exhibitor-benefits {
    background: rgb(246, 246, 246);
  }
  .exhibitor-benefits .content {
    padding: 60px 20px;
  }
  .exhibitor-benefits .text {
    margin-bottom: 32px;
  }
  .exhibitor-benefits .text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 12px;
  }
  .exhibitor-benefits .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 36px;
    color: #1F1F1F;
    max-width: 420px;
  }
  .exhibitor-benefits .benefit-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .exhibitor-benefits .benefit-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 14px;
    padding: 26px 22px;
  }
  .exhibitor-benefits .benefit-card .benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 16px;
  }
  .exhibitor-benefits .benefit-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 21px;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .exhibitor-benefits .benefit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.78;
  }
  .standleie-content {
    background: rgb(246, 246, 246);
  }
  .standleie-content .content {
    padding: 40px 20px 64px;
  }
  .standleie-content .section-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    opacity: 0.7;
    margin-bottom: 12px;
  }
  .standleie-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 36px;
    color: #1F1F1F;
    margin-bottom: 26px;
  }
  .standleie-content .price-card-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
  }
  .standleie-content .price-card {
    background: rgba(211, 211, 211, 0.14);
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 14px;
    padding: 22px 20px;
  }
  .standleie-content .price-card .price-card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .standleie-content .price-card .price-card-head h3 {
    min-width: 0;
    font-weight: 600;
    font-size: 18px;
    color: #1F1F1F;
  }
  .standleie-content .price-card .price-card-head h3 span {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 2px;
  }
  .standleie-content .price-card .price-card-head .price-tag {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    color: #004876;
  }
  .standleie-content .price-card .price-card-head .price-tag small {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.75;
  }
  .standleie-content .price-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
  .standleie-content .price-card ul li {
    position: relative;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.55;
    color: #1F1F1F;
    opacity: 0.8;
  }
  .standleie-content .price-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #004876;
    opacity: 0.55;
  }
  .standleie-content .signup-cta {
    text-align: center;
    margin-bottom: 36px;
  }
  .standleie-content .signup-cta .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 14px 50px;
    font-size: 15px;
    font-weight: 500;
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .standleie-content .signup-cta .button i {
    font-size: 13px;
  }
  .standleie-content .contact-note {
    border-top: 1px solid rgba(31, 31, 31, 0.1);
    padding-top: 26px;
    text-align: center;
  }
  .standleie-content .contact-note p {
    font-size: 18px;
    color: #1F1F1F;
    opacity: 0.96;
    max-width: 460px;
    margin-inline: auto;
    margin-bottom: 14px;
  }
  .standleie-content .contact-note .contact-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .standleie-content .contact-note .contact-links a {
    font-size: 16px;
    font-weight: 600;
    color: #004876;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1140px) {
  .page-banner.standleie-banner {
    position: relative;
    width: 100%;
    height: 59vh;
    min-height: 440px;
  }
  .page-banner.standleie-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1460px;
    margin-inline: auto;
    right: 0;
    z-index: 30;
    padding: 0 60px 56px;
    padding-inline: 35px;
  }
  .page-banner.standleie-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.standleie-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 16px;
  }
  .page-banner.standleie-banner .content .text p {
    font-size: 16px;
    opacity: 0.92;
    max-width: 620px;
    margin-bottom: 26px;
  }
  .page-banner.standleie-banner .content .text .quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .page-banner.standleie-banner .content .text .quicklinks .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    transition: opacity 0.25s ease;
  }
  .page-banner.standleie-banner .content .text .quicklinks .button:hover {
    opacity: 0.85;
  }
  .page-banner.standleie-banner .content .text .quicklinks .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.standleie-banner .content .text .quicklinks .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.5);
  }
  .page-banner.standleie-banner .content .text .quicklinks .button i {
    font-size: 13px;
  }
  .exhibitor-benefits {
    background: rgb(246, 246, 246);
  }
  .exhibitor-benefits .content {
    padding: 100px 35px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .exhibitor-benefits .text {
    margin-bottom: 56px;
  }
  .exhibitor-benefits .text .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 16px;
  }
  .exhibitor-benefits .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 53px;
    color: #1F1F1F;
    max-width: 640px;
  }
  .exhibitor-benefits .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .exhibitor-benefits .benefit-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 16px;
    padding: 36px 30px;
  }
  .exhibitor-benefits .benefit-card .benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .exhibitor-benefits .benefit-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 10px;
  }
  .exhibitor-benefits .benefit-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.78;
  }
  .standleie-content {
    background: rgb(246, 246, 246);
  }
  .standleie-content .content {
    padding: 64px 35px 110px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .standleie-content .section-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    opacity: 0.7;
    margin-bottom: 14px;
  }
  .standleie-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 53px;
    color: #1F1F1F;
    margin-bottom: 40px;
    max-width: 640px;
  }
  .standleie-content .price-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 56px;
  }
  .standleie-content .price-card {
    background: rgba(211, 211, 211, 0.14);
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 16px;
    padding: 28px 28px 26px;
  }
  .standleie-content .price-card .price-card-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .standleie-content .price-card .price-card-head h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1F1F1F;
  }
  .standleie-content .price-card .price-card-head h3 span {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 3px;
  }
  .standleie-content .price-card .price-card-head .price-tag {
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 700;
    color: #004876;
    white-space: nowrap;
  }
  .standleie-content .price-card .price-card-head .price-tag small {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.75;
  }
  .standleie-content .price-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0;
  }
  .standleie-content .price-card ul li {
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.8;
  }
  .standleie-content .price-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #004876;
    opacity: 0.55;
  }
  .standleie-content .signup-cta {
    text-align: center;
    margin-bottom: 48px;
  }
  .standleie-content .signup-cta .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 16px 60px;
    font-size: 16px;
    font-weight: 500;
    background: #006db1;
    color: rgb(246, 246, 246);
    transition: opacity 0.25s ease;
  }
  .standleie-content .signup-cta .button:hover {
    opacity: 0.88;
  }
  .standleie-content .signup-cta .button i {
    font-size: 13px;
  }
  .standleie-content .contact-note {
    border-top: 1px solid rgba(31, 31, 31, 0.1);
    padding-top: 40px;
    text-align: center;
  }
  .standleie-content .contact-note p {
    font-size: 24px;
    color: #1F1F1F;
    opacity: 0.89;
    max-width: 690px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
  .standleie-content .contact-note .contact-links {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .standleie-content .contact-note .contact-links a {
    font-size: 18px;
    font-weight: 600;
    color: #004876;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .standleie-content .contact-note .contact-links a:hover {
    opacity: 0.75;
  }
}/*# sourceMappingURL=info-standleie.css.map */