<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*your custom css goes here*/

.oppow-svg-bg-paper-green {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='596' height='596' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%2307537f'/%3E%3Cstop offset='1' stop-color='%230b85ca'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%238f8f8f'/%3E%3Cstop offset='0.09' stop-color='%23b3b3b3'/%3E%3Cstop offset='0.18' stop-color='%23c9c9c9'/%3E%3Cstop offset='0.31' stop-color='%23dbdbdb'/%3E%3Cstop offset='0.44' stop-color='%23e8e8e8'/%3E%3Cstop offset='0.59' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.75' stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='0.66' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
        }
    
    .oppow-svg-bg-paper-redfire {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%238f1606'/%3E%3Cstop offset='1' stop-color='%23e32309'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%238f8f8f'/%3E%3Cstop offset='0.09' stop-color='%23b3b3b3'/%3E%3Cstop offset='0.18' stop-color='%23c9c9c9'/%3E%3Cstop offset='0.31' stop-color='%23dbdbdb'/%3E%3Cstop offset='0.44' stop-color='%23e8e8e8'/%3E%3Cstop offset='0.59' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.75' stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
        }	
        
    .oppow-ebook {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 10vh;
        background: #031321;
        font-family: consolas;
        color: rgba(255, 255, 255, 0.863);
    }
    
    .oppow-top-nav-bar {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /*min-height: 10vh;*/
        background: #f02703; 
        /*font-family: consolas;*/
        color: rgba(255, 255, 255, 0.863);
    }
    
    .oppow-ebook-text {
        text-decoration: none;
        color: #ffffff;
    }
    
    oppow-neon-nav {
        position: relative;
        display: inline-block;
        /*padding: 15px 30px;*/
        color: #ffffff;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        text-decoration: none;
        font-size: 20px;
        overflow: hidden;
        transition: 0.2s;
        opacity: 100;
    }
    
    oppow-neon-nav:hover {
        /*color: #258468;*/
        /*background: #2196f3;*/
        border-radius: 10px;
        box-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
        /*transition-delay: 0.2s;*/
    }
    
    
    oppow-neon {
        position: relative;
        display: inline-block;
        padding: 15px 30px;
        color: #03f03e;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        text-decoration: none;
        font-size: 20px;
        overflow: hidden;
        transition: 0.2s;
    }
    
    oppow-neon:hover {
        color: #255784;
        background: #ff5404;
        box-shadow: 0 0 10px #ff5404, 0 0 10px #ff5404, 0 0 20px #ff5404;
        transition-delay: 0.5s;
    }
    
    oppow-neon oppow-span {
        position: absolute;
        display: block;
    }
    
    oppow-neon oppow-span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #f02703);
    }
    
    oppow-neon:hover oppow-span:nth-child(1) {
        left: 100%;
        transition: 1s;
    }
    
    oppow-neon oppow-span:nth-child(3) {
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, transparent, #f02703);
    }
    
    oppow-neon:hover oppow-span:nth-child(3) {
        right: 100%;
        transition: 1s;
        transition-delay: 0.5s;
    }
    
    oppow-neon oppow-span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #f02703);
    }
    
    oppow-neon:hover oppow-span:nth-child(2) {
        top: 100%;
        transition: 1s;
        transition-delay: 0.25s;
    }
    
    oppow-neon oppow-span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #f02703);
    }
    
    oppow-neon:hover oppow-span:nth-child(4) {
        bottom: 100%;
        transition: 1s;
        transition-delay: 0.75s;
    }
    </pre></body></html>