    .mobilehide {
        display: none;
        height: 0px;
    }

    .mobileshow {
        display: inline;
        height: auto;
    }

    .desktopshow {
        display: none;
        height: 0px;
    }

    .desktophide {
        display: inline;
        height: auto;
        max-width: 100%;
        clear: both;
    }

    .mobsmaller {
        font-size: 0.88em;
    }

    .moblarger {
        font-size: 0.96em;
    }

    .vidmsg {
        height: 60px;
    }

    .cshov {
        background-color: #071af0;
        color: #f0f007;
    }

    .cshov:hover {
        background-color: #f0f007;
        color: #071af0;
    }

    .lmhov {
        background-color: #ffe640;
    }

    .lmhov:hover {
        background-color: #ffcc40;
    }

    @media only screen and (min-device-width: 1025px) {
        .desktopshow {
            display: inline;
            height: auto;
        }

        .desktophide {
            display: none;
            height: 0px;
        }
    }

    @media only screen and (min-device-width: 479px) {
        .mobilehide {
            display: inline;
            height: auto;
        }

        .mobileshow {
            display: none;
            height: 0px;
        }

        .mobsmaller {
            font-size: 1.0em;
        }

        .moblarger {
            font-size: 1.04em;
        }

        .vidmsg {
            height: 40px;
        }
    }

    #popup-container {
        display: none;
    }

    .custom_popup {
        color: white;
        padding: 15px;
        width: 53%;
        border: 3px solid #008fbe;
        border-radius: 10px;
        margin: auto;
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: fit-content;
        max-width: 800px;
    }

    .custom_popup--content li input {
        min-width: 510px;
    }

    .custom_popup--content ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .custom_popup--header {
        text-align: end;
        margin: -34px;
    }

    .custom_popup--container {
        font-family: 'Ubuntu', sans-serif;
        position: absolute;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .custom_popup--overlay {
        height: 100%;
        opacity: 1;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .custom_popup--content h1 {
        font-size: 50px;
        text-align: center;
        color: white;
    }

    .custom_popup--content ul {
        list-style-type: none;
        padding: 0;
    }

    .custom_popup--content {
        padding: 50px 41px 14px 41px;
    }

    #submitF {
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(0, 88, 178);
        font-size: 36px;
        text-align: center !important;
        border-radius: 5px;
        border: 0px;
        width: 100%;
        font-family: 'Ubuntu', sans-serif;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
        line-height: 55px;
        cursor: pointer;
    }

    #openPopup {
        display: inline-block;
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(0, 88, 178);
        font-size: 56px;
        text-align: center !important;
        border-radius: 5px;
        width: 100%;
        font-family: 'Ubuntu', sans-serif;
        line-height: 55px;
        cursor: pointer;
        max-width: 950px;
        margin-bottom: 1rem;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .custom_popup--content li {
        margin-bottom: 6px;
    }

    .custom_popup--content input {
        font-size: 16px;
        padding: 12px 2.5px 12px 15px;
        width: 97%;
        background-color: #fff;
        background-position: 97%;
        border-radius: 5px !important;
        text-align: left;
        font-family: 'Ubuntu', sans-serif, inherit;
        line-height: inherit;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;

    }

    .popup-btn h4 {
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 14.56px;
        color: white;
        text-align: center;
        font-weight: 200 !important;
    }


    .custom_popup--footer h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 13.5px;
        color: rgb(159, 159, 159);
        font-weight: 300;
        line-height: 24px;
        padding: 28px;
        font-family: 'Ubuntu', sans-serif, inherit !important;
        font-weight: 100;
    }

    .custom_popup--exit {
        cursor: pointer;
    }

    /* responsive css */
    @media only screen and (min-width: 1920px) {
        .custom_popup {
            color: white;
            padding: 15px;
            width: 43%;
            height: fit-content;
            max-height: 540px;
            border: 3px solid #008fbe;
            border-radius: 10px;
            margin: auto;
            background-color: black;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: fit-content;
            bottom: 0;
        }
    }

    @media only screen and (max-width: 1600px) {

        .custom_popup--content h1 {
            font-size: 44px;
        }

        .custom_popup {
            color: white;
            padding: 15px;
            width: 53%;
            height: fit-content;
            max-height: 540px;
            border: 3px solid #008fbe;
            border-radius: 10px;
            margin: auto;
            background-color: black;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 98%;
            bottom: 0;
        }
    }

    @media only screen and (max-width: 1366px) {
        .custom_popup--footer h6 {
            padding: 16px;
        }

        .custom_popup--content h1 {
            font-size: 38px;
        }

        .custom_popup--content li input {
            min-width: 432px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .custom_popup--content h1 {
            font-size: 36px;
        }

        .custom_popup--content li input {
            min-width: 393px;
        }

        .custom_popup--footer h6 {
            line-height: 19px;
        }
    }

    @media only screen and (max-width: 1024px) {
        #submitF {
            font-size: 32px;
            line-height: 43px;
            width: 85%;

            margin: auto;
            display: block;
        }

        .custom_popup--content h1 {
            font-size: 35px;
        }

        .custom_popup--content li input {
            min-width: 350px;
        }

        .custom_popup--content {
            padding: 50px 2px 14px 2px;
        }

        .custom_popup--footer h6 {
            line-height: 20px;
            padding: 10px;
        }

        .custom_popup {
            height: fit-content;
            width: 75%;
        }
    }

    @media only screen and (max-width: 800px) {
        .custom_popup--content h1 {
            font-size: 27px;
        }

        #submitF {
            font-size: 27px;
            line-height: 36px;
            width: 90%;
        }

        .custom_popup {
            height: 72%;
        }

        .custom_popup--content li input {
            min-width: 290px;
        }

        .custom_popup--content {
            padding: 50px 2px 14px 2px;
        }
    }

    @media only screen and (max-width: 600px) {
        .custom_popup {
            width: 60%;
        }

        .custom_popup--content {
            padding: 34px 10px 14px 10px;
            text-align: center;
        }

        .content h1 {
            margin-bottom: 1.0em;
        }

        .custom_popup--content h1 {
            font-size: x-large;
            text-align: center;
            color: white;
        }

        .content ul:not(:last-child) {
            margin-bottom: 0em;
        }

        .custom_popup--content ul {
            list-style-type: none;
            padding: 0;
        }

        .custom_popup--content ul {
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .custom_popup--content input {
            font-size: 16px;
            padding: 7px 11.5px 5px 15px;
            width: 100%;
            background-color: #fff;
            background-position: 97%;
            border-radius: 5px !important;
            text-align: left;
            font-family: 'Ubuntu', sans-serif, inherit;
            line-height: normal;
            border: 1px solid rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;
        }

        .custom_popup--content li input {
            min-width: 0;
        }

        #submitF {
            color: rgb(255, 255, 255);
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: rgb(0, 88, 178);
            font-size: 18px;
            text-align: center !important;
            border-radius: 5px;
            border: 0px;
            width: 220px;
            font-family: 'Ubuntu', sans-serif;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
            cursor: pointer;
            line-height: inherit;
        }

        .popup-btn h4 {
            margin-top: 24px;
            margin-bottom: 0;
            font-size: 10px;
            color: white;
            text-align: center;
            font-weight: 200 !important;
        }

        .custom_popup--footer h6 {
            text-align: center;
            margin: 0 auto;
            font-size: 10px;
            color: rgb(159, 159, 159);
            line-height: 14px;
            padding: 12px;
            font-weight: 100;
        }

    }

    @media only screen and (max-width: 540px) {
        .custom_popup {
            width: 70%;
        }

        .custom_popup--content {
            padding: 34px 10px 14px 10px;
            text-align: center;
        }

        .content h1 {
            margin-bottom: 1.5em;
        }

        .custom_popup--content h1 {
            font-size: x-large;
            text-align: center;
            color: white;
        }

        .content ul:not(:last-child) {
            margin-bottom: 0em;
        }

        .custom_popup--content ul {
            list-style-type: none;
            padding: 0;
        }

        .custom_popup--content ul {
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .custom_popup--content input {
            font-size: 16px;
            padding: 7px 11.5px 5px 15px;
            width: 100%;
            background-color: #fff;
            background-position: 97%;
            border-radius: 5px !important;
            text-align: left;
            font-family: 'Ubuntu', sans-serif, inherit;
            line-height: normal;
            border: 1px solid rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;
        }

        .custom_popup--content li input {
            min-width: 0;
        }

        #submitF {
            color: rgb(255, 255, 255);
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: rgb(0, 88, 178);
            font-size: 18px;
            text-align: center !important;
            border-radius: 5px;
            border: 0px;
            width: 220px;
            font-family: 'Ubuntu', sans-serif;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
            cursor: pointer;
            line-height: inherit;
        }

        .popup-btn h4 {
            margin-top: 24px;
            margin-bottom: 0;
            font-size: 10px;
            color: white;
            text-align: center;
            font-weight: 200 !important;
        }

        .custom_popup--footer h6 {
            text-align: center;
            margin: 0 auto;
            font-size: 10px;
            color: rgb(159, 159, 159);
            line-height: 14px;
            padding: 12px;
            font-weight: 100;
        }

    }

    @media only screen and (max-width: 480px) {
        .custom_popup {
            padding: 15px;
            width: 90%;
            height: 66%;
        }

        .custom_popup--content {
            padding: 34px 10px 14px 10px;
            text-align: center;
        }

        .content h1 {
            margin-bottom: 1.5em;
        }

        .custom_popup--content h1 {
            font-size: x-large;
            text-align: center;
            color: white;
        }

        .content ul:not(:last-child) {
            margin-bottom: 0em;
        }

        .custom_popup--content ul {
            list-style-type: none;
            padding: 0;
        }

        .custom_popup--content ul {
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .custom_popup--content input {
            font-size: 16px;
            padding: 7px 11.5px 5px 15px;
            width: 100%;
            background-color: #fff;
            background-position: 97%;
            border-radius: 5px !important;
            text-align: left;
            font-family: 'Ubuntu', sans-serif, inherit;
            line-height: normal;
            border: 1px solid rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;
        }

        .custom_popup--content li input {
            min-width: 0;
        }

        #submitF {
            color: rgb(255, 255, 255);
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: rgb(0, 88, 178);
            font-size: 18px;
            text-align: center !important;
            border-radius: 5px;
            border: 0px;
            width: 100%;
            font-family: 'Ubuntu', sans-serif;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
            cursor: pointer;
            line-height: inherit;
        }

        .custom_popup--content li {
            margin-bottom: 20px;
            width: 100%;
        }

        .popup-btn h4 {
            margin-top: 24px;
            margin-bottom: 0;
            font-size: 10px;
            color: white;
            text-align: center;
            font-weight: 200 !important;
        }

        .custom_popup--footer h6 {
            text-align: center;
            margin: 0 auto;
            font-size: 10px;
            color: rgb(159, 159, 159);
            line-height: 14px;
            padding: 12px;
            font-weight: 100;
        }

    }

    @media only screen and (max-width: 360px) {
        .custom_popup {
            color: white;
            padding: 15px;
            width: 90%;
            border: 3px solid #008fbe;
            border-radius: 10px;
            margin: auto;
            background-color: black;
            height: 66%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .custom_popup--content {
            padding: 14px 10px 14px 10px;
        }

        #submitF {
            font-size: 16px;
            width: 100%;
        }

        .custom_popup--content ul li {
            width: 100%;
        }

    }

    @media only screen and (max-width: 320px) {
        .custom_popup {
            width: 95%
        }
    }

    /* responsive css end */