 body {
     inset: 0;
     overflow: hidden;
     margin: 0;
     padding: 0;
     position: fixed;
     font-family: 'Inter', sans-serif;
}
 #loading {
     align-items: center;
     display: flex;
     height: 100%;
     justify-content: center;
     width: 100%;
}
 .splash_logo {
     height:86px;
     width:100px;
}
 #progress-bar {
     height: 8px;
     width: 300px;
     border-radius: 8px;
     background-color: #EAF1F4;
}
 #progress-bar::-webkit-progress-bar {
     height: 8px;
     width: 300px;
     border-radius: 8px;
     background-color: #EAF1F4;
}
 #progress-bar::-webkit-progress-value {
     height: 8px;
     width: 300px;
     border-radius: 8px;
     background-color: #009EFF;
}
 #progress-bar::-moz-progress-bar {
     height: 8px;
     width: 300px;
     border-radius: 8px;
     background-color: #EAF1F4;
}
 #click-here {
     color: #1BA7FD;
     text-decoration: underline;
     cursor: pointer;
     text-align: center;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: 44px;
}
 #click-here-label {
     text-align: center;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 44px;
}
 #feature-text {
     color: #383737;
     font-family: Inter;
     font-size: 22px;
     font-style: normal;
     font-weight: 500;
     vertical-align:middle;
}
 @media only screen and (min-width: 768px) {
     .splash_logo {
         height:86px;
         width:100px;
    }
     #progress-bar {
         height: 8px;
         width: 300px;
         border-radius: 8px;
         background-color: #EAF1F4;
    }
     #progress-bar::-webkit-progress-bar {
         height: 8px;
         width: 300px;
         border-radius: 8px;
         background-color: #EAF1F4;
    }
     #progress-bar::-webkit-progress-value {
         height: 8px;
         width: 300px;
         border-radius: 8px;
         background-color: #009EFF;
    }
     #progress-bar::-moz-progress-bar {
         height: 8px;
         width: 300px;
         border-radius: 8px;
         background-color: #EAF1F4;
    }
     #click-here {
         color: #1BA7FD;
         text-decoration: underline;
         cursor: pointer;
         text-align: center;
         font-family: Inter;
         font-size: 20px;
         font-style: normal;
         font-weight: 500;
         line-height: 44px;
    }
     #click-here-label {
         text-align: center;
         font-family: Inter;
         font-size: 20px;
         font-style: normal;
         font-weight: 400;
         line-height: 44px;
    }
     #feature-text {
         color: #383737;
         font-family: Inter;
         font-size: 28px;
         font-style: normal;
         font-weight: 500;
         vertical-align:middle;
    }
}