<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.exhibitors .card-hover {
    overflow-y: hidden;
}

.exhibitors .card-hover .card-hover__info {
    bottom: -100%;
}

.exhibitors .card-hover:hover .card-hover__info {
    bottom: 0;
    transition: all 300ms ease-in;
}

.exhibitors .card-hover .card-hover__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 240px;
    min-height: 240px;
}

.exhibitors .card-hover .card-hover__image img {
    object-fit: contain;
    padding: 20px 55px;
}

.exhibitors .card-hover .card-hover__image .letter-placeholder {
    margin-bottom: 24px;
}

.exhibitors .card-hover .card-hover__button {
    position: absolute;
    bottom: 28px;
    left: 28px;
}

.exhibitors .card-hover .card-hover__button a {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 33%);
}

.exhibitors .card-hover .card-hover__button i {
    font-size: 12px;
    margin-left: 8px;
}

.mm-landing.exhibitors--default .exhibitors__list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px; */
    justify-content: flex-start;
}

.mm-landing.exhibitors--default .exhibitors__list&gt;li {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    margin-bottom: var(--spacer-xs);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    margin: calc(var(--exhibitors-gap) / 2) 0;
}

@media screen and (min-width: 905px) {
    .mm-landing.exhibitors--default .exhibitors__list&gt;li {
        flex: 0 0 calc(50% - var(--exhibitors-gap));
        margin: calc(var(--exhibitors-gap) / 2);
    }
}

@media screen and (min-width: 1239px) {
    .mm-landing.exhibitors--default .exhibitors__list&gt;li {
        flex: 0 0 calc(33.3333% - var(--exhibitors-gap));
    }
}

.mm-landing.exhibitors--default .exhibitor__image {
    position: relative;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .mm-landing.exhibitors--default .exhibitor__image {
        height: 240px;
    }
}

.mm-landing.exhibitors--default .exhibitor__image img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 55px;
}

.mm-landing.exhibitors--default .exhibitor__image .mm-box-letter {
    position: relative;
    top: -10px;
    width: 80px;
    height: 80px;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .mm-landing.exhibitors--default .exhibitor__image .mm-box-letter {
        position: relative;
        top: -20px;
        width: 100px;
        height: 100px;
    }
}

.mm-landing.exhibitors--default .exhibitor__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    color: white;
}

.mm-landing.exhibitors--default .exhibitor__info .button {
    font-size: var(--fz-lg);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
}

.mm-landing.exhibitors--default .exhibitor__info .button span+i {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.mm-landing.exhibitors--default .exhibitor__more-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 16px 16px 16px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: white;
    opacity: 0;
    pointer-events: none;
}

.mm-landing.exhibitors--default .exhibitors__list&gt;li.active .exhibitor__more-info,
.mm-landing.exhibitors--default .exhibitors__list&gt;li:hover .exhibitor__more-info {
    opacity: 1;
    pointer-events: all;
}

.mm-landing.exhibitors--default .exhibitor__name {
    font-weight: 500;
    margin-bottom: 16px;
}

.mm-landing.exhibitors--default .exhibitor__web {
    display: flex;
    color: white;
}

.mm-landing.exhibitors--default .exhibitor__web i {
    font-size: var(--fz-sm);
    margin-right: 6px;
}

.mm-landing.exhibitors--default .exhibitor__web a {
    color: white;
    margin-bottom: 32px;
}

.mm-landing.exhibitors--default .exhibitor__categories&gt;li {
    display: inline-block;
    font-size: var(--fz-sm);
    background: white;
    color: black;
    /* color: white; */
    padding: 8px 12px;
    /* border: 1px solid white; */
    border-radius: 50px;
    margin-right: 8px;
}

.mm-landing.exhibitors--default .exhibitor__categories&gt;li.more {
    opacity: 0.7;
    /* border-color: #b6b6b6; */
    /* color: #b6b6b6; */
}

.exh_link {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: var(--fz-xs);
}</pre></body></html>