<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*UHD Screen*/

@media (min-width: 1800px) {
    .container {
        width: 1200px
    }

}
/*HD Screen*/

@media (min-width: 1367px) and (max-width: 1799px) {
    .container {
        width: 1200px
    }
    /*Header*/
    .logo img {
        max-width: 300px;
    }
    .inner-text h1 {
        font-size: 44px;
    }

}
/*Laptop*/

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px
    }

    /*Header*/
    .logo img {
        max-width: 250px;
    }
    .inner-text h1 {
        font-size: 36px;
    }
}


/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }

    /*Header*/
    .logo img {
        max-width: 200px;
    }
    .inner-text {
        top: 3px;
    }
    .inner-text h1 {
        font-size: 32px;
    }

    /*Exh*/
    .exhibitor-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 86%;
        margin: 0 auto;
    }

    .exh-wrap {
        max-width: 100%;
    }

    .exh-details {
        max-width: calc(100% - 0%);
    }

    .up-note {
        margin-bottom: 30px;
    }

    /*Share */
    .share-offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 90%;
        margin: 0 auto;
        padding-left: 30px;
        margin-bottom: 50px;
    }

    .share-details {
        max-width: 86%;
        margin-bottom: 30px;
    }

    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 14px;
    }

    /* Footer */

}


/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    /*Header*/
    .outter-area {
        padding: 20px 20px;
    }
    .logo {
        margin-right: 20px;
        padding-right: 20px;
    }
    .logo img {
        max-width: 170px;
    }
    .inner-text {
        top: 3px;
    }
    .inner-text h1 {
        font-size: 24px;
    }

    /*Banner*/
    .banner-wrap h1 {
        font-size: 28px;
    }

    .banner-wrap h2 {
        font-size: 22px;
    }

    /*Exh*/
    .exhibitor-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .exh-wrap {
        max-width: 100%;
    }

    .exh-details {
        max-width: calc(100% - 0%);
    }

    .up-note {
        margin-bottom: 30px;
    }

    /*Share CSS*/
    .share-details {
        max-width: 30%;
    }

    .share-box-wrapper {
        width: 70%;
    }

    .share-details p {
        margin: 20px 0;
        margin: 0;
    }

    .share-box {
        margin-bottom: 5px;
        width: 210px;
    }

    .share-text {
        max-width: 600px;
    }

    .share-details {
        max-width: 30%;
        padding-right: 0px;
    }

    .share-box-wrapper {
        text-align: center;
    }

    .icon h3 {
        font-size: 16px;
    }

    /*FAQ*/
    .faq-area .heading h3 {
        font-size: 22px;
    }

    .panel-group {
        border-top: 1px solid #ddd;
    }

    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }

    .nav-tabs.nav-justified&gt;li {
        display: inline-block;
        width: auto;
    }

    .nav-tabs li {
        white-space: nowrap;
        margin-right: 10px;
    }

    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }

    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #36B0C9;
        color: #fff;
    }

    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }

    .inner-img img {
        max-width: 620px;
    }

    /*Footer*/

}


/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 300px
    }

    /* Header */
    .outter-area {
        padding: 30px 30px;
    }
    .inner-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo, .inner-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    .logo {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
        margin-bottom: 20px;
    }
    .logo img {
        max-width: 260px;
    }
    .inner-text h1 {
        line-height: 1.4;
        font-size: 22px;
    }
    /*Banner*/
    .banner-wrap h2 {
        font-size: 18px;
    }

    .banner-wrap h2 br {
        display: none;
    }

    .priority-code {
        font-size: 18px;
    }

    /*Exhibitor*/
    .exhibitor-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -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;
    }

    .exh-wrap {
        max-width: 100%;
    }

    .exh-details {
        max-width: calc(100% - 0%);
    }

    .up-note {
        margin-bottom: 20px;
    }

    .exh-details p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /*Share CSS*/
    .share-offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .share-details {
        margin-top: 0;
        text-align: left;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .share-details p {
        margin-bottom: 15px;
    }

    .share-box {
        margin-bottom: 5px;
    }

    .share-text h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .share-text p {
        font-size: 16px;
    }

    .share-box-wrapper {
        text-align: center;
    }

    /* Promo */
    .promo-area a {
        margin-bottom: 10px;
    }

    /*FAQ*/
    .faq-area .heading h3 {
        font-size: 18px;
    }

    .panel-group {
        border-top: 1px solid #ddd;
    }

    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }

    .nav-tabs.nav-justified li {
        white-space: nowrap;
        margin-right: 10px;
        display: inline-block;
        width: auto;
    }

    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }

    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #36B0C9;
        color: #fff;
    }

    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }

    .panel-body {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .panel-group .panel-heading+.panel-collapse&gt;.list-group,
    .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
        font-size: 16px;
    }

    .inner-img img {
        max-width: 100%;
    }

    .ins-img .inner-img img {
        max-width: 200px;
    }

    /*Notice*/
    .notice-area.section-padding.pt0 {
        padding-top: 0;
    }

    .notice h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .notice p {
        font-size: 16px;
    }

    .notice p br {
        display: none;
    }

    /*Footer*/

}



/*Large 480*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }

    /*Share*/
    .sec-title h2 {
        font-size: 16px;
    }

    .share-offer-wrapper {
        margin-bottom: 30px;
    }

    .share-wrapper .share-box-wrap {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .share-wrapper .share-box-wrap:last-chid {
        margin-bottom: 0px;
    }

    .share-offer-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    /*Footer*/

}</pre></body></html>