<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px){
.container {
    width: 100%;
}
.download-prompt-title h3 {
    padding: 30px 0;
    background-color: #DCEEF8;
    font-size: 24px !important;
}
.download-prompt-content{
   text-align:center;
   padding:40px 0;
   background: url(../images/mobile-download-banner.svg) center 0 no-repeat;
   background-size: cover;
   text-align: center;
    
}
.download-prompt-content ul{
    list-style:none;
    padding: 0 20px;
    text-align:left;
}
.download-prompt-content ul li{
    font-size: 16px;
    color: #3e3a39;
    line-height: 1.78;
    padding-bottom:20px;
}
.download-prompt-content p{
    width: 88%;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom:15px;
}
.download-prompt-content-share{   
    width: 88%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.download-prompt-content-share h5{
    font-size: 20px;
    color: #595757;
    font-weight: bold;
    margin-bottom: 20px;
}
.download-prompt-content-share a{
    font-size: 20px;
}
.download-prompt-content-note{
    background:#03a9f4;
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    color: #323232;
    line-height: 24px;
}
.download-prompt-content-note a{
    color:#fff;
}
.download-prompt-content-tutorials{   
    width: 88%;
    margin: 0 auto;
    margin-top: 30px;
    background:#ffc10791
}
a.down.win_down {   
    border-color: #1e96ec !important;
}
}
.related {
    padding: 20px 0;
}
.related .inner {
    max-width: 700px;
    margin: auto;
    padding: 0 16px;
}
.related .item {
    max-width: 540px;
    margin: 0 auto 30px;
    text-align: center;
    border: 2px solid #49cef2;
    border-radius: 20px;
    padding: 40px 20px;
}
.related a.name {
    font-size: 20px;
    color: #3e3a39;
    font-weight: bold;
    line-height: 1.68;
}
.related .prices {
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: baseline;
}
.related .prices span {
    display: inline-flex;
    margin: 0 10px;
}
.related .prices .old {
    font-size: 24px;
    color: #9fa0a0;
    position: relative;
}
.related .prices .new {
    font-size: 36px;
    color: #ff7357;
    font-weight: bold;
}
.related .prices .old:before {
    content: '';
    display: block;
    border-top: 2px solid #e83828;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.1);
}
.related a.buy-button {
    padding: 8px 24px;
    border-radius: 28px;
    background: #72d5f2;
    border: 1px solid #72d5f2;
    font-size: 24px;
    color: #3e3a39;
}
.related .note {
    margin: 20px auto 0;
    padding: 0 16px;
    font-size: 14px;
    color: #3e3a39;
    text-align: center;
    line-height: 1.78;
}
.related .note a {
    color: #72d5f2;
}</pre></body></html>