body {
    cursor: default;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}

a {
    color: #318EFD;
}

/**
    HEADER GRADIENTS
 */
.gradient.gradient-34,
.gradient.gradient-53,
.overlay.gradient.alpha-8.gradient.gradient-53:after,
#stripes {
    background: linear-gradient(150deg, #307afc 20%, #05d5ff 80%, #a6ffcb 100%);
}

#stripes {
    height: 99.9%;
}

#stripes :nth-child(1),
#stripes :nth-child(2),
#stripes :nth-child(3),
#stripes :nth-child(5) {
    display: none !important;
}

.header-v8 .shape-top {
    background: rgba(0, 0, 0, .041);
    -webkit-box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.021);
    box-shadow: 0 0 25px 50px rgba(74, 97, 209, 0.021);
    opacity: 1
}

.header-v8 .shape-right {
    background-image: none;
}

header .h1,
header h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    text-transform: uppercase;
}

header .lead {
    margin-top: 1em;
    font-size: 1.1rem;
}

header .card {
    position: absolute;
    right: 15px;
    left: 0;
    color: #111;
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin-top: 1em;
}

header .card .form-buttons {
    margin-top: .5em;
}

header #sealWidgets {
    position: absolute;
    top: inherit;
}

/**
    CHECK ICONS LIST
 */
ul.check-icons li {
    position: relative;
    display: block;
    padding-left: 1.4em;
}

ul.check-icons li::before {
    position: absolute;
    left: 0;
    top: .3em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f00c';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #6AC259
}

ul.check-icons li.no-icon::before {
    display: none;
}

/**
    FOOTER
 */
footer a:hover {
    text-decoration: underline;
}

footer .footer-status em {
    position: relative;
    top: -.15em;
    font-size: .7em;
}

footer .languages img,
footer .languages .fa {
    margin: 0 .3em;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}

footer .languages .fa-facebook {
    color: #1877F2;
}

footer .languages .fa-instagram {
    color: #C13584;
}

footer .languages .fa-spotify {
    color: #1DB954;
}

footer .languages .fa-linkedin {
    color: #0a66c2;
}

footer .languages a:hover,
footer .languages a:active {
    text-decoration: none;
}

footer .footer-logos img {
    max-width: 150px !important;
    max-height: 100px !important;
    margin: 1em auto;
}

footer a {
    color: #646F79;
}

@media (max-width: 425px) {
    footer .btn-circle.btn-sm {
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
        margin: 1em 1.5em;
    }

    footer .footer-logos img {
        max-width: 200px !important;
        max-height: 200px !important;
        margin: 2em auto;
    }
}

footer .muffels {
    position: absolute;
    margin-left: 50%;
    margin-top: -5em;
}

footer .muffels .muffel {
    z-index: 1;
    width: 10em;
    height: 5em;
    min-height: 0;
}

footer .muffels .muffel:first-child {
    margin-left: -60px;
    margin-top: 6px
}

footer .muffels .muffel:last-child {
    z-index: 0;
    margin-left: 96px;
    margin-top: 3px
}

/**
    ANIMATIONS
 */
.heartbeat {
    -webkit-animation: heartbeat 2s infinite;
    animation: heartbeat 2s infinite;
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(.75);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(.75);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(.75);
    }
    100% {
        transform: scale(.75);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(.75);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(.75);
    }
    100% {
        transform: scale(.75);
    }
}

/**
    COLORS
 */
.red,
.fa-times {
    color: red;
}

.orange {
    color: orange;
}

.green,
.fa-check {
    color: #6AC259
}

.fa-check,
.fa-times {
    margin-right: .5em;
}

.accent,
.color-3,
.color-4,
.text-primary {
    color: #318EFD !important;
}

.features-carousel {
    background-color: #FEFEFE;
}

.features-carousel .swiper-container:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #fefefe), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to left, #fefefe 10%, rgba(255, 255, 255, .1));
}

.features-carousel .swiper-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.5rem;
    width: 25%;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fefefe), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to right, #fefefe 10%, rgba(255, 255, 255, .1));
}

.navigation-buttons {
    margin: 2em .4em 0 0;
}

.navigation-buttons a {
    transition: color .8s;
    color: #FFF;
}

.navigation .nav-link,
.navigation .nav-icon {
    padding: 1.25rem .6rem !important;
}

.navigation .btn {
    color: #FFF;
    box-shadow: none !important;
}

.navigation.navbar-sticky .btn {
    color: #318EFD;
}

.navigation .btn-outline:active,
.navigation .btn-outline:hover {
    color: #318EFD !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navigation.navbar-sticky .btn-outline:hover,
.navigation.navbar-sticky .btn-outline:active {
    color: #FFF !important;
    background-color: #318EFD !important;
    -webkit-box-shadow: 0 1px 10px rgba(0, 123, 255, 0.4) !important;
    box-shadow: 0 1px 10px rgba(0, 123, 255, 0.4) !important;
}

.b-3, .b-4 {
    border-color: #318EFD !important;
}

@media (min-width: 768px) {
    .navigation.navbar-sticky .nav-link.active,
    .navigation.navbar-sticky .nav-link:hover,
    .navigation.navbar-sticky .nav-icon.active,
    .navigation.navbar-sticky .nav-icon:hover {
        color: #318EFD;
    }
}

@media (max-width: 767.98px) {
    .navigation-buttons {
        margin: 1.7em 1.4em 0 0;
    }

    .navigation .btn-outline {
        color: #318EFD;
        border-color: #318EFD;
    }
}

@media (max-width: 375.98px) {
    .navigation-buttons {
        display: none;
    }
}

.badge-3,
.btn-accent,
.st-nav .st-nav-section.st-nav-mobile .st-root-link .icon-bar,
.st-nav .st-popup-close-button:after,
.st-nav .st-popup-close-button:before,
.nav-process.nav-circle .nav-link:before {
    background-color: #318EFD;
    border-color: #318EFD;
}

.btn-accent-yellow {
    background-color: #F1E014;
    border-color: #F1E014;
    color: #333;
}

.btn-outline-accent {
    border-color: #318EFD;
    color: #318EFD;
}

.nav-process .nav-item:before, .nav-process .nav-item:after {
    border-color: #318EFD;
}

.btn-accent:hover,
.btn-outline-accent:hover,
.embed-responsive:hover .btn-accent {
    background-color: #318EFD;
    border-color: #318EFD;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5) !important;
    opacity: .8;
}

.btn-accent:focus, .btn-accent.focus,
.btn-outline-accent:focus, .btn-outline-accent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5);
}

.btn-accent:not(:disabled):not(.disabled):active,
.btn-accent:not(:disabled):not(.disabled).active,
.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #318EFD;
    border-color: #0051cc;
}


.btn-accent-gray {
    background-color: #DDD;
    border-color: #CCC;
    text-transform: none;
    color: #222;
}

.btn-3 {
    color: #fff;
    background-color: #318EFD;
    border-color: #318EFD;
}

.btn-3:hover {
    background-color: #318EFD;
    border-color: #318EFD;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5) !important;
}

.btn-3:focus, .btn-3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 113, 255, 0.5);
}

.btn-3.disabled, .btn-3:disabled {
    color: #fff;
    background-color: #318EFD;
    border-color: #318EFD;
}

.btn-3:not(:disabled):not(.disabled):active, .btn-3:not(:disabled):not(.disabled).active,
.show > .btn-3.dropdown-toggle {
    color: #fff;
    background-color: #318EFD;
    border-color: #0051cc;
}

/**
    BACKGROUNDS
 */
.why-us .shape-background.right {
    background-color: rgba(40, 184, 237, .5);
}

.bg-2 {
    color: #9B9B9B;
    background-color: #242f32 !important;
}

.bg-3 {
    color: #FFF;
    background-color: #318EFD !important;
}

.bg-3.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 250 100' fill='rgb(49, 142, 253)' fill-opacity='1'%3E%3Cpolygon points='0,0 250,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-3.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(49, 142, 253)' fill-opacity='1'%3E%3Cpolygon points='0, 0 100, 0 0, 250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px;
}

.bg-5 {
    background-color: #0dcfff !important;
}

.bg-6 {
    background-color: #F2F5F5 !important;
}

.bg-7 {
    background-color: #FFFFFF !important;
}

.bg-8 {
    background-color: #f9f9f9 !important;
}

.bg-6.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(242,245,245)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-7.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-6.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(242,245,245)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-2.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(36,47,50)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-2.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(36,47,50)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
}

.bg-muted {
    background-color: #CCC !important;
}

.bg-1 .card-body,
.bg-2 .card-body,
.bg-3 .card-body,
.bg-4 .card-body,
.bg-5 .card-body,
.bg-6 .card-body {
    color: #212529 !important;
}

.advanced-automation-solution,
.bg-primary-gradient {
    background: linear-gradient(-135deg, #318EFD 25%, #05d5ff 100%);
}

/**
    CUSTOM STYLES
 */
.lead {
    font-weight: 400;
}

.lead .foco-black,
.daytona .foco-black {
    font-weight: normal;
}

.testimonials-slider .fal {
    -webkit-text-stroke: inherit !important;
}

.btn-primary,
.btn-secondary,
.btn-button {
    color: #FFF;
    background-color: #318EFD;
    border-radius: 3em;
    border: 3px solid #318EFD;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    text-transform: none;
    font-family: "Daytona Pro Condensed";
    font-size: 1em;
    white-space: nowrap;
    text-align: center;
}

.btn-primary:hover {
    background-color: #318EFD !important;
}

.btn-secondary {
    background-color: #F1E014;
    border-color: #F1E014;
    color: #333;
}

.btn-secondary:hover {
    color: #000;
    background-color: #F1E014;
}

.btn-wrapper {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
}

.btn-wrapper a {
    position: relative;
    z-index: 2;
    color: #318EFD;
    text-decoration: none;
    display: inline-block;
    background-color: transparent !important;
    margin: 0 !important;
    white-space: nowrap;
}

.btn-wrapper a:hover {
    color: inherit !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.btn-wrapper:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-header-wrapper {
    margin-top: 1em !important;
}

.btn-header {
    border: 3px solid #FFFFFF;
    border-radius: 0;
    color: #FFF !important;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 23px;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 12em !important;
}

.btn-header-primary {
    text-transform: uppercase;
}

.btn-footer {
    display: block;
    font-size: .9em;
    margin-top: .2em;
}

.btn-footer a {
    color: #FFF;
    text-decoration: underline;
}

.btn-footer a:hover {
    text-decoration: none;
}

.btn .fa-circle-notch {
    display: none;
    position: relative;
    top: 1px;
    left: 4px;
    font-size: 1rem;
    letter-spacing: normal;
}

.btn.loading .fa-circle-notch {
    display: inline-block;
}

.btn.loading.loading-end .fa-circle-notch {
    display: none;
}

.nobr {
    white-space: nowrap
}

/**
    PROMOTIONS
 */
#promotions {
    position: relative;
    z-index: 9;
    background: #F1E014;
    padding: .4em 0;
    cursor: pointer;
    -webkit-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

#promotions:hover {
    background: rgba(97, 171, 234, .8);
}

#promotions .badge {
    position: relative;
    top: -0.15em;
    margin-right: .6em;
    padding-top: .4em;
}

#promotions .badge-secondary,
#promotions .badge-success {
}

#promotions button.close {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 1px;
    right: 10px;
    color: #FFF;
    padding: 5px;
    font-weight: normal;
}

#discountModal.modal {
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    padding-top: 5em;
}

#discountModal .modal-dialog {
    background: #cb5a5e;
    background: repeating-linear-gradient(-45deg, #F2705B, #F2705B 12px, #318EFD 10px, #318EFD 23px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 7px !important;
}

#discountModal h4 {
    color: red;
    font-weight: bold;
}

#discountModal b {
    display: inline-block;
    font-size: 2rem;
    color: #6AC259;
    font-weight: bold;
    margin: .5em;
    cursor: pointer;
}

#discountModal b em {
    color: #888;
}

#discountModal .btn {
    border-radius: 0;
}

#discountModal .modal-content {
    border-radius: 0;
    width: auto;
}

#discountModal .icon {
    color: red;
    font-size: 4.5rem;
}

/**
    NAVIGATION
 */
.navigation .container,
.navigation .container-fluid {
    padding: 0;
}

.fixed-top {
    position: absolute;
}

/**
    BREADCRUMB
 */
.breadcrumbs {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #318EFD;
    letter-spacing: 1px;
}

.breadcrumb {
    background-color: transparent;
    font-size: .9em;
    margin: .5em 0;
    padding: 0;
}

.breadcrumb li {
    padding: 0 .3em;
    font-weight: 600;
}

.breadcrumb li:first-child {
    font-weight: 700;
}

.breadcrumb li:last-child {
    font-weight: normal;
}

.breadcrumb li:after {
    content: '/';
    display: inline-block;
    padding-left: .3em;
    font-weight: normal;
}

.breadcrumb li:last-child:after {
    content: '';
    display: none;
}

.breadcrumbs.align-items-center .breadcrumb {
    display: inline-block;
    white-space: nowrap;
}

.breadcrumbs.align-items-center .breadcrumb li {
    display: inline-block;
}

.breadcrumbs h1 {
    font-size: 1.8rem;
    margin: 0.2em;
}

/**
    TYPOGRAPHY
 */
small {
    font-size: .8rem !important;
    line-height: 1rem;
}

.close {
    cursor: pointer;
    text-shadow: none;
    font-weight: normal;
}

button.close:hover {
    opacity: 1 !important;
}


/**
    NOTE BOX
 */
.alert-note {
    padding: 2em;
    background-color: #FAFAFA;
    border-color: #EEE;
    border-radius: 0;
    font-size: 0.8em;
}

.alert-note strong {
    font-size: 1.2em;
}

.alert-note ul.list-unstyled {
    margin-top: 1em;
    margin-bottom: 0;
}

.alert-note ul.list-unstyled li {
    padding: 0;
}

/**
    FORMS
 */
form h2 {
    margin-bottom: 1em;
}

form {

}

.form-control {
    border-radius: 0;
}

.form-group sup {
    color: #F2705B;
}

.form-column {
    padding-right: 2em;
}

.form-separator {
    border-left: 1px solid #dbdbdb;
    margin-bottom: 1em;
    padding-left: 2em;

    border-image: -webkit-linear-gradient(top, transparent, #dbdbdb, transparent) 1;
    border-image: -o-linear-gradient(top, transparent, #dbdbdb, transparent) 1;
    border-image: linear-gradient(to bottom, transparent, #dbdbdb, transparent) 1;
}

.form-buttons {
    margin-top: 2em;
}

form.small-labels .form-group {
    position: relative;
}

form.small-labels .control-label {
    position: absolute;
    top: -.7em;
    left: 4.5em;
    z-index: 99999;
    font-size: 11px;
    padding-left: 0.5em;
    background: #FFF;
}

form#login_form.small-labels .control-label {
    left: 6em;
}

form .text-muted b,
form .text-muted strong {
    font-weight: bold;
}

.promotion-toggle {
    display: none;
    font-size: .8em;
}

.promotion-toggle.collapsed {
    display: block;
}

.promotion-toggle:hover {
    text-decoration: underline;
}

label.form-check-label {
    width: 100%;
    position: relative;
    cursor: pointer;
}

label.form-check-label small,
label.form-check-label .error {
    position: absolute;
    top: .5em;
    left: 2em;
    width: 100%;
    display: block;
}

label.form-check-label .error {
    top: 2em;
    left: -2.5em;
    white-space: nowrap;
}

/**
    PLACEHOLDER COLORS
 */
::-webkit-input-placeholder {
    color: #BBB !important;
}

::-moz-placeholder {
    color: #BBB !important;
}

:-ms-input-placeholder {
    color: #BBB !important;
}

::placeholder {
    color: #BBB !important;
}

/**
    FORM VALIDATION
 */
.validate label.error,
.form-group.has-error .help-block {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #F2705B;
    padding-left: .2em;
    margin-bottom: 0;
    margin-top: .2em;
}

.form-group.has-error .help-block {
    padding-left: 0;
}

/**
    FONTS
 */
.caveat,
.caveat * {
    font-family: Caveat;
}

.foco-black,
.foco-black * {
    font-family: "Foco Black";
}

.daytona,
.daytona * {
    font-family: "Daytona Pro Condensed Light";
}

.daytona b {
    font-family: "Daytona Pro Condensed Bold";
}

.font-small {
    font-size: 14px;
}

/**
    AJAX
 */
.ax-loading {
    text-align: center;
    padding: 5em;
}

.swal2-container {
    z-index: 9999999 !important;
}

#swal-content {
    text-align: left;
    padding: 2em;
}

#swal-content ul.list-unstyled li {
    padding: .2em 0;
}

/**
    IMAGE PRELOAD
 */
.preload-wrapper {
    position: relative;
}

.preload-wrapper img.img-responsive {
    width: 100%;
}

.preload-wrapper .fal,
.preload-wrapper .fad {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

/**
    ANNOUNCEMENT
 */
.announcement {
    position: relative;
    z-index: 9;
    top: -1.5em;
}

.announcement a {
    background: rgba(0, 0, 0, .15);
    white-space: nowrap;
    font-size: 13px;
    color: #FFF;
    padding: 4px 9px;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.announcement .badge {
    position: relative;
    top: -1px;
    font-size: 11px;
    margin: 0 0.2em 0 -4px;
}

.announcement a:hover {
    background: rgba(0, 0, 0, .3);
    text-decoration: none;
}

/**
    MEDIA QUERIES
 */
@media all and (max-width: 425px) {
    .form-column {
        padding-right: 15px;
    }

    .form-separator {
        border-left: 0;
    }

    .section-heading h1,
    .section-heading h2,
    .section-heading h3 {
        font-size: 2rem;
    }
}

@media all and (max-width: 425px) {
    #swal-content {
        padding: .8em 0;
    }
}

/**
    HEADLINES
 */
.section-heading h1,
.section-heading h2,
.section-heading h3 {
    hyphens: auto;
}

.section-heading h2,
.section-heading .h2 {
    font-family: "Daytona Pro Condensed Light";
}

/**
    HEADER LOGO
 */
.header-logo {
    padding: 1.1em 0 1.1em 0;
    text-align: left;
}

.header-logo {
    margin-right: 2em;
}

.navigation .logo {
    width: inherit;
}

.navbar-sticky .logo-icon,
.navbar-sticky .logo-white {
    display: none !important;
}

.header-logo img {
    height: 42px;
    transition: transform .8s, filter 1.5s ease-in-out;
    transform: scale(1);
}

.header-logo a:hover img {
    transform: scale(1.15);
}

.header-logo small.slogan {
    position: absolute;
    color: #FFF;
    display: block;
    font-size: 12px !important;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-left: -.4em;
    margin-top: 0.6em;
}

.login-logo {
    max-width: 300px;
}

/**
    HEADER IMAGE
 */
header > .container-fluid {
    min-height: 6rem;
}

header > .container {
    min-height: 24rem;
}

header .img-hero.img-responsive {
    max-width: none;
    height: inherit;

    max-height: 23rem;
    width: 100%;
}

header .img-hero.ueber-uns,
header .img-hero.software {
    max-height: 27rem;
}

header .img-hero.whitelabel {
    max-height: 25rem;
}

header .img-hero.kursversicherung {
    max-height: 25rem;
}

header .img-hero.faq {
    max-height: 20rem;
}

header .img-hero.registrieren {
    max-height: 23rem;
    margin-top: -1em;
}

header .img-hero.agb {
    max-height: 30rem;
    margin-top: -6em;
}

header .img-hero.hardware {
    max-height: 22rem;
    margin-top: 4em;
}

/**
    FAQ
 */
#handbuch .btn-outline-accent {
    border-radius: 0;
}

#handbuch .grid {
    cursor: pointer;
}

#handbuch .fa-2x {
    margin-top: .5em;
    margin-bottom: .5em;
}

#handbuch a.card-title {
    text-transform: none;
}

#handbuch .nav .nav {
    margin-top: .5em;
    margin-bottom: 1em;
    margin-left: 1.5em;
    border-left: 1px solid #318EFD;
}

#handbuch .nav .nav .nav-link,
.faq-content-nav .nav-link {
    position: relative;
    padding: .1rem 1rem;
}

#handbuch .nav .nav .nav-link .dot {
    visibility: hidden;
    font-size: 38px;
    position: absolute;
    left: -7px;
    top: -10px;
    color: #318EFD;
}

#handbuch .nav .nav .nav-link .name {
    font-size: .85em;
}

#handbuch .faq-category {
    padding: 1em;
}

/*
#handbuch .faq-category:hover {
    background-color: #F9F9F9;
}
*/

#handbuch .faq-main-headline {
    margin-left: 1em;
    font-weight: bold;
}

#handbuch .faq-headline {
    padding-bottom: .3em;
    border-bottom: 1px solid #318EFD;
}

#handbuch .highlight.d-inline-block a.pull-right {
    position: relative;
    top: -.2em;
    right: -1em;
}

/*
#handbuch .nav .nav .nav-link:hover .name,
#handbuch .nav .nav .nav-link:active .name,
#handbuch .nav .nav .nav-link.active .name {
    text-decoration: underline;
}
*/

#handbuch .nav .nav .nav-link:hover .dot,
#handbuch .nav .nav .nav-link:active .dot,
#handbuch .nav .nav .nav-link.active .dot {
    visibility: visible;
}

#handbuch .nav .nav-link.active {
    font-weight: bold;
}

/**
    STICKY SIDEBAR
 */
.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

/**
    HEADER NAVIGATION
 */
.navigation-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
}

.header-navigation-row {
    position: relative;
    z-index: 99;
    flex: 1 1 0;
}

.header-navigation {
    margin-top: 10px;
}

.header-navigation li {
    list-style: none;
    padding: 5px 0;
}

.header-navigation a {
    position: relative;
    display: block;
    padding: 5px;
    color: #FFF;
    font-weight: 600;
    line-height: 23px;
    text-shadow: none;
    transition: all .5s;
    text-decoration: none;
}

.header-navigation .ml-auto a {

}

.navigation {
    background: transparent;
}

.navigation .nav-link,
.navigation .nav-icon {
    font-size: 1.2rem;
    font-family: "Daytona Pro Condensed Light";
    /*font-weight: 500*/
}

.header-navigation li:first-child {
    padding-left: 0;
}

.header-navigation li:last-child {
    padding-right: 0;
}

.main-nav a {
    position: relative;
}

.main-nav a.nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    height: 1px;
    transition: all .3s;
    background: #FFF;
    border: 0;
}

.main-nav a.nav-link:hover::after,
.main-nav li.has-dropdown.active a.nav-link::after {
    width: 100%;
}

.main-nav ul:hover a.nav-link,
.is-dropdown-visible .main-nav ul a.nav-link {
    opacity: .7;
}

.main-nav li > a.nav-link:hover,
.main-nav li.has-dropdown.active > a.nav-link {
    opacity: 1;
}

/**
    DROPDOWN
 */

/* mobile hamburger menu */
.nav-trigger {
    /* menu icon - visible on small screens only */
    position: absolute !important;
    z-index: 9999;
    top: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    /* replace text with icon */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.nav-trigger span, .nav-trigger span::after, .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    position: absolute;
    background-color: #FFF;
    height: 3px;
    width: 26px;
}

.nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: skew(5deg) translateX(-50%) translateY(-50%);
    -ms-transform: skew(5deg) translateX(-50%) translateY(-50%);
    transform: skew(5deg) translateX(-50%) translateY(-50%);
}

.nav-trigger span::after, .nav-trigger span::before {
    content: '';
    left: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border: 0;
}

.nav-trigger span::before {
    -webkit-transform: translateY(-9px) skew(-20deg);
    -ms-transform: translateY(-9px) skew(-20deg);
    transform: translateY(-9px) skew(-20deg);
}

.nav-trigger span::after {
    -webkit-transform: translateY(9px) skew(-10deg);
    -ms-transform: translateY(9px) skew(-10deg);
    transform: translateY(9px) skew(-10deg);
}

.nav-trigger.open span {
    left: 30%;
    top: 49%;
    background-color: transparent;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}

.nav-trigger.open span::before {
    -webkit-transform: rotate(45deg) skew(0deg);
    -ms-transform: rotate(45deg) skew(0deg);
    transform: rotate(45deg) skew(0deg);
}

.nav-trigger.open span::after {
    -webkit-transform: rotate(-45deg) skew(0deg);
    -ms-transform: rotate(-45deg) skew(0deg);
    transform: rotate(-45deg) skew(0deg);
}

@media (max-width: 767px) {
    .nav-trigger span,
    .nav-trigger span::after,
    .nav-trigger span::before {
        background-color: #FFF;
    }
}

/* navigation */
.header-navigation-row .main-nav {
    display: none;
}

/* dropdown wrapper */
.dropdown-wrapper {
    display: none;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1.2em 5%;
}

.nav-open .dropdown-wrapper {
    display: block;
}

.dropdown-list {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 0.5em;
}

.dropdown-list > ul > li {
    list-style: none;
    margin-top: 2em;
}

.dropdown-list .headline {
    display: inline-block;
    margin-bottom: 1.6em;
    color: #444;
    font-weight: bold;
}

.dropdown-list .icon {
    position: relative;
    top: 5px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin-right: 2px;
}

.dropdown-list a.group {
    position: relative;
    display: inline-block;
    color: #318EFD;
    text-transform: uppercase;
    font-weight: bold;
    top: -5px;
    letter-spacing: 2px;
}

.dropdown-list .content ul,
.dropdown-list .content li,
.dropdown-list .content small {
    color: #AAA;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    font-size: .9em;
}

.dropdown-list .content li {
    display: inline;
}

.dropdown-list .content li:after {
    content: ',';
}

.dropdown-list .content li:last-child:after,
.dropdown-list .content .sub li:after {
    content: '';
}

.dropdown-list .content ul a {
    color: #AAA;
    white-space: nowrap;
}

.dropdown-list .content ul a:hover {
    text-decoration: underline;
}

.dropdown-list .content > div.item {
    cursor: pointer;
    margin-bottom: 1.5em;
}

.dropdown-list .content > div.item:hover > a,
.dropdown-list .sub a:hover {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.dropdown-list .content > div.item:last-child {
    margin-bottom: 0;
}

.dropdown-list .content div.sub {
    margin: 1em .5em 1em -1.8em;
    padding: 1em 1.8em 1.5em 1.8em;
    background: #3ABFEE;
    color: #FFF;
}

.dropdown-list .content div.sub:after {
    display: block;
    width: 100%;
    content: '';
    clear: both;
}

.dropdown-list .sub ul {
    display: inline-block;
    width: 50%;
    float: left;
}

.dropdown-list .sub li {
    display: block;
    padding: 5px 0;
    color: #FFF;
}

.dropdown-list .content .sub a {
    display: block;
    margin-bottom: .5em;
    color: #FFF;
}

.dropdown-list .sub .icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.dropdown-list .content .sub a:hover {
    color: #333;
    text-decoration: none;
}

.dropdown-list .sub a:last-child {
    margin-bottom: 0;
}

.mobile-navigation {
    display: none;
}

.mobile-navigation .muffel {
    height: auto;
    position: absolute;
    left: 34%;
    top: 2%;
    transform: skew(14deg) translateX(0);
    min-height: 36vw;
}

@media only screen and (min-width: 1000px) {
    .nav-trigger {
        display: none;
    }

    .header-navigation-row .main-nav {
        display: block;
    }

    .dropdown-wrapper {
        /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
        display: block;
        top: 20px;
        /* overwrite mobile style */
        width: auto;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        /* Force Hardware acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .is-dropdown-visible .dropdown-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .dropdown-list {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, width, height;
        -webkit-transition: visibility .3s;
        transition: visibility .3s;
        background: transparent;
        box-shadow: none;
        border-radius: 8px;
        padding: 0;
    }

    .dropdown-list::before {
        /* dropdown top triangle */
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #FFFFFF;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .dropdown-list > ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .dropdown-list .headline {
        display: none !important;
    }

    .is-dropdown-visible .dropdown-list {
        visibility: visible;
        -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
        transition: width .3s, height .3s, -webkit-transform .3s;
        transition: transform .3s, width .3s, height .3s;
        transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;

        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .is-dropdown-visible .dropdown-list::before {
        opacity: 1;
    }

    .dropdown-list .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
        background: #FFF;
        border-radius: 8px;
        overflow: hidden;
    }

    .dropdown-list .dropdown.active {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-list .dropdown.move-left .content {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .dropdown-list .dropdown.move-right .content {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .dropdown-list .content {
        min-width: 450px;
        padding: 0 1.8em;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
    }

    .dropdown-list > ul > li {
        margin-top: 0;
        margin-bottom: 2em;
        padding: 2em 0;
    }

    .dropdown-list .content div.sub {
        margin: 1em -10em -2em -10em;
        padding: 1em 10em 1.5em 10em;
    }
}

@media only screen and (max-width: 500px) {
    .dropdown-list .sub ul {
        display: block;
        width: 100%;
    }

    .header.section .h1,
    .header.section h1 {
        display: block;
        margin-top: 1em;
        margin-bottom: 1.5em;
    }

    .header .words {
        text-align: center;
        margin: 0;
        left: 0;
    }

    .header .words--bottom {
        width: 100%;
    }

    .navigation-buttons,
    .header .btn-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .navigation.fixed-top .nav-link.active, .navigation.fixed-top .nav-link:hover,
    .navigation.fixed-top .nav-icon.active, .navigation.fixed-top .nav-icon:hover {
        color: #FFF;
    }

    .navigation.navbar-sticky.fixed-top .nav-link.active, .navigation.navbar-sticky.fixed-top .nav-link:hover,
    .navigation.navbar-sticky.fixed-top .nav-icon.active, .navigation.navbar-sticky.fixed-top .nav-icon:hover {
        color: #000;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .navigation.navbar-sticky {
        position: absolute !important;
    }
}

@media (max-width: 1000px) {

    .subnavigation .nav {
        display: none;
        text-align: center;
    }

    .subnavigation .btn {
        margin: 0 auto;
    }

    .subnavigation {
        text-align: center;
    }

    .navbar-sticky .nav-trigger span,
    .navbar-sticky .nav-trigger span::after,
    .navbar-sticky .nav-trigger span::before {
        background-color: #000;
    }

    .navbar-sticky .nav-trigger.open span {
        background-color: transparent;
    }

    .mobile-navigation {
        position: fixed;
        z-index: 9999;
        display: block;
        top: 0;
        left: -200px;
        padding-top: 4em;
        width: 0;
        max-width: 110vw;
        height: 100%;
        background: #FFF;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.31);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.31);
        transform: skew(-14deg) translateX(0);
        transition: all .375s;
        overflow: hidden;
    }

    .nav-open .mobile-navigation {
        width: 500px;
    }

    .mobile-navigation .nav {
        display: block;
    }

    .mobile-navigation ul {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        transform: translateX(8%);
        text-align: right;
        margin-right: 15%;
    }

    .mobile-navigation .nav-item {
        padding: 0;
        display: block;
        margin: .5rem 0;
        transform: skew(16deg);
    }

    .mobile-navigation .nav-link,
    .mobile-navigation .nav-icon {
        color: #000;
        padding: .5rem;
        font-weight: bold;
        font-family: "Daytona Pro Condensed Light";
    }

    .mobile-navigation .nav-link.active, .navigation .nav-link:hover,
    .mobile-navigation .nav-icon.active, .navigation .nav-icon:hover {
        background: transparent !important;
    }

    ul.check-icons li::before {
        position: relative;
        top: 0;
        margin: 0 .5em;
    }

    ul.check-icons li {
        padding-left: 0;
    }
}

@media (min-width: 600px) {
    .nav-main {
        max-width: 50vw;
    }
}

/**
    DEVICE DETECTION (mobile & tablet / desktop)
 */
body::before {
    /* never visible - used in JS to check mq */
    content: 'mobile';
    display: none;
}

@media only screen and (hover: none) {
    body::before {
        content: 'tablet';
    }
}

@media not (hover: none) {
    body::before {
        content: 'desktop';
    }
}

/**
    ICONS
 */
.features-carousel .features-nav-next .features-nav-icon:after {
    display: none;
}

.fal,
.bg-1 .fal,
.bg-6 .bg-1 .fal {
    /*-webkit-text-stroke: 2px white;*/
}

.bg-6 .fal {
    -webkit-text-stroke: 2px #edf4f8;
}

.input-group-text .fal,
.preload-wrapper .fal,
li .fal {
    -webkit-text-stroke: inherit !important;
}

.rounded-circle.bg-primary .fas,
.rounded-circle.bg-primary .fal,
.rounded-circle.bg-primary .fa {
    color: #FFF;
    font-size: 3em !important;
}

/**
    SECTIONS
 */
.section-first > .container:first-child,
.section-first > .container-fluid:first-child {
    padding-top: 50px !important;
}

.section-first > .container.pt-0:first-child,
.section-first > .container-fluid.pt-0:first-child {
    padding-top: 0 !important;
}

.login-section {
    margin-top: -4rem;
}

.browser {
    min-height: 15em;
}

/**
    PRICE BOX
 */
.pricing .pricing-value {
    font-size: 1rem;
}

.pricing-value .p {
    display: block;
    text-align: center;
    font-size: 1.75rem;
}

.pricing-footer {
    display: block;
    margin-top: 2em;
    font-size: .75rem;
}

#preise .list-group-item {
    position: relative;
}

#preise h4 {
    margin-left: .8em;
}

#preise .list-group-item {
    display: table;
}

#preise .list-group-item > span {
    display: table-cell;
    vertical-align: middle;
}

#preise .list-group-item > span.price {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.2em;
}

#preise .list-group-item.discount {
    padding-top: 1.1em;
}

.discount-hint {
    color: #BBB;
}

#preise .list-group-item s {
    font-size: .8rem;
    display: block;
}

#preise .list-group-item.discount span {
    margin-top: -.6em;
}

#kalkulation .price {
    text-align: right;
    font-weight: bold;
}

#kalkulation .table-striped tbody tr.odd {
    background-color: #FFF;
}

#kalkulation .table-striped tbody tr.even {
    background-color: #F9F9F9;
}

#kalkulation .table-striped tfoot {
    background-color: #F4F4F4;
}

#kalkulation .bs-slider.slider-horizontal .bs-slider-selection,
#kalkulation .bs-slider.bs-slider-horizontal .bs-slider-track-low,
#kalkulation .bs-slider.bs-slider-horizontal .bs-slider-track-high {
    top: -2px !important
}

#kalkulation .bs-slider.bs-slider-horizontal .bs-slider-track {
    height: 3px !important;
    margin-top: -1px !important;
}

#kalkulation .bs-slider-tick {
    display: none;
}

#kalkulation .bs-slider-handle {
    width: 15px !important;
    height: 15px !important;
    cursor: e-resize;
    top: 3px !important;
    background-image: none;
    background-color: #318EFD;
}

#kalkulation .price-slider {
    position: relative;
}

#kalkulation .slider-value {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
}

#kalkulation .slider-value:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #318EFD;
}

#kalkulation .bootstrap-touchspin {
    z-index: 999;
    width: 165px;
    margin-top: .5em;
}

#kalkulation .tooltip-main {
    display: none;
}

#kalkulation .input-group-btn-vertical {
    width: 50px;
}

#kalkulation .btn-link {
    font-size: 1.2em;
    line-height: .8em;
}

@media (max-width: 425px) {
    #kalkulation .price-slider,
    #kalkulation .switches {
        text-align: center;
    }

    #kalkulation .price-slider {
        margin-bottom: 2em !important;
    }

    #kalkulation .slider-value {
        text-align: center;
    }

    #kalkulation .bootstrap-touchspin {
        margin-left: auto;
        margin-right: auto;
    }
}

#kalkulation .simple-switch-outter.checked {
    border-color: #318EFD !important;
    box-shadow: #318EFD 0px 0px 0px 16px inset !important;
    background-color: #318EFD !important;
}

/**
    SLICK
 */
.slider {
    position: relative;
}

.slick-arrow {
    z-index: 9999;
    color: #318EFD !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots {
    bottom: -2em !important;
    white-space: nowrap;
    overflow: hidden;
}

.slick-dots li {
    margin: 0 !important;
    width: auto !important;
}


.slick-dots li button:before {
    color: rgba(0, 0, 0, .2) !important;
    font-size: 10px !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    color: #318EFD !important;
}


@media all and (max-width: 1024px) {
    .slick-n {
        right: -.6em !important;
    }

    .slick-p {
        left: -.6em !important;
    }
}

@media all and (max-width: 500px) {
    .slick-n,
    .slick-p {
        display: none !important;
    }
}

/**
    ARROWS
 */
.slick-p, .slick-n {
    font-size: 5em;
    position: absolute;
    top: 50%;
    margin-top: -1em;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
}

.slick-p {
    left: -1em;
}

.slick-n {
    right: -1em;
}

/**
    3D EFFECT
 */

@media all and (min-width: 769px) {
    .d3 .slick-slider {
        margin-left: -12%;
        margin-right: -12%;
    }

    .d3 .slick-list {
        padding-top: 10% !important;
        padding-bottom: 10% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

    .d3 .slick-track {
        max-width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
        perspective: 100px;
    }

    .d3 .slick-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        transform: translate3d(0, 0, 0);
        transition: transform 1s, opacity 1s, filter 1s;
    }

    .d3 .slick-snext,
    .d3 .slick-sprev {
        display: block;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

    .d3 .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        transform: translate3d(0, 0, 10px);
        z-index: 2;
    }

    .d3 .slick-snext {
        opacity: 1;
        transform: translate3d(20%, -60%, 0px);
        z-index: 1;
    }

    .d3 .slick-sprev {
        opacity: 1;
        transform: translate3d(-20%, -40%, 0px);
    }
}

/**
    BRANCHES
 */
ul.branches {

}

ul.branches li {
    text-align: center;
}

ul.branches li > .fal,
ul.branches li > .fas {
    margin: 2.25rem 1.25rem;
    -webkit-text-stroke: 1px #FFF;
}

ul.branches li > span {
    display: block;
    padding: 2rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    white-space: nowrap;
}

ul.branches li a {
    color: inherit;
}

/**
    PACE
 */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #318EFD;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/**
    MODULES
 */
div.module {
    width: 100%;
    margin: 0;
}

.helpful-row {
    font-size: 12px;
}

a.helpful {
    cursor: pointer;
}

a.helpful .fa-thumbs-up {
    color: #6AC259
}

a.helpful .fa-thumbs-down {
    color: red;
}

/**
    HEADER VIDEO
 */
.header-browser-wrapper {
    transform: perspective(2em) rotateY(-.9deg);
    margin-right: 3em;
    cursor: pointer;
    transition: all .375s ease;
}

.popup-opened .header-browser-wrapper,
.header-browser-wrapper:hover {
    transform: rotateY(0deg);
}

.play-video {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
}

.play-video .btn {
    width: 4em;
    height: 4em;
    opacity: .5;
    border-radius: 50% !important;
}

.play-video .fal,
.play-video .fas {
    font-size: 1.8em;
    margin-left: .3em;
}

.video-title {
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    padding: .3rem .5rem;
    font-size: 1rem;
    text-align: center;
}

@media (max-width: 769px) {
    .play-video .btn {
        width: 5em;
        height: 5em;
    }

    .play-video .fa-play {
        font-size: 2em;
    }
}

/**
    SUB NAVIGATION
 */
.subnavigation .container {
    padding: 0;
    margin-top: 3em;
}

.subnavigation .nav-link {
    color: inherit;
}

.subnavigation .sub-nav {
    border-bottom: 1px solid #DDD;
}

.subnavigation .sub-nav .btn {
    margin-left: .3em;
    margin-right: .3em;
}

.subnavigation .nav-link:hover,
.subnavigation .nav-link:active,
.subnavigation .nav-link.active {
    color: #318EFD;
}

#sub-nav.navbar-sticky {
    position: fixed !important;
    background-color: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    padding: .5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    z-index: 1030;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#sub-nav.navbar-sticky .container {
    margin-top: 0;
}

#sub-nav.navbar-sticky .sub-nav {
    border: 0;
}

/**
    TEXT FORMATTING
 */
.text-section > .container {
    padding-top: 0;
}

.text-section h2 {
    margin-top: 1em;
}

.text-section h2:first-child {
    margin-top: 0;
}


.text-section h3 {
    font-size: 1.5em;
}

/**
    BLOCK QUOTES
 */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote::before {
    content: "";
    display: none;
}

/**
    ABOUT
 */
#team .overlay::after {
    background-color: rgba(39, 51, 62, 0.05);
}

#team .code {
    line-height: 1.44em;
}

#team .small a:hover {
    text-decoration: underline;
}

#team .card .row {
    min-height: 280px;
}

#team .italic {
    font-size: .9em;
}

.main-timeline {
    position: relative;
    transition: all 0.4s ease 0s;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #318EFD;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: background 200ms;
    transition: background 200ms;
}

.timeline:hover .timeline-icon {
    background: #318EFD;
}

.main-timeline .timeline-content {
    width: 45%;
    margin: 2em;
    padding: 2em;
    border-radius: 5px;
    text-align: right;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.main-timeline .date {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 12px 33px;
    background: #318EFD;
    border-radius: 30px;
    margin-bottom: .5em;
}

.main-timeline .title {
    font-size: 24px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}

.main-timeline .description {
    color: #606060;
}

.main-timeline .timeline-content ul {
    display: inline-block;
    color: #606060;
    text-align: left;
}

.main-timeline .timeline-content ul em {
    display: inline-block;
    min-width: 1.5em;
    color: #318EFD;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
    text-align: left;
}

.main-timeline .title a {
    color: inherit;
}

.main-timeline .title a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 425px) {
    #team .image-background {
        min-height: 350px
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 0;
    }

    .main-timeline .timeline-icon {
        left: -8px;
        margin: 0;
    }

    .main-timeline .timeline {
        padding: 1em 0;
    }

    .main-timeline .timeline-content {
        width: 90%;
        float: right;
        text-align: left;
    }
}

/**
    REVIEWS
 */
.testimonials-slider {
    margin-top: -6em;
    padding-left: 2em;
    padding-right: 2em;
}

.testimonials-slider .avatar {
    max-width: 100px !important;
}

.testimonials-slider .slick-dots {
    bottom: -3em !important;
}

.testimonials-slider .avatar p {
    padding: 0;
}

@media all and (max-width: 500px) {
    .testimonials-slider {
        margin-top: -4em;
    }
}

span.stars {
    display: block;
    font-size: .8em;
    color: #318EFD;
    margin-bottom: .5em;
}

.badge-primary,
.swiper-pagination-bullet-active {
    background: #318EFD;
}

.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}

.info-color {
    background-color: #33b5e5 !important;
}

.blue-gradient {
    background: linear-gradient(40deg, #45cafc, #318EFD) !important;
}

.indigo {
    background-color: #318EFD !important;
}

/**
    SOFTWARE
 */
.software .card p.bold,
.software .fal {
    color: #318EFD;
    -webkit-text-stroke: inherit !important;
}

.list-unstyled .fa-circle {
    position: relative;
    font-size: .5em;
    top: -.2em;
    margin-right: .5em;
}

.grid .fa-2x,
.col-md-4 .fa-3x,
.col-md-6 .fa-3x {
    color: #318EFD;
    margin-bottom: .5em;
    -webkit-text-stroke: inherit;
}

.grid .more {
    font-size: .8em;
}

.grid {
    border-bottom: 1px solid #DDD;
}

.grid:last-child {
    border-bottom: 0;
}

@media (min-width: 426px) {
    .grid {
        border-right: 1px solid #DDD;
    }

    .grid:nth-child(2n) {
        border-right: 0;
    }

    .grid:nth-last-child(-n+1) {
        border-bottom: 0;
    }
}

@media (min-width: 992px) {
    .grid {
        padding: 2em;
    }

    .grid:nth-child(2n) {
        border-right: 1px solid #DDD;
    }

    .grid:nth-child(n+5) {
        border-bottom: 1px solid #DDD;
    }

    .grid:nth-child(3n) {
        border-right: 0;
    }

    .grid:nth-last-child(-n+3) {
        border-bottom: 0;
    }
}

/**
    TERMS
 */
#terms h3 {
    margin-top: 1.5em;
}

#terms br {
    content: "";
    margin: 1em;
    display: block;
}

/**
    FAQ
 */
@media (min-width: 992px) {
    .faq-tabbable {
        max-width: 250px;
    }

    .faq-tabbable li {
        white-space: nowrap;
    }
}

.faq-tabbable li.active a {
    color: #FFF;
    background-color: #318EFD;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#faq .card-body p,
#faq .card-body li {
    font-size: .85em !important;
}

#faq .card-body p * {
    font-size: 1em !important;
}

#faq .card-body > p:first-child {
    margin-top: 0;
}

/**
    SECTORS
 */
.counters .fal {
    color: #318EFD;
    font-size: 2em;
    margin-right: .8em;
}

.counters .counter {
    font-size: 1.5em;
}

@media (max-width: 375px) {
    .counters .fal {
        font-size: 1.8em;
        margin-right: .5em;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .content-svg {
        max-width: 50vh;
        margin: 0 auto;
    }
}

.form-column .iti {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.iti__country-list--dropup {
    z-index: 99999;
}

.iti__country-name,
.iti__selected-dial-code {
    font-size: .8em;
}

/**
    PROVENEXPERT
 */
#features {
    min-height: 1em;
    padding: 0;
}

#sealWidgets.container {
    padding-top: 1em;
    padding-bottom: 0;
}

#sealWidgets.header-seals {
    top: 5em;
    justify-content: center;
}

#sealWidgets {
    display: flex;
    position: relative;
    top: -8em;
    z-index: 1 !important;
    max-height: 150px;
}

#sealWidgets > div {
    display: inline-block;
    margin-right: 2em;
    height: 170px;
}

#sealWidgets > div.middle > img {
    transform: translateY(50%);
}

#sealWidgets > div:last-child {
    margin-right: 0 !important;
}

#sealWidgets > div > img {
    max-height: 170px;
    box-shadow: -2px 2px 10px -2px rgb(0 0 0 / 25%);
}

#sealWidgets .pe-pro-seal {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 99 !important;
    display: none !important;
}

#sealWidgets .pe-pro-seal-dots,
#sealWidgets .pe-pro-seal-footer,
#sealWidgets .pe-pro-seal-profile-name-container {
    display: none !important
}

#sealWidgets .pe-pro-seal {
    display: block !important;
}

.pe-pro-seal-colored-bar {
    margin-top: 1em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pe-pro-seal-front-page-a {
    height: auto !important;
}

.pe-pro-seal-back-page {
    left: 0;
    right: inherit;
}

@media (max-width: 425px) {
    #sealWidgets > div {
        margin-right: 1em;
    }

    #sealWidgets > div > img {
        max-height: 130px;
        margin-top: .8em;
    }
}

@media (max-width: 767px) {
    #ProvenExpert_widgetbar_container {
        display: none !important;
    }
}

@media (min-width: 768px) {
    html {
        padding-bottom: 44px;
        box-sizing: border-box;
    }
}

/**
    FALLBACKS
 */
.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-margin {
    margin: 0;
}

.no-border {
    border: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

/**
    SNOWFLAKES
 */
#seasons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/**
    VIDEOS
 */
#videos .video-thumbnail {
    min-height: 10em;
}

#videos .video-thumbnail:hover .fa-play {
    color: inherit;
}

/**
    LOGOS
 */
#logos .item {
    margin: 2em 0;
    padding: .5em
}

#logos .item img {
    margin-bottom: .5em;
}

#logos .item .badge {
    font-size: .7em;
}

#logos .item .badge small {
    font-size: .5em;
}

#pressetexte .fal {
    color: inherit !important;
}

/**
    CAROUSEL
 */

.carousel img {
    margin: 0 2em;
    max-height: 65px;
}

/**
    OFFERS
 */
#offers h1 {
    display: none;
}

#offers h3 {
    margin-top: 1em;
}

#offers td.right {
    text-align: right;
}

.checkbox.checked label:after {
    content: "\f00c";
}

#offers .checkbox label {
    display: inline;
}

#offers .checkbox label:after {
    top: .8rem;
    left: .3rem;
}

#offers .button-deny {
    display: none !important
}

#offers .form-group {
    clear: both;
    padding: 1rem 0;
}

/***
Input icons
***/
.input-icon {
    position: relative;
    left: 0;
}

.input-group .input-icon > .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.bring-to-front {
    position: relative;
    z-index: 99;
}

/**
    IMPRINT & PRIVACY
 */
#imprint p,
#privacy p {
    margin: 0 !important;
}

/**
    CODE COPY
 */
.code-copy {
    cursor: text;
}

/**
    EMBED VIDEOS
 */

.embed-responsive {
    position: relative;
}

.embed-responsive video {
    cursor: pointer;
    z-index: 9;
}

.embed-responsive.embed-popup {
    cursor: pointer;
}

.mfp-container {
    z-index: 9999;
}

.video-popup {
    position: relative;
    padding: 40px 10px;
    width: 1100px;
    max-width: 100vw;
    margin: auto;
    text-align: center;
}

.video-popup .mfp-close {
    top: 35px;
    right: 5px;
    font-size: .95em;
}

.video-popup .mfp-close.close-left {
    right: auto;
    left: 24px;
    top: 50px;
    opacity: 1;
    display: block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
}

.video-popup .mfp-close.close-left:hover {
    background: #f44;
}

.video-popup video {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.video-popup .browser {
    min-height: auto;
}

.video-popup .play-video,
.video-popup .video-title,
.popup-opened #lz_overlay_wm,
.popup-opened #lz_overlay_chat {
    display: none !important
}

/**
    THIRD PARTY EMBED
 */
.embedded-third-party {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, .05);
}

.embedded-third-party span,
.embedded-third-party label {
    color: #FFF;
    font-size: .9em;
}

.embedded-third-party span a {
    display: block;
    color: #FFF !important;
    text-decoration: underline !important;
}

.embedded-third-party span a:hover {
    text-decoration: none !important;
}

.embedded-third-party label {
    cursor: pointer;
}

.embedded-third-party label input {
    margin-right: .5em;
}

.embedded-third-party .info {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    padding: 1em 1em;
    background: rgba(0, 0, 0, .7);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.embedded-third-party .play {
    position: relative;
    display: block;
    margin: 1em auto;
    height: 40px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

.embedded-third-party.vimeo .play {
    background-color: rgba(0, 173, 239, 0.9);
}

.embedded-third-party.youtube .play {
    background-color: #FF0000;
}

.embedded-third-party .play:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.embedded-third-party .play:after {
    content: "";
    display: block;
    position: absolute;
    top: 10.5px;
    left: 24px;
    margin: 0 auto;
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.embed-responsive .embedded-third-party {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/**
    LIVEZILLA CHAT
 */
#livezilla_text {
    position: absolute;
    white-space: nowrap;
    right: -.3em;
    top: -2em;
}

/************************************
    NEW MUFFEL LAYOUT
 */
/**
    HEADER
 */
#header {
    overflow: hidden;
}

#header .container-fluid {
    max-width: 1700px;
}

#header .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
}

/** blue header */
#header.blue {
    background: rgb(68, 105, 166);
    background: linear-gradient(180deg, rgba(94, 126, 177, 1) 0%, rgba(68, 105, 166, 1) 100%);
}

#header.blue .footer {
    background: rgb(184, 202, 238);
    background: linear-gradient(180deg, rgba(184, 202, 238, 0) 0%, rgba(184, 202, 238, 0.5) 25%, rgba(184, 202, 238, 0.6) 30%, rgba(128, 154, 208, 1) 100%);
}

#header.yellow .btn-button {
    background-color: #318EFD;
    border: 3px solid #318EFD;
}

#header.yellow .btn-button:hover {
    background-color: #318EFD !important;
    border-color: #175394;
    color: #175394;
}

/** yellow header */
#header.yellow {
    background: rgb(237, 201, 29);
    background: linear-gradient(180deg, rgba(237, 201, 29, 1) 0%, rgba(208, 163, 20, 1) 100%);
}

#header.yellow .footer {
    background: rgb(184, 202, 238);
    background: linear-gradient(180deg, rgba(246, 210, 72, 0) 0%, rgba(246, 210, 72, 0.5) 25%, rgba(246, 210, 72, 0.6) 30%, rgba(239, 208, 38, 1) 100%);
}

#header.blue .btn-button {
    background-color: #F1E014;
    border-color: #F1E014;
    color: #333;
}

#header.blue .btn-button:hover {
    color: #000;
    background-color: #F1E014;
    border-color: #867e07;
}

#header .cone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

#header .muffel {
    z-index: 1;
    width: 130%;
    height: 130%;
    background-size: contain;
    background-repeat: no-repeat;
}

/*#header.header-small .muffel {
    width: 130%;
    height: 130%;
}*/

#header .light-cone {
    height: 100vh;
    width: 100%;
    position: relative;
}

#header .lamp {
    position: absolute;
    height: 600vh;
    background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%);
    top: -320vh;
    width: 80vw;
    left: 30%;
    transform: rotateX(30deg);
}

#header .spotlight {
    opacity: 0.5;
    transform: scale(1.5, 3);
    position: absolute;
    top: -20vh;
    left: calc(50% - 75vh);
}

#header .spotlight::after {
    content: '';
    position: absolute;
    top: -50vh;
    background-image: radial-gradient(ellipse closest-corner at 75% 75%, rgba(55, 89, 138, 0.2), rgba(55, 89, 138, 0));
    border-radius: 100%;
    width: 100vh;
    height: 100vh;
    clip: rect(50vh, 100vh, 100vh, 50vh);
    transform: rotate(45deg);
}

#header .logo {
    position: relative;
    margin-top: -.2em;
}

header .video {
    max-width: 600px;
}

/**
    BRACKET
 */
.bracket {
    background: url(../layout/header/bracket.png) no-repeat right center;
    background-size: contain;
    text-align: right;
    padding: 30px 0;
    padding-right: 70px;
}

.bracket ul,
.bracket li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Daytona Pro Condensed Bold";
    font-size: 1.3rem;
}

/**
    MUFFEL
 */
.muffel {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 14em;
}

.muffel-blue {
    background-image: url(../layout/muffel/blue.png);
}

.muffel-yellow {
    background-image: url(../layout/muffel/yellow.png);
}

.muffel-green {
    background-image: url(../layout/muffel/green.png);
}

@supports (gap: 1px) {
    .muffel-blue {
        background-image: url(../layout/muffel/blue.webp);
    }

    .muffel-yellow {
        background-image: url(../layout/muffel/yellow.webp);
    }

    .muffel-green {
        background-image: url(../layout/muffel/green.webp);
    }
}

.muffel-left {
    position: absolute;
    z-index: 0;
    width: 50vh;
    height: 50vh;
    margin-top: 10em;
    left: -14vh;
}

.muffel-right {
    position: absolute;
    z-index: 2;
    width: 32vh;
    height: 32vh;
    margin-top: -9em;
    right: 0;
}

.muffel-full-right {
    overflow: hidden;
}

.muffel-right .muffel {
    margin-left: 9vw;
}

.muffel-right.muffel-full-right .muffel {
    margin-left: 6vw;
}

.muffels {
    position: relative;
}

.muffels .muffel {
    position: absolute;
}

.muffels .muffel:last-child {
    margin-left: 13em;
}

.swal2-popup .muffel {
    position: absolute;
    right: -4em;
    bottom: -.8em;
    min-height: 0;
    height: 8em;
    width: 10em;
}

.swal2-popup .muffel-blue {
    bottom: -1.75em;
}

/**
    HEADER VIDEO
 */
header .video {
    /*transform: rotate(-6deg);*/
}

header .play-video {
    margin-left: -1.8em;
    margin-top: -1.8em;
}

header .video .video-wrapper,
header .video .embed-responsive {
    border-radius: 14px;
}

.list-inline li {
    display: inline-block;
}

/**
    VIDEO REVIEWS
 */
.reviews .play-video {
    margin-left: -2.4em;
    margin-top: -2.4em;
}

.reviews .play-video .btn {
    width: 4.8em;
    height: 4.8em;
    opacity: .7;
}

.reviews .embed-responsive {
    border-radius: 1em;
}

.reviews .review-info {
    white-space: nowrap;
    overflow: hidden;
}

.reviews video {
    filter: grayscale(100%);
}

.reviews video:hover,
.reviews video.hover {
    filter: grayscale(0%);
}

/**
    REVIEW LOGOS
 */
#review-logos img {
    transition: all .2s ease-in-out;
}

#review-logos img:hover {
    transform: scale(1.05);
}

/**
    CTA BUTTONS
 */
.cta {
    display: inline-block;
    position: relative;
    background: url(../layout/buttons/yellow-bg.png) repeat-x;
    background-size: contain;
    padding: 1rem;
    color: #000;
    font-family: "Daytona Pro Condensed";
    border: 0;
    outline: 0;
}

.cta:hover,
.cta:active {
    color: #000;
    text-decoration: underline;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 3em;
    background: url(../layout/buttons/yellow-left.png) no-repeat top right;
    background-size: contain;
}

.cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 3em;
    background: url(../layout/buttons/yellow-right.png) no-repeat;
    background-size: contain;
}

.cta b {
    font-family: "Daytona Pro Condensed Bold";
}

.cta.cta-blue {
    color: #FFF;
    background-image: url(../layout/buttons/blue-bg.png);
}

.cta.cta-blue::before {
    background-image: url(../layout/buttons/blue-left.png);
}

.cta.cta-blue::after {
    background-image: url(../layout/buttons/blue-right.png);
}

/**
    BACKGROUNDS
 */
.bg-gray {
    background: url(../layout/backgrounds/gray.jpg) no-repeat center;
    background-size: cover;
}

/**
    HEADLINES
 */
.headline {
    color: #318EFD;
    text-transform: uppercase;
    font-family: "Daytona Pro Condensed Light";
    font-size: 2em;
}

.headline b,
.headline.bold {
    font-family: "Daytona Pro Condensed Bold";
}

.headline b.foco-black {
    text-transform: none;
}

.headline b.foco-black sup {
    top: -.75em;
}

.bg-2 .headline,
.bg-3 .headline {
    color: #FFF;
}

.swal2-container .headline {
    margin-top: -.8em;
    font-size: 1.8em;
}

.subline {
    color: #318EFD;
    font-size: 1.6em;
}

/**
    COLORS
 */
.blue {
    color: #318EFD;
}

.dark {
    color: #41494f;
}

/**
    POPUPS
 */
body .swal2-popup {
    border-radius: 0.5em !important;
}

/**
    EXIT INTENT
 */
.exit-intent .blue {
    font-size: 1.2em;
}

/**
    MAIN CONTENT
 */
#content {
    overflow: hidden;
}

/**
    IMAGE FRAMES
 */
.img-frame {
    border-bottom-right-radius: 1.2em;
    margin-bottom: 1em;
}

.img-frame-small {
    max-width: 40%;
}

/**
    PAYMENT ICONS
 */
.payment-icons {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.payment-icon {
    max-height: 1.6em;
    margin: 0 .4em;
}

/**
    MEDIA QUERIES
 */
@media (min-width: 760px) {
    #header .h1 {
        font-size: 2.6rem;
        line-height: 3.9rem;
    }

    #header .lamp {
        left: 60%;
    }

    .headline {
        font-size: 2.8em;
    }
}

@media (min-width: 1000px) {
    #header .lamp {
        left: -10%;
        width: 50vw;
    }

    .container-fluid-lg {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1025px) {
    #header h1,
    #header .h1 {
        font-size: 3.4rem;
    }

    #header .muffel {
        height: 40vh;
    }

    #header.header-small .muffel {
        width: 110%;
        max-height: 350px;
        margin-bottom: 2em;
    }

    .header-navigation li {
        padding: 5px 7px;
    }
}

/**
    CONTENT BUILDER
 */
#topbar-admin-pull {
    position: fixed !important;
    left: 0 !important;
}

#content #topbar-admin-pull a.edit {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom-right-radius: .5em !important;
    padding: .5em 1em;
}

.editable-content [data-protected] {
    position: relative !important;
}

.editable-content [data-protected]:before {
    content: '';
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/**
    WORD TYPING
 */
.words {
    position: absolute;
    display: inline-block;
    /*  width has to be set to be >= largest spinning text width  */
    width: 100%;
    overflow: hidden;
    margin-left: .25em;
    text-align: left;
}

.words--top,
.words--bottom {
    display: inline-block;
    /* Changed animation duration */
    animation: 1.3s ease .1s infinite running none;
    animation-delay: 2500ms;
}

.words--top {
    animation-name: spinTop;
}

.words--bottom {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-name: spinBottom;
}

@keyframes spinTop {
    0% {
        transform: translateY(0%);
    }
    /* Spin finishes after 20% of animation duration (1s) */
    20% {
        transform: translateY(-100%);
    }
    /* Nothing from 20% until 100% of animation duration (4s) */
    /* This makes it looks like there's a delay between each animation */
    100% {
        transform: translateY(-100%);
    }
}

@keyframes spinBottom {
    /* Similar to spinTop's logic */
    0% {
        opacity: 1;
        transform: translateY(100%);
    }
    20% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

/**
    BLOG
 */

/* Blog Page */
.blog-posts h2,
.ecommerce .blog-posts h2 {
    padding-top: 0;
}

.blog-posts p {
    text-align: justify;
}

.blog-posts .carousel {
    margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
    margin: 40px 0;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}

.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}

.blog-info li i {
    color: #318EFD;
}

.blog-posts .pagination li {
    margin-left: -12px;
    margin-right: 17px;
}

.blog-posts .pagination a {
    display: inline-block;
    padding: .1em .5em;
    font-size: .9em;
}

.blog-posts .pagination .active a,
.blog-posts .pagination a:hover {
    color: #fff;
    background: #318EFD;
}

/**
    ACCORDIONS
 */
.accordion-content .card-header {
    padding: 0;
}

.accordion-content > .card {
    margin-bottom: .5rem;
    border-radius: 0.25rem !important;
}

.accordion-content .card-header .btn-link {
    text-decoration: none;
}

.accordion-content .card-header .btn-link:hover {
    background-color: #edf4f8;
}

/**
    UNDERLINE TEXTMARKER STYLE
 */
u, mark, .highlight {
    position: relative;
    text-decoration: none;
    padding: .1em .2em;
    top: -.05em;
    left: -.1em;
    right: -.2em;
    bottom: -.05em;
    color: #333;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 945 358" xmlns="http://www.w3.org/2000/svg" fill="currentColor" color="rgba(241,224,20,0.8)" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" preserveAspectRatio="none"><path d="M447.44 368.33c-.791-1.28 1.035-2.67 2.105-1.6 1.101 1.1.896 2.67-.349 2.67-.599 0-1.389-.48-1.756-1.07zm-155.789-8.63c0-.25 1.302-.7 2.895-1 1.592-.31 2.895-.11 2.895.44s-1.302 1-2.895 1c-1.592 0-2.895-.2-2.895-.44zm7.527-.72c.394-.63.945-1.16 1.226-1.16s.511.53.511 1.16c0 .64-.552 1.16-1.227 1.16-.674 0-.904-.52-.51-1.16zm8.684.01c3.503-.45 6.864-.38 7.469.16.616.55-2.184.92-6.369.82l-7.468-.16 6.368-.82zm-193.348-4.09c.805-.97 1.703-1.53 1.994-1.24.803.81-.828 3-2.227 3-.769 0-.68-.66.234-1.76h-.001zm465.168-1.38c-2.073-.32-3.152-1.16-3.093-2.43.055-1.21.315-1.4.676-.5.321.79 2.104 1.44 3.961 1.44 1.858 0 3.377.52 3.377 1.16 0 .64-.391 1.08-.868.99-.477-.1-2.301-.39-4.053-.66zm-517.904-2.73c-.974-3.07-1.033-3.03 5.817-3.94l5.79-.76-4.053 3.52c-4.794 4.16-6.521 4.43-7.554 1.18zm392.271 1.05c-5.093-1.14-6.249-2.52-3.111-3.73 3.53-1.35.616-2.45-6.522-2.45-4.497 0-7.412.52-7.698 1.36-.301.89.428 1.13 2.103.69 1.921-.5 2.328-.29 1.622.85-.695 1.12-.321 1.36 1.428.9 1.303-.34 3.077-.17 3.944.38 2.384 1.51-12.214 1.8-21.875.43-4.434-.63-4.804-.92-3.722-2.94 1.065-1.99.805-2.24-2.313-2.24-3.739 0-4.384.98-2.125 3.24 1.08 1.08.63 1.43-2.027 1.57-1.879.09-4.197.09-5.152-.03-2.34-.27-11.013-.83-17.204-1.1-4.127-.17-4.914-.56-4.325-2.09.592-1.54.152-1.74-2.482-1.14-7.706 1.78-19.414 2.93-24.967 2.44-12.904-1.11-26.995-2-29.669-1.87-1.542.08-4.123-.73-5.736-1.78-1.997-1.31-5.17-1.88-9.934-1.79-4.458.08-6.182-.2-4.747-.78 2.197-.9 2.194-.94-.123-1.54-2.883-.76-6.182.91-6.182 3.11 0 2.47-1.969 3.15-4.513 1.56-1.796-1.12-2.87-1.13-4.968-.04-1.472.76-4.24 1.34-6.151 1.27-1.91-.07-18.537-.08-36.948-.02s-35.473-.21-37.915-.6c-2.906-.47-5.074-.19-6.272.81-1.242 1.03-2.083 1.12-2.612.29-.429-.67-2.734-1.44-5.122-1.72-3.593-.41-4.343-.13-4.343 1.59 0 1.15-.521 2.09-1.158 2.09-.637 0-1.158-1.05-1.158-2.32 0-1.66-.821-2.36-2.895-2.46-2.723-.14-4.015-.35-6.079-1-.477-.15-1.972-.19-3.321-.08-2.791.22-12.021-3.5-12.021-4.84 0-.49-1.954-.89-4.343-.9-2.934-.01-3.823-.35-2.741-1.03 1.128-.72.026-1.35-3.713-2.15-5.292-1.13-11.204-.72-11.204.78 0 .43-1.824.91-4.052 1.06-3.644.24-5.684-1.34-2.976-2.31.592-.21.314-1.42-.616-2.69-1.451-1.97-3.213-2.33-12.366-2.52-5.871-.12-12.432-.26-14.579-.3-3.336-.07-3.695-.34-2.464-1.83.794-.95 1.248-1.77 1.011-1.82-3.919-.74-18.06-1.49-17.714-.93.26.42-2.175.57-5.41.34-3.235-.23-11.177.6-17.649 1.85-9.355 1.81-13.149 2.05-18.509 1.18-3.709-.61-9.831-.83-13.605-.49-4.81.43-6.861.2-6.861-.74 0-.9-1.772-1.22-5.211-.94-2.866.22-5.21.01-5.21-.47s3.256-.9 7.237-.94c11.707-.11 21.833-1.13 28.894-2.92 3.632-.93 7.019-1.54 7.526-1.37.508.17.922-.22.922-.85 0-.65-3.051-1.16-6.838-1.16-4.435 0-7.013-.51-7.334-1.45-.61-1.78 7.302-2.04 8.394-.27.399.65 1.343.79 2.095.32 2.075-1.31 8.894-1.51 8.894-.27 0 .6.521 1.09 1.158 1.09.637 0 1.158-.73 1.158-1.61 0-1.72-13.52-5.32-20.116-5.36-1.991 0-4.337-.47-5.212-1.02-1.037-.66 1.385-1.31 6.947-1.87 6.953-.7 8.017-1.06 5.727-1.91-5.473-2.03-10.785-2.38-11.805-.77-.733 1.15-.983 1.18-.997.09-.027-1.71-4.844-1.95-6.468-.32-.726.72-3.177.58-6.927-.41-3.841-1.02-6.772-1.17-8.662-.48l-2.856 1.06 2.649-2.47c1.491-1.39 4.397-2.56 6.652-2.68 5.575-.28 5.049-1.94-.616-1.94-2.548 0-4.632-.55-4.632-1.22 0-.68-.466-.94-1.037-.59-.57.35-1.356-.19-1.746-1.21-.397-1.03-1.457-1.56-2.4-1.2-.93.36-1.998.15-2.375-.46-.376-.61.372-1.11 1.664-1.11 1.645 0 2.141-.53 1.658-1.79-.783-2.04 2.435-1.86 8.075.45 4.449 1.83 13.572 1.69 19.568-.31 2.729-.9 6.264-1.91 7.857-2.23 1.592-.33.811-.37-1.737-.11-14.182 1.48-14.942 1.39-11.29-1.3 1.879-1.39 1.823-1.58-.779-2.55-1.544-.58-4.149-.97-5.79-.88-1.641.1-3.59-.43-4.331-1.16-.744-.74-4.459-1.29-8.285-1.23-3.814.06-6.694-.28-6.399-.76.295-.48 1.809-.87 3.363-.87 3.222 0 3.794-2.02.889-3.13-1.065-.41-2.916-1.72-4.112-2.92-1.39-1.39-3.092-1.94-4.72-1.52-1.441.36-.914-.2 1.217-1.31 4.594-2.39 4.711-3.35.579-4.73l-3.185-1.07 4.343-.82c2.756-.52 4.342-1.46 4.342-2.58 0-1.13.722-1.55 2.026-1.16 1.115.33 4.371.87 7.237 1.19l5.211.6-4.632-2.21c-2.547-1.22-5.674-2.56-6.947-2.99-1.274-.43-2.707-.91-3.185-1.08-.477-.16-1.655-.36-2.616-.44-.962-.08-2.641-1.19-3.731-2.46-1.09-1.28-2.68-2.32-3.531-2.32-.852 0-1.225-.52-.833-1.16.394-.63-.302-1.16-1.545-1.16-1.243 0-2.537-.72-2.876-1.6-.423-1.1.041-1.44 1.482-1.06 1.154.3 2.449-.01 2.877-.71.428-.69 3.092-1.26 5.92-1.26s5.142-.52 5.142-1.15c0-.64 1.254-1.16 2.787-1.16 2.283 0 2.668-.45 2.133-2.5-.447-1.71-.231-2.24.688-1.67.737.46 1.34.26 1.34-.45 0-.7-.651-1.15-1.447-.99-3.233.63-9.746-1.44-9.746-3.09 0-.95.956-1.72 2.123-1.72 3.012 0 2.639-2.06-.483-2.66-1.562-.3-.818-.57 1.861-.66 3.143-.11 4.301.27 3.911 1.29-.386 1 .817 1.45 3.928 1.45 2.467 0 4.485-.39 4.485-.87s-.521-.87-1.159-.87c-.637 0-1.158-.78-1.158-1.74s1.03-1.73 2.316-1.73c1.273 0 2.308-.65 2.298-1.45-.027-2.69-1.849-4.35-4.686-4.29-1.552.04-4.647-.19-6.876-.5s-4.474-.6-4.989-.64c-.516-.04-.646-.54-.289-1.12.357-.58 1.69-.78 2.963-.44 1.274.33 2.354.15 2.401-.4.041-.56.298-2.31.558-3.9.446-2.73.391-2.77-.954-.58-1.361 2.21-4.291 2.65-12.716 1.91-2.878-.25-2.545-3.65.358-3.65 1.311 0 2.059-.52 1.662-1.16-.396-.65.454-1.61 1.892-2.14 2.585-.96 2.58-.97-.505-1.75-3.519-.88-3.919-2.1-1.381-4.21.955-.79 1.737-2.16 1.737-3.04 0-.88.813-1.59 1.805-1.59.993 0 1.517.46 1.164 1.04-1.006 1.62 3.061 2.67 4.461 1.14.936-1.02.74-1.18-.773-.65-1.114.39-2.026.21-2.026-.41s1.303-1.12 2.895-1.12 2.895-.52 2.895-1.16c0-.64.824-1.16 1.833-1.16 3.753 0 .721-2.91-3.394-3.26-2.353-.19-3.989-.82-3.637-1.39.353-.57 1.379-.75 2.282-.41 1.079.42 2.22-.75 3.331-3.41.928-2.22 2.779-4.39 4.111-4.81 1.332-.42 2.421-1.2 2.421-1.72s1.094-1.23 2.432-1.58c1.338-.35 2.127-1.13 1.754-1.73-1.099-1.78-6.703-2.39-9.638-1.05-4.062 1.85-5.685-.3-3.667-4.86 1.47-3.32 2.9-4.13 6.514-3.66.796.11 1.447-.32 1.447-.94 0-1.72-7.149-2.05-10.338-.48-1.546.77-3.271 1.11-3.833.76-1.464-.9 2.779-3.74 4.57-3.05.823.32 1.496-.03 1.496-.78 0-.74.57-.99 1.268-.56 1.467.9 6.837-1.67 6.837-3.28 0-.6-.765-.8-1.7-.44-.936.36-2.008.16-2.384-.45-.376-.61.339-1.11 1.591-1.11 1.595 0 2.119-.61 1.752-2.03-.401-1.55 1.125-2.77 6.477-5.21 5.203-2.36 7.001-3.78 7.001-5.52 0-1.86-.59-2.23-2.895-1.81-2.344.42-2.895.05-2.895-1.94 0-2.21.148-2.27 1.448-.56 1.311 1.72 1.636 1.64 3.475-.87 1.243-1.69 1.579-3.04.868-3.48-.637-.4-1.159-.28-1.159.26s-.913 1.05-2.027 1.13c-1.114.09-5.673 1.03-10.131 2.11-11.023 2.65-14.25 3.01-15.071 1.68-.384-.62-.146-1.13.528-1.13s1.227-.7 1.227-1.54c0-.9 1.092-1.45 2.605-1.32 1.433.12 3.272-.3 4.087-.94 1.006-.8 2.401-.75 4.342.13 1.749.8 2.861.87 2.861.17 0-.62 1.954-1.14 4.342-1.15 2.388 0 5.124-.52 6.079-1.14 1.321-.85.852-1.12-1.961-1.14-2.328-.01-4.278-.84-5.266-2.26-1.105-1.57-2.065-1.92-3.25-1.17-.924.58-2.723 1.03-3.997.99-1.689-.06-1.28-.53 1.511-1.75 2.104-.92 4.438-1.3 5.185-.83 3.124 1.93 10.622-.06 9.661-2.56-.316-.82.528-1.76 1.91-2.12 3.205-.84 4.296.27 1.697 1.72-3.381 1.9-2.252 3.14 1.978 2.19 2.197-.5 4.278-.62 4.624-.27.346.34.948-.97 1.338-2.92.508-2.54 1.495-3.7 3.481-4.08 1.525-.29 2.773-.08 2.773.47 0 .55-1.042 1-2.316 1-1.273 0-2.316.44-2.316.99s1.433.82 3.184.61l3.185-.39-3.185 1.35c-1.751.75-3.184 1.81-3.184 2.37 0 1.71 5.063-.4 7.789-3.24 2.316-2.42 2.375-2.74.578-3.22-1.511-.39-1.379-.55.538-.66 1.395-.06 2.86.39 3.255 1.03s1.859.9 3.253.58c1.394-.32 4.879-.82 7.745-1.1 10.597-1.06 16.843-2.1 18.816-3.13 1.114-.59 2.026-.61 2.026-.06s1.555 1.01 3.455 1.01c2.933 0 3.24-.27 2.027-1.74-1.247-1.51-1.086-1.55 1.28-.29 2.408 1.29 2.657 1.21 2.247-.67-.254-1.17-1.004-2.02-1.667-1.9-.663.13-5.484.77-10.714 1.43-5.231.65-9.991 1.49-10.578 1.85-.588.36-4.072.89-7.743 1.18-5.54.43-6.183.3-3.781-.75 3.508-1.53 5.514-1.99 9.098-2.11 1.932-.07 2.535-.6 2.063-1.83-.479-1.24.123-1.73 2.123-1.73 1.535 0 3.091-.49 3.459-1.08.373-.61-.748-.9-2.537-.66-1.763.23-3.857.46-4.653.5-.796.04-1.447.86-1.447 1.82 0 .96-1.03 1.73-2.316 1.73-1.273 0-2.316-.58-2.316-1.3 0-.89-.537-.85-1.737.15-1.168.97-2.211 1.06-3.184.29-.796-.62-2.75-.93-4.342-.68-1.592.24-5.24.61-8.106.8-8.134.55-15.052 2-15.052 3.16 0 .58.578 1.06 1.285 1.06s.055.99-1.441 2.21c-1.501 1.21-3.201 1.91-3.778 1.56-.577-.36-.096-1.35 1.068-2.2 1.164-.85 1.873-1.79 1.575-2.09-.776-.78-12.663 2.13-15.936 3.9-1.788.97-3.005 1.08-3.474.32-.744-1.2-11.33-1.01-12.569.23-1.414 1.42-2.867.65-1.62-.86 1.565-1.88.59-3.05-2.646-3.16-4.823-.16 1.837-2.06 7.534-2.15 5.869-.09 17.151-5.09 22.347-9.9 1.693-1.57 3.33-2.86 3.637-2.87.308-.01 3.161-1.33 6.341-2.94 3.18-1.62 5.782-2.6 5.782-2.19 0 .4.759.1 1.686-.66.927-.77 2.1-1.19 2.605-.94.506.26 2.162-.73 3.682-2.19 2.518-2.42 2.581-2.73.715-3.44-1.125-.44-3.013-.19-4.194.55-3.173 1.98-5.11 1.74-3.323-.41 1.242-1.5 1.051-1.68-1.306-1.25-1.518.28-4.584.62-6.813.76-2.833.17-3.269.39-1.448.74 3.908.75 3.138 2.34-1.39 2.87-3.223.38-3.749.17-2.718-1.07 1.042-1.26.404-1.4-3.458-.78-4.407.7-4.691.58-4.097-1.69.673-2.57 7.261-5.07 12.241-4.64 5.243.45 7.817-.17 7.817-1.87 0-2.37 4.428-6.63 5.925-5.71.664.41 1.917-.27 2.785-1.5.986-1.41 3.051-2.31 5.51-2.4 4.159-.16 10.097-2.03 10.097-3.18 0-.37-.539-1.69-1.198-2.92-.924-1.73-.821-2.24.444-2.24.904 0 1.919 1.06 2.258 2.35.697 2.67-1.383 3.54 18.431-7.7 4.913-2.79 9.702-5.07 10.642-5.07.94 0 2.031-.52 2.424-1.16.394-.64 2.218-1.16 4.053-1.16s3.659-.52 4.053-1.16c.988-1.6 5.609-1.45 7.294.23 1.081 1.08 1.39.96 1.39-.58 0-1.08.521-2.03 1.158-2.11.638-.08 1.679-.27 2.316-.43.637-.16 1.71-.36 2.384-.44.675-.08.904-.66.509-1.3-.48-.78-1.437-.78-2.887 0-3.008 1.61-4.003 1.45-2.47-.4.711-.85 3.38-2.5 5.931-3.65s4.639-2.53 4.639-3.07c0-1.96 7.123-.92 10.422 1.52l3.382 2.5 2.072-2.42c3.087-3.61 15.362-6.45 29.786-6.9 6.965-.21 13.231-.86 13.927-1.44.694-.58 4.637-1.08 8.759-1.13 4.122-.04 10.778-.5 14.791-1.02 6.82-.89 10.887.02 6.324 1.4-1.123.34-.325.47 1.773.28 5.871-.52 5.525 1.23-.42 2.12-2.945.45-5.551 1.54-5.913 2.48-.465 1.21-1.055 1.34-2.107.47-.963-.8-2.447-.83-4.352-.11-2.309.88-2.776 1.7-2.322 4.08.654 3.42 3.2 3.86 6.266 1.08 1.694-1.53 2.428-1.62 3.83-.46 1.369 1.14 2.955 1.15 7.548.04 3.198-.76 5.818-1.73 5.823-2.14.011-1.09 5.868-3.65 8.327-3.65 1.146 0 2.085.49 2.085 1.09 0 .61 2.475 1.27 5.5 1.48 5.375.37 5.428.41 2.316 1.77-4.264 1.86-4.464 5.35-.213 3.74 1.633-.63 4.716-1.13 6.851-1.13 2.134 0 4.054-.39 4.267-.87.779-1.76 8.844-7.14 11.806-7.88 3.442-.87 3.952-2.24 1.22-3.29-1.008-.39-1.631-1.31-1.384-2.05 1.019-3.05 12.481-2.17 12.481.97 0 1.46.752 1.66 3.763.99 2.07-.46 4.415-.87 5.211-.91 3.389-.19 1.09-2.01-2.537-2.01-4.306 0-6.378-1.65-3.476-2.76 1.12-.44 1.497-.22 1.007.58-.507.82-.015 1.02 1.387.58 4.701-1.48 11.897-1.85 12.638-.65.424.69-.32 1.53-1.666 1.88-2.797.73-2.849.9-1.233 3.91 1.455 2.72 4.281 2.88 7.025.4 1.559-1.41 4.504-1.83 12.518-1.8 5.763.03 13.224-.65 16.579-1.51 4.476-1.15 9.338-1.34 18.259-.7 8.304.6 10.069.93 5.568 1.05-3.624.09-6.877.63-7.228 1.2-.362.59 5.287.97 13.074.87 10.829-.13 13.323.13 11.86 1.21-1.494 1.11-1.068 1.21 2.2.51 2.229-.48 5.355-.5 6.947-.03 2.769.81 2.744.85-.578.82-1.911-.02-6.211.53-9.556 1.22-3.345.69-7.589.96-9.432.59-2.473-.5-3.988-.03-5.787 1.76-1.34 1.34-3.348 2.45-4.462 2.46-1.115.01-2.808.53-3.764 1.15-1.154.76 6.032.96 21.422.59 43.743-1.05 68.016-2.24 69.917-3.41.711-.44 1.294-.25 1.294.42 0 .68 1.303 1.23 2.895 1.23s2.894-.5 2.894-1.12c0-.62-.728-.84-1.619-.5-.891.34-1.966.05-2.389-.63-.424-.68.136-1.59 1.241-2.01 1.107-.43 2.963-1.73 4.126-2.89 1.164-1.16 3.114-2.11 4.335-2.11 1.219 0 2.393-.42 2.605-.93.212-.5 2.855-2.07 5.873-3.47 6.153-2.86 12.68-3.31 14.983-1.04.841.83 4.396 1.66 7.899 1.84 3.502.17 6.937.8 7.633 1.37.696.58 1.607.7 2.026.29.419-.42.762-.03.762.88 0 1.19-1.504 1.62-5.5 1.59-3.025-.03-7.324.39-9.553.93-2.229.54-5.609 1.22-7.512 1.51-5.166.78-7.541 1.69-7.541 2.89 0 .6.521 1.08 1.159 1.08.637 0 1.165-.65 1.176-1.44.011-.97.392-.87 1.141.29.616.95 1.131 1.2 1.14.54.008-.66 1.32-1.31 2.913-1.44 2.243-.18 2.894.31 2.894 2.19 0 1.86.474 2.23 2.027 1.59 1.114-.47 5.934-1.3 10.711-1.85 12.142-1.39 16.21-2.28 16.21-3.55 0-.6.486-.79 1.078-.43.592.37 1.371.19 1.73-.39.358-.58-.123-1.35-1.078-1.72-2.387-.91-2.178-3.05.297-3.03 1.732.01 1.774.18.29 1.14-1.332.86-.929 1.12 1.737 1.12 4.858 0 7.203-1.61 5.436-3.74-.75-.91-1.021-1.99-.601-2.41 1.057-1.06 8.513-.96 8.344.11-.424 2.68.449 3.77 3.032 3.77 1.592 0 2.895.55 2.895 1.23 0 .73 1.001.92 2.461.46 1.656-.53 2.202-.36 1.668.5-.953 1.54-4.396 1.68-5.924.24-1.442-1.36-6.692.64-5.737 2.19.396.64 1.602 1.22 2.679 1.28 1.189.07.854.42-.85.9-1.545.43-3.022 1.42-3.281 2.2-.576 1.73 2.537 1.85 5.587.22 1.748-.94 2.24-.82 2.24.52 0 1.35 1.349 1.67 6.079 1.47 3.343-.14 6.73-.67 7.526-1.17.796-.51 1.932-.62 2.525-.25.594.36 1.427.09 1.854-.59.427-.69 1.532-.97 2.456-.61.925.35 1.381.16 1.015-.43-.387-.63.978-.81 3.266-.44 2.31.37 4.259.11 4.726-.65.438-.71 1.676-1.24 2.753-1.19 1.206.05 1.401.32.51.67-3.012 1.22-1.268 2.56 3.24 2.5 2.578-.04 5.009.26 5.403.65.608.61-6.572 1.27-9.222.86-.477-.09-.869.9-.869 2.17 0 1.29.772 2.32 1.737 2.32.956 0 1.737-.52 1.737-1.16 0-.64.912-1.15 2.026-1.14 1.732.02 1.774.18.29 1.14-1.221.79-1.295 1.13-.249 1.14.819.01 2.775-.82 4.348-1.85 2.24-1.47 3.219-1.58 4.517-.5 1.205 1 2.288 1.04 3.971.13 2.88-1.54 8.255-1.62 8.255-.12 0 1.01 2.684.93 14.432-.4 1.888-.21 4.073.26 4.856 1.04 1.578 1.58 7.472.91 8.704-.98.525-.81 1.327-.75 2.458.19.923.76 2.526 1.07 3.562.67 1.041-.4 1.884-.15 1.884.56 0 .7 1.693 1.35 3.763 1.44 2.751.11 3.058.29 1.141.66-1.443.28-2.324.99-1.958 1.58.365.59-.539 1.07-2.01 1.06-2.151-.02-2.334-.24-.936-1.15 1.484-.95 1.442-1.12-.29-1.13-1.115-.02-2.027.72-2.027 1.62 0 1.93-2.087 2.82-4.908 2.09-2.571-.67-1.458-2.58 1.503-2.58 1.236 0 2.247-.53 2.247-1.18 0-1.54-5.79-.16-8.251 1.97-1.639 1.42-1.988 1.36-2.688-.44-.769-1.99-.877-1.98-2.386.06-.87 1.19-2.265 1.88-3.102 1.54-1.137-.45-1.155-.63-.068-.7.796-.05 1.448-.63 1.448-1.29 0-.77-.939-.69-2.606.2l-2.605 1.4 3.474 1.42c2.228.92 3.727 1.02 4.181.29.39-.63.978-.11 1.308 1.14.607 2.32-.723 2.7-3.462.99-.958-.6-1.45-.19-1.453 1.19-.007 3.1-14.96 3.76-17.927.79-1.917-1.92-1.881-2.08.721-3.24 2.194-.97.212-1.33-10-1.81-9.295-.43-13.15-.2-14.267.86-1.987 1.88-2.598 1.83-1.842-.14.498-1.3-.123-1.36-3.421-.32-2.215.69-3.728 1.74-3.36 2.34.368.59.069.71-.669.25-.807-.49-1.337-.05-1.337 1.12 0 1.35.684 1.76 2.241 1.35 1.295-.34 2.501.1 2.858 1.03.428 1.11-.348 1.64-2.53 1.73-1.731.07-7.838.3-13.569.51-5.732.22-16.805.66-24.606.98-11.369.46-14.184.27-14.184-.97 0-2.25-3.081-3.09-4.596-1.27-.962 1.16-.91 1.71.206 2.16 1.913.76-5.067 1.28-12.535.93-2.432-.11-2.91-.61-2.424-2.47.334-1.27.137-2.02-.443-1.67-.577.36-1.05 1.4-1.05 2.32 0 .92-1.072 1.67-2.384 1.67-1.312 0-2.074.5-1.695 1.12.93 1.5-9.22-1.62-12.726-3.92-3.816-2.5-10.01-2.5-9.051 0 .531 1.39.922 1.48 1.596.39.686-1.11 1.317-1.01 2.745.41 1.7 1.7 1.684 1.86-.185 1.89-4.528.07-16.962 2.52-18.247 3.58-.755.63-1.715.8-2.134.38-.419-.42-.762-.14-.762.64 0 .77.651 1.32 1.447 1.21 2.895-.37 4.109.13 4.824 1.99.61 1.59.44 1.66-1.034.44-1.321-1.1-1.763-1.12-1.763-.09 0 .87-.706.68-1.887-.5-1.036-1.04-2.574-1.62-3.414-1.3-.962.37-1.296-.02-.898-1.06.537-1.39.137-1.41-2.664-.14-8.413 3.82-11.256 5.42-8.795 4.94 1.433-.27 2.605-.02 2.605.55 0 .58.551 1.05 1.227 1.05.674 0 .904-.52.51-1.16-.394-.64-.164-1.16.51-1.16s1.227.49 1.227 1.1c0 .67 11.061.89 28.658.58 15.762-.28 33.999-.61 40.527-.72 6.528-.11 11.869-.65 11.869-1.2 0-.55.988-.47 2.197.18 1.773.95 2.548.64 4.009-1.59 1.473-2.25 1.522-2.88.26-3.36-.853-.33-2.078-.07-2.721.57-.786.79-1.406.78-1.894-.01-1.393-2.25 3.795-2.64 7.025-.53 1.756 1.15 2.831 1.5 2.39.78-.569-.92.757-1.12 4.56-.69 3.489.39 5.108.19 4.634-.58-.815-1.32 5.628-2.67 11.961-2.5l4.053.11-3.822.9c-4.946 1.17-6.594 2.85-1.788 1.82 2.17-.46 3.96-.28 4.41.44 1.197 1.94 7.546 1.48 8.345-.6.536-1.4.918-1.49 1.605-.38 1.055 1.71 5.724 2.67 5.724 1.18 0-.56-1.15-1.32-2.555-1.68-3.427-.9-2.481-1.58 3.423-2.46 5.202-.77 6.801.81 2.316 2.29-2.596.85-2.595.86.29 1.32 6.311 1.02 8.174 1.67 7.573 2.64-.345.56-1.539.88-2.653.71-1.113-.16-1.374-.08-.577.2.796.27 1.448.98 1.448 1.57 0 2.11 1.969 1.02 3.263-1.82.724-1.6 1.981-2.89 2.791-2.88 1.168.01 1.161.21-.027.97-1.21.77-1.173 1.23.186 2.35.929.77 1.949.98 2.268.47.318-.52 3.491-.88 7.05-.81 3.56.07 6.472-.31 6.472-.86 0-.54 1.333-.98 2.963-.98 1.681 0 2.653-.5 2.247-1.16-.393-.64.069-1.16 1.033-1.16.961 0 2.164-.71 2.674-1.58.508-.87 2.664-1.83 4.788-2.13 3.422-.48 3.81-.27 3.4 1.87-.384 2.01.096 2.4 2.802 2.32 3.775-.12 5.88-1.57 2.576-1.77-1.221-.08-2.591-.08-3.046-.02-.455.07-.543-.62-.194-1.52.467-1.22 1.888-1.47 5.458-.98 2.655.37 5.608.57 6.563.45.955-.12 5.515-.49 10.132-.83 6.774-.51 8.409-1 8.468-2.56.055-1.45.319-1.33 1.06.51 1.104 2.73 5.814 4.07 10.859 3.09 2.142-.41 3.672-.08 4.342.97.84 1.3 1.217 1.32 2.007.09 1.084-1.67 3.089-1.86 10.317-.94 3.837.49 4.922.26 4.922-1.06 0-2.06 2.282-2.3 2.397-.25.041.79.529.4 1.076-.87.811-1.89 1.011-1.96 1.076-.36.124 2.97 1.223 3.25 15.353 3.91 7.204.34 16.745.88 21.203 1.19 20.516 1.46 32.256 1.11 36.326-1.07 3.21-1.72 4.14-1.83 4.93-.58.77 1.21.98 1.22.99.06.02-1.13.58-1.19 2.33-.25 1.44.76 2.32.81 2.32.11 0-.65 2.72-.97 6.31-.76 3.47.21 6.59.1 6.93-.24.35-.35 2.81-.63 5.48-.63 3.72 0 5.05.52 5.68 2.21.78 2.09.87 2.1 1.68.11.47-1.15 1.57-1.82 2.44-1.49.9.35 1.59-.12 1.59-1.09 0-.93.83-1.7 1.86-1.7 1.15 0 1.61.64 1.21 1.68-.84 2.2 2.88 3.35 7.53 2.33 2.57-.56 3.15-1.06 2.03-1.76-.95-.58-1.92-.42-2.45.42-.61.96-.89.8-.9-.51-.03-2.25 2.78-3.14 8.51-2.68 2.31.18 4.21-.1 4.21-.62 0-.53 1.05-.68 2.33-.35 1.88.5 2.19.2 1.57-1.55-.63-1.78-.49-1.91.79-.72.86.8 2.63 1.41 3.93 1.37 2.24-.07 2.23-.13-.23-1.12-1.43-.57-2.6-1.3-2.6-1.62 0-.32.75-.29 1.68.07.92.35 2.36.22 3.18-.3 1.65-1.03 2.19-1.14 7.29-1.42 2.78-.16 3.13-.44 1.74-1.41-1.29-.9-.77-1.02 2.03-.47 2.15.43 3.76.27 3.76-.37 0-1.38 8.93-3.7 14.23-3.7 4.53 0 11.59 3.14 10.61 4.72-.36.59-.92 1.07-1.24 1.07-.32 0-.29-.46.06-1.03.69-1.12-3.07-2.4-7.16-2.43-2.77-.01-3.33 1.11-1.46 2.98.75.75-.84 1.91-4.64 3.38-6.2 2.41-7.8 4.63-2.58 3.6 1.75-.34 5.26-.75 7.81-.91 2.55-.16 4.9-.66 5.22-1.11.33-.45 3.32-1.9 6.66-3.21 5.98-2.36 6.07-2.36 6.07-.12 0 1.44.58 2.04 1.59 1.65.87-.34 1.94.32 2.38 1.46.44 1.14.29 2.24-.33 2.44-.62.21-2.5 1.65-4.18 3.21-1.68 1.56-3.55 2.83-4.15 2.83-.61 0-1.1.95-1.1 2.12 0 1.7.69 2.01 3.57 1.59 2.82-.42 3.45-.99 3-2.71-.35-1.34.22-2.61 1.47-3.28 1.74-.93 1.96-.67 1.5 1.75-.6 3.13.33 3.44 4.99 1.67 2.59-.98 2.99-.89 2.43.58-.84 2.18-.52 2.18 4.64.02 2.29-.95 5.53-1.67 7.2-1.6 1.96.08 2.32.32 1.02.66-2.92.77-2.5 2.31.86 3.16 3.69.92 3.78 2.99.13 2.99-1.93 0-2.72.62-2.61 2.03.14 1.73-1.07 2.08-8.23 2.37-6.64.27-8.4-.01-8.4-1.3 0-1-1.18-1.65-3.02-1.65-2.13 0-2.55.29-1.44 1 .86.55 1.05 1.01.41 1.03-.64.02-.38.54.58 1.16 1.4.91 1.24 1.12-.87 1.14-1.43.01-2.61.54-2.61 1.18 0 .63-1.04 1.15-2.31 1.15-1.4 0-2.35.8-2.4 2.03-.07 1.72-.22 1.67-1-.29-.89-2.25-.93-2.25-1.37-.08-.42 2.09-.56 2.11-2.4.27-1.84-1.84-2.04-1.83-3.25.08-.93 1.46-1.47 1.63-1.9.6-.88-2.08-3.12-1.8-2.32.29.47 1.22-.09 1.73-1.9 1.72-1.41-.01-2.05-.4-1.41-.87.64-.47 1.32-1.59 1.51-2.5.27-1.21-.04-1.32-1.15-.42-.84.67-3.2 1.58-5.27 2.02-4.31.93-6.2 2.94-2.75 2.94 1.27 0 2.63-.51 3.02-1.14.43-.7 1.81-.42 3.56.72 1.91 1.26 4.07 1.63 6.59 1.14 2.67-.51 3.25-.39 2.02.42-.96.63-2.78 1.19-4.06 1.24l-2.31.1 2.31.99c2.21.95 2.2 1-.29 1.08-1.43.04-2.6-.32-2.6-.81 0-.5-2.09-.9-4.63-.9-2.55 0-4.63.49-4.63 1.09 0 .6-.33.76-.74.36-.4-.41-1.83-.13-3.18.63-1.35.75-2.87 1.24-3.37 1.1-.5-.15-1.9.27-3.11.91-1.47.79-2.44.79-2.92.02-.39-.64-1.6-1.12-2.67-1.07-1.22.05-1.41.31-.51.68.8.32 1.16 1.06.8 1.64-.36.59.94 1.06 2.89 1.06 3.59 0 5.04 2.68 2.09 3.87-.79.32.77.62 3.48.67 2.9.06 4.92-.44 4.92-1.2 0-.72-1.02-1.03-2.32-.69-1.27.33-2.31.11-2.31-.49 0-.66 4.4-.87 10.97-.53 6.03.31 11.25.09 11.61-.48.36-.57 1.36-.78 2.23-.44.87.33 1.96-.01 2.43-.76.62-1.01 1.09-.95 1.83.22.74 1.15 1 1.18 1.02.12.02-1.8 5.45-1.93 6.04-.15.24.71 2.32 1.37 4.62 1.45 2.3.08 3.96.51 3.68.96-.27.44 1.47 1.13 3.88 1.52 10.87 1.78 10.8 1.75 9.58 4.05-2.14 4-1.38 6.84 2.03 7.59 1.75.38 3.8.88 4.56 1.11.75.23 1.56-.15 1.79-.84.29-.88 1.25-.82 3.13.19 1.66.89 5.35 1.26 9.5.96 3.73-.27 6.78-.07 6.78.45s-1.46.95-3.25.95-4.52 1.17-6.05 2.6c-2.02 1.88-4.28 2.63-8.09 2.68-5.57.08-8.52 1.17-7.53 2.78.33.52-.73 1.28-2.34 1.69-1.62.4-2.6 1.27-2.19 1.94.4.66 1.45.93 2.32.59 1.9-.73 3.27 1.1 2.16 2.89-.55.9-1.12.81-1.89-.29-.86-1.22-1.23-1.25-1.69-.12-.32.79-1.32 1.45-2.23 1.45-.9 0-1.64.55-1.64 1.23 0 .67.91 1.11 2.03.97 1.11-.14 3.54.16 5.38.68 2.1.58 4.15.44 5.46-.38 1.71-1.07 1.98-.99 1.44.41-.36.94-1.88 1.72-3.37 1.72-1.5 0-3.23.91-3.85 2.02-.62 1.12-1.43 1.9-1.8 1.74-1.61-.71-3.04-.19-2.39.87.39.64 1.85 1.16 3.25 1.17 1.83.02 2.11.29.99 1-1.19.75-.81 1.56 1.6 3.46 2.85 2.23 2.92 2.47.79 2.47-1.83 0-2.22.55-1.73 2.43.56 2.14 1.24 2.34 5.97 1.76 3.68-.46 4.62-.34 3.02.39-1.27.58-3.49 1.09-4.92 1.13-1.64.06-2.64.83-2.7 2.11-.05 1.26-.53.8-1.27-1.21-.94-2.6-1.49-2.96-2.8-1.88-.89.74-1.62 2.33-1.62 3.52 0 1.2-.53 2.18-1.16 2.18-.64 0-1.16-1.34-1.16-2.97 0-1.63-.5-2.65-1.11-2.28-.61.38-.81 1.45-.46 2.39.45 1.16-.12 1.7-1.77 1.7-1.34 0-3.07 1.01-3.84 2.25-1.05 1.68-1.8 1.94-2.91 1.02-1.12-.93-1.49-.75-1.49.71 0 1.51.86 1.87 3.76 1.59 2.63-.25 3.65-.89 3.39-2.1-.29-1.39-.08-1.45 1.1-.29.81.8 2.02 1.44 2.69 1.43.67-.01.43-.52-.52-1.14-1.35-.87-.99-1.13 1.57-1.14 2.54-.02 3.15.4 2.61 1.81-.39 1.01-.71 2.05-.71 2.32s-.79.48-1.76.48c-1.29 0-1.57.76-1.03 2.9.5 1.97.25 2.89-.78 2.89-.93 0-.71.58.6 1.54 1.9 1.39 1.49 1.79-4.4 4.34-3.56 1.54-6.49 3.23-6.5 3.74-.01.52.53.6 1.2.19 1.92-1.19 6.89-1.49 6.21-.38-.34.55-1.37 1-2.29 1-2.22 0-2.13 1.89.12 2.75 1.04.4 1.5.2 1.1-.45-.39-.63.1-1.15 1.09-1.15 1 0 1.81-.5 1.81-1.11 0-1.94 4.46-3.61 7.55-2.83 3.6.9 2.68 2.21-1.55 2.21-2 0-3.21.7-3.46 2.02-.22 1.12.19 2.03.92 2.03.72 0 .98-.65.57-1.45-.4-.79-.04-.62.8.39.93 1.12 2.79 1.67 4.72 1.41 1.75-.24 3.19.11 3.19.77s-.95 1.2-2.1 1.2c-1.15 0-3.01.66-4.12 1.48-1.9 1.39-1.88 1.5.35 1.66 1.32.1 2.39-.21 2.39-.7s1.57-.66 3.48-.38 3.47.9 3.47 1.38c0 .47 1.3.62 2.9.31 1.59-.3 2.89-1.07 2.89-1.7 0-.63-.78-.84-1.74-.48-.95.37-1.73.16-1.73-.45 0-.62 1.04-1.12 2.31-1.12 1.63 0 2.32.77 2.34 2.6.01 2.11.23 2.27 1.14.87.94-1.46 1.12-1.4 1.14.42.01 1.68-.63 2.04-2.84 1.62-1.58-.3-2.59-.1-2.25.44.33.55 1.36.99 2.28.99.92 0 1.67.57 1.67 1.27 0 .79 1.72 1.06 4.6.73 3.71-.43 4.73-.12 5.27 1.57.39 1.25 1.35 1.84 2.34 1.46.93-.35 2.59-.25 3.71.23 1.11.48 3.15.77 4.52.64 1.37-.14 2.83.3 3.24.97.46.74.03.94-1.09.51-1.01-.39-2.86.21-4.11 1.35-1.3 1.18-2.27 1.48-2.27.72 0-.74-.52-1.34-1.16-1.34-.64 0-1.16 1.07-1.16 2.38 0 1.59 1.14 2.77 3.48 3.58 1.91.67 3.47 1.68 3.47 2.26 0 .57.56 1.04 1.24 1.04.7 0 .92-.99.5-2.31-1.01-3.18.4-2.94 1.7.29.77 1.91 1.06 2.08 1.12.63.08-2.05 7.71-6.41 8.99-5.13.4.41-.14.73-1.2.73s-1.8.65-1.64 1.45c.16.8-.57 1.31-1.61 1.14-1.04-.17-2.19.47-2.56 1.43-.47 1.23.1 1.74 1.9 1.74 5.09 0 6.38.44 5.8 1.96-.33.85-1.09 1.55-1.7 1.55-.6 0-.81-.47-.46-1.04.35-.57-.58-.96-2.06-.87-2.06.13-2.59.72-2.22 2.48.44 2.11.26 2.07-1.92-.41-1.75-1.98-2.41-2.25-2.41-.96 0 1.57-2.48 2.61-9.26 3.85-.96.18-3.94.44-6.64.59-2.69.14-4.6.56-4.23.91.7.7 1.57.8 9.61 1.07 6.19.2 5.48 1.51-1.09 2.01-2.6.2-5.74.68-6.98 1.07-1.32.42-2.25.18-2.25-.59 0-.71-.58-.94-1.29-.51-.71.44-1.62.28-2.02-.35-.41-.63-2.05-1.52-3.64-1.96-2.13-.6-2.44-.5-1.19.36 1.5 1.03 1.5 1.24 0 1.75-4.09 1.37-6.43 1.25-7.69-.41-1.18-1.54-1.34-1.47-1.16.54.11 1.27.81 2.57 1.56 2.89.98.42.86 1.23-.44 2.9-1.46 1.86-1.68 1.92-1.11.29.61-1.78-.11-2.03-5.92-1.99l-6.63.05 3.89 1.68c2.13.93 4.35 1.4 4.92 1.05.57-.36 1.04-.03 1.04.72 0 .83-1.14 1.14-2.93.8-1.6-.31-3.2-.1-3.55.46-.35.56-1.12.72-1.71.36-.59-.37-1.08-.14-1.08.52 0 .65-.78.89-1.73.52-.96-.36-1.74-.15-1.74.47s2.73 1.53 6.08 2.02c4.94.72 5.54 1.02 3.19 1.64-1.95.52-2.42 1.05-1.44 1.65.78.49 1.95.57 2.59.17.64-.39 1.16.1 1.16 1.09 0 1.17 1.05 1.81 2.96 1.81 1.63 0 2.68-.46 2.33-1.03-.35-.56.92-1.26 2.82-1.54 1.91-.27 3.47-.08 3.47.45s-.59.96-1.3.96c-.93 0-.95.43-.06 1.49 1 1.2-.45 1.44-7.38 1.21-4.95-.17-8.63.18-8.63.82 0 .61 1.18 1.15 2.61 1.2 1.43.06 4.69.27 7.24.5 2.54.22 7.49.5 11 .63 4.62.16 5.69.47 3.91 1.14-3.38 1.28-26.16 1.89-27.94.75-.89-.57-1.45-.35-1.47.59-.01.96-.32 1.07-.86.32-.97-1.36-7.22-1.58-7.22-.25 0 .47-1.04.86-2.32.86-1.27 0-2.31-.55-2.31-1.24 0-.68-.79-.46-1.74.5-2.46 2.46-2.18 2.95 1.45 2.55 1.75-.19 3.56.24 4.03.95.6.92.86.87.87-.15.01-.8 1.09-1.45 2.4-1.45 1.31 0 2.09.48 1.73 1.07-.36.58.91 1.41 2.83 1.83 3.26.71 4.96 2.89 2.25 2.89-.67 0-.92.5-.54 1.11.38.61 1.58.79 2.67.41 1.39-.48 1.64-.32.84.54-1.36 1.45-7.81.48-6.87-1.03 1.01-1.64-.66-1.19-2.53.68-1.5 1.5-1.34 1.79 1.28 2.45 1.65.41 4.43.46 6.19.11 2.42-.49 3.56-.06 4.7 1.76 1.45 2.33 1.33 2.39-3.73 1.82-4.49-.51-5.31-.27-5.82 1.68-.5 1.91-.15 2.15 2.22 1.56 1.67-.42 2.82-.2 2.82.52 0 .73-2.13 1.13-5.21.97-5.04-.26-7.59-2.16-2.9-2.16 1.32 0 2.32-.77 2.32-1.79 0-1.33-.5-1.52-1.92-.72-1.12.63-3.41.66-5.53.07-2.04-.57-5.87-.56-8.79.01l-5.18 1.02 4.25.12c2.33.07 5.07.44 6.07.83 2.62 1.01 2.27 3.16-.39 2.46-1.66-.43-2.06-.13-1.54 1.21.43 1.13.21 1.5-.59 1.01-.7-.43-1.6-.26-2 .39-1.34 2.16-2.91 1.21-2.91-1.76 0-2.62-.26-2.8-2.42-1.64-2.17 1.16-2.35 1.04-1.66-1.11.61-1.95.38-2.26-1.24-1.64-1.16.44-1.72.3-1.32-.34.38-.61-.32-1.1-1.54-1.1s-2.17.54-2.1 1.2c.32 2.85-.25 4.09-1.87 4.09-.96 0-1.74.78-1.74 1.74 0 .95-.52 1.74-1.16 1.74-.64 0-1.17-.66-1.18-1.45-.01-1.06-.28-1.03-1.01.13-.7 1.1-1.14 1.18-1.45.24-.47-1.42-6.39-2.45-8.81-1.54-.79.31-1.44 1.23-1.44 2.07 0 .83-.66 1.78-1.45 2.1-.8.32-.28.62 1.16.67 1.43.06 2.61-.56 2.62-1.35.01-1.05.29-1.01 1.02.14.56.88 2.24 1.58 3.75 1.57 6.26-.05 14.24-1.51 14.99-2.73.44-.72 1.38-.95 2.09-.51.71.44 1.29.14 1.29-.66 0-1.13.32-1.11 1.44.08 1.16 1.23 1.16 1.64 0 2.07-2.28.83-1.68 2.65.87 2.65 1.28 0 2.32.52 2.32 1.16 0 .64.72 1.16 1.6 1.16.88 0 1.88 1.04 2.21 2.32.43 1.65 1.19 2.09 2.64 1.54 1.2-.46 1.75-.32 1.34.34-.38.62-.21 1.88.37 2.8.82 1.29 1.07 1.03 1.09-1.14.01-2.73.06-2.75 1.68-.58 1.64 2.22 1.68 2.22 3.41-.07 1.67-2.22 1.72-2.17 1.39 1.16-.32 3.14-.7 3.44-3.99 3.1-2.09-.22-3.64.16-3.64.89 0 .72-1.25 1.04-2.89.74-2.94-.53-3.54.12-2.01 2.22 1.07 1.45 10.7 2.05 10.7.66 0-.56 1.08-.74 2.41-.4 3.44.9.45 2.59-4.63 2.61-3.39.02-4.28 1.48-1.16 1.9.58.08 1.42.21 1.86.29.44.08-.18.86-1.38 1.74-2.04 1.49-1.98 1.59 1.01 1.59 2.46 0 3.02-.43 2.46-1.88-.57-1.51-.42-1.6.75-.44 1.95 1.95 3.31 1.83 3.31-.29 0-.96 1.03-1.73 2.31-1.73 2.57 0 3.14 1.79.87 2.7-.86.35-.63.63.58.68 1.11.05 2.03.6 2.03 1.21 0 .62-.92.78-2.03.36-1.9-.72-1.9-.65-.08 1.19 1.08 1.1 3.89 2.02 6.37 2.09 4.38.13 4.37.14-1.24 1.21-4.89.94-5.99.78-8.1-1.14-1.73-1.58-3.64-2.09-6.5-1.76-2.23.25-9.53.46-16.21.45-13.74-.01-19.69.7-19.69 2.35 0 .62 1.42.82 3.19.43 2.21-.48 2.7-.36 1.6.42-1.33.94-1.33 1.21 0 1.74.87.34-.63.66-3.34.72-2.71.05-4.86.48-4.78.96.53 3.42-.39 4.92-3.04 4.92-1.59 0-2.89.67-2.89 1.48 0 1.7 3.14 2.07 9.78 1.17 3.95-.53 4.3-.81 2.62-2.04-1.75-1.28-1.64-1.56 1.17-2.84 4.25-1.93 15.59-3.06 12.77-1.26-1.11.7-2.02 2.33-2.02 3.61 0 1.28-.53 2.01-1.16 1.61-.64-.39-1.16-.16-1.16.51 0 .69 2.33 1.23 5.28 1.23 2.9 0 5.03.39 4.74.87-.3.48 3.97.78 9.48.67l10.02-.2-9.84 1.08c-5.81.63-10.32 1.72-11.01 2.65-.71.95-3.56 1.6-7.24 1.65-3.33.04-6.19.14-6.35.23-.16.08-5.43.28-11.7.44-8.55.21-11.56-.1-11.99-1.24-.32-.83-1.87-1.52-3.43-1.52s-2.55.46-2.2 1.03c.9 1.45-1.72 3.17-5.11 3.35-1.59.08-3.06.69-3.28 1.36-.23.66-.92 1.21-1.54 1.21s-.81-.52-.41-1.16c.39-.64-.1-1.16-1.09-1.16-.99 0-1.81.52-1.81 1.16 0 .64-.81 1.16-1.8 1.16-1 0-1.49-.52-1.09-1.16.39-.64.19-1.16-.44-1.16-.64 0-1.48.52-1.88 1.16-.39.64-2.11 1.2-3.83 1.24-7.05.18 1.65 2.07 9.91 2.15 6.66.07 8.4.44 8.4 1.82 0 .96-.39 1.68-.87 1.6-.48-.08-2.69-.03-4.92.12l-4.06.26 4.64 1.53 4.63 1.53-4.34.26c-2.39.14-5 .31-5.79.38-.8.07-1.32-.54-1.16-1.34.42-2.13-1.66-1.76-2.51.45-.64 1.67-.96 1.61-2.77-.48l-2.04-2.36-1.96 2.42-1.96 2.41-2.14-2.46c-2.11-2.43-2.15-2.43-4.06-.2-2.45 2.85-8.67 2.99-10.77.23-1.43-1.89-1.54-1.86-1.57.46-.04 2.39-.46 2.48-9.57 2.07-6.92-.3-9.9-.92-10.86-2.22-1.12-1.54-1.53-1.27-2.8 1.8-1.55 3.74-.47 5.64 3.22 5.68.79.01 1.45.53 1.45 1.16 0 .62 1.57.95 3.49.73 1.93-.23 3.71-.07 3.97.35.25.41 3.45.86 7.1.99 3.65.12 6.89.5 7.22.82.32.32 1.28 0 2.13-.71 1.97-1.63 2.05.33.11 2.37-1.17 1.23-1.01 1.39.87.84 1.28-.38 3.1-.19 4.06.43 1.23.79.01 1.12-4.25 1.13-6.48.01-9.65.82-9.65 2.46 0 1.54 3.21 1.25 3.74-.35.29-.88 1.39-.44 3.05 1.22 1.82 1.82 3.35 2.37 5.14 1.85 2.42-.71 2.41-.65-.24 1.29-2.41 1.76-3.47 1.85-7.83.69-2.78-.75-7.13-1.35-9.66-1.35-4.21 0-4.62-.27-4.62-3.03 0-2.58-.39-2.93-2.61-2.33-1.43.38-2.97.7-3.43.71-2.09.04.78 3.5 2.98 3.59 1.94.08 1.73.32-.94 1.12-1.88.56-9.3.91-16.5.77-7.19-.14-13.082.14-13.082.61.003 1.3-5.607 1.05-8.255-.37-1.848-.99-2.037-1.57-.939-2.89 1.755-2.12 9.727-2.31 8.463-.21-.591.98-.242.94 1.09-.14 1.291-1.05 1.959-1.15 1.959-.28 0 1.52 10.184 1.45 11.134-.09.33-.54 1.17-.63 1.86-.21.71.44.93.25.51-.44-.41-.66.14-1.55 1.23-1.97 1.65-.64 1.71-.94.35-1.78-2.04-1.26-13.76-1.33-16.182-.09-1.006.51-3.323.26-5.269-.56l-3.474-1.47 4.053-.5 4.052-.5-4.371-.18c-3.864-.17-4.451-.59-5.06-3.63-.697-3.49-1.873-3.82-6.49-1.82-1.115.48-2.938.48-4.053 0-4.243-1.85-7.491-1.78-8.927.18-1.019 1.4-2.099 1.7-3.642 1.03-4.141-1.8-13.642-1.56-15.87.39-1.702 1.49-2.276 1.54-3.044.3-.781-1.26-1.057-1.25-1.575.04-.473 1.19-.65 1.21-.719.1-.069-1.16-.639-1.2-2.555-.17-1.921 1.03-2.685.97-3.474-.25-.796-1.23-1.21-1.26-1.945-.13-.88 1.37-4.401 2.09-12.381 2.56-2.913.17-3.1.34-1.159 1.07 2.487.92 18.785.79 24.022-.21 1.749-.33 3.411-.23 3.695.23.283.46 3.543.5 7.242.07 3.699-.42 7.378-.52 8.174-.23.796.29 1.455-.18 1.465-1.04.015-1.32.176-1.32 1.01-.01.779 1.23 1.531 1.28 3.48.24 2.921-1.57 4.928-.71 4.002 1.71-.358.93-.319 1.7.082 1.7.407 0 1.212-1.18 1.787-2.61.803-2 1.064-2.13 1.12-.58.055 1.62 1.122 2.03 5.284 2.03 2.866 0 5.211.39 5.211.87 0 .47-1.954.89-4.342.93-19.347.28-43.689 1.77-44.641 2.72-.674.67-1.939.75-3.011.19-1.018-.54-6.278-1.17-11.691-1.4-8.809-.37-9.826-.2-9.682 1.61.082 1.11-.302 2.03-.868 2.03-.566 0-1.03-.96-1.03-2.13 0-1.92-.637-2.03-6.865-1.18-3.776.51-7.294 1.04-7.816 1.16-.523.12-2.926-.19-5.339-.69-3.365-.7-4.872-.48-6.46.96-2.554 2.31-5.542 2.37-9.715.2-3.709-1.94-16.13-1.72-16.8.29-.321.96-.98.96-2.526-.01-2.479-1.54-12.773.85-12.831 2.99-.015.72-.566.39-1.216-.73-1.46-2.5-7.812-2.74-8.741-.32-.574 1.5-1.055 1.51-3.902.03-2.797-1.45-12.481-2.11-26.054-1.8-1.273.03-5.052.03-8.395 0-4.231-.04-6.09.4-6.114 1.45-.027 1.02-.382.92-1.105-.32-.83-1.42-3.22-1.85-10.668-1.93-6.143-.07-9.908.39-10.457 1.25-.634 1-.863.97-.875-.09-.008-.8-.756-1.45-1.658-1.45-.903 0-1.903.65-2.225 1.45-.467 1.16-.601 1.16-.675 0-.055-.8-1.004-1.44-2.118-1.43-1.552.01-1.665.24-.481.99 1.258.8 1.225 1.11-.181 1.64-.949.37-2.583-.28-3.631-1.44-1.394-1.54-3.294-2.03-7.081-1.83-4.488.25-8.613 1.61-5.608 1.87 5.069.42 6.879 1.46 5.741 3.3-1.751 2.84-16.847.87-17.676-2.29-.675-2.59-6.151-3.43-10.396-1.61-3.433 1.47-2.95 1.93 3.555 3.36 1.826.4 3.129.9 2.895 1.1-1.323 1.15-9.215 1.43-13.453.48l-.004.01zm-169.924-7.87c1.836-.75 1.956-1.08.578-1.55-6.883-2.38-10.132-3.12-13.736-3.12-3.61 0-3.916.21-2.433 1.67.933.92 3.192 1.94 5.022 2.26 1.829.33 3.61.88 3.956 1.23.87.87 3.847.65 6.613-.49zm493.555-1.87c-1.1-1.11-3.31.68-2.49 2.01.49.79 1.14.77 1.97-.06.68-.68.92-1.56.52-1.95zm3.77.67c0-.64-.23-1.16-.51-1.16s-.83.52-1.23 1.16c-.39.64-.16 1.16.51 1.16.68 0 1.23-.52 1.23-1.16zm-125.056-1.06c1.544-.15 1.544-.28 0-1.17-1.828-1.06-8.62-1.7-14.474-1.37-2.958.17-3.172.37-1.438 1.38 1.12.65 2.516.89 3.104.53.588-.37 1.316-.26 1.618.22.476.77 5.433.95 11.19.41zm-33.18-1.88c-.378-.99-.934-1.54-1.238-1.24-.303.3-.208 1.11.211 1.79 1.142 1.84 1.809 1.49 1.026-.55h.001zm-2.574-1.92c.49-.79.587-1.72.216-2.05-.371-.34-.907.04-1.191.83-.285.8-1.807 1.45-3.384 1.45-1.576 0-2.564.49-2.195 1.08.884 1.44 5.42.52 6.554-1.31zm16.069 1.39c-.954-.62-3.039-1.1-4.631-1.06-2.652.05-2.7.15-.579 1.06 1.273.54 3.358 1.02 4.632 1.06 1.911.05 2.012-.14.578-1.06zm119.931-2.82c4.47-4.47.11-6.77-7.03-3.68-2.3.99-4.65 1.17-6.92.53-3.59-1.01-7.558-.35-7.558 1.26 0 1.27 7.998 2.47 11.818 1.77 1.7-.3 3.41-.04 3.81.61 1.04 1.68 3.95 1.44 5.88-.49zm-563.635-2.42c-.357-.36-1.004.28-1.439 1.42-.629 1.65-.495 1.79.649.65.791-.78 1.147-1.72.79-2.07zm22.368-2.02c-1.143-1.14-1.276-1-.648.65.434 1.14 1.081 1.78 1.438 1.43.357-.36.001-1.29-.79-2.08zm552.827-4.59c-1.32-.74-2.42-.74-3.16 0-.74.74-.04 1.14 2.02 1.14 2.67 0 2.85-.18 1.14-1.14zm32.93-5.98c0-.25-.8-.76-1.79-1.14-1.03-.4-1.5-.2-1.09.45.68 1.1 2.88 1.63 2.88.69zm36.27-13.04c.42-.42.22-1.43-.46-2.24-.88-1.06-.7-2.28.65-4.34 2.24-3.41.18-5.69-2.2-2.44-.82 1.12-2.08 1.66-2.82 1.2-1.66-1.02-1.72 1.05-.13 4.02.93 1.75.82 2.24-.52 2.24-.93 0-2.03.52-2.42 1.16-.79 1.28 6.65 1.66 7.9.4zm22.79-.4c0-.63-.53-1.16-1.16-1.16-.64 0-1.16.53-1.16 1.16 0 .64.52 1.16 1.16 1.16.63 0 1.16-.52 1.16-1.16zm-773.731-2.5c.186-.96-.466-1.74-1.447-1.74-.988 0-1.785.99-1.785 2.22 0 2.56 2.721 2.15 3.232-.48zm4.891 1.06c.013-1.06.289-1.02 1.02.13.761 1.2 1.526 1.28 3.167.33 1.975-1.15 1.987-1.26.138-1.3-1.115-.01-2.026-.45-2.026-.96s-1.191-.92-2.647-.92c-1.777 0-2.647.68-2.647 2.08 0 1.15.67 2.09 1.489 2.09.819 0 1.497-.65 1.507-1.45h-.001zm-11.597-1.16c0-.48-.218-.87-.485-.87-.266 0-1.241-.29-2.166-.65a1.809 1.809 0 00-2.325 1.03c-.461 1.2.154 1.63 2.165 1.52 1.545-.1 2.809-.55 2.81-1.03h.001zm-6.947-1.06c0-.53-1.521-.97-3.379-.97-1.859 0-4.203-.31-5.211-.7-1.147-.44-1.831-.08-1.831.96 0 1.21 1.446 1.67 5.21 1.67 2.866 0 5.211-.43 5.211-.96zm-32.735-8.62c-.385-.38-1.384-.42-2.22-.09-.923.37-.649.64.701.7 1.22.05 1.904-.22 1.519-.61zm-6.948-1.15c-.384-.39-1.383-.43-2.219-.1-.923.37-.65.64.7.7 1.22.05 1.905-.22 1.52-.61l-.001.01zm839.797-6.83c0-1.21-1.14-1.71-3.76-1.64l-3.76.09 3.47 1.59c1.91.88 3.61 1.62 3.76 1.65.16.02.29-.73.29-1.69zm1.42-3.96c1.26-.06 1.75-.72 1.33-1.8-.57-1.49-1.06-1.5-3.87-.04-1.77.91-3.63 1.29-4.13.84-.5-.45-.56-.22-.14.52.42.74 1.68 1.17 2.79.96 1.11-.22 2.92-.43 4.02-.48zm-818.903-6.87c0-.55-1.693-1.54-3.763-2.2-3.547-1.14-3.369-1.21 3.088-1.33 6.146-.1 8.341-1.39 3.257-1.91-3.91-.4-5.485-1.12-6.172-2.84-.383-.95-1.164-1.77-1.737-1.82-.573-.04-3.479-.49-6.459-.99-6.327-1.05-9.84.25-5.491 2.03 1.542.63 3.282 1.04 3.868.9.585-.14.325.66-.579 1.78-1.05 1.29-1.12 1.71-.195 1.15.796-.48 1.447-.31 1.447.36 0 .67.765 1.23 1.701 1.23 1.003 0 1.438.68 1.061 1.66-.481 1.26.598 1.78 4.378 2.12 2.76.24 5.148.53 5.307.65.161.11.29-.25.29-.79h-.001zm-16.211-2.8c1.182-.45.926-.69-.8-.75-1.395-.06-2.814.35-3.152.9-.817 1.32.709 2.8 1.558 1.51.362-.55 1.439-1.3 2.395-1.66h-.001zm4.053 1.47c.394-.64.164-1.16-.51-1.16s-1.227.52-1.227 1.16c0 .64.23 1.16.51 1.16.281 0 .833-.52 1.227-1.16zm-7.673-2.99c.238-.21.041-1.32-.424-2.46-.57-1.38-1.036-1.59-1.394-.64-.391 1.05-1.142 1.12-2.76.25-2.315-1.24-3.278.42-1.046 1.8.647.4.842 1.27.433 1.93-.484.78.215.91 2.008.36 1.512-.47 2.945-1.02 3.182-1.24h.001zm32.95-2.13c1.126.43 1.934.17 1.934-.61 0-.75-.485-1.05-1.078-.69-.592.37-1.405.14-1.805-.51-.399-.64-2.39-1.14-4.422-1.09-3.5.06-3.557.14-1.09 1.33 1.433.69 2.613 1.83 2.623 2.53.01.75.404.66.961-.22.52-.82 1.811-1.15 2.878-.74h-.001zm8.397.49c.903 0 1.642-.48 1.642-1.06 0-.58-.912-.88-2.026-.66-1.114.21-2.678.42-3.474.47-.796.06-1.447.67-1.447 1.37 0 .71.825.97 1.832.58 1.007-.39 2.57-.7 3.473-.7zm436.704-4.17c-.384-.39-1.384-.43-2.219-.1-.924.37-.65.65.7.7 1.22.06 1.904-.22 1.519-.61v.01zm-351.03-9.72c0-1.28-.688-2.32-1.53-2.32-1.17 0-1.239.54-.29 2.32.682 1.27 1.37 2.31 1.53 2.31.16 0 .29-1.04.29-2.31zm23.111.05c-.426-.69-1.315-.92-1.976-.51-.778.48-.659 1.08.336 1.69 1.858 1.15 2.704.54 1.641-1.18h-.001zm34.582.14c.329-.53-.139-.97-1.038-.97-.898 0-1.366.44-1.038.97.328.53.796.96 1.038.96.244 0 .712-.43 1.038-.96zm-76.881-1.9c0-1.07-.675-1.44-1.834-.99-1.477.56-1.533.89-.29 1.68 2.056 1.3 2.123 1.28 2.123-.69h.001zm35.026.94c-.796-.32-2.098-.32-2.894 0-.796.32-.145.58 1.447.58s2.243-.26 1.447-.58zm-42.583-2.55c-.335-.33-1.768-.77-3.184-.96-1.716-.24-2.077-.05-1.083.6 1.618 1.05 5.264 1.36 4.267.36zm-6.652-.86c-.384-.38-1.383-.43-2.219-.09-.923.36-.65.64.7.69 1.22.06 1.904-.22 1.52-.61l-.001.01zm744.85-11c0-.57-.78-1.04-1.73-1.04-.96 0-2.12-.04-2.58-.08-.46-.05-.98.34-1.16.87-.17.52.99 1.03 2.58 1.12 1.59.1 2.89-.3 2.89-.87zm3.48-1.11c0-.6-.53-1.09-1.16-1.09-.64 0-1.16.82-1.16 1.81 0 .99.52 1.48 1.16 1.09.63-.39 1.16-1.21 1.16-1.81zm-840.231-7.45c.402-1.05.006-1.74-.998-1.74s-1.4.69-.997 1.74c.366.95.815 1.73.997 1.73.182 0 .632-.78.998-1.73zm435.416-2.71c.328-.53-.163-.96-1.09-.96s-1.686.43-1.686.96.491.97 1.09.97c.599 0 1.358-.43 1.686-.97zm8.804-1.66c1.182-.45.926-.69-.8-.75-1.395-.06-2.814.35-3.153.9-.816 1.32.71 2.8 1.558 1.51.363-.55 1.44-1.3 2.395-1.66zm-42.843-.84c0-.64-.781-1.16-1.737-1.16-.956 0-1.737.52-1.737 1.16 0 .63.781 1.15 1.737 1.15.955 0 1.737-.52 1.737-1.15zm-13.034-2.59c.153-2.04-.042-2.23-.894-.87-1.338 2.11-1.421 3.46-.213 3.46.502 0 1-1.17 1.107-2.59zm227.248 1.43c0-.64-.912-1.15-2.026-1.14-1.732.01-1.774.18-.29 1.14 2.185 1.41 2.316 1.41 2.316 0zm4.265-1.38c-.369-.92-.644-.65-.699.7-.055 1.22.223 1.91.609 1.52.384-.38.425-1.38.095-2.22h-.005zm-241.951.68c-.384-.39-1.383-.43-2.219-.1-.923.37-.65.65.7.7 1.22.06 1.905-.22 1.52-.6h-.001zm187.027-1.14c1.752.1 3.185-.37 3.185-1.05 0-.72-1.819-1.05-4.439-.8-2.823.27-4.439 1.01-4.439 2.04 0 .99.483 1.23 1.254.62.691-.54 2.688-.9 4.439-.81zm22.869.68c0-.64-.23-1.16-.51-1.16s-.833.52-1.227 1.16c-.394.64-.164 1.16.51 1.16.675 0 1.227-.52 1.227-1.16zm52.106 0c0-.64-.912-1.15-2.026-1.14-1.732.01-1.774.18-.29 1.14 2.185 1.41 2.316 1.41 2.316 0zm3.474 0c0-.64-.23-1.16-.51-1.16-.281 0-.833.52-1.227 1.16-.394.64-.164 1.16.51 1.16s1.227-.52 1.227-1.16zm13.895-.7c0-.25-1.074-.46-2.384-.46-1.312 0-2.076.5-1.7 1.11.618 1 4.084.45 4.084-.65zm-303.373-.46c0-.63-.23-1.16-.51-1.16-.281 0-.833.53-1.227 1.16-.394.64-.164 1.16.51 1.16s1.227-.52 1.227-1.16zm52.106 0c0-.63-.551-1.16-1.227-1.16-.674 0-.904.53-.51 1.16.394.64.945 1.16 1.227 1.16.28 0 .51-.52.51-1.16zm82.212.46c0-.96-2.249-1.5-2.764-.67-.335.54.15.98 1.078.98.927 0 1.686-.14 1.686-.31zm60.211-1.16c0-.25-1.433-.45-3.184-.44-2.318.01-2.74.3-1.553 1.05 1.475.94 4.737.51 4.737-.61zm9.263-.01c0-.25-1.042-.45-2.315-.45-1.274 0-2.316.48-2.316 1.05 0 .58 1.042.78 2.316.45 1.273-.34 2.315-.81 2.315-1.05zm24.599 1.1c-.8-.32-1.164-1.06-.808-1.63.355-.58-.163-.74-1.151-.36-2.691 1.03-2.164 2.77.809 2.67 1.433-.06 1.95-.36 1.15-.68zm92.686-1.55c-.334-1.27-.744-2.31-.915-2.31-.169 0-.581 1.04-.915 2.31-.379 1.45-.041 2.32.915 2.32.951 0 1.293-.87.915-2.32zM343 223.21c-.296-.47-1.84-.86-3.432-.86-1.592 0-2.653.39-2.358.86.295.48 1.839.87 3.432.87 1.592 0 2.653-.39 2.358-.87zm29.393-.78c-.096-1.23-.558-2-1.035-1.7-.478.29-.573 1.3-.215 2.23.904 2.36 1.45 2.13 1.25-.53zm136.901-.02c.893-1.24 2.131-1.94 2.751-1.56.619.39.768.13.331-.59-1.045-1.69-3.311-.75-5.098 2.11-1.851 2.97-.109 3 2.016.04zm44.837-.28c-.37-.92-.645-.65-.701.7-.054 1.22.223 1.91.609 1.52.384-.38.425-1.38.096-2.22h-.004zm11.077.67c.477-.09 1.494-.23 2.258-.31.894-.09.992-.54.27-1.26-1.56-1.56-6.291-.13-6.291 1.9 0 1.05.533 1.33 1.447.75.796-.5 1.839-.99 2.316-1.08zm68.028.93c0-.52-.702-1.9-1.561-3.07-1.218-1.67-1.765-1.8-2.494-.62-.618 1-.482 1.23.402.68 1.194-.74 1.857.65 1.474 3.08-.082.48.384.87 1.02.87.637 0 1.158-.43 1.158-.94h.001zm-351.716-.99c-.796-.32-2.099-.32-2.895 0-.796.32-.145.58 1.447.58s2.244-.26 1.448-.58zm20.74-.46c-1.707-.69-3.418-.68-4.632.04-1.467.85-.824 1.11 2.708 1.08 4.051-.03 4.292-.17 1.924-1.12zm13.394.53c-.384-.39-1.384-.43-2.219-.1-.924.37-.65.65.7.7 1.221.06 1.904-.22 1.519-.61v.01zm32.735.18c0-.28-.521-.83-1.158-1.22-.638-.4-1.159-.17-1.159.51 0 .67.521 1.22 1.159 1.22.637 0 1.158-.22 1.158-.51zm7.099-1.04c-.709-.85-1.163-1.77-1.01-2.03.153-.25.041-.32-.237-.14-1.383.86-.799 3.73.76 3.73 1.356 0 1.471-.37.487-1.56zm33.428 1.04c0-.28-.521-.83-1.158-1.22-.638-.4-1.159-.17-1.159.51 0 .67.521 1.22 1.159 1.22.637 0 1.158-.22 1.158-.51zm149.274-1.37c1.502-1.35-.923-1.14-3.379.29l-2.893 1.69 2.895-.77c1.592-.42 3.112-.97 3.377-1.21zm33.097.73c.394-.64.164-1.16-.51-1.16s-1.227.52-1.227 1.16c0 .64.23 1.16.51 1.16.281 0 .833-.52 1.227-1.16zm-165.739-3.73c-.432-.7-1.102-.53-1.706.42-1.583 2.5-1.19 3.72.693 2.16.948-.79 1.404-1.95 1.014-2.58h-.001zm11.158 2.57c0-.64-.23-1.16-.51-1.16-.281 0-.833.52-1.227 1.16-.394.64-.164 1.16.51 1.16s1.227-.52 1.227-1.16zm-43.21-4.85c-.369-.92-.644-.65-.7.7-.055 1.22.223 1.91.609 1.52.384-.38.425-1.38.095-2.22h-.004zm7.297-.07c-.015-2.03-.25-2.23-1.082-.92-.585.93-.807 2.1-.492 2.61 1.004 1.62 1.592.99 1.574-1.69zm6.386 1.45c.394-.64.164-1.16-.51-1.16s-1.227.52-1.227 1.16c0 .64.23 1.16.51 1.16.281 0 .833-.52 1.227-1.16zm11.419-.58c.367-.95.161-1.73-.455-1.73-.617 0-1.122.78-1.122 1.73 0 .96.205 1.74.456 1.74.25 0 .754-.78 1.121-1.74zm-49.5-1.55c.152-.77.008-.86-.316-.21-.325.66-1.068.9-1.65.54-.582-.36-1.058-.05-1.058.67 0 1.72 2.665.84 3.025-1h-.001zm35.186-.25c0-.6-.433-1.09-.965-1.09-.531 0-.966.76-.966 1.68 0 .93.435 1.42.966 1.09.531-.33.965-1.09.965-1.68zm43.687 1.68c-.384-.38-1.383-.42-2.219-.09-.923.37-.65.64.7.7 1.222.05 1.905-.23 1.52-.61h-.001zm-145.583-1.62c0-.63-.23-1.15-.51-1.15s-.833.52-1.227 1.15c-.394.64-.164 1.16.51 1.16.675 0 1.227-.52 1.227-1.16zm54.422-.19c0-.6-.486-.8-1.078-.43-.592.36-1.41.12-1.817-.53-.406-.66-1.224-.9-1.817-.53-1.933 1.19-1.136 2.26 1.818 2.43 1.592.1 2.894-.33 2.894-.94zm569.42-.6c-1.11-.29-3.19-.3-4.63-.03-1.45.28-.54.52 2.01.53 2.54.01 3.72-.21 2.62-.5zm-603.223-4.45c-.357-.35-1.004.29-1.439 1.43-.629 1.65-.495 1.79.648.65.792-.78 1.148-1.72.791-2.08zm219.069 1.77c0-.63-.23-1.16-.51-1.16-.281 0-.833.53-1.227 1.16-.394.64-.164 1.16.51 1.16s1.227-.52 1.227-1.16zm-501.69-4.17c-.384-.39-1.383-.43-2.219-.1-.923.37-.65.65.7.7 1.221.06 1.905-.22 1.52-.61l-.001.01zm6.103-.91c0-.25-.808-.77-1.797-1.15-1.031-.39-1.495-.2-1.09.46.68 1.1 2.887 1.62 2.887.69zm919.381-1.87c0-.63-.55-1.15-1.23-1.15-.67 0-.9.52-.51 1.15.4.64.95 1.16 1.23 1.16s.51-.52.51-1.16zm-910.117-7.45c0-.28-.521-.84-1.159-1.23-.637-.39-1.158-.16-1.158.51s.521 1.23 1.158 1.23c.638 0 1.159-.23 1.159-.51zm899.697-2.46c0-.91-.55-1.66-1.23-1.66-.67 0-.87.57-.43 1.27.57.92.13.92-1.6 0-3.14-1.68-4.91-1.61-4.56.17.3 1.46 5.34 3.15 6.95 2.33.48-.24.87-1.19.87-2.11zm-21.15-.05c-.39-.39-1.39-.43-2.22-.1-.93.37-.65.65.7.7 1.22.06 1.9-.22 1.52-.61v.01zm17.68-4.37c0-.24-.91-1.15-2.03-2.03-1.84-1.44-1.88-1.4-.44.44 1.52 1.93 2.47 2.54 2.47 1.59zm-900.502-7.77c-1.397-1.4-6.147.08-6.147 1.91 0 1.22.747 1.29 3.562.3 1.959-.68 3.122-1.68 2.585-2.22v.01zm13.538-1.06c0-.63-.23-1.15-.51-1.15-.281 0-.833.52-1.227 1.15-.394.64-.164 1.16.51 1.16s1.227-.52 1.227-1.16zm-9.263-1.15c0-.64-.912-1.15-2.027-1.14-1.731.01-1.773.18-.29 1.14 2.186 1.41 2.316 1.41 2.316 0h.001zm844.117-9.27c0-.64-.55-1.16-1.23-1.16-.67 0-.9.52-.51 1.16.4.64.95 1.16 1.23 1.16s.51-.52.51-1.16zm9-3.26c.28-.84-.25-1.1-1.38-.67-1 .39-1.83 1.22-1.83 1.84 0 1.52 2.63.57 3.21-1.17zm-7.84-.21c0-.64-.55-1.16-1.23-1.16-.67 0-.9.52-.51 1.16.4.64.95 1.16 1.23 1.16s.51-.52.51-1.16zm16.92-8.32c.37-.61.42-1.36.1-1.68-.7-.7-5.44 2.12-5.44 3.22 0 1.09 4.52-.22 5.34-1.54zm-14.62-5.97c.01.76 1.01 1.08 2.33.73 3.43-.9 2.81-2.55-.81-2.16-1.72.18-3.33 1.06-3.56 1.95-.33 1.22-.14 1.19.79-.13.71-1 1.24-1.17 1.25-.39zm-834.261-1.92c.393-.64.164-1.16-.511-1.16-.674 0-1.226.52-1.226 1.16 0 .64.229 1.16.51 1.16.28 0 .833-.52 1.227-1.16zm847.951-7.55c-1.04-1.04-3.47 1.63-2.66 2.94.66 1.07 1.16.94 1.99-.54.6-1.09.91-2.17.67-2.4zm-850.846-4.03c0-.64-.521-1.16-1.158-1.16-.638 0-1.159.52-1.159 1.16 0 .64.521 1.16 1.159 1.16.637 0 1.158-.52 1.158-1.16zm845.756-.74c.61-1.59.44-1.66-1.03-.44-2.01 1.67-2.22 2.34-.73 2.34.57 0 1.36-.86 1.76-1.9zm9.94-4.35c0-.25-.81-.76-1.8-1.14-1.03-.4-1.49-.2-1.09.45.68 1.1 2.89 1.63 2.89.69zm-845.275-7.2c0-.25-1.333-.45-2.963-.45-1.63 0-2.671.47-2.315 1.05.594.96 5.278.42 5.278-.6zm70.717-2.72c1.815.97 2.235.81 2.249-.87.015-1.73.197-1.79 1.094-.37.891 1.41 1.742 1.47 4.904.35 5.333-1.9 14.44-3.86 20.616-4.42 4.707-.43 8.866-1.12 10.421-1.73.319-.12.97-.16 1.447-.08.478.08.869-.39.869-1.02 0-1.4-6.776-1.43-13.895-.06-2.869.56-5.746.57-6.401.03-1.371-1.13-20.181-.88-22.065.3-.691.43-2.992 1.09-5.115 1.47-3.929.69-8.472 2.76-6.367 2.9.637.04-.145.82-1.737 1.73l-2.895 1.65 3.474.26c1.911.14 4.627.31 6.036.38 1.409.07 2.972.54 3.473 1.05.502.51 1.081.1 1.286-.92.292-1.43.86-1.57 2.605-.64l.001-.01zm2.232-5.12c0-.24 1.042-.72 2.315-1.05 1.274-.33 2.316-.13 2.316.45 0 .57-1.042 1.04-2.316 1.04-1.273 0-2.315-.19-2.315-.44zm7.044-1.14c.265-.24 3.087-.78 6.272-1.21 4.111-.55 5.286-.43 4.052.41-1.561 1.07-11.487 1.83-10.324.8zm760.062 6.2c-.4-.65-1.18-.9-1.73-.56-.54.34-1.33.08-1.73-.58-.83-1.34-2.9-.46-2.9 1.22 0 .6 1.6 1.09 3.54 1.09 2.11 0 3.25-.47 2.82-1.17zm-818.229-1.79c10.344-.39 11.31-.52 19.574-2.75 5.057-1.36 6.969-3.08 2.311-2.08-1.433.31-3.908.19-5.5-.25-1.808-.5-3.873-.18-5.5.86-1.473.94-2.605 1.14-2.605.47 0-1.6-2.747-1.1-5.383.97-2.008 1.58-2.033 1.55-.407-.53 1.662-2.12 1.542-2.18-2.748-1.49-2.468.39-5.41 1.55-6.538 2.58-1.49 1.34-2.182 1.47-2.523.44-.539-1.62-6.717-.51-6.717 1.21 0 1.2 3.559 2.23 5.036 1.46.54-.29 5.491-.69 11-.89zm21.519-.56c-1.231-.45-2.726-.53-3.32-.18-.595.35-.068 1 1.158 1.44 1.233.45 2.726.53 3.32.18.595-.34.069-1-1.158-1.44zm249.274-5.3c.235-.72-.636-1.58-1.936-1.92-1.299-.34-2.363-.45-2.363-.24 0 .2-.333 1.24-.741 2.31-.581 1.51-.164 1.85 1.936 1.54 1.472-.22 2.87-.98 3.105-1.69h-.001zm-226.931-1.14c-.385-.38-1.384-.42-2.22-.09-.923.37-.649.64.7.7 1.22.05 1.905-.23 1.52-.61zm55.603-.09c-1.114-.3-2.938-.3-4.052 0-1.115.29-.203.53 2.026.53 2.229 0 3.141-.24 2.026-.53zm6.658-1.52c-.394-.64-1.336-1.15-2.094-1.14-.829.01-.685.46.358 1.14 2.225 1.44 2.625 1.44 1.737 0h-.001zm-40.623-1.57c8.959-.12 12.781-.59 13.123-1.62.266-.79 1.204-1.44 2.087-1.44.977 0 1.333.7.91 1.8-.579 1.51.221 1.75 4.867 1.45 5.419-.35 9.078-3.25 4.101-3.25-1.326 0-3.362-.95-4.523-2.11-1.946-1.95-2.328-1.97-4.872-.29-1.668 1.1-2.409 1.24-1.873.37 1.025-1.67-2.393-1.99-4.825-.45-1.966 1.25-7.347.24-6.452-1.21.375-.61 1.281-.88 2.013-.61.731.28 2.372.09 3.646-.41 1.717-.68 1.042-.94-2.605-1-3.209-.06-4.922.42-4.922 1.36 0 .86-1.765 1.55-4.329 1.69-2.38.14-6.418.99-8.973 1.92-2.555.92-6.181 2.02-8.059 2.44-4.886 1.1-1.356 3.03 3.98 2.18 2.236-.36 9.754-.73 16.706-.82zm38.16-1.24c1.83-.31 3.61-.85 3.956-1.19.861-.86-6.07-.8-8.345.07-2.148.82-2.52 2.94-.385 2.18.796-.28 2.945-.76 4.774-1.06zm468.523-.66c0-.64-1.693-1.1-3.763-1.02l-3.763.13 3.474.89c1.91.48 3.604.94 3.763 1.02.158.08.29-.39.29-1.02h-.001zm15.352-1.3c.483-.55.545-.76.137-.47-.407.29-1.591.07-2.631-.49-1.982-1.06-6.514 1.27-5.142 2.64.903.9 6.435-.32 7.636-1.68zm-10.431.53c-.796-.32-2.098-.32-2.894 0-.796.32-.146.58 1.447.58 1.592 0 2.243-.26 1.447-.58zm50.659-2.05c0-1.51-6.076-1.73-7.107-.26-1.126 1.61-3.303-.24-2.561-2.17.359-.94.041-1.7-.697-1.7-.743 0-1.038.5-.655 1.12.744 1.21-3.758 2.73-6.278 2.13-.834-.19-1.732.22-1.995.93-.328.89 2.612 1.28 9.408 1.24 6.215-.02 9.886-.51 9.886-1.29h-.001zm37.646-.66c-.44-1.26-.17-1.19.94.24 1.46 1.87 1.67 1.87 3.71 0s2.07-1.86.63.04c-1.38 1.84-1.17 1.99 2.38 1.66 2.56-.24 3.78-.91 3.55-1.93-.28-1.23 0-1.27 1.31-.18 1.32 1.1 1.81 1.01 2.37-.44.38-1 1.35-1.73 2.16-1.63 2.82.37 4.11-.09 4.73-1.7.46-1.19-.41-1.62-3.27-1.62-2.14 0-4.45-.34-5.12-.76-.69-.43-.97-.09-.64.75.38 1.01-.59 1.59-2.91 1.75-1.92.14-3.49-.25-3.49-.86 0-.62-1.04-1.12-2.31-1.12-1.28 0-2.32.45-2.32.99s-1.56 1.02-3.47 1.08c-1.91.05-3.476-.39-3.476-.99 0-2.12-4.373-1.03-4.967 1.24-.334 1.27-1.21 2.32-1.95 2.32-.836 0-1.054-.92-.577-2.42.655-2.06.455-2.25-1.37-1.3-1.174.61-3.806 1-5.847.86-2.369-.15-3.948.37-4.363 1.45-.472 1.23-1.76 1.52-4.683 1.05-2.941-.48-4.032-.23-4.032.91 0 2.44 1.839 2.7 18.248 2.51 13.087-.15 15.267-.43 14.757-1.91l.01.01zm-8.698-1.74c0-.95.205-1.73.455-1.73.251 0 .755.78 1.122 1.73.366.96.161 1.74-.456 1.74-.616 0-1.121-.78-1.121-1.74zm45.158 2.9c0-.64-.23-1.16-.51-1.16s-.83.52-1.23 1.16c-.39.64-.16 1.16.51 1.16.68 0 1.23-.52 1.23-1.16zm8.11 0c0-.64-.92-1.15-2.03-1.14-1.73.01-1.77.18-.29 1.14 2.19 1.41 2.31 1.41 2.31 0h.01zm-591.709-1.74c.008-.69 5.046-1.22 12.459-1.31 6.846-.08 16.616-.43 21.711-.76 5.095-.33 16.037-.93 24.316-1.32 21.842-1.04 24.889-1.45 27.419-3.74 1.76-1.6 2.194-1.68 1.904-.36-.521 2.37 8.061 3.12 8.958.78.36-.93 1.849-1.51 3.464-1.33 1.559.17 2.835-.1 2.835-.6 0-1.31-6.191-2.36-13.982-2.36-5.203 0-7.016.46-7.926 2.03-1.102 1.89-1.183 1.88-1.216-.15-.026-2.02-.815-2.12-11.325-1.47-6.209.39-16.76.99-23.447 1.34-6.687.36-15.024 1.15-18.527 1.77-3.503.62-9.234 1.36-12.737 1.65-3.503.28-10.366.87-15.251 1.31-9.597.85-15.583-.26-10.223-1.89 2.415-.74 2.08-.9-2.026-1-2.707-.07-4.921.39-4.921 1.01 0 .61.867.79 1.926.38 1.296-.5 1.653-.3 1.09.61-.461.75-2.239 1.37-3.953 1.38-2.437.01-2.737.26-1.379 1.14 1.354.87 1.034 1.12-1.447 1.14-3.258.01-4.337 1.69-1.737 2.7 2.757 1.06 24.002.23 24.015-.95zm611.079 1.04c-.39-.38-1.39-.42-2.22-.09-.93.36-.65.64.7.7 1.22.05 1.9-.23 1.52-.61zm-710.648-2.99c0-1.54-3.758-.67-4.312.99-.288.87.415 1.13 1.93.74 1.31-.35 2.382-1.12 2.382-1.73zm685.818.22c-.34-1.3-.04-2.32.69-2.32.71 0 1.29.73 1.29 1.62 0 1.24.92 1.4 4 .71 2.39-.54 4.15-.45 4.38.22.49 1.49 17.1-.15 17.1-1.69 0-.71-1.7-.86-4.35-.38-8.72 1.56-10.65 1.7-11.2.81-.31-.5.07-.91.83-.92 4.01-.06 18.19-3.02 18.19-3.8 0-.5 2.48-1.21 5.5-1.58 12.67-1.55 21.13-4.21 21.13-6.63 0-1.31-6.17-.08-6.73 1.33-.2.51-1.16.61-2.12.24-1.43-.55-1.47-.86-.22-1.65 1.02-.65.22-.99-2.36-1-3.14-.01-3.65.29-2.62 1.54.71.85.95 1.89.53 2.31-1.35 1.36-2.69.81-2.69-1.1 0-1.22-.63-1.62-1.83-1.15-1.01.38-2.83.7-4.05.7-1.22 0-2.22.67-2.22 1.5 0 .91-1.37 1.48-3.47 1.45-1.91-.02-3.34.47-3.19 1.1.16.64.68 1.03 1.16.87.47-.16.87.17.87.73 0 1.73-4.04 2.19-5.5.63-1.07-1.15-1.06-1.63.02-2.13.78-.36-.93-.34-3.8.05-2.86.39-6.13 1.19-7.25 1.78-1.45.76-1.95.65-1.74-.36.17-.78-.6-1.63-1.72-1.87-1.25-.28-2.02.24-2.02 1.38 0 1.08-1.06 1.86-2.61 1.93-9.03.37-9.31.45-9.73 3.15-.33 2.19 0 2.56 1.77 1.99 1.38-.43 2.44-.04 2.87 1.08.99 2.58 1.79 2.17 1.09-.54zm3.14-1.62c0-.25.78-.75 1.74-1.12.95-.36 1.73-.16 1.73.46 0 .61-.78 1.12-1.73 1.12-.96 0-1.74-.21-1.74-.46zm31.59 2.06c1.24-1.24-2.38-3.94-4.29-3.21-2.77 1.06-2.18 3.04.63 2.14 1.66-.52 2.21-.36 1.67.5-.83 1.35.76 1.8 1.99.57zm7.78-2.92c0-.57-1.3-.71-2.9-.31-1.95.49-2.89.24-2.89-.75 0-.82-.27-1.21-.61-.87-.33.33-.3 1.38.06 2.33.71 1.86 6.34 1.51 6.34-.4zm6.55-1.71l3.29-1.49-3.16.44c-4.22.59-5.53 1.51-5.51 3.86.02 1.6.21 1.66 1.06.32.57-.9 2.51-2.31 4.32-3.13zm-56.73 1.37c-.35-.92-.02-1.89.74-2.16.76-.27 1.11-.79.78-1.16-.81-.89-8.08 2.68-8.08 3.97 0 .56 1.62 1.01 3.6 1.01 2.65 0 3.43-.44 2.96-1.66zm124.52-.89c-.75-.74-1.74-.96-2.21-.49-.47.46-.11 1.32.82 1.88 2.16 1.34 3.14.36 1.39-1.39zm-752.878-2.22c0-.64-.521-.83-1.158-.44-.637.39-1.158 1.24-1.158 1.87 0 .64.521.84 1.158.45.637-.4 1.158-1.24 1.158-1.88zm-94.949.78c0-.28-.521-.83-1.158-1.22-.637-.4-1.158-.17-1.158.51 0 .67.521 1.23 1.158 1.23.637 0 1.158-.23 1.158-.52zm61.659-4.69c2.389-.38 4.342-1.2 4.342-1.82 0-.65-1.332-.78-3.184-.31-1.751.45-4.877.83-6.947.84-2.07 0-3.764.46-3.764 1.01 0 .54-.521.67-1.158.28-.637-.4-1.158-.14-1.158.56 0 .79 1.441 1.06 3.763.7 2.07-.32 5.717-.89 8.105-1.26h.001zm9.818-1.28c-.384-.39-1.383-.43-2.219-.1-.923.37-.649.65.7.7 1.22.06 1.905-.22 1.52-.61l-.001.01zm70.947-.46c0-.64-.551-1.16-1.227-1.16-.674 0-.904.52-.51 1.16.394.64.945 1.16 1.227 1.16.28 0 .51-.52.51-1.16zm14.474-1.16c.393-.64.164-1.16-.511-1.16-.674 0-1.226.52-1.226 1.16 0 .64.229 1.16.51 1.16.28 0 .833-.52 1.227-1.16zM64.895 90.25c1.941-1.04 6.078-1.73 12.9-2.15.516-.03.616-.58.223-1.22-.461-.74.231-.79 1.958-.14 3.188 1.2 12.665.04 22.767-2.8 5.7-1.6 6.903-2.3 5.407-3.13-1.059-.6-4.756-.91-8.216-.69-3.459.22-6.443-.07-6.63-.64-.49-1.47-9.749-1.26-11.591.27-1.147.95-1.92.92-2.962-.13-1.108-1.11-1.644-1.04-2.502.32-.601.95-1.1 1.27-1.109.72-.01-.56-.794-.37-1.74.42-.948.78-2.484 1.13-3.415.78-1.111-.43-1.481-.1-1.076.95.463 1.21-.27 1.5-2.954 1.16-1.964-.25-3.57.04-3.57.65 0 1.12 1.495 1.51 4.632 1.21.956-.1-.348 1.15-2.895 2.75-4.523 2.85-3.909 4.17.772 1.67h.001zm22.964-6.91c0-.68.521-.91 1.158-.51.637.39 1.159.94 1.159 1.23 0 .28-.522.51-1.159.51s-1.158-.56-1.158-1.23zm589.689 7.41c-.784-.31-2.347-.33-3.474-.04-1.127.3-.486.55 1.425.58 1.911.03 2.833-.22 2.049-.53v-.01zm11.267-2.17c0-1.32-.523-1.51-2.026-.74-1.115.57-2.808 1.33-3.763 1.69-.956.35-.041.68 2.026.73 2.651.07 3.763-.43 3.763-1.68zm17.46-.83c.069-1.16.208-1.16.676 0 .719 1.78 6.413 1.91 8.141.18.915-.91 1.968-.89 3.804.1 1.397.75 2.642 1.18 2.768.97.123-.21.874-1.23 1.664-2.27 1.258-1.65 1.002-1.85-2.083-1.59-1.935.17-3.814-.18-4.176-.76-.363-.59-1.722-.73-3.021-.32-1.441.46-2.752.14-3.359-.82-.775-1.22-1-1.12-1.013.46-.008 1.11-.409 1.96-.887 1.89-.477-.09-2.322-.09-4.098 0-2.739.11-3.003.39-1.737 1.83 1.853 2.1 3.201 2.23 3.321.33zm-22.405-.41c-.384-.39-1.383-.43-2.219-.1-.923.37-.65.65.7.7 1.22.06 1.904-.22 1.52-.6h-.001zm50.493-.17c.288-.48-.201-1.54-1.09-2.36-.889-.82-1.615-1.25-1.615-.96 0 .29-.316 1.35-.703 2.36-.714 1.86 2.342 2.72 3.408.96zm-4.901-2.95c-1.486-1.48-2.993-.34-1.892 1.45.426.69 1.304.92 1.953.52.791-.49.772-1.14-.055-1.97h-.006zm27.688.9c.81-.97 1.13-2.1.73-2.51-.41-.41-.76-.01-.77.9-.01 1.35-.18 1.37-1.01.06-.79-1.25-1.51-1.29-3.6-.17-1.69.91-2.86.99-3.33.25-.82-1.31-8.76-1.27-10.08.05-.48.48 1.01.87 3.31.87 2.29 0 4.5.52 4.89 1.16 1.11 1.8 8.23 1.36 9.86-.61zm-641.501-1.01c0-.25-.809-.76-1.797-1.14-1.03-.4-1.496-.21-1.09.45.679 1.1 2.886 1.63 2.886.69h.001zm19.684-.7c0-.64-.521-1.16-1.158-1.16-.638 0-1.159.52-1.159 1.16 0 .64.521 1.16 1.159 1.16.637 0 1.158-.52 1.158-1.16zm626.427.65c0-.29-.52-.84-1.15-1.23-.64-.4-1.16-.17-1.16.51 0 .67.52 1.23 1.16 1.23.63 0 1.15-.23 1.15-.51zM67.016 82.9c0-.28-.521-.84-1.158-1.23-.637-.39-1.158-.16-1.158.51s.521 1.23 1.158 1.23c.637 0 1.158-.23 1.158-.51zm50.37-1.81c-.394-.64-.164-1.16.51-1.16s1.226-.45 1.226-.99c0-.55-1.302-.75-2.894-.45-1.593.31-2.895 1.05-2.895 1.65 0 .6.485.79 1.077.42.593-.37 1.406-.14 1.806.51.399.65.987 1.18 1.306 1.18.318 0 .257-.52-.137-1.16h.001zm14.16-1.52c-.775-2.32-3.16-2.15-3.16.23 0 1.67.534 2.17 1.785 1.69.982-.38 1.601-1.24 1.375-1.92zm287.476 2.24c0-.25-1.287-.7-2.86-.99-1.573-.31-2.584-.1-2.248.44.594.96 5.108 1.44 5.108.55zm-292.306-1.77c-.357-.58-1.69-.78-2.963-.44-3.186.83-2.9 1.49.648 1.49 1.63 0 2.671-.47 2.315-1.05zm279.181-3.86c-.981-.64-.874-1.19.388-2.03 1.34-.88 1.009-1.09-1.447-.9-2.954.22-4.698 2.05-1.958 2.05.674 0 .934.47.578 1.05-.357.58-1.631.79-2.832.48-1.201-.32-2.534 0-2.962.69-.495.8.508 1.26 2.764 1.26 1.968 0 3.542.61 3.542 1.38 0 .75.737.37 1.638-.87 1.217-1.66 1.292-2.46.29-3.11h-.001zm28.178 1.95c0-1-.53-1.48-1.178-1.08-.647.4-.877 1.21-.51 1.81.993 1.6 1.687 1.3 1.687-.73h.001zm-302.216-1.54c0-.56-1.302-1.27-2.894-1.57-1.592-.31-2.895-.14-2.895.36 0 .51 1.172 1.15 2.605 1.42 1.433.28 2.736.57 2.895.66.159.08.29-.3.29-.87h-.001zm244.887-.15c-.399-.65-1.18-.9-1.734-.55-.554.34-1.488-.24-2.075-1.29-.729-1.3-1.326-1.5-1.877-.61-1.244 2.02.319 3.63 3.519 3.63 1.666 0 2.586-.5 2.167-1.18zm6.38.86c0-.18-1.042-1.22-2.315-2.31-2.205-1.89-2.316-1.87-2.316.32 0 1.54.775 2.31 2.316 2.31 1.273 0 2.315-.15 2.315-.32zm10.108-.38c-.384-.39-1.383-.43-2.219-.1-.923.37-.65.65.7.7 1.221.06 1.904-.22 1.52-.61l-.001.01zm-257.901-.97c0-.28-.521-.83-1.158-1.23-.638-.39-1.159-.16-1.159.51 0 .68.521 1.23 1.159 1.23.637 0 1.158-.23 1.158-.51zm222.319-1.81c0-.63-.229-1.16-.51-1.16-.28 0-.833.53-1.227 1.16-.393.64-.164 1.16.511 1.16.674 0 1.226-.52 1.226-1.16zm8.685 0c.394-.63-.389-1.16-1.737-1.16-1.349 0-2.131.53-1.737 1.16.394.64 1.175 1.16 1.737 1.16s1.343-.52 1.737-1.16zm32.545-1.77c.137-.93-.436-1.7-1.276-1.7-.965 0-1.299.87-.908 2.36.657 2.51 1.769 2.17 2.185-.66h-.001zm334.513 1.77c.394-.63.194-1.16-.442-1.16-.637 0-1.48.53-1.873 1.16-.394.64-.195 1.16.441 1.16.638 0 1.48-.52 1.874-1.16zm-329.426-2.31c0-.64-.912-1.15-2.027-1.14-1.731.01-1.773.18-.289 1.14 2.185 1.41 2.315 1.41 2.315 0h.001zm-260.53-1.86c0-.25-.781-.46-1.737-.46-.955 0-1.737.51-1.737 1.12 0 .62.782.82 1.737.46.956-.37 1.737-.87 1.737-1.12zm451.007.7c-.394-.64-.165-1.16.51-1.16.674 0 1.226.41 1.226.9 0 1.44 12.929 1.54 14.645.11.855-.7 2.598-1.01 3.875-.68 1.276.33 2.556.23 2.845-.24 1.405-2.27-19.901-4.26-22.1-2.06-.4.4-1.711.2-2.915-.44-1.203-.65-2.828-.77-3.611-.28-.783.48-2.465 1.05-3.739 1.25-1.273.2-3.214.51-4.312.68-4.637.73-2.725 1.52 3.446 1.43 3.661-.05 7.039-.61 7.506-1.25.48-.65.859-.28.869.87.007 1.11.569 2.02 1.244 2.02s.904-.52.511-1.15zm6.368-1.6c0-.25 1.042-.72 2.316-1.05 1.273-.33 2.316-.14 2.316.44 0 .58-1.042 1.05-2.316 1.05-1.273 0-2.316-.2-2.316-.44zm133.657 1.73c.349-.56-.402-1.3-1.667-1.63-2.347-.61-3.998.58-2.658 1.92 1.073 1.07 3.588.91 4.325-.29zm-430.396-.83c-.385-.38-1.384-.42-2.219-.1-.924.37-.65.65.7.71 1.22.05 1.904-.23 1.519-.61zm567.695-.42c0-.62-.79-.82-1.74-.46-.96.37-1.74.87-1.74 1.12 0 .25.78.46 1.74.46.95 0 1.74-.51 1.74-1.12zm-116.38-1.2c.4-.63.17-1.16-.51-1.16-.67 0-1.22.53-1.22 1.16 0 .64.23 1.16.51 1.16s.83-.52 1.22-1.16zm-610.215-1.16c-.393-.63-1.236-1.15-1.873-1.15-.638 0-.836.52-.442 1.15.394.64 1.236 1.16 1.874 1.16.637 0 .835-.52.441-1.16zm588.799-.57c0-1.96-.203-2.03-2.897-1-1.539.59-1.616.94-.385 1.72 2.283 1.45 3.282 1.23 3.282-.72zm144.156.57c.92-1.47-1.77-1.47-4.05 0-1.41.92-1.26 1.13.8 1.15 1.4.01 2.86-.51 3.25-1.15zm14.48-.57c0-.96.78-1.74 1.74-1.74.95 0 1.6.47 1.44 1.04-.16.57.1 1.1.58 1.16 2.4.32 3.26.02 2.67-.94-.36-.59 0-1.33.8-1.65 1.66-.68-4.55-.69-7.33-.02-1.86.45-2.63 3.89-.87 3.89.53 0 .97-.79.97-1.74zM90.464 65.27c-.796-.32-2.099-.32-2.895 0-.796.32-.145.59 1.448.59 1.592 0 2.243-.27 1.447-.59zm23.448-.33c1.273-.51 3.193-.47 4.266.09 2.312 1.2 7.855-.6 9.828-3.19.747-.98 3.482-2.07 6.079-2.42 4.036-.54 4.722-1.04 4.722-3.41 0-4.14-2.53-4.38-9.811-.94-3.601 1.71-6.859 2.79-7.24 2.41-.382-.38-2.353.57-4.383 2.12-2.029 1.55-5.462 3.59-7.628 4.53-3.572 1.56-3.669 1.72-1.043 1.73 1.592.01 3.936-.4 5.21-.92zm46.197-.64c1.208-.91 2.729-1.33 3.378-.93s4.029.94 7.512 1.19c5.847.43 6.187.32 4.447-1.42-1.072-1.07-2.512-1.5-3.34-1.01-1.007.61-.966.27.137-1.08 1.121-1.38 1.185-1.96.221-1.96-.752 0-1.046-.52-.652-1.16.394-.64-.298-1.16-1.536-1.16-3.124 0-8.456 2.92-7.42 4.07.467.51.243.59-.498.16-.742-.42-1.614-.12-1.938.69-.382.94-.928 1.04-1.547.29-.526-.63-2.129-1.32-3.562-1.52-3.17-.44-3.574 2.58-.578 4.33 2.596 1.51 2.761 1.49 5.381-.49h-.005zm5.113-2.53c.835-.33 1.834-.29 2.219.1.384.38-.3.66-1.52.61-1.348-.06-1.623-.33-.7-.7l.001-.01zm579.168 3.76c0-.28-.52-.84-1.15-1.23-.64-.39-1.16-.16-1.16.51s.52 1.23 1.16 1.23c.63 0 1.15-.23 1.15-.51zm-316.105-3.19c0-1.53-3.758-.66-4.312 1-.288.86.415 1.13 1.93.73 1.31-.34 2.382-1.12 2.382-1.73zm118.911-.35c-1.014-1.09-1.61-1.13-2.234-.16-1.414 2.19-1.003 2.86 1.365 2.25 1.773-.47 1.958-.91.869-2.08v-.01zm-368.321-1.43c-1.177-1.18-2.148.6-1.183 2.16.729 1.18 1.003 1.18 1.395 0 .268-.8.172-1.77-.212-2.16zm8.564.85c0-1.28-.585-2.32-1.299-2.32-.951 0-.945-.43.026-1.59 1.189-1.43 4.08-2.05 17.49-3.72 7.679-.96 11.579-1.9 11.579-2.8 0-1.74-3.661-2.29-6.163-.94-1.387.75-4.345 1.46-6.574 1.57-2.229.12-8.069 1.07-12.978 2.11-4.909 1.04-10.541 1.9-12.516 1.9-2.257 0-3.306.46-2.825 1.24.471.76 2.508.94 5.279.47 4.213-.71 4.513-.57 4.513 2.04 0 1.55.347 3.16.771 3.58 1.468 1.47 2.702.76 2.702-1.54h-.005zm374.006 1.15c0-.63-1.563-1.15-3.474-1.15-1.91 0-3.473.52-3.473 1.15 0 .64 1.563 1.16 3.473 1.16 1.911 0 3.474-.52 3.474-1.16zM876.02 61c-.27-.73-1.08-1.2-1.79-1.04-.72.16-1.18-.1-1.02-.58.32-.96-.68-1.46-2.89-1.43-1.08.02-1.05.27.11 1.01 1.15.72.77 1.18-1.45 1.74-4.86 1.22-3.44 2.5 2.26 2.04 3.34-.26 5.09-.9 4.78-1.74zm-778.432-.66c1.018-.84 1.809-2.12 1.758-2.84-.054-.82-.309-.77-.675.14-.322.8-1.193 1.47-1.935 1.49-.743.01-2.383.81-3.644 1.77-2.264 1.71-2.262 1.73.176 1.35 1.358-.2 3.302-1.06 4.32-1.91zm141.263-1.57c.7-.5-.29-.56-2.201-.13-4.119.93-5.191 1.61-2.508 1.61 1.061 0 1.971.65 2.021 1.45.055.89.347.77.752-.29.364-.96 1.235-2.14 1.935-2.64h.001zM863.95 61.8c-.8-.32-2.1-.32-2.89 0-.8.32-.15.58 1.44.58 1.59 0 2.25-.26 1.45-.58zm-645.247-1.74c0-.53-.491-.97-1.09-.97-.599 0-1.358.44-1.686.97-.328.53.163.96 1.09.96s1.686-.43 1.686-.96zm46.053.09c13.71-1.53 17.369-3.13 6.189-2.7-4.502.17-8.704.63-9.337 1.02-.633.39-3.577.42-6.542.07-2.965-.36-5.976-.17-6.692.43-.717.59-2.866 1.3-4.776 1.58-7.666 1.12 10.624.78 21.158-.4zm-41.735-.6c-.384-.39-1.384-.43-2.219-.1-.924.37-.65.64.7.7 1.22.05 1.904-.22 1.52-.61l-.001.01zm6.415-.06c-.784-.32-2.348-.34-3.474-.04-1.127.29-.486.55 1.425.58 1.911.02 2.833-.22 2.049-.54zm633.124-1.37c1.45-1.17 2.15-2.43 1.55-2.8-.59-.37-2.2.59-3.57 2.13-2.94 3.3-1.73 3.71 2.02.67zm-755.43-.98c.379.37 1.471-.1 2.426-1.05 2.508-2.51.923-3.35-2.195-1.17-1.457 1.02-3.705 1.87-4.997 1.88-1.893.01-2.019.22-.649 1.09 1.08.68 2.249.61 3.212-.19.833-.69 1.824-.94 2.203-.56zm66.706-4.71c7.163-3.66 13.197-7.04 13.407-7.51.211-.48 1.383-.33 2.605.33 2.724 1.45 2.879.44.323-2.12-2.254-2.25-2.196-2.24-18.074-3.26-7.123-.45-12.44-.35-12.43.24.026 1.37 2.257 4.8 2.28 3.5.008-.56.799-.36 1.755.43.956.79 1.725 2.81 1.712 4.48-.015 2.29-.955 3.48-3.763 4.78-3.982 1.85-5.795 5.79-2.664 5.79 1.004 0 7.685-2.99 14.849-6.66zm70.63 5.9c-.796-.33-2.098-.33-2.894 0-.796.32-.145.58 1.447.58s2.243-.26 1.447-.58zm549.204-1.45c-.35-.57-1.69-.77-2.96-.44-3.19.83-2.9 1.49.65 1.49 1.63 0 2.67-.47 2.31-1.05zm39.88-1.39c0-.39 1.44-.52 3.19-.29 1.75.24 2.53.12 1.73-.25-3.27-1.54.27-2.77 6.44-2.25 4.66.4 5.74.27 3.7-.46-2.86-1.01-2.86-1.02-.23-1.14 2.91-.12 10.02-3.44 9.18-4.28-.29-.29-1.77-.07-3.29.48-1.52.56-5.49.93-8.81.84-3.33-.1-5.83.05-5.56.32 1.2 1.19-3.03 3.68-6.26 3.68-1.96 0-3.56.59-3.56 1.3 0 .75-1.2 1.06-2.89.74-1.59-.31-3.44.12-4.13.95-.99 1.19-.07 1.45 4.62 1.28 3.22-.12 5.86-.53 5.87-.92zm-13.89-1.03c0-.64-.23-1.16-.51-1.16s-.83.52-1.23 1.16c-.39.64-.16 1.16.51 1.16.68 0 1.23-.52 1.23-1.16zm23.16 0a1.16 1.16 0 10-2.322.002 1.16 1.16 0 002.322-.002zm-615.421-4.65c.399-.65 1.153-.91 1.674-.59.521.32 1.585-.19 2.366-1.13 2.506-3.02-1.787-3.36-7.502-.59-2.879 1.4-5.234 2.75-5.234 3.01 0 1.05 8.017.4 8.696-.7zm307.814-.61c-.378-.98-.935-1.54-1.238-1.23-.304.3-.208 1.1.212 1.78 1.142 1.85 1.809 1.49 1.026-.55zm-195.243-.07c-.384-.38-1.383-.42-2.219-.09-.923.37-.65.64.7.7 1.22.05 1.904-.23 1.52-.61h-.001zm171.843-.11c-1.202-.47-1.243-.83-.172-1.49.878-.55.137-1.06-1.981-1.37-2.068-.3-4.016.18-5.001 1.23-1.383 1.48-1.37 1.64.082 1.09.934-.35 2.741-.23 4.015.27 1.273.51 2.837.92 3.474.91.637 0 .447-.29-.42-.64h.003zm27.632-.92c0-.96-.783-1.74-1.737-1.74-3.014 0-2.037 2.28 1.447 3.38.159.06.29-.69.29-1.64zm4.064.56c.399-.65 1.087-.96 1.528-.68.441.27 1.72-.18 2.842-1 1.943-1.42 1.941-1.52-.055-2.04-2.652-.69-8.477 1.43-6.221 2.27 1.332.5 1.332.74 0 1.59-1.05.67-1.117 1.01-.199 1.02.759.01 1.706-.51 2.106-1.16h-.001zm-409.72-1.75c0-2-2.122-1.71-2.822.39-.252.76.28 1.38 1.182 1.38.902 0 1.64-.8 1.64-1.77zm253.655 1.07c-.384-.39-1.383-.43-2.219-.1-.923.37-.649.65.7.7 1.22.06 1.905-.22 1.52-.61l-.001.01zm10.735.24c0-.25-.808-.76-1.797-1.14-1.031-.4-1.495-.2-1.09.45.68 1.1 2.887 1.63 2.887.69zm13.895-.94c0-.51-1.563-.92-3.473-.92-1.911 0-3.474.39-3.474.87s1.563.89 3.474.92c1.91.03 3.473-.37 3.473-.87zm106.336.38c1.231-.78 1.151-1.13-.394-1.72-2.137-.82-4.045-.04-4.045 1.65 0 1.34 2.37 1.38 4.439.07zm14.087-.14c0-.64-.551-1.16-1.227-1.16-.674 0-.904.52-.51 1.16.394.64.945 1.16 1.227 1.16.28 0 .51-.52.51-1.16zm26.632-2.39c0-.59-.521-1.08-1.158-1.08-.638 0-1.159.81-1.159 1.8s.521 1.48 1.159 1.09c.637-.39 1.158-1.21 1.158-1.81zM140.177 43.8c-.831-.84-1.37-.91-1.37-.18 0 1.55 1.369 2.92 2.142 2.14.33-.33-.015-1.21-.771-1.96h-.001zm105.516 1.48c.515-.04.612-.6.214-1.24-.816-1.32-6.182-.64-7.815.99-.659.66.417.93 2.795.7 2.127-.21 4.29-.41 4.805-.45h.001zm19.013-3.09c-.385-.39-1.384-.43-2.22-.1-.923.37-.649.65.701.7 1.22.06 1.904-.22 1.519-.61v.01zm73.262-2.57c2.337-1.06 2.749-3.68.578-3.68-.954 0-1.737-.55-1.737-1.23 0-.67-.521-.9-1.158-.51-1.676 1.04-1.425-3.32.29-5.04 1.158-1.16.525-1.34-3.184-.93-4.658.52-4.881.81-3.436 4.53.837 2.15.082 2.43-5.538 2.06-2.195-.15-3.184.35-3.184 1.58 0 1.46.569 1.58 3.027.65 2.448-.93 2.906-.84 2.395.49-.347.91-.32 1.96.055 2.34.925.92 9.696.73 11.886-.26h.006zm226.786-3.28c-.711-.87-.569-1.54.406-1.93.824-.33.323-.64-1.109-.69-2.644-.1-3.518 1.52-1.498 2.77.609.37.77 1.56.359 2.63-.664 1.73-.539 1.76 1.092.26 1.207-1.12 1.466-2.16.751-3.04h-.001zm-372.563-1.9c-1.486-1.49-2.993-.34-1.893 1.44.427.69 1.305.93 1.954.53.79-.49.771-1.14-.055-1.97h-.006zm18.093-2.67c-.385-.39-1.384-.43-2.219-.1-.924.37-.65.65.7.7 1.22.06 1.904-.22 1.519-.61v.01zm156.632-2.13c0-.28-.521-.83-1.159-1.23-.637-.39-1.158-.16-1.158.51 0 .68.521 1.23 1.158 1.23.638 0 1.159-.23 1.159-.51zm336.495 322.74c-1.406-.36-1.724-.85-.884-1.37 1.823-1.13 9.573-.1 8.79 1.17-.664 1.07-4.144 1.16-7.906.2zm-211.658-1.12c.836-.34 1.835-.29 2.219.1.385.38-.299.65-1.519.6-1.349-.05-1.624-.33-.701-.7h.001zm24.919-1.18c0-1.93.546-1.9 2.603.16 1.45 1.45 1.389 1.65-.469 1.51-1.173-.08-2.134-.84-2.134-1.67zm-494.235-1.5c-.394-.64-.195-1.16.441-1.16.638 0 1.48.52 1.874 1.16.394.63.194 1.15-.442 1.15-.637 0-1.48-.52-1.873-1.15zm25.474 0c1.273-.55 3.097-1.03 4.052-1.06 1.544-.06 1.544.05 0 1.06-.956.61-2.779 1.09-4.052 1.05l-2.316-.06 2.316-1v.01zm110.58 0c.955-.62 2.258-1.13 2.895-1.13s.376.51-.578 1.13c-.955.61-2.258 1.12-2.895 1.12s-.376-.51.578-1.12zm641.479 0c0-.64.5-1.16 1.1-1.16.59 0 1.41.52 1.8 1.16.39.63-.09 1.15-1.09 1.15-.99 0-1.81-.52-1.81-1.15zm18.44.86c-.96-3.14-.59-4 1.47-3.46 1.61.42 1.87.87.87 1.48-1.01.63-.79 1.05.77 1.44 1.86.48 1.79.59-.41.7-1.44.07-2.65 0-2.7-.15v-.01zm-700.663-6.29c.836-.33 1.835-.29 2.22.1.384.38-.3.66-1.52.61-1.349-.06-1.623-.33-.7-.7v-.01zm-8.459-1.51c-.406-.65.055-.85 1.09-.45 2.006.77 2.373 1.6.707 1.6-.599 0-1.408-.52-1.797-1.15zm-7.751-.8c.835-.34 1.834-.29 2.219.09.384.39-.3.66-1.52.61-1.348-.05-1.623-.33-.7-.7h.001zm720.313.28c-.3-.3-5.56-.7-11.69-.89-9.44-.29-10.94-.59-9.8-1.97 1.04-1.26 1.01-1.75-.1-2.13-2.24-.75-.47-2.61 2.48-2.61 3.42 0 4.48 1.14 2.87 3.08-.88 1.06-.9 1.55-.05 1.55.67 0 1.55-.52 1.94-1.16.48-.77 1.47-.75 2.97.05 1.68.89 2.25.82 2.26-.29.01-.91.35-1.04.87-.33 1.06 1.44 9.54 1.52 11.74.11 1.12-.72 1.37-.64.8.29-.53.86.12 1.34 1.85 1.35 1.98.01 2.26.28 1.07 1.04-.88.55-2.45.88-3.48.72-1.02-.16-2.16.17-2.52.72-.37.56-.91.77-1.21.47zm-101.124-1.7c-.349-.56.22-1.35 1.262-1.75 2.496-.96 2.859-.43.93 1.34-.857.79-1.844.98-2.192.41zm74.614-.11c0-.63.55-1.16 1.23-1.16.67 0 .9.53.51 1.16-.39.64-.95 1.16-1.23 1.16s-.51-.52-.51-1.16zm38.7-1c.57-.93 6.46-.42 6.46.56 0 .24-1.59.45-3.54.45s-3.26-.46-2.92-1.01zm-61.53-1.41c-1.13-.41-2.84-.51-3.8-.23-1.1.33-.92-.15.51-1.31 2.47-2.01 5.28-2.44 5.28-.79 0 .57 1.86 1.04 4.13 1.04 2.27 0 4.39.25 4.7.56.9.91-8.54 1.54-10.82.72v.01zm-663.23-1.06c.394-.64.945-1.16 1.227-1.16.28 0 .51.52.51 1.16 0 .64-.551 1.16-1.227 1.16-.674 0-.904-.52-.51-1.16zm676.51.39c.8-.32 2.1-.32 2.89 0 .8.32.15.59-1.44.59-1.59 0-2.24-.27-1.45-.59zm6.67-.38c-.41-.65.05-.85 1.09-.45 2 .77 2.37 1.6.7 1.6-.6 0-1.4-.52-1.79-1.15zm-661.469-4.28c1.115-.29 2.938-.29 4.053 0 1.114.29.202.53-2.027.53s-3.14-.24-2.026-.53zm744.249-1.97c0-.25.81-.77 1.8-1.15 1.03-.39 1.49-.2 1.09.46-.68 1.1-2.89 1.62-2.89.69zm-30.97-1.5c1.11-.3 2.93-.3 4.05 0 1.11.29.2.52-2.03.52s-3.14-.23-2.02-.52zm7.23-.37c.4-.63 1.5-1.15 2.45-1.15.96 0 1.42.52 1.03 1.15-.4.64-1.5 1.16-2.46 1.16-.95 0-1.41-.52-1.02-1.16zM100.177 326c-.367-.96-.123-1.74.537-1.74.662 0 1.986.78 2.942 1.74 1.543 1.54 1.484 1.73-.538 1.73-1.251 0-2.574-.78-2.941-1.73zm726.433-.06c0-1.13 4.01-4.77 6.08-5.52 1.16-.41 2.02-.17 2.02.58 0 .71 1.04.36 2.32-.8 1.43-1.3 2.31-1.56 2.31-.69 0 .78.49 1.11 1.08.74.59-.36 1.41.39 1.81 1.67.73 2.28 2.9 3.3 2.9 1.36 0-1.67 5.62-3.72 6.46-2.36.41.66 2.12.89 3.8.5 2.29-.53 2.63-.41 1.32.47-1.46.99-1.39 1.17.49 1.19 1.22.01 1.95.28 1.63.6-.32.32-5.91.88-12.42 1.23-8.88.5-12.32.28-13.73-.87-1.05-.85-1.54-.94-1.09-.2.44.73-.03 1.64-1.03 2.03-2.26.87-3.95.9-3.95.07zm106.52-.53c-1.39-.9-1.21-1.12.94-1.14 1.49-.01 2.36.5 1.96 1.14-.86 1.4-.74 1.4-2.9 0zm8.42-.8c1.13-.29 2.69-.27 3.48.04.78.32-.14.56-2.05.53-1.91-.02-2.56-.28-1.43-.57zm-73.13-1.43c-1.13-.7-1.03-1.09.45-1.66 2.98-1.14 6.15-.88 7.06.6.5.82.32 1.02-.49.52-.72-.44-2.26-.3-3.42.32-1.16.62-2.78.72-3.6.22zm-846.562-5.45c1.592-.29 3.937-.98 5.21-1.54 3.669-1.61 13.529-2.27 17.954-1.2l4.047.98-4.053.04c-2.229.03-5.616.31-7.526.64-1.911.33-6.861.82-11.001 1.1-4.139.27-6.223.26-4.631-.03v.01zm857.362-2.86c-.58-.93-.38-1.09.6-.49.85.53 1.94.24 2.58-.69.94-1.33 1.05-1.32.67.07-.6 2.22-2.78 2.85-3.85 1.11zm-868.363-.45c-.637-.21-2.59-.7-4.342-1.09-1.999-.44-3.171-1.45-3.149-2.7.027-1.85.123-1.86 1.161-.07.755 1.29 2.748 1.96 6.044 2.02 2.705.05 6.741.56 8.97 1.13 3.978 1.03 3.946 1.05-1.736 1.08-3.185.01-6.311-.15-6.948-.36v-.01zm6.371-5.42c-.001-.42 1.53-1.11 3.402-1.52 1.872-.41 3.635-1.62 3.918-2.7.465-1.76.528-1.75.65.08.109 1.61 1.202 2.03 5.276 2.03 6.246 0 8.005 1.88 2.375 2.54-2.224.26-4.043.04-4.043-.5 0-.53-.978-.44-2.174.2-2.337 1.25-9.399 1.16-9.403-.12l-.001-.01zm889.562.56c1.12-.29 2.94-.29 4.06 0 1.11.29.2.53-2.03.53s-3.14-.24-2.03-.53zM38.068 307.9c0-.56 1.304-1.01 2.895-1.01 1.592 0 2.895.45 2.895 1.01s-1.303 1.01-2.895 1.01-2.895-.45-2.895-1.01zm822.122-10.24c0-.62.78-.82 1.73-.46.96.37 1.74.88 1.74 1.13 0 .25-.78.45-1.74.45-.95 0-1.73-.5-1.73-1.12zm12.73-.04a1.16 1.16 0 112.322.002 1.16 1.16 0 01-2.322-.002zm13.9-1.16c0-.64.55-1.16 1.23-1.16.67 0 .9.52.51 1.16-.4.64-.95 1.16-1.23 1.16s-.51-.52-.51-1.16zm24.89 0c-1.88-.81-1.95-1.01-.35-1.08 1.07-.04 2.27.44 2.67 1.08.82 1.33.78 1.33-2.32 0zm-9.84-4.6c0-.61.78-.82 1.74-.45.95.37 1.74.87 1.74 1.12 0 .25-.79.46-1.74.46-.96 0-1.74-.51-1.74-1.13zm11.58-.09c-1.27-.86-.8-.97 1.74-.4 4.25.95 5.18 1.62 2.22 1.59-1.22-.01-3-.55-3.96-1.19zm16.21-2.26c0-.64.55-1.16 1.23-1.16.67 0 .9.52.51 1.16-.4.63-.95 1.15-1.23 1.15s-.51-.52-.51-1.15zm-22-.97c0-1.19 3.78-2.24 10.74-3 5.25-.58 4.68 1.28-.63 2.06-2.7.39-6.07 1.04-7.5 1.45-1.54.43-2.61.22-2.61-.51zm-904.329-1.1c-.956-.32-2.641-1.51-3.747-2.66-1.824-1.9-1.842-2.26-.195-3.9.997-1 2.257-1.54 2.798-1.21.542.34 1.282.13 1.644-.46.911-1.47 6.428 1.22 6.439 3.14.007 1.08-.591.93-2.017-.5-1.93-1.93-2.047-1.92-2.448.17-.233 1.2.158 2.38.868 2.62.71.23 1.29.93 1.29 1.56 0 .62-.477.83-1.059.47s-1.233-.21-1.447.34c-.213.54-1.171.73-2.125.42l-.001.01zm924.259-.4c.22-.65.77-1.14 1.23-1.1.47.04 2.49.09 4.51.09 4.67 0 3.95.63-1.72 1.51-2.78.43-4.27.24-4.02-.5zm-889.669-1.87c-1.44-1.84-1.4-1.88.437-.44 1.115.87 2.027 1.79 2.027 2.02 0 .96-.951.34-2.464-1.58zm886.529.87c.39-.64.95-1.16 1.23-1.16s.51.52.51 1.16c0 .63-.55 1.15-1.23 1.15-.67 0-.9-.52-.51-1.15zm-24.31-1.15c-.4-.66.06-.85 1.09-.46 2.01.77 2.38 1.61.71 1.61-.6 0-1.41-.52-1.8-1.15zm-8.06-9.2c-.37-.59-.22-1.35.32-1.68.54-.34.98.15.98 1.08 0 1.95-.37 2.12-1.3.6zm52.42-.87c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm-45.43-1.37c-1.1-1.79-.57-2.4 2.64-3.02 1.36-.26 2.48.02 2.48.62s-.74 1.09-1.64 1.09c-.91 0-1.85.63-2.11 1.39-.35 1.05-.68 1.04-1.37-.08zm9.46.24c.8-.32 2.1-.32 2.89 0 .8.32.15.58-1.44.58-1.6 0-2.25-.26-1.45-.58zm-58.76-10.88c0-.68.52-.91 1.15-.51.64.39 1.16.94 1.16 1.22 0 .29-.52.52-1.16.52-.63 0-1.15-.56-1.15-1.23zm-835.541-5.14c-2.212-1.9-2.763-2.9-1.602-2.9 1.783 0 6.33 4.44 5.448 5.33-.261.26-1.992-.83-3.846-2.43zm918.281.65c.8-1.29 5.26-1.14 5.26.17 0 .5-1.34.91-2.97.91-1.63 0-2.66-.49-2.29-1.08zm31.6-.84c.79-.32 2.1-.32 2.89 0 .8.32.15.58-1.44.58-1.6 0-2.25-.26-1.45-.58zm-55.28-2.68c-1.36-.86-1.2-1.05.79-.9 1.38.11 2.26.61 1.95 1.11-.7 1.12-.63 1.13-2.74-.21zm-910.131-3.37c0-1.01 3.822-2.4 6.659-2.43.795-.01 1.447.76 1.447 1.72 0 1.21-1.223 1.73-4.053 1.73-2.229 0-4.053-.46-4.053-1.02zm916.761-.28c.78-.79 1.72-1.15 2.07-.79.36.36-.28 1.01-1.42 1.44-1.66.63-1.79.5-.65-.65zm-8.77-2.55c.85-.91 2.24-1.37 3.11-1.04.86.33 1.98-.06 2.48-.88.53-.85 1.54-1.09 2.4-.55 1.61.99-1.77 2.8-6.82 3.66-2.29.38-2.47.2-1.17-1.19zm55.39.38c0-.64.55-1.16 1.23-1.16.67 0 .9.52.51 1.16-.39.64-.95 1.16-1.23 1.16s-.51-.52-.51-1.16zm7.53 0l-4.63-.83 4.92-.16c2.71-.1 4.92.35 4.92.99s-.14 1.09-.29 1c-.16-.1-2.37-.54-4.92-1zm31.84-1.16c-1.48-.96-1.44-1.12.29-1.14 1.12-.01 2.03.5 2.03 1.14 0 1.41-.14 1.41-2.32 0zm-101.58-2.31c.1-1.28.31-2.32.47-2.32.16 0 .85 1.04 1.53 2.32.98 1.83.88 2.31-.47 2.31-.99 0-1.63-.97-1.53-2.31zm27.26 1.52c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.6-1.35-.05-1.63-.32-.7-.69v-.01zm31.31-8.76c.58-.59 2.29-.87 3.8-.64 2.32.37 2.15.53-1.06 1.07-2.3.38-3.38.21-2.74-.43zm-936.799-.5c.835-.34 1.834-.3 2.219.09.384.39-.3.66-1.52.61-1.348-.05-1.623-.33-.7-.7h.001zm-8.961-3.16c-.853-1.03-.935-1.9-.222-2.34.624-.38 1.462-.17 1.862.48.399.65.306 1.18-.209 1.2-.516.01-.155.52.8 1.14.956.61 1.148 1.13.43 1.14-.718 0-1.915-.72-2.661-1.62zm905.4-1.03c0-2.04 7.44-2.43 9.06-.48.85 1.03.42 1.45-1.63 1.57-1.54.1-2.8-.31-2.8-.91 0-.61-1-.53-2.31.17-1.79.96-2.32.88-2.32-.35zm16.21.28c0-.68.52-.91 1.16-.51.64.39 1.16.94 1.16 1.23 0 .28-.52.51-1.16.51-.64 0-1.16-.56-1.16-1.23zm-23.73-5.72c-.4-.64.09-1.16 1.09-1.16.99 0 1.8.52 1.8 1.16 0 .63-.49 1.16-1.09 1.16-.6 0-1.41-.53-1.8-1.16zm-898.255-4.28c-1.115-.29-2.026-1.03-2.026-1.64 0-.64 1.105-.54 2.605.24 4.342 2.26 4.183 2.65-.579 1.41v-.01zm9.864-4.63c1.127-.3 2.69-.28 3.474.04.784.32-.138.56-2.048.53-1.911-.02-2.552-.28-1.426-.57zm923.701-6.15c0-.63.52-1.15 1.16-1.15.64 0 1.16.52 1.16 1.15a1.16 1.16 0 01-2.32 0zm4.05 0c-.39-.63.39-1.15 1.74-1.15s2.13.52 1.74 1.15c-.4.64-1.18 1.16-1.74 1.16s-1.34-.52-1.74-1.16zm6.37 0c-1.48-.96-1.44-1.12.29-1.14 1.12 0 2.03.51 2.03 1.14 0 1.42-.14 1.42-2.32 0zm2.78-5.98c-.55-.89-.23-1.12.94-.67.99.38 2.4.07 3.16-.67 1.05-1.05 1.19-.89.59.66-.88 2.32-3.45 2.69-4.69.68zm1.39-3.09c-.32-.53.15-.96 1.04-.96.9 0 1.37.43 1.04.96-.33.53-.79.97-1.04.97-.24 0-.71-.44-1.04-.97zm4.52-3.66c.39-.64 1.23-1.16 1.87-1.16.64 0 .84.52.44 1.16-.39.63-1.23 1.15-1.87 1.15-.64 0-.84-.52-.44-1.15zm-16.79-7.98c0-.55 1.3-1 2.89-1s2.9.35 2.9.76c0 .42-1.31.87-2.9 1-1.59.14-2.89-.21-2.89-.76zm-927.707-.92c.835-.34 1.834-.29 2.219.1.384.38-.3.65-1.52.6-1.348-.05-1.623-.32-.7-.7h.001zm-21.494-10.84c-1.433-.56-2.605-1.79-2.605-2.71 0-1.82 6.124-3.67 8.104-2.45.668.41 3.558-.14 6.423-1.24 6.888-2.63 7.643-1.57 1.18 1.66-2.815 1.41-5.287 2.99-5.492 3.52-.632 1.64-4.866 2.32-7.61 1.22zm6.11-3.2c-.357-.35-1.291 0-2.077.79-1.135 1.15-1.002 1.28.649.65 1.142-.43 1.784-1.08 1.428-1.44zm927.111 2.82c.82-.88 2.24-1.31 3.15-.96 1.28.5 1.15.84-.57 1.51-3.44 1.35-4.2 1.19-2.58-.55zM8.831 179.9c.796-.32 2.099-.32 2.895 0 .796.32.145.58-1.447.58-1.593 0-2.244-.26-1.448-.58zm903.459-1.55a1.16 1.16 0 012.32 0c0 .63-.52 1.15-1.16 1.15-.64 0-1.16-.52-1.16-1.15zm3.26-4.27c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm-901.798-6.15c.955-.62 2.258-1.13 2.895-1.13s.376.51-.578 1.13c-.956.61-2.258 1.12-2.895 1.12s-.376-.51.578-1.12zm885.808 0c0-.64.55-1.16 1.22-1.16.68 0 .91.52.51 1.16-.39.63-.94 1.15-1.22 1.15s-.51-.52-.51-1.15zm7.78-7.04c1.41-1.47 2.86-2.39 3.22-2.03.35.35-.8 1.56-2.57 2.68l-3.22 2.03 2.57-2.68zm-918.121-3.02c.836-.33 1.835-.29 2.219.1.385.38-.299.65-1.519.61-1.349-.06-1.624-.33-.701-.7l.001-.01zm914.751 0c.84-.33 1.84-.29 2.22.1.38.38-.3.65-1.52.61-1.35-.06-1.62-.33-.7-.7v-.01zm7.16-2.68c0-.64.56-1.16 1.23-1.16.68 0 .91.52.51 1.16-.39.64-.94 1.16-1.23 1.16-.28 0-.51-.52-.51-1.16zm-2.94-1.24c-.78-1.27 3.06-4.82 4.1-3.78.32.32-.33 1.24-1.43 2.04-1.1.81-1.67 1.81-1.25 2.22.41.42.44.76.05.76-.38 0-1.04-.56-1.46-1.24h-.01zm9.89-6.8c0-.6.52-1.41 1.15-1.79.65-.41.85.05.45 1.08-.77 2.01-1.6 2.38-1.6.71zm-4.63-10.49c0-.63.55-1.16 1.23-1.16.67 0 .9.53.51 1.16-.4.64-.95 1.16-1.23 1.16s-.51-.52-.51-1.16zm-5.03-4c-.37-.97.35-1.25 2.24-.89 3.38.64 3.48.97.55 1.73-1.23.33-2.49-.05-2.79-.84zm-891.773-4.1c.394-.64.945-1.16 1.227-1.16.28 0 .51.52.51 1.16 0 .63-.551 1.15-1.227 1.15-.674 0-.904-.52-.51-1.15zm902.683-6.47c.06-1.35.33-1.62.7-.7.34.84.3 1.84-.09 2.22-.39.39-.66-.3-.61-1.52zm-883.577-4.02c0-.68.521-.91 1.158-.51.637.39 1.158.94 1.158 1.22s-.521.51-1.158.51c-.637 0-1.158-.55-1.158-1.22zm874.227.16c0-.54 2.05-.95 4.56-.9 2.51.04 4.36.42 4.1.83-.7 1.14-8.66 1.21-8.66.07zm-.31-3.71c.78-.79 1.72-1.15 2.07-.79.36.35-.28 1-1.42 1.44-1.66.63-1.79.49-.65-.65zm-854.848-1.07c-.427-.69-.462-1.57-.082-1.95.381-.38.695-.06.695.72s.434 1.15.965.82c1.456-.9 8.91-2.08 8.115-1.28-.38.38-2.152.95-3.937 1.28-1.784.32-3.636.83-4.114 1.12-.479.3-1.219-.02-1.645-.71h.003zm11.977-3.05c.835-.34 1.834-.3 2.219.09.384.39-.299.66-1.52.61-1.348-.05-1.623-.33-.7-.7h.001zM906.52 97.86c.73-.89.93-2.3.44-3.12-.67-1.11-.4-1.09 1.06.09 2.67 2.17 2.46 4.25-.45 4.47-1.93.15-2.14-.14-1.05-1.44zM27.357 88.42c.796-.32 2.099-.32 2.895 0 .796.32.145.58-1.447.58s-2.244-.26-1.448-.58zm834.533-1.6c-.37-.61.39-1.11 1.7-1.11 2.8 0 3.08.65.69 1.57-.94.35-2.01.15-2.39-.46zm29.34-6.53c.84-.33 1.84-.29 2.22.1.39.38-.3.66-1.52.61-1.35-.06-1.62-.33-.7-.7v-.01zm-852.583-5c.394-.63 1.597-1.15 2.674-1.14 1.687.02 1.718.18.221 1.14-2.267 1.47-3.8 1.47-2.895 0zm15.632-3.47c0-.64.812-1.16 1.805-1.16.993 0 1.483.52 1.09 1.16-.394.64-1.206 1.16-1.805 1.16s-1.09-.52-1.09-1.16zm390.216-8.11a1.16 1.16 0 012.317 0c0 .64-.521 1.16-1.158 1.16-.638 0-1.159-.52-1.159-1.16zm20.626.37c.835-.34 1.834-.29 2.219.1.384.38-.3.65-1.52.61-1.348-.06-1.623-.34-.7-.7l.001-.01zm-6.731-1.45c0-.59-1.433-1.31-3.184-1.58-1.837-.3-1.183-.45 1.543-.37 2.935.08 4.728.69 4.728 1.59.001.79-.693 1.44-1.543 1.44-.849 0-1.544-.48-1.544-1.08zm35.896-.17c0-.91 4.216-2.18 7.305-2.21 1.151 0 1.808.45 1.458 1.02-.763 1.23-8.763 2.32-8.763 1.19zm12.838-.36c-1.015-1.23-.89-1.75.543-2.3 2.61-1.01 2.83-.93 2.83.95 0 2.44-1.852 3.18-3.372 1.35h-.001zm-33.068-1.41c-.974-.98-1.771-1.87-1.771-1.98 0-.11 2.605-.3 5.79-.41 3.358-.11 5.789.31 5.789 1.01 0 .66-1.042.93-2.315.59-1.274-.33-2.316-.19-2.316.32 0 1.88-3.46 2.18-5.177.47zm13.282-.45c-1.043-.68-1.186-1.13-.358-1.14.759-.01 1.701.5 2.094 1.14.889 1.44.489 1.44-1.736 0zm25.244-.15c-.775-.47-.739-.99.11-1.51.704-.44 1.282-.14 1.282.66 0 1.14.309 1.15 1.389.07 1.818-1.82 2.854-1.75 3.612.22.435 1.13-.246 1.56-2.298 1.45-1.604-.08-3.445-.49-4.091-.89h-.004zm-22.349-1.01c-.394-.64-.194-1.16.442-1.16.637 0 1.48.52 1.873 1.16.394.64.194 1.16-.442 1.16-.637 0-1.479-.52-1.873-1.16zm101.963-.34c.798-2.08 5.144-2.22 5.144-.17 0 1-1.145 1.67-2.859 1.67-1.857 0-2.658-.53-2.285-1.5zm288.254.34c.39-.64 1.24-1.16 1.87-1.16.64 0 .84.52.45 1.16-.4.64-1.24 1.16-1.88 1.16-.64 0-.83-.52-.44-1.16zm-281.461-1.54c.367-1.17.666-2.34.666-2.61 0-.26 1.011-.48 2.248-.48 2.727 0 4.093 1.84 2.224 2.99-.847.53-1.046.34-.529-.5 1.366-2.21-2.545-1.53-3.972.69-1.218 1.89-1.259 1.89-.636-.09h-.001zm7.614-2.51c0-.96.521-1.74 1.159-1.74.637 0 1.158.78 1.158 1.74 0 .95-.521 1.73-1.158 1.73-.638 0-1.159-.78-1.159-1.73zm134.317-2.76c0-1.27.52-2.64 1.16-3.03.64-.4 1.16.33 1.16 1.6s-.52 2.64-1.16 3.03c-.64.39-1.16-.33-1.16-1.6zm8.11.9c0-.57-.78-1.04-1.74-1.04-.95 0-1.74-.51-1.74-1.14 0-.67 2.72-.92 6.66-.62 3.66.28 8.38.54 10.49.56 2.13.03 3.53.53 3.15 1.15-.38.61-1.45.81-2.39.46-.93-.36-1.7-.01-1.7.77 0 1.08-.38 1.1-1.61.09-1.12-.93-3.03-1.01-6.36-.26-2.77.62-4.76.64-4.76.04v-.01zm143.58.05c0-.67.52-.9 1.16-.51.63.4 1.15.95 1.15 1.23s-.52.51-1.15.51c-.64 0-1.16-.55-1.16-1.23zm-326.534-.91c0-1.71 3.605-2.93 8.974-3.06 5.209-.12 6.708 1.31 2.316 2.21-7.514 1.55-11.29 1.83-11.29.85zm151.095-.2c-1.06-1.71-.055-2.59 2.418-2.11 1.809.36 1.828.54.194 1.9-1.302 1.08-2.039 1.14-2.612.21zm52.989.23c-2.57-.36-3.76-2.52-1.38-2.52.67 0 .97-.42.66-.92-.31-.51 1.09-1.03 3.11-1.17 2.03-.13 3.1.15 2.37.63-.72.49-1.5 1.66-1.73 2.61-.26 1.06-1.45 1.6-3.03 1.37zm-149.662-1.29c1.816-1.25 9.007-1.75 7.795-.54-.383.39-2.684.93-5.114 1.22-3.283.39-3.972.21-2.681-.68zm87.391-.02c.376-.61 1.449-.82 2.384-.46 2.394.92 2.112 1.56-.683 1.56-1.312 0-2.077-.5-1.7-1.1h-.001zm-74.654-1.21c.955-.62 3.04-1.08 4.632-1.03l2.894.1-2.894.93c-1.592.51-3.677.97-4.632 1.02-1.544.08-1.544-.03 0-1.02zm90.896 0c.394-.64.945-1.16 1.227-1.16.28 0 .51.52.51 1.16 0 .63-.551 1.15-1.227 1.15-.674 0-.904-.52-.51-1.15zm74.979.36c1.11-.3 2.93-.3 4.05 0 1.11.29.2.53-2.03.53s-3.14-.24-2.02-.53zm14.76-2.1c-.83-1-.94-1.74-.27-1.74.65 0 1.48.78 1.85 1.74.36.96.48 1.74.26 1.74-.22 0-1.05-.79-1.84-1.74zm-229.267.14c0-.24.736-1.05 1.633-1.79 1.252-1.04 1.836-1.03 2.495.04.546.88.372 1.09-.476.57-.735-.46-1.337-.28-1.337.4 0 .67-.521 1.22-1.159 1.22-.637 0-1.158-.19-1.158-.43l.002-.01zm86.843-.72c2.268-1.46 3.801-1.46 2.895 0-.394.64-1.597 1.15-2.674 1.14-1.687-.01-1.718-.17-.221-1.14zm80.764.33c-5.68-.86-3.36-2.08 3.18-1.67 3.51.22 6.09.87 5.73 1.45-.65 1.05-3.01 1.11-8.91.22zm68.61-.22c0-.58 1.04-.78 2.31-.45 1.28.34 2.32.81 2.32 1.05 0 .25-1.04.45-2.32.45-1.27 0-2.31-.47-2.31-1.05zm-142.426-1.27c0-.64.489-1.16 1.09-1.16.599 0 1.411.52 1.805 1.16.394.64-.096 1.16-1.09 1.16-.993 0-1.805-.52-1.805-1.16zm13.895 0c0-.64.489-1.16 1.09-1.16.599 0 1.411.52 1.805 1.16.394.64-.096 1.16-1.09 1.16-.993 0-1.805-.52-1.805-1.16zm25.474-1.16c0-.63.751-1.15 1.668-1.15.918 0 1.991.52 2.384 1.15.394.64-.356 1.16-1.668 1.16-1.312 0-2.384-.52-2.384-1.16zm12.737-.1c0-1.34 4.711-1.33 6.828.01 1.109.7.29 1.02-2.605 1.02-2.323 0-4.223-.47-4.223-1.04v.01zm12.74.1c0-.63.55-1.15 1.22-1.15.68 0 .91.52.51 1.15-.39.64-.94 1.16-1.22 1.16s-.51-.52-.51-1.16zm19.46-.79c.84-.33 1.84-.29 2.22.1.39.38-.3.66-1.52.61-1.34-.06-1.62-.33-.7-.7v-.01zm37.06 0c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm85.68 0c.84-.33 1.84-.29 2.22.1.39.38-.3.66-1.52.61-1.35-.06-1.62-.33-.7-.7v-.01zm-246.687-2.92c.456-1.75.819-1.91 1.572-.73.794 1.25.984 1.26.997.03.008-.83.548-1.19 1.194-.79 1.564.97.538 2.47-2.169 3.18-1.714.45-2.059.08-1.595-1.7l.001.01zm10.772 1.45c-.958-.59-.333-1.11 1.841-1.53 4.032-.78 4.37-.55 1.687 1.13-1.142.71-2.73.89-3.528.4zm11.04-1.02c-.328-.53.163-.96 1.09-.96.928 0 1.686.43 1.686.96s-.491.97-1.09.97c-.599 0-1.358-.44-1.686-.97zm103.515-1.35c0-.64.55-1.16 1.23-1.16.67 0 .9.52.51 1.16-.4.64-.95 1.16-1.23 1.16s-.51-.52-.51-1.16zm-502.535-3.47c0-.64 1.172-1.15 2.605-1.14 2.107.01 2.273.23.869 1.14-2.245 1.45-3.474 1.45-3.474 0zm357.301-1.04c-1.914-.75-1.969-.97-.386-1.58 1.07-.41 2.114-.01 2.485.95.351.92.523 1.63.385 1.59-.139-.04-1.257-.48-2.484-.96zm28.284-2.28c0-.97 8.093-.55 9.125.48.288.29-1.647.52-4.3.52-2.654 0-4.825-.45-4.825-1zm29.397.06c.323-.52 3.318-1.07 6.656-1.23 3.339-.15 6.493-.53 7.009-.85.516-.32.938-.09.938.52 0 .6-.824 1.42-1.831 1.8-2.744 1.06-13.447.85-12.772-.24zm191.763-.86c0-.99.53-1.48 1.18-1.08.65.4.88 1.22.51 1.81-.99 1.61-1.69 1.3-1.69-.73zm10.42-1.74c0-.67.52-.9 1.16-.51.64.4 1.16.95 1.16 1.23s-.52.51-1.16.51c-.64 0-1.16-.55-1.16-1.23zm-638.007-2.7c0-.25.782-.75 1.737-1.12.956-.37 1.736-.16 1.736.46 0 .61-.78 1.12-1.736 1.12-.955 0-1.737-.21-1.737-.46zm4.631-.83c0-.7.783-.98 1.737-.61.956.37 1.737.23 1.737-.29 0-.53 1.433-.68 3.184-.33l3.185.63-2.895.83c-4.439 1.27-6.948 1.19-6.948-.23zm160.733.5c.836-.34 1.835-.3 2.22.09.384.39-.3.66-1.52.61-1.349-.05-1.624-.33-.701-.7h.001zm26.345-1.41c-.353-.57.124-1.33 1.053-1.68 1.81-.7 3.355.75 2.122 1.98-1.046 1.04-2.423.92-3.174-.3h-.001zm14.11.14c-1.115-.24-2.027-.97-2.027-1.64 0-.69 1.122-.9 2.606-.51 1.433.39 2.996.71 3.473.72.478 0 .869.45.869.98 0 1.02-1.579 1.16-4.921.45zm60.501-.34c0-.98 2.974-2.23 5.305-2.23 3.106 0 1.638 2.05-1.832 2.56-1.91.28-3.473.13-3.473-.33zm41.816-.34c-.699-.84-1.03-1.77-.736-2.06.974-.98 8.71.4 8.71 1.55 0 .62-.651.89-1.447.61-.796-.29-2.305-.09-3.353.45-1.221.63-2.36.43-3.174-.55zm29.395.42c.394-.64 2.118-1.12 3.832-1.08 2.782.07 2.868.19.8 1.08-3.217 1.38-5.486 1.38-4.632 0zm9.326.04c-2.081-.74-2.041-.86.527-1.53 3.213-.84 3.646-.66 2.531 1.08-.447.7-1.809.9-3.059.45h.001zm-327.39-.83c.836-.33 1.835-.29 2.219.1.385.38-.299.66-1.519.61-1.349-.06-1.624-.33-.701-.7l.001-.01zm302.102.07c-.394-.39.015-1.44.905-2.34 1.184-1.18 2.967-1.39 6.603-.78 2.739.47 5.501.73 6.138.59.638-.14.147.53-1.09 1.5-2.2 1.71-11.139 2.45-12.557 1.03h.001zm35.331-.21c-2.721-.2-4.675-.81-4.341-1.35.334-.53 1.595-.72 2.803-.4 1.207.31 3.237.01 4.509-.67 1.741-.93 2.636-.84 3.621.34 1.69 2.04.027 2.56-6.592 2.08zm21.737-.37c0-.84-1.281-1.05-3.615-.58-3.121.62-3.418.48-2.174-1.02 1.074-1.29 1.093-1.73.069-1.73-.753 0-1.047-.52-.653-1.16.88-1.42 7.527-1.55 7.527-.15 0 .56 1.597 1.34 3.55 1.73 2.171.43 3.245 1.2 2.764 1.98-.432.7-1.769 1.01-2.971.7-1.202-.31-2.185-.09-2.185.48 0 .58-.522 1.05-1.159 1.05s-1.158-.59-1.158-1.3h.005zm22 .29c0-.56-1.685-1.35-3.745-1.77l-3.745-.75 3.283-1.7c3.224-1.67 8.393-.69 5.565 1.05-.691.43-.963 1.55-.604 2.48.359.93.337 1.7-.054 1.7-.387 0-.703-.46-.703-1.01h.003zm-397.164-1.3c1.566-1.02 14.951-1.74 13.799-.75-.265.23-3.87.75-8.009 1.15-5.064.49-6.958.36-5.79-.4zm416.849-.65c0-1 .521-1.49 1.158-1.09.638.39 1.159 1.2 1.159 1.8 0 .6-.521 1.09-1.159 1.09-.637 0-1.158-.81-1.158-1.8zm-279.346-.12c.796-.33 2.098-.33 2.894 0 .796.32.145.58-1.447.58s-2.243-.26-1.447-.58zm202.707-.03c.835-.34 1.834-.29 2.219.09.384.39-.299.66-1.52.61-1.348-.05-1.623-.33-.7-.7h.001zm103.271-1.28c0-.5 1.166-1 2.591-1.11 2.036-.15 2.222.04.868.9-2.117 1.33-3.459 1.42-3.459.21zm173.473.12c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm-546.303-1.23c.041-2.15 2.23-4.04 3.918-3.39 1.019.39 1.854.2 1.854-.41 0-.62.585-1.12 1.299-1.12.898 0 .855.53-.142 1.73-1.212 1.46-1.004 1.74 1.306 1.76 2.198.01 2.4.24 1.011 1.14-2.562 1.66-4.632 1.4-4.632-.58 0-1.91-1.803-2.35-2.834-.68-.36.58 0 1.32.8 1.65.878.35.651.62-.571.68-1.115.05-2.019-.3-2.009-.78zM20.195 19.37c.435-1.14 1.082-1.78 1.439-1.43.357.36 0 1.29-.791 2.08-1.143 1.13-1.276 1-.648-.65zm267.765.71c.836-.34 1.835-.3 2.219.09.385.39-.299.66-1.519.61-1.349-.05-1.624-.33-.701-.7h.001zm22.257-.32c-.932-.59-5.101-.87-9.263-.61-6.894.42-7.103.37-2.356-.56 8.079-1.59 12.407-1.41 13.156.54.777 2.02.711 2.05-1.537.63zm18.487-.18c-1.484-1.07-1.453-1.16.215-.62 1.073.34 2.183 0 2.466-.76.358-.97 1.16-.77 2.639.64 2.05 1.96 2.025 2.03-.729 2.01-1.569-.01-3.635-.58-4.59-1.27h-.001zm8.616-.51c-2.158-1.73-2.144-1.75.359-.54 1.432.69 2.605 1.51 2.605 1.8 0 .89-.601.63-2.963-1.26h-.001zm6.877.42c-.317-.52.365-.94 1.518-.95 1.151-.01 3.267-.33 4.7-.72 1.439-.38 2.605-.17 2.605.47 0 1.42-8.013 2.51-8.823 1.2zm278.617-.94c-2.722-.87-2.666-.93.937-1.04 2.283-.07 3.542.35 3.115 1.04-.393.64-.815 1.11-.936 1.04-.124-.06-1.524-.53-3.116-1.04zm30.395.39c-3.287-1.32-1.074-2.7 4.342-2.7 5.988 0 7.752 1.52 3.184 2.74-3.006.81-5.467.79-7.526-.04zm19.395-.16c0-2.01 2.954-3.7 6.311-3.61 1.942.05 2.88.35 2.084.68-.796.32-1.447 1.32-1.447 2.22 0 1.05-1.249 1.64-3.474 1.64-1.911 0-3.474-.42-3.474-.93zm53.779-1.06c.354-.92.642-2.15.642-2.74 0-.58.783-1.06 1.737-1.06.956 0 1.737.78 1.737 1.74 0 .95.008 2.12.015 2.6.008.48-1.062.93-2.38 1-1.643.1-2.193-.39-1.752-1.54h.001zm43.777 1.22c-.8-.32-1.45-1.46-1.45-2.53 0-1.58 1.21-1.97 6.37-2.05 6.26-.1 8.21.92 4.47 2.36-1.05.4-2.88.41-4.08.04-1.38-.44-2.07-.18-1.87.7.37 1.59-1.33 2.33-3.44 1.48zm-103.924-1.55c.393-.63 1.236-1.16 1.873-1.16s.836.53.442 1.16c-.394.64-1.237 1.16-1.874 1.16s-.835-.52-.441-1.16zm-321.321-1.16c0-.71-.602-.92-1.336-.46-.829.51-1.023.32-.51-.51.99-1.61 4.163-1.79 4.163-.25 0 .6-.521 1.41-1.159 1.81-.637.39-1.158.13-1.158-.58v-.01zm28.948-.13c-3.078-.55-2.173-.76 3.763-.87 4.299-.09 7.816.05 7.816.3 0 .9-7.617 1.27-11.579.57zm318.426.83c0-.25 2.04-.65 4.534-.89 2.494-.23 4.287-.02 3.984.46-.55.89-8.518 1.3-8.518.43zm42.934-1.37c.055-1.35.329-1.63.7-.7.335.83.294 1.83-.096 2.22-.384.38-.657-.3-.608-1.52h.004zm7.507.33c.44-1.14 1.08-1.78 1.44-1.42.36.35 0 1.29-.79 2.07-1.14 1.14-1.27 1.01-.65-.65zm-355.609-.68c-1.012-1.01-.505-3.61.706-3.61.674 0 .904.52.51 1.16-.394.64.356 1.16 1.668 1.16 1.312 0 2.384.49 2.384 1.08 0 1.07-4.243 1.24-5.268.21zm23.204-.15c-.399-.65-1.082-.98-1.516-.73-.433.25-1.83.03-3.104-.48-1.76-.7-1.863-.95-.431-1.01 1.037-.04 2.534-.86 3.327-1.82.942-1.13 3.495-1.73 7.378-1.72 3.266.01 5.36.4 4.654.87-.706.47-1.157 1.67-1.004 2.66.214 1.37-.519 1.69-3.058 1.31-1.975-.29-3.34.04-3.34.8 0 1.62-1.932 1.69-2.906.11v.01zm5.223-3.21c0-1.09-5.444-.98-6.554.13-.429.42.87.78 2.887.78s3.667-.41 3.667-.91zm333.192 3.51c-3.09-.7-2.42-2.38.86-2.19 1.6.1 2.9.53 2.9.97 0 1.23-1.53 1.73-3.76 1.22zm65.81-.12c-.34-.54.68-.74 2.25-.44 1.57.3 2.86.74 2.86.99 0 .89-4.52.41-5.11-.55zm6.85-.16c.39-.64.94-1.16 1.22-1.16s.51.52.51 1.16c0 .63-.55 1.15-1.22 1.15-.68 0-.91-.52-.51-1.15zm-465.485-1.16c-.394-.64.123-1.16 1.158-1.16 1.03 0 1.552.52 1.159 1.16-.394.63-.915 1.16-1.159 1.16-.243 0-.764-.53-1.158-1.16zm8.917-.13c.39-1.17 3.297-1.7 10.813-1.94 12.455-.41 12.529.8.096 1.48-4.872.26-9.438.84-10.147 1.27-.774.48-1.077.16-.757-.81h-.005zm29.591.52c.8-.32 1.188-1.02.863-1.54-.766-1.24 2.545-.77 3.728.53.496.55.287.64-.465.21-.752-.43-1.695-.26-2.095.39-.399.65-1.348 1.14-2.106 1.09-.988-.07-.966-.26.082-.68h-.007zm72.652-.01c-7.228-1.15-5.611-2.69 2.952-2.83 11.027-.17 14.096.27 12.562 1.8-.87.87-11.883 1.6-15.514 1.03zm240.049-.01c.836-.33 1.835-.29 2.22.1.384.38-.3.66-1.52.61-1.349-.06-1.623-.33-.7-.7v-.01zm14.981.03c.796-.32 2.098-.32 2.895 0 .796.32.145.58-1.448.58-1.592 0-2.243-.26-1.447-.58zm61.445-.03c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm93.79 0c.83-.33 1.83-.29 2.22.1.38.38-.3.66-1.52.61-1.35-.06-1.63-.33-.7-.7v-.01zm-437.311-1.4c-.954-.6-1.118-1.27-.421-1.7.633-.39 1.795.07 2.581 1.01 1.563 1.88.338 2.28-2.16.69zm4.657.46c.317-.32 3.661-.83 7.43-1.13 4.758-.38 5.968-.24 3.958.46-3.104 1.09-12.347 1.63-11.388.67zm86.653-.58c0-.64.521-1.16 1.158-1.16.637 0 1.158.52 1.158 1.16 0 .63-.521 1.16-1.158 1.16-.637 0-1.158-.53-1.158-1.16zm3.325-1.45c-1.233-2.31-1.185-2.44.435-1.1 1.355 1.12 2.035 1.16 2.65.16.608-.98 1.075-.93 1.763.18.516.83.68 1.93.365 2.44-1.101 1.78-3.839.9-5.214-1.68h.001zm-106.379-.39c-1.947-1.08-2.278-1.61-1.011-1.62 1.037-.01 2.533.77 3.326 1.72 1.691 2.04 1.517 2.03-2.316-.1h.001zm113.475.78c0-1.17 2.961-1 4.212.25.443.45-.324.81-1.703.81-1.38 0-2.509-.48-2.509-1.06zm32.711.29c-2.842-1.14-1.373-2.13 3.184-2.13 2.548 0 4.632.39 4.632.87s-.739.87-1.642.87c-.903 0-2.336.22-3.184.49-.848.26-2.194.22-2.99-.1zm-170.72-1.18c.836-.34 1.835-.29 2.22.09.384.39-.3.66-1.52.61-1.349-.05-1.623-.33-.7-.7zm179.884.21c1.156-1.15 12.547-1.88 12.547-.8 0 .54-2.984 1.11-6.632 1.25-3.647.15-6.309-.05-5.915-.45zM543.859 8.5c.835-.33 1.834-.29 2.219.1.384.38-.299.66-1.52.61-1.348-.06-1.623-.33-.7-.7l.001-.01z" fill-rule="nonzero"/></svg>');
}

/**
    INLINE TEXT LOGOS
 */
.text-logo {
    position: relative;
    max-height: 1em;
    vertical-align: text-bottom;
    top: -.15em;
}

/**
    BLOG
 */
.blog-item-headline {
    font-size: 2.8em;
    text-transform: none;
}

.blog-item h2.headline,
.blog-item h3.headline,
.blog-item h4.headline {
    font-size: 1.8em;
    text-transform: none;
}

.blog-item h2.headline:not(.blue),
.blog-item h3.headline:not(.blue),
.blog-item h4.headline:not(.blue) {
    color: inherit;
}

.blog-item .check-icons {
    margin: 1.5em 0;
}

.blog-item .check-icons li {
    margin: .5em 0;
    padding-left: 1em !important;
}

.blog-item .check-icons li::before {
    margin: 0;
    top: 0.1em !important;
    left: -.4em;
    position: absolute !important;
}

.blog-item ol h5,
.blog-item ul h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.blog-item .check-icons {

}

/**
    SEALS
 */
.seals.container img {
    max-height: 190px;
    margin-right: 1em;
}

/**
    CONTENTBUILDER
 */
.font-semibold,
.font-bold  {
    font-weight: bold;
}