

            @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

            @import url("https://fonts.googleapis.com/css?family=OpenSans:300,400,500,600,700,800");
            body {
                margin: 0;
                padding: 0;
                background: #e1e1e1;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-style: normal;
            }
            div,
            p,
            a,
            li,
            td {
                -webkit-text-size-adjust: none;
            }
            .ReadMsgBody {
                width: 100%;
                background-color: #ffffff;
            }
            .ExternalClass {
                width: 100%;
                background-color: #ffffff;
            }
            body {
                width: 100%;
                height: 100%;
                background-color: #e1e1e1;
                margin: 0;
                padding: 0;
                -webkit-font-smoothing: antialiased;
            }
            html {
                width: 100%;
            }
            p {
                padding: 0 !important;
                margin-top: 0 !important;
                margin-right: 0 !important;
                margin-bottom: 0 !important;
                margin-left: 0 !important;
            }
            .visibleMobile {
                display: none;
            }
            .hiddenMobile {
                display: block;
            }

            @media only screen and (max-width: 600px) {
                body {
                    width: auto !important;
                }
                table[class="fullTable"] {
                    width: 96% !important;
                    clear: both;
                }
                table[class="fullPadding"] {
                    width: 85% !important;
                    clear: both;
                }
                table[class="col"] {
                    width: 45% !important;
                }
                .erase {
                    display: none;
                }
            }

            @media only screen and (max-width: 420px) {
                table[class="fullTable"] {
                    width: 100% !important;
                    clear: both;
                }
                table[class="fullPadding"] {
                    width: 85% !important;
                    clear: both;
                }
                table[class="col"] {
                    width: 100% !important;
                    clear: both;
                }
                table[class="col"] td {
                    text-align: left !important;
                }
                .erase {
                    display: none;
                    font-size: 0;
                    max-height: 0;
                    line-height: 0;
                    padding: 0;
                }
                .visibleMobile {
                    display: block !important;
                }
                .hiddenMobile {
                    display: none !important;
                }
            }