    * {
      padding: 0;
      box-sizing: border-box;
      font-family: 'InterstateLight',Verdana, sans-serif;
      font-style: normal;
      color: #ffffff;
    }
    sup {
      line-height: 1;
      font-size: 75%;
      vertical-align: super;
      position: relative;
      margin-left: -0.2em;
    }
    a {
      text-decoration: underline;
    }
    img {
      width: 100%;
    }
    body {
      width: 100%;
      background-color: rgba(172, 1, 68, 1);
      margin: auto;
    }
    .Bold{
      font-weight: 700;
    }
    .lyt-es-lp-sub-container{
      width:100%;
    }
    .lyt-es-image-icons {
      padding-top: 4px;
    }
    /* Header style starts */
    .lyt-es-header {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: auto;
      padding: 0px 10px;
      z-index: 2;
    }
    .lyt-es-taiho-logo-container {
      width: 300px;
    }
    .lyt-es-lytgobi-logo-container {
      width: 270px;
    }
    /* Body and footer container style */
    .lyt-es-body-footer-container {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: 50px;
      z-index: -1;
    }
    /* Body style starts */
    .lyt-es-body-title h1 {
      font-size: 1.5rem;
      line-height: 25px;
      font-family: 'InterstateBold',Verdana, sans-serif;
   font-weight: 700;
    }
    .lyt-es-image-icons img {
      max-width: 30px;
      min-width: 24px;
    }
    .lyt-es-body-container {
      width: 45%;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px;

    }
    .lyt-es-body-text {
      padding-top: 20px;
      line-height: 19px;
    }
    .lyt-es-body-text p:nth-of-type(2) {
      padding: 12px 0px;
    }
    .lyt-es-body-text li {
      margin-left: 28px;
    }
    .no-extra-space {
      margin-top: 0;
    }
    .lyt-es-schedule-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0px;
      width: 90%;
    }
    .lyt-es-calendar {
      width: 200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .lyt-es-timer,
    .lyt-es-hourglass {
      width: 150px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
    }
    .lyt-es-schedule-container .lyt-es-calendar-container {
      width: 20%;
    }
    .lyt-es-calendar-text {
      display: flex;
      align-items: flex-start;
    }
    .lyt-es-calendar-text,
    .lyt-es-timer-text,
    .lyt-es-hourglass-text {
      padding-left: 10px;
    }
    .lyt-es-timer-container,
    .lyt-es-hourglass-container {
      width: 20%;
    }
    /* Footer style starts */
    .lyt-es-footer-container {
      padding: 10px 10px;
      width: 100%;
      margin: auto;
    }
    .lyt-es-footer-container .Bold{
      font-family: 'InterstateBold',Verdana, sans-serif;
    }

button#SignUpButton {
    background: #758CC0;
    padding: 8px 16px;
    border: 1px solid;
    border-radius: 16px;
    font-size: 1rem;
    font-family: InterstateBold;
    cursor: pointer;
}

.lyt-es-eventDetails{
    display: none;
}
    .lyt-es-footer-container .Italic{
      font-family: 'InterstateLightItalic',Verdana, sans-serif;
    }
    .lyt-es-footer-container p,
    .lyt-es-footer-container a {
      padding-bottom: 8px;
      font-size: 11px;
      line-height: 15px;
    }
    .lyt-es-footer-container p sup {
      vertical-align: 3px;
    }
    .footer-boder{
      border: 1px solid #fff;
      padding: 5px 10px
    }
    /* Media query */
    @media screen and (min-width: 1025px){
      .Taiho-Full-Content {
        background-color: rgba(172, 1, 68, 1);
        margin: 0 auto;
        background-image: url("https://image.mkthealthcare.com/lib/fe2f11717d64047e7d1073/m/1/LYTGOBI_Clouds-and-Target_RGB1.png");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 100%;
        max-width: 1590px;
        margin: auto;
      }
      .lyt-es-lp-container {
        background: linear-gradient(to left, rgba(172, 1, 68, 1) 15%, rgba(172, 1, 68, 0.5) 35%, transparent 50%),
          linear-gradient(to bottom, rgba(172, 1, 68, 1) 5%, rgba(172, 1, 68, 0.1) 15%, transparent 20%),
          linear-gradient(to top, rgba(172, 1, 68, 1) 20%, rgba(172, 1, 68, 0.5) 40%, transparent 60%),
          linear-gradient(to right, rgba(172, 1, 68, 1) 1%, rgba(172, 1, 68, 0.5) 5%, transparent 10%);
      }
    }
    @media screen and (max-width: 1024px) {
      .Taiho-Full-Content {
        background-image: url("https://image.mkthealthcare.com/lib/fe2f11717d64047e7d1073/m/1/LYTGOBI_Clouds-and-Target_RGB1.png");
        background-color: rgba(172, 1, 68, 1);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 150%;
        margin: auto;
      }
      .lyt-es-lp-container {
        background: linear-gradient(to bottom, rgba(172, 1, 68, 0.2) 50%, rgba(172, 1, 68, 0.3) 75%, rgba(172, 1, 68, 0.5) 100%);
      }
      .lyt-es-header {
        justify-content: space-between;
        padding-top: 24px;
        width: 100%;
        padding: 0px 10px;
      }
      .lyt-es-body-footer-container {
        width: 100%;
        margin: auto;
        background: linear-gradient(to top, rgba(172, 1, 68, 1) 20%, rgba(172, 1, 68, 0.2) 40%);
      }
      .lyt-es-body-container {
        width: 100%;
        margin: auto;
        padding: 0px 10px;
      }
      .lyt-es-schedule-container {
        width: 100% !important;
        max-width: 380px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 0px;
        gap:10px;
        margin: auto;
      }
      .lyt-es-calendar,
      .lyt-es-timer,
      .lyt-es-hourglass {
        width: 100% !important;
        justify-content: flex-start;
        padding: 0px 0px;
      }
      .lyt-es-footer-container {
        padding: 10px 10px;
        width: 100%;
        margin: auto;
        background: linear-gradient(to bottom, rgba(172, 1, 68, 1) 1%, rgba(172, 1, 68, 1) 25%, rgba(172, 1, 68, 0.8) 75%, rgba(172, 1, 68, 1) 100%);
      }
    }
    @media screen and (max-width: 450px) {
      .Taiho-Full-Content {
        background-image: url("https://image.mkthealthcare.com/lib/fe2f11717d64047e7d1073/m/1/LYTGOBI_Clouds-and-Target_RGB1.png");
        background-color: rgba(172, 1, 68, 1);
        background-repeat: no-repeat;
        background-position: 0px 50px;
        background-size: 200%;
        margin: auto;
      }
      .lyt-es-header {
        background-color: rgba(172, 1, 68, 1);
        justify-content: center;
        padding-top: 24px;
        width: 100%;
        padding: 0px 10px;
        margin: auto;
      }
      .lyt-es-lp-container {
        background: linear-gradient(to bottom, rgba(172, 1, 68, 0.1) 75%, rgba(172, 1, 68, 1) 100%);
      }
      .lyt-es-body-footer-container {
        background: linear-gradient(to top, rgba(172, 1, 68, 1) 30%, rgba(172, 1, 68, 0.1) 70%, transparent 100%);
      }
    }