<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    background: #ff9600;
    position: relative;
}

body {
    padding: 0 0 100px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #A9A7A7;
    font-size: 16px;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

strong {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #ff6600;
}

blockquote {
    font-style: italic;
    font-size: 18px;
    margin: 0 0 10px 0;
}

a {
    color: #ff6600;
}

.clearfix {
    clear: both;
}

.cta-btn {
    min-width: 170px;
    padding: 12px;
    display: inline-block;
    background: #0F61FB;
    border-bottom: 3px solid #1654C7;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: 4px !important;
}

.cta-btn:hover {
    background: #0F61FB;
    border-bottom: 5px solid #1654C7;
    margin-top: 2px !important;
}

.cta-btn:active {
    margin-top: 6px !important;
    border-bottom: 0;
    border-top: 2px solid #1654C7;
}

.content-wrapper h2 {
    font-size: 36px;
    color: #ff6600;
}

.content-center {
    width: 100%;
    max-width: 960px;
    display: block;
    min-height: 1px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

/* Simple column structure
----------------------------------------------*/

.row {
    display: block;
    clear: both;
}

.row:after {
    content: "";
    display: block;
    clear: both;
    zoom: 1;
}

.col {
    display: inline-block;
    float: left;
    padding: 5px;
}

.span-1 {
    width: 8%;
}

.span-2 {
    width: 16%;
}

.span-3 {
    width: 25%;
}

.span-4 {
    width: 33%;
}

.span-5 {
    width: 41%;
}

.span-6 {
    width: 50%;
}

.span-7 {
    width: 58%;
}

.span-8 {
    width: 66%;
}

.span-9 {

}

.span-10 {
    width: 83%;
}

.span-11 {

}

.span-12 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .col {
        width: 100% !important;
        display: block;
        clear: both;
        padding: 20px 10px;
    }
}

/* Header
----------------------------------------------*/

.top-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.top-bar.fixed {
    z-index: 99;
    padding: 5px 0;
    position: fixed;
    background: #ff6600;
}

.logo {
    max-width: 200px;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.top-bar-cta {
    color: #fff;
    display: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0 15px;
}

.top-bar span {
    width: 100%;
    display: block;
}

.top-bar.fixed .top-bar-cta {
    display: block;
}

.top-bar .cta-btn {
    min-width: 100px;
    padding: 10px 20px;
    margin: 10px 0 !important;
}

.top-bar .cta-btn:hover {
    background: #1654C7;
    margin: 10px 0 !important;
    border-bottom: 3px solid #1654C7;
}

header {
    width: 100%;
    height: 540px;
    overflow: hidden;
    display: block;
    background: #ff9600;
    background: -moz-linear-gradient(top, #ff9600 0%, #ff6600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9600), color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(top, #ff9600 0%,#ff6600 100%);
    background: -o-linear-gradient(top, #ff9600 0%,#ff6600 100%);
    background: -ms-linear-gradient(top, #ff9600 0%,#ff6600 100%);
    background: linear-gradient(to bottom, #ff9600 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#ff6600',GradientType=0 );
    color: #fff;
    margin-bottom: -50px;
}

.header-wrapper {
    padding-top: 230px;
    padding-left: 410px;
}

.header-wrapper h1 {
    font-size: 46px;
    line-height: 45px;
    margin: 5px 0;
}

.header-wrapper p {
    margin: 5px 0 10px;
}

    .header-wrapper small {
        margin-top: -5px;
        font-size: 11px;
        margin-bottom: 10px;
        display: block;
        color: #924006;
    }

.iphone-image {
    height: 470px;
    width: 300px;
    display: none;
    left: 165px;
    top: 140px;
    position: absolute;
    background: url(/img/iphone-template.png) no-repeat;
    background-size: 290px;
}

.btn-tooltip {
    width: 222px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 10px;
    color: #FF6600;
    font-size: 13px;
    position: absolute;
    bottom: -85px;
    left: 403px;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    font-weight: bold;
    text-align: center;
}

    .btn-tooltip:before {
        content: "";
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFFFFF;
        border-left: 10px solid transparent;

    }

@media screen and (min-width: 768px) {
    .btn-tooltip.active {
        opacity: 1;
        bottom: -75px;
    }
}

@media screen and (max-width: 768px) {

    header {
        min-height: 100%;
        position: relative;
    }

        header .content-center {
            min-height: 100%;
            position: relative;
            padding: 0;
        }

    .header-wrapper {
        display: block;
        width: 100%;
        position: absolute;
        padding: 0 20px;
        text-align: center;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .header-wrapper p {
        margin: 15px auto;
    }

    .iphone-image {
        display: none;
    }

    .header-wrapper .cta-btn {
        margin: 10px 0 !important;
    }

}

/* Content
----------------------------------------------*/

.content-wrapper {
    display: block;
    line-height: 28px;
    background: #fff;
}

.content-row {
    padding: 50px 0;
    margin: 50px 0;
}

.content-row:first-child {
    padding-top: 100px;
}

.content-row:last-child {
    margin-bottom: 0;
}

.content-row:nth-child(even) {
    background: #f1f1f1;
}

.usp-list .col {
    padding: 0 40px;
}

.quote .col {
    vertical-align: middle;
}

.quote-image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-top: -20px;
}

.quote-image img {
    width: 100%;
}

.quote strong {
    font-weight: normal;
}

.quote small {
    display: block;
}

.content-row.cta-row {
    text-align: center;
    background: #eaeaea;
}

.cta-row .cta-btn {
    min-width: 250px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}

.check-list {
    margin: 40px 0;
}

.check-list li {
    display: block;
    margin: 15px 0;
    position: relative;
}

.check-list li:before {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    left: -35px;
    border-bottom: 5px solid #ff6600;
    border-right: 5px solid #ff6600;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {

    .quote {
        text-align: center;
    }

    .usp-list {
        text-align: center;
        margin: -20px 0;
    }

    .usp-list .col {
        margin: 0 0 30px 0;
    }

    .about-us {
        padding: 0 20px;
    }

    .top-bar {
        height: auto;
    }

}

/* Footer */

footer {
    color: #fff;
    background: #464646;
    padding: 30px 0;
}

footer .row {
    padding: 20px 0;
}

.bottom-line {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #565656;
}

.footer-links {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline-block;
    margin: 0 10px;
}

/* Css shazam image */

.circle-wrapper {
    width: 232px;
    height: 250px;
    display: block;
    position: absolute;
    top: 235px;
    left: 195px;
}

.circle-wrapper .text-wrapper &gt; div {
    font-size: 20px;
    margin: 3px 0;
}

small.minute-price {
    font-size: 11px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #f1a471;
}
.box {
    display: block;
    position: absolute;
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 150px;
    position: absolute;
    color: #ff6600;
    background: #FF7E00;
    font-size: 40px;
    font-weight: bold;
    padding: 25px 0;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    margin: 15px;
}

.block-wrapper {
    width: 150px;
    height: 150px;
    display: block;
    opacity: 0.3;
    border-radius: 150px;
    position: absolute;
    color: #fff;
    z-index: 889;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {

    .circle-wrapper {
        display: none;
    }

    .footer-links {
        float: none;
        display: block;
        margin: 10px 0;
    }

    .footer-links li {
        display: block;
        margin: 10px 0;
    }

}
</pre></body></html>