<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mini-panel-product_menu {
    display: none;
}

.event-page-wrapper *,
.event-page-wrapper *:before,
.event-page-wrapper *:after {
    box-sizing: border-box;
}

.content-wrap {
    max-width: 1100px;
}

/* banner section */

.banner-section {
    padding: 100px 0;
    background: #f3fde5;
}

.banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-box&gt;div {
    width: 50%;
}

.banner-cont {
    padding-right: 30px;
}

.title-tag {
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #f0483e;
    font-size: 18px;
    padding: 5px 10px;
    font-family: var(--zf-primary-semibold);
    max-width: 170px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
}

.banner-cont h1 {
    font-size: 48px;
}

.banner-cont p {
    background: #22b573;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 6px 15px;
    float: left;
    margin: 15px 0 0;
    font-family: var(--zf-primary-semibold);
}

.banner-img img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

/* event details section */

.event-details-section {
    padding: 100px 0;
}

.event-details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-content {
    width: 60%;
    padding: 0 70px 0 0;
}

.event-why-attend h2 {
    font-family: var(--zf-primary-bold);
    margin-bottom: 30px;
}

.attendee-list {
    padding-left: 30px;
    padding-top: 15px;
}

.attendee-list li {
    position: relative;
    margin-bottom: 20px;
    font-family: var(--zf-primary-semibold);
}

.attendee-list li:before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    left: -30px;
    top: -1px;
    bottom: 0;
    margin: auto;
    border: 2px solid #18bd7d;
}

.attendee-list li:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    border: solid #18bd7d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
    position: absolute;
    top: -2px;
    left: -23px;
    bottom: 0;
    margin: auto;
}

.event-speaker {
    padding-top: 40px;
}

.event-speaker h2 {
    margin-bottom: 40px;
    border-top: 1px solid #f7f5f5;
    padding-top: 40px;
    text-transform: uppercase;
    font-family: var(--zf-primary-bold);
}

.speaker-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 25px;
}

.speaker-details h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-family: var(--zf-primary-bold);
}

.speaker-details p {
    font-size: 16px;
    color: #818181;
}
.event-speaker1 h3{
    margin-bottom: 20px;
}

.event-speaker .speaker-div:not(:first-of-type) {
    margin-top: 70px;
}

.event-iframe {
    width: 40%;
}

.event-form-tab {
    max-width: 380px;
    margin: 0 0 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.event-form-tab h3 {
    background: #ffc16c;
    padding: 12px 15px 10px;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--zf-primary-bold);
}

/* footer section */

.footer-section {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #fafafa;
}

.footer-section p {
    margin: 0;
    font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-cont h1 {
        font-size: 40px;
    }
    .attendee-list {
        max-width: 380px;
    }
    .attendee-list li:before {
        bottom: auto;
        top: 2px;
    }
    .attendee-list li:after {
        bottom: auto;
        top: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section {
        padding: 80px 0 40px;
    }
    .banner-cont h1 {
        font-size: 36px;
    }
    .banner-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .title-tag {
        margin: 0 auto 15px;
    }
    .banner-cont p {
        float: none;
        margin: 15px auto 0;
        max-width: 330px;
    }
    .banner-box&gt;div {
        width: 100%;
    }
    .banner-cont {
        padding-right: 0;
    }
    .banner-img {
        margin: 40px 0 0;
    }
    .banner-img img {
        max-width: 360px;
    }
    .attendee-list {
        max-width: 380px;
    }
    .attendee-list li:before {
        bottom: auto;
        top: 2px;
    }
    .attendee-list li:after {
        bottom: auto;
        top: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .z-bottom-cta-menu {
        display: none;
    }
    #block-panels-mini-product-menu {
        height: auto;
    }
    .banner-section {
        padding: 60px 0 20px;
    }
    .banner-cont h1 {
        font-size: 30px;
        max-width: 330px;
        margin: 0 auto;
    }
    .banner-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .attendee-list {
        max-width: 380px;
    }
    .attendee-list li:before {
        bottom: auto;
        top: 2px;
    }
    .attendee-list li:after {
        bottom: auto;
        top: 7px;
    }
    .title-tag {
     font-size: 16px;
    max-width: 160px;
        margin: 0 auto 15px;
    }
    .banner-cont p {
        float: none;
        margin: 15px auto 0;
        max-width: 330px;
    }
    .banner-box&gt;div {
        width: 100%;
    }
    .banner-cont {
        padding-right: 0;
    }
    .banner-img {
        margin: 40px 0 0;
    }
    .banner-img img {
        max-width: 360px;
    }
    .event-details-section {
        padding: 60px 0;
    }
    .event-details-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .event-content {
        width: 100%;
        padding: 0;
    }
    .event-form-tab {
        margin: 0;
    }
    .event-iframe {
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 540px) {
    .banner-img img {
        max-width: 320px;
    }
}</pre></body></html>