<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../css/bootstrap.min.css";
@import "../css/icons.css";
@import "../bower_components/normalize-css/normalize.css";
.font-main-normal {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.subheader {
    font-weight: 300!important
}

.font-main-semibold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.font-main-bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

html {
    font-size: 112.5%
}

body {
    font-size: inherit;
    color: #666;
    background-color: #fff;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

.btn {
    border-radius: 5px;
    text-align: center
}

.btn-sm {
    font-size: .889em;
    padding: 6px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.btn-lg {
    padding: 13px 20px;
    min-width: 195px;
    font-size: 1.333em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.btn-green {
    background: #5cac4c;
    color: #fff;
    transition: all .15s ease-in-out
}

.btn-green:hover {
    background: #318621;
    color: #fff
}

.btn-blue {
    background: #1565c1;
    color: #fff;
    transition: all .15s ease-in-out
}

.btn-blue:hover {
    background: #02499a;
    color: #fff
}

.btn-grey {
    background: 0 0;
    color: #666;
    border: 1px solid #666;
    transition: all .15s ease-in-out
}

.btn-grey:hover {
    background: #5cac4c;
    border: 1px solid #5cac4c;
    color: #fff
}

.btn-disabled {
    background-color: #fff;
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    transition: all .15s ease-in-out
}

.btn-disabled:hover {
    background: #fff;
    border: 1px solid #666;
    color: #666
}

@keyframes fade-up-light-animation {
    0% {
        transform: translate(0, 10px);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes mockup-volume-animation {
    0% {
        transform: scale(1, 1);
        height: 4px
    }
    30% {
        transform: scale(1, .8);
        height: 40px
    }
    50% {
        transform: scale(1, .3);
        height: 314px
    }
    70% {
        transform: scale(1, .6);
        height: 144px
    }
    100% {
        transform: scale(1, 1);
        height: 4px
    }
}

@-webkit-keyframes mockup-volume-animation {
    0% {
        -webkit-transform: scale(1, 1);
        height: 4px
    }
    30% {
        -webkit-transform: scale(1, .8);
        height: 40px
    }
    50% {
        -webkit-transform: scale(1, .3);
        height: 314px
    }
    70% {
        -webkit-transform: scale(1, .6);
        height: 144px
    }
    100% {
        -webkit-transform: scale(1, 1);
        height: 4px
    }
}

@-moz-keyframes mockup-volume-animation {
    0% {
        -moz-transform: scale(1, 1);
        height: 4px
    }
    30% {
        -moz-transform: scale(1, .8);
        height: 40px
    }
    50% {
        -moz-transform: scale(1, .3);
        height: 314px
    }
    70% {
        -moz-transform: scale(1, .6);
        height: 144px
    }
    100% {
        -moz-transform: scale(1, 1);
        height: 4px
    }
}

@-o-keyframes mockup-volume-animation {
    0% {
        -o-transform: scale(1, 1);
        height: 4px
    }
    30% {
        -o-transform: scale(1, .8);
        height: 40px
    }
    50% {
        -o-transform: scale(1, .3);
        height: 314px
    }
    70% {
        -o-transform: scale(1, .6);
        height: 144px
    }
    100% {
        -o-transform: scale(1, 1);
        height: 4px
    }
}

@keyframes mockup-zzz-animation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.form-control {
    font-size: inherit!important
}

.header {
    padding-top: 100px
}

@media (max-width:767px) {
    .header {
        padding-top: 60px
    }
}

.main-header {
    background-repeat: no-repeat;
    background-position: 100% 20%;
    min-height: 640px;
    background-size: cover
}

@media (max-width:767px) {
    .main-header {
        background-image: url(../images/header_mobile_xs.jpg)!important;
        background-position: 70% 50%
    }
}

@media only screen and (min-width:1550px) and (max-width:2000px) {
    .main-header {
        background-position: 100% 40%;
        min-height: 720px
    }
}

@media only screen and (min-width:2000px) and (max-width:2400px) {
    .main-header {
        background-position: 100% 50%;
        min-height: 820px
    }
}

@media only screen and (min-width:2400px) and (max-width:2559px) {
    .main-header {
        background-position: 100% 60%;
        min-height: 920px
    }
}

@media only screen and (min-width:2560px) and (max-width:2780px) {
    .main-header {
        background-position: 100% 60%;
        min-height: 1000px
    }
}

@media only screen and (min-width:2781px) {
    .main-header {
        background-position: 100% 60%;
        min-height: 1080px
    }
}

.main-navbar {
    background: 0 0;
    border: none!important;
    height: 100px;
    margin-bottom: 0;
    transition: all .4s ease-in-out
}

.main-navbar .menu-item a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    padding: 0 20px!important;
    font-size: .889em!important;
    line-height: 100px!important;
    text-transform: uppercase
}

@media (max-width:767px) {
    .main-navbar .menu-item a {
        line-height: 60px!important
    }
}

@media (max-width:767px) {
    .main-navbar {
        height: 60px
    }
}

.affix {
    background-color: #fff
}

.nav&gt;li&gt;a:hover {
    background-color: inherit!important
}

.navbar-logo {
    line-height: 100px;
    z-index: 200;
    position: relative
}

.navbar-logo img {
    margin-top: -10px
}

@media (max-width:767px) {
    .navbar-logo {
        line-height: 60px;
        margin-left: 15px
    }
    .navbar-logo img {
        width: 45px;
        height: auto
    }
}

@media (max-width:480px) {
    .navbar-logo img {
        width: 40px;
        margin-top: 0
    }
}

.logo-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #1565c1;
    font-size: 1.333em;
    margin-left: 20px
}

@media (max-width:480px) {
    .logo-text {
        display: none
    }
}

.download-anchor {
    float: right;
    margin-top: 30px;
    margin-left: 20px
}

.navbar-toggle {
    display: inline-block;
    margin-right: 0;
    line-height: 1.3;
    border: none;
    z-index: 200
}

.icon-bar {
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
    margin-left: 6px;
    background-color: #666
}

.active .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 6px
}

.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

.active .icon-bar:nth-of-type(3) {
    top: -5px;
    transform: rotate(-45deg)
}

.navbar-toggle-title {
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 8px
}

@media (min-width:992px) {
    .navbar-not-collapsed {
        display: none
    }
}

@media (max-width:992px) {
    .navbar-not-collapsed {
        display: inline-block;
        margin-top: 8px;
        text-align: center;
        vertical-align: top;
        line-height: 1.3;
        z-index: 200;
        position: relative
    }
}

.navbar-not-collapsed a {
    padding: 7px 15px!important
}

@media (max-width:992px) {
    .navbar-responsive-collapse {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        max-height: none!important;
        margin: 0!important;
        text-align: center
    }
}

.navbar-icon {
    display: block;
    font-size: 20px;
    line-height: 17px
}

.xxs-title {
    display: none
}

@media (max-width:480px) {
    .xxs-title {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #1565c1;
        font-size: 1.333em;
        margin-top: 20px
    }
}

.collapsing {
    overflow: visible!important
}

.special-block {
    background: url(../images/features-bg.png);
    min-height: 155px
}

@media (max-width:992px) {
    .special-block {
        min-height: 250px
    }
}

.special- {
    display: none
}

.socials- {
    display: none
}

.specialoffer {
    color: #fff
}

.specialoffer p {
    font-size: 1.111em;
    margin-bottom: 0;
    color: #fff;
    line-height: 25px;
    margin-top: 10px
}

@media (max-width:992px) {
    .specialoffer p {
        text-align: center
    }
}

.specialoffer .jedi-dash_title {
    transform: none;
    display: block;
    position: absolute;
    left: auto;
    top: -30px;
    left: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.specialoffer .jedi-digit {
    font-size: 3em;
    float: left;
    text-align: center;
    position: relative;
    color: #5cac4c;
    font-weight: 300!important;
    width: auto;
    font-family: 'Open Sans', sans-serif!important;
    height: 62px!important;
    line-height: 62px
}

.specialoffer .jedi-dash {
    width: auto;
    height: auto;
    float: left;
    margin-left: 10px;
    padding: 5px 10px;
    position: relative;
    color: #5cac4c;
    font-family: Lato, sans-serif;
    background-image: none!important;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12)
}

.specialoffer .jedi-weeks_dash {
    display: none
}

.specialoffer .jedi-hours_dash {
    clear: none
}

.specialoffer .jedi-dashboard {
    width: auto;
    position: absolute;
    top: 50px
}

.specialoffer .socialbuttons {
    position: relative;
    margin-top: 5px
}

@media (max-width:992px) {
    .specialoffer .socialbuttons {
        width: 300px;
        margin: 10px auto 15px auto
    }
}

.specialoffer .socialbuttons .gbutton {
    position: absolute;
    left: 95px
}

.specialoffer .socialbuttons .twbutton {
    position: absolute;
    left: 210px
}

.specialoffer .socialbuttons .fbbutton {
    position: absolute;
    left: 0;
    top: -9px
}

@media (max-width:992px) {
    .specialoffer .tminus_countdown {
        width: 370px!important;
        height: auto;
        margin: 0 auto;
        padding-bottom: 150px
    }
}

@media (max-width:992px) {
    .buy-box {
        width: 103px;
        margin: 0 auto
    }
}

.buy-now {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    border: none;
    color: #5cac4c;
    font-size: .8em;
    font-weight: 700;
    padding: 4px 15px 4px 38px;
    display: block;
    width: 110px;
    margin-top: 6px;
    position: relative
}

.buy-now span {
    width: 17px;
    height: 21px;
    display: block;
    background-image: url(../images/apple.png)!important;
    position: absolute;
    left: 10px;
    top: 5px
}

#screentest {
    display: none!important;
    height: 0;
    width: 0;
    background-color: #fff
}

@media only screen and (max-width:767px) {
    #screentest {
        background-color: #000
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #screentest {
        background-color: grey
    }
}

.footer {
    color: #fff;
    line-height: 1.8
}

.footer a {
    color: #fff
}

.footer p {
    color: #fff
}

.footer .text-right {
    line-height: 44px
}

.footer-headline {
    font-size: 1em;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer-upper {
    background-color: #666;
    padding-top: 30px
}

.footer-bottom {
    background-color: #404040;
    vertical-align: bottom;
    padding-bottom: 15px;
    padding-top: 20px
}

.footer-menu {
    margin-left: 0;
    padding-left: 0
}

.footer-menu li {
    list-style: none
}

.social-icons {
    font-size: 1.667em
}

.company-icon {
    font-size: 1.333em;
    color: #fff
}

.language-switcher {
    padding-left: 0;
    margin-top: -10px;
    text-transform: uppercase
}

.language-switcher li {
    display: inline;
    padding-right: 5px
}

.redeemcode {
    text-decoration: underline
}

#tars-widget-fab .convbot-button {
    border-radius: 300px!important
}

#tars-widget-fab .notification-count {
    border: none!important;
    right: 7px!important;
    bottom: 57px!important
}

@media screen and (min-width:992px) {
    #tars-widget-fab .notification-count {
        display: none!important
    }
}

@media screen and (max-width:991px) {
    #tars-widget-fab .callout-message {
        display: none!important
    }
}

.container {
    width: 100%!important;
    max-width: 3000px;
    padding-left: 5%;
    padding-right: 5%
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:767px) {
    .container-full {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:767px) {
    .row-no-margin {
        margin-left: 0;
        margin-right: 0
    }
}

.block-equal-height {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .block-equal-height {
        display: block
    }
}

@media (min-width:767px) {
    .col-full-right {
        padding-right: 5%
    }
}

@media (min-width:767px) {
    .col-full-left {
        padding-left: 5%
    }
}

.col-full-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    min-height: 500px
}

@media (max-width:767px) {
    .col-full-wrapper {
        padding-left: 0;
        padding-right: 0;
        min-height: 0
    }
}

.block {
    background-color: #fff;
    min-height: 500px
}

@media (max-width:767px) {
    .block {
        min-height: 0
    }
}

.block-grey {
    background: #f1f1f1
}

.block-bg {
    background: url(../images/white-bg.png) #fff;
    background-repeat: repeat
}

.block-padding-vertical {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .block-padding-vertical {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.other-cont {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff
}

.help-block-cover {
    background-color: #fff
}

.single-page-title {
    height: 130px
}

.single-page-header {
    background: url(../images/page-header-bg.png);
    background-repeat: repeat-x
}

.christmas-txt {
    text-align: center!important;
    font-family: 'Open Sans', sans-serif
}

.christmas-txt a {
    color: #55a0e7;
    text-decoration: none
}

.christmas-txt p {
    margin-bottom: 40px
}

.christmas-txt p .fifty {
    margin-bottom: 50px
}

.christmas-header {
    font-size: 34px;
    line-height: 46px;
    color: #4f7fcd;
    margin-bottom: 15px
}

.christmas-header .small {
    font-size: 26px;
    line-height: 36px
}

@media only screen and (max-width:768px) {
    .christmas-margin {
        padding-top: 20px!important
    }
}

#email-input {
    height: 62px
}

@media only screen and (max-width:768px) {
    #email-input {
        height: auto!important
    }
}

#nametagsemail {
    height: 62px
}

@media only screen and (max-width:768px) {
    #nametagsemail {
        margin-left: auto
    }
}

#nametagsbtn {
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    background-image: none;
    height: 62px;
    background-color: #507dcd;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px
}

@media only screen and (max-width:768px) {
    #nametagsbtn {
        margin-left: auto;
        margin-top: 20px!important
    }
}

input[type=submit] {
    width: 100%;
    height: 62px;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    background-image: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #507dcd;
    border: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

@media only screen and (max-width:768px) {
    input[type=submit] {
        margin-left: auto;
        margin-top: 20px!important
    }
}

.basic-christ-txt {
    font-size: 18px;
    line-height: 32px;
    color: #262626;
    font-weight: 300;
    margin-bottom: 62px
}

#competition-section {
    background-color: rgba(243, 249, 255, .8)!important
}

.christ-fb-icon {
    margin-left: 0;
    margin-right: 25px;
    margin-top: 17px;
    margin-bottom: 22px;
    padding: 0
}

.christ-fb-button {
    border: 0;
    margin: auto;
    margin-bottom: 50px;
    width: 269px;
    height: 63px;
    background-color: #4f7fcd;
    border-radius: 15px;
    -webkit-box-shadow: 0 2 4px rgba(0, 0, 0, .5);
    box-shadow: 0, 2, 4 rgba(0, 0, 0, .5)
}

.christ-fb-button:hover {
    -webkit-box-shadow: 0 2 4px rgba(0, 0, 0, .3);
    box-shadow: 0, 2, 4 rgba(0, 0, 0, .3)
}

.christ-fb-button:active {
    -webkit-box-shadow: 0 2 4px transparent;
    box-shadow: 0, 2, 4 transparent
}

.christ-fb-buttontxt {
    font-weight: 600;
    font-size: 19.2px;
    color: #fff;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-right: 0
}

@media only screen and (max-width:349px) {
    .cicon-block {
        width: 100%
    }
}

@media only screen and (min-width:350px) {
    .cicon-block {
        width: 339px
    }
}

.icon-christ {
    margin-bottom: 67px;
    width: 173px;
    height: 173px;
    margin-left: 0;
    margin-right: 60px;
    float: left
}

@media only screen and (max-width:349px) {
    .icon-christ {
        width: 75px;
        height: 75px;
        margin-left: 0;
        margin-right: 20px
    }
}

@media only screen and (min-width:350px) {
    .icon-christ {
        width: 93px;
        height: 93px;
        margin-left: 0;
        margin-right: 30px
    }
}

.icon-christ-last {
    width: 173px;
    height: 173px;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media only screen and (max-width:349px) {
    .icon-christ-last {
        width: 75px;
        height: 75px;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:350px) {
    .icon-christ-last {
        width: 93px;
        height: 93px;
        margin-left: 0;
        margin-right: 0
    }
}

#christmas-mod {
    color: #5cac4c;
    background-color: transparent!important;
    margin-left: 20px;
    height: 49px;
    width: 280px;
    cursor: pointer;
    padding: 0;
    border: 0
}

@media only screen and (max-width:991px) {
    #christmas-mod {
        display: none!important
    }
}

#christmas-shake1 {
    height: 49px;
    width: 301px;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0
}

@media only screen and (min-width:992px) {
    #christmas-shake1 {
        display: none!important
    }
}

#christmas-shake {
    height: 49px;
    width: 301px;
    margin: 0!important;
    padding: 0!important;
    display: inline-block
}

@media only screen and (max-width:991px) {
    #christmas-shake {
        display: none!important
    }
}

#christmas-mod-sm {
    color: #5cac4c;
    background-color: transparent!important;
    height: 49px;
    width: 280px;
    cursor: pointer;
    padding: 0;
    border: 0
}

@media only screen and (min-width:992px) {
    #christmas-mod-sm {
        display: none!important
    }
}

#ny-mod-mobile {
    color: #5cac4c;
    background-color: transparent!important;
    height: 49px;
    width: 280px;
    cursor: pointer;
    padding: 0;
    border: 0
}

@media only screen and (min-width:992px) {
    #ny-mod-mobile {
        display: none!important
    }
}

#ny-mod {
    color: #5cac4c;
    background-color: transparent!important;
    margin-left: 20px;
    height: 49px;
    width: 280px;
    cursor: pointer;
    padding: 0;
    border: 0
}

@media only screen and (max-width:991px) {
    #ny-mod {
        display: none!important
    }
}

.christ-main-btn-txt {
    text-decoration: none;
    padding-top: 6px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

#phonestimg {
    margin-top: 45px!important
}

@media only screen and (max-width:350px) {
    #phonestimg {
        margin-top: 10px!important
    }
}

#videowrap {
    width: 480px;
    height: 270px;
    margin: auto
}

@media only screen and (max-width:350px) {
    #videowrap {
        margin: auto!important;
        width: 270px;
        height: 153px
    }
}

@media only screen and (min-width:351px) and (max-width:991px) {
    #videowrap {
        margin: auto!important;
        width: 300px;
        height: 169px
    }
}

.christ-btn-lg {
    width: 39px;
    height: 48px
}

p {
    font-size: 1em;
    color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #1565c1;
    margin-top: 0;
    line-height: 1.25em
}

@media (max-width:992px) {
    h1 {
        font-size: 1.333em
    }
}

@media (max-width:992px) and (min-width:767px) {
    .intro-headlines h1 {
        margin-bottom: 130px
    }
}

.single-page-title h1 {
    margin-top: 30px;
    vertical-align: middle
}

h2 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #1565c1;
    margin-top: 0;
    line-height: 1.25em
}

@media (max-width:992px) {
    h2 {
        font-size: 1.333em
    }
}

.features-content h2 {
    margin-bottom: 5px;
    color: #fff
}

.download-buttons h2 {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .content-block-text h1 {
        text-align: center
    }
    .content-block-text h2 {
        text-align: center
    }
}

h3 {
    font-size: 1.333em;
    margin-bottom: 1.6em;
    color: #666
}

@media (max-width:992px) {
    h3 {
        font-size: 1.111em
    }
}

.specialoffer h3 {
    font-size: 1.667em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width:992px) and (max-width:1200px) {
    .specialoffer h3 {
        margin-top: 20px
    }
}

@media (max-width:992px) {
    .specialoffer h3 {
        text-align: center
    }
}

.feature-content h3 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px
}

.intro-headlines h3 {
    margin-bottom: 30px
}

.split-compare-content h3 {
    margin-bottom: 20px
}

h4 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #1565c1
}

h5 {
    font-size: 1.111em;
    margin-bottom: 1em
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.111em;
    margin-bottom: 1em
}

h6 .special {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: .6em
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.gallery-item {
    display: inline-block;
    text-align: center;
    margin-bottom: 50px
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-4 .gallery-item img {
    width: 180px;
    height: 180px
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.alignright {
    float: right;
    margin-left: 3em;
    margin-top: 1em;
    margin-bottom: 1em
}

.alignleft {
    float: left;
    margin-right: 3em;
    margin-top: 1em;
    margin-bottom: 1em
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em
}

.mockup-wrapper {
    display: flex;
    align-items: flex-end
}

.mockup-phone {
    background-image: url(../images/iphone.png);
    background-size: cover;
    width: 248px;
    height: 450px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .mockup-phone {
        width: 220px;
        height: 400px
    }
}

.mockup-mic-screen {
    position: absolute;
    width: 215px;
    height: 382px;
    left: 16px;
    bottom: 6px
}

.mockup-mic-screen .svg {
    width: 100%;
    height: auto
}

.mockup-mic-screen .volume {
    fill: #fff;
    transform-origin: center top;
    -webkit-animation: mockup-volume-animation 1.5s ease-in-out infinite;
    -moz-animation: mockup-volume-animation 1.5s ease-in-out infinite;
    -o-animation: mockup-volume-animation 1.5s ease-in-out infinite;
    animation: mockup-volume-animation 1.5s ease-in-out infinite
}

.mockup-mic-screen .mic-on-button {
    display: none
}

.mockup-mic-screen .mic-off-button {
    display: block
}

@media (max-width:767px) {
    .mockup-mic-screen {
        width: 190px;
        height: 340px;
        left: 15px;
        bottom: 5px
    }
}

.zzz-on .z1 {
    animation: mockup-zzz-animation 5s ease-in-out;
    animation-fill-mode: both
}

.zzz-on .z2 {
    animation: mockup-zzz-animation 4s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1s
}

.zzz-on .z3 {
    animation: mockup-zzz-animation 3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 2s
}

.mockup-mic-screen-on .mic-on-button {
    display: block
}

.mockup-mic-screen-on .mic-off-button {
    display: none
}

.red-bg {
    background-color: red
}

.feature-icon {
    display: block;
    text-align: center;
    font-size: 60px;
    color: #5cac4c
}

.feature-row {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .feature-row {
        margin-bottom: 0
    }
}

.feature-headline {
    margin-bottom: 60px
}

.feature-content {
    text-align: justify
}

@media (max-width:767px) {
    .feature-content {
        margin-bottom: 60px;
        text-align: left
    }
    .feature-content:last-of-type {
        margin-bottom: 0
    }
}

.content-block-image {
    background-size: cover;
    background-position: 100% 50%
}

@media (max-width:767px) {
    .content-block-image {
        height: 440px;
        background-position: 70% 50%
    }
}

.content-block-text {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .content-block-text {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.split-compare-content p {
    margin-left: 15px;
    margin-right: 15px
}

@media (max-width:767px) {
    .split-compare-content:first-of-type {
        margin-bottom: 20px
    }
}

.split-compare-image {
    margin-top: 20px
}

.intro-headlines {
    margin-top: 60px
}

@media only screen and (min-width:1550px) and (max-width:2000px) {
    .intro-headlines {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:2001px) and (max-width:2400px) {
    .intro-headlines {
        margin-bottom: 60px;
        margin-top: 80px
    }
}

@media only screen and (min-width:2401px) and (max-width:2559px) {
    .intro-headlines {
        margin-bottom: 80px;
        margin-top: 100px
    }
}

@media only screen and (min-width:2560px) and (max-width:2780px) {
    .intro-headlines {
        margin-bottom: 90px;
        margin-top: 120px
    }
}

@media only screen and (min-width:2781px) {
    .intro-headlines {
        margin-bottom: 100px;
        margin-top: 140px
    }
}

@media (max-width:767px) {
    .intro-headlines {
        margin-top: 20px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .intro-video {
        text-align: center
    }
}

.video-link {
    font-size: 1.333em;
    color: #5cac4c;
    transition: all .15s ease-in-out
}

.video-link span {
    margin-right: 5px;
    vertical-align: middle
}

@media (max-width:767px) {
    .video-link {
        font-size: 1.333em;
        text-align: center
    }
}

.download-item {
    margin-top: 30px;
    text-align: center
}

@media (max-width:767px) {
    .download-item {
        margin-bottom: 30px;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .download-item {
        margin-right: 2%;
        margin-left: 3%
    }
}

@media (min-width:768px) and (max-width:992px) {
    .download-item {
        margin-left: 10%
    }
}

.icon-download {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #5cac4c;
    font-size: 80px
}

.btn-download {
    min-width: 140px;
    margin-top: 20px
}

.download-subtitle {
    font-size: 1em
}

.download-block-fix {
    position: relative;
    top: -100px;
    visibility: hidden
}

@media (max-width:767px) {
    .download-buttons {
        text-align: center
    }
}

.download-buttons-intro {
    margin-top: 30px
}

@media (max-width:767px) {
    .download-buttons-intro {
        margin-top: 230px
    }
}

@media (max-width:480px) {
    .download-buttons-intro {
        margin-top: 130px
    }
}

.store-badge {
    margin-right: 20px
}

.store-badge:last-of-type {
    margin-right: 0
}

@media (max-width:767px) {
    .store-badge {
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        padding-bottom: 20px
    }
    .store-badge:last-of-type {
        margin-right: 0
    }
}

#btn_download_appstore_mobile {
    margin-right: 0
}

.more-link {
    margin-top: 5px
}

.news-headline {
    margin-top: 0
}

.blog-post {
    text-align: left
}

.blog-post a {
    font-size: 1.111em;
    color: #02499a!important
}

@media (max-width:767px) {
    .blog-post a {
        cursor: auto!important;
        text-decoration: underline!important
    }
}

@media (max-width:767px) {
    .blog-post {
        margin-bottom: 30px
    }
}

.blog-image {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 230px;
    margin-bottom: 15px
}

.post-line {
    color: #5cac4c;
    background-color: #5cac4c;
    height: 1px
}

.features-block {
    background: url(../images/features-bg.png)
}

.features-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 250px
}

@media (max-width:767px) {
    .features-content {
        height: 220px
    }
}

.features-content p {
    color: #fff
}

.features-block-icon {
    font-size: .75em;
    margin-left: 5px;
    vertical-align: middle
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.carousel-inner {
    transform-style: preserve-3d
}

.carousel-inner img {
    margin: 0 auto
}

.carousel {
    min-height: 90px
}

.carousel-control {
    padding-top: 60px;
    color: #5cac4c!important;
    width: 5%;
    font-size: 40px;
    text-shadow: none;
    opacity: 1
}

.testimonial-content {
    font-size: 1.333em;
    margin-top: 30px
}

.testimonial-content p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .testimonial-content {
        font-size: 1em
    }
}

.testimonial-block {
    min-height: 250px
}

.support-article-headline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}</pre></body></html>