.social-list,
.nav-menu,
.footer-list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after {
    content: '';
    display: block;
    clear: both;
}

.df-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 480px) {
    .df-row.df-rr-ph {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 480px) {
    .df-row.df-aic-ph {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .df-row.df-rr-sm {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .df-row.df-aic-sm {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 575px) {
    .df-row.df-rr-sm-md {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 575px) {
    .df-row.df-aic-sm-md {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 640px) {
    .df-row.df-rr-sm-lg {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 640px) {
    .df-row.df-aic-sm-lg {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 960px) {
    .df-row.df-rr-md {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 960px) {
    .df-row.df-aic-md {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .df-row.df-rr-md-lg {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1024px) {
    .df-row.df-aic-md-lg {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1100px) {
    .df-row.df-rr-wd {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1100px) {
    .df-row.df-aic-wd {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 480px) {
    .df-row .col-ph-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 480px) {
    .df-row .col-offset-ph-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 768px) {
    .df-row .col-sm-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 768px) {
    .df-row .col-offset-sm-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 575px) {
    .df-row .col-sm-md-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 575px) {
    .df-row .col-offset-sm-md-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 640px) {
    .df-row .col-sm-lg-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 640px) {
    .df-row .col-offset-sm-lg-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 960px) {
    .df-row .col-md-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 960px) {
    .df-row .col-offset-md-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 1024px) {
    .df-row .col-md-lg-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 1024px) {
    .df-row .col-offset-md-lg-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-1 {
        -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-2 {
        -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-3 {
        -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-4 {
        -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-5 {
        -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-6 {
        -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-7 {
        -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-8 {
        -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-9 {
        -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-10 {
        -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-11 {
        -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }
}

@media (min-width: 1100px) {
    .df-row .col-wd-12 {
        -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-0 {
        margin-left: calc(100% / 12 * 0);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-2 {
        margin-left: calc(100% / 12 * 2);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-3 {
        margin-left: calc(100% / 12 * 3);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-4 {
        margin-left: calc(100% / 12 * 4);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-5 {
        margin-left: calc(100% / 12 * 5);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-6 {
        margin-left: calc(100% / 12 * 6);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-7 {
        margin-left: calc(100% / 12 * 7);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-8 {
        margin-left: calc(100% / 12 * 8);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-9 {
        margin-left: calc(100% / 12 * 9);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-10 {
        margin-left: calc(100% / 12 * 10);
    }
}

@media (min-width: 1100px) {
    .df-row .col-offset-wd-11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 768px) {
    .df-row {
        margin: 0 -15px;
    }
}

.df-row .col {
    padding: 0 15px;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 20px;
}

blockquote {
    border-left: 4px solid #ddd;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 20px;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: 0.3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

body {
    color: #000;
    background: #F0EEE5;
    font: 16px/1.27 "Montserrat", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

@media (max-width: 959px) {
    iframe {
        width: 100%;
    }
}

.resize-active * {
    transition: none !important;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    box-sizing: border-box;
    border: 2px solid #112841;
    border-radius: 9px;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea) {
    height: 38px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus {
    outline: none;
    border-color: #010304;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #112841;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #112841;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #112841;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #112841;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder {
    color: #112841;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    transition: background 0.3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 10px 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 2px solid #112841;
    border-radius: 9px;
    background: #112841;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
    background: #e9ecef;
    color: #112841;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    text-transform: uppercase;
    font-weight: 700;
    color: #112841;
}

h1,
.h1 {
    font-size: 30px;
}

@media (min-width: 640px) {
    h1,
    .h1 {
        font-size: 34px;
        line-height: calc(37/34);
    }
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 31px;
        line-height: calc(33/31);
        margin: 0 0 23px;
    }
}

h2,
.h2 {
    font-size: 26px;
}

@media (min-width: 640px) {
    h2,
    .h2 {
       	font-size: 26px;
        line-height: calc(31/28);
    }
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 26px;
        line-height: calc(31/28);
    }
}

h3,
.h3 {
    font-size: 25px;
    line-height: 1;
}

@media (min-width: 640px) {
    h3,
    .h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 18px;
    }
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 13px;
}

a {
    transition: text-shadow 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #69FF45;
}

address {
    font-style: normal;
    margin: 0 0 13px;
}

mark {
    background: transparent;
    color: #69FF45;
}

.lead {
    font-weight: 500;
    line-height: calc(22/18);
}

@media (min-width: 768px) {
    .lead {
        font-size: 15px;
        line-height: calc(18/15);
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Italic.woff2") format("woff2"), url("fonts/Montserrat-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}


/* Caption */

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}


/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.btn {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    font: 700 18px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    background: #112841;
    text-transform: uppercase;
    z-index: 1;
    transition-property: color;
    transition-duration: 0.3s;
    overflow: hidden;
}

@media (min-width: 640px) {
    .btn {
        font-size: 21px;
        padding: 23px 32px;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 16px;
        padding: 18px 24px;
    }
}

.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn:hover,
.btn:focus {
    background: #060f19;
    color: #fff;
}

.btn:hover:after,
.btn:focus:after {
    transform: scaleY(1);
}

.btn.btn-primary {
    background: #112841;
    color: #69FF45;
}

.btn.btn-primary:after {
    background: #060f19;
}

.btn.btn-secondary {
    background: #69FF45;
    color: #112841;
}

.btn.btn-secondary:after {
    background: #40ff12;
}

.social-list {
    margin: 0 0 17px;
}

.social-list:last-child {
    margin: 0 0 -10px;
}

.social-list li {
    margin: 0 0 10px;
}

.social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.social-list a:hover span:after {
    left: 0;
    right: 0;
}

.social-list span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    overflow: hidden;
}

.social-list span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #69FF45;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.social-list img {
    width: auto;
    height: 18px;
    margin: 0 9px 0 0;
}

.intro-section {
    padding: 25px 0;
}

@media (min-width: 640px) {
    .intro-section {
        padding: 80px 0 25px;
    }
}

@media (min-width: 960px) {
    .intro-section {
        padding: 100px 0;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .intro-section>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 960px) {
    .intro-section>.container {
        display: -ms-flexbox;
        display: flex;
    }
}

.intro-section .btn-holder {
    margin-top: 42px;
}

@media (max-width: 767px) {
    .intro-section .btn-holder {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .intro-section .btn-holder {
        margin-top: 55px;
    }
}

@media (min-width: 960px) {
    .intro-section .btn-holder {
        margin-top: 75px;
    }
}

.intro-section .btn-holder:first-child {
    margin-top: 0;
}

@media (min-width: 960px) {
    .intro-section .lead {
        max-width: 450px;
    }
}

@media (max-width: 959px) {
    .intro-text {
        margin: 0 0 20px;
    }
}

@media (min-width: 960px) {
    .intro-text {
        max-width: 570px;
    }
}

@media (max-width: 959px) {
    .intro-image {
        text-align: center;
        margin: 0 -6% 0 6%;
    }
}

@media (min-width: 960px) {
    .intro-image {
        position: relative;
        -ms-flex: 1 0;
        flex: 1 0;
        margin: -100px 0 0 70px;
    }
}

@media (max-width: 959px) {
    .intro-image img {
        max-width: 88%;
    }
}

@media (min-width: 960px) {
    .intro-image img {
        position: absolute;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.feature-text-section {
    padding: 25px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: calc(25/22);
}

@media (min-width: 640px) {
    .feature-text-section {
        font-size: 22px;
        line-height: calc(25/22);
        padding: 38px 0;
    }
}

@media (min-width: 768px) {
    .feature-text-section {
        font-size: 28px;
        line-height: calc(31/28);
        padding: 48px 0;
    }
}

.feature-text-section .feature-text {
    margin: 0 -1px;
}

.feature-text-section .feature-text span {
    margin: 0 1px;
}

@media (max-width: 639px) {
    .feature-text-section .feature-text span {
        display: block;
        text-align: center;
    }
}

.feature-text-section .feature-text span:nth-child(even) {
    color: #69FF45;
}

.main-section {
    padding: 40px 0 45px;
}

@media (min-width: 640px) {
    .main-section {
        padding: 48px 0 55px;
    }
}

@media (min-width: 768px) {
    .main-section {
        font-size: 14px;
        line-height: calc(20/14);
    }
}

.main-section p:last-child {
    margin-bottom: 0;
}

.talk-section {
    overflow: hidden;
}

@media (min-width: 960px) {
    .talk-section .container {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    .talk-section h2 {
        font-size: 34px;
        line-height: calc(37/34);
        margin-right: 30%;
    }
}

.talk-section .btn-holder {
    text-align: center;
    margin-top: 47px;
}

@media (min-width: 960px) {
    .talk-section .btn-holder {
        margin-top: 70px;
        max-width: 530px;
    }
}

.talk-section .btn-holder:first-child {
    margin-top: 0;
}

.talk-section .btn {
    font-size: 30px;
    border-radius: 50px;
    min-width: 200px;
}

@media (min-width: 640px) {
    .talk-section .btn {
        font-size: 35px;
        padding: 19px 30px;
        min-width: 315px;
    }
}

@media (min-width: 768px) {
    .talk-section .btn {
        font-size: 28px;
        padding: 15px 30px;
        min-width: 250px;
    }
}

.talk-text {
    padding: 50px 0 15px;
}

@media (min-width: 640px) {
    .talk-text {
        padding: 75px 0 15px;
    }
}

@media (min-width: 960px) {
    .talk-text {
        width: 500px;
        padding: 67px 30px 85px 0;
    }
}

@media (min-width: 1100px) {
    .talk-text {
        width: 670px;
    }
}

.talk-image {
    text-align: center;
}

@media (min-width: 640px) {
    .talk-image {
        margin: 0 0 -25px;
    }
}

@media (min-width: 960px) {
    .talk-image {
        -ms-flex: 1 0;
        flex: 1 0;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 25px -20px 0 0;
    }
}

.talk-image img {
    width: 45%;
}

@media (min-width: 960px) {
    .talk-image img {
        width: 100%;
    }
}

.answers-sections {
    padding: 40px 0 60px;
}

@media (min-width: 768px) {
    .answers-sections {
        padding: 102px 0 140px;
    }
}

.answers-sections .container {
    position: relative;
    z-index: 0;
}

.answers-sections .decor-img {
    position: absolute;
    bottom: -60px;
    right: 47px;
    width: 180px;
    height: 320px;
    z-index: -1;
}

@media (min-width: 768px) {
    .answers-sections .decor-img {
        top: -96px;
        bottom: inherit;
        width: 365px;
        height: 645px;
    }
}

.answers-sections .title {
    max-width: 600px;
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .answers-sections .title {
        margin-bottom: 83px;
    }
}

.answers-sections .list-top-answers {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.answers-sections .list-top-answers .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item:first-child {
        margin-bottom: 51px;
    }
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item:nth-child(2) {
        margin-bottom: 40px;
    }
}

.answers-sections .list-top-answers .item:nth-child(2) .item-category {
    padding: 23px 26px;
}

.answers-sections .list-top-answers .item-category {
    color: #69FF45;
    padding: 23px 37px;
    background-color: #132840;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item-category {
        margin-right: 15px;
        width: auto;
    }
}

.answers-sections .list-top-answers .item-category h4 {
    color: currentColor;
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item-category h4 {
        font-size: 23px;
    }
}

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item-description {
        max-width: 386px;
    }
}

.answers-sections .list-top-answers .item-description p {
    line-height: 18px;
    margin: 0;
}

.answers-sections .list-top-answers .item-description p a {
    text-transform: uppercase;
    color: #132840;
    font-weight: 700;
    font-size: 11px;
    display: inline-block;
    position: relative;
}

.answers-sections .list-top-answers .item-description p a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -1px;
    background: #132840;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.answers-sections .list-top-answers .item-description p a:hover:after {
    left: 0;
    right: 0;
}

.result-section {
    padding: 40px 0 60px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .result-section {
        padding: 102px 0 210px;
    }
}

.result-section .container {
    position: relative;
    z-index: 0;
}

.result-section .decor-img {
    position: absolute;
    top: -35px;
    right: 30px;
    width: 180px;
    height: 320px;
    z-index: -1;
}

@media (min-width: 768px) {
    .result-section .decor-img {
        top: -35px;
        bottom: inherit;
        width: 438px;
        height: 314px;
    }
}

.result-section .title {
    max-width: 560px;
    margin-bottom: 45px;
    color: #000;
}

@media (min-width: 768px) {
    .result-section .title {
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) {
    .result-section .title h1 {
        margin: 0 0 34px;
    }
}

@media (min-width: 768px) {
    .result-section .title p {
        margin: 0 0 20px;
    }
}

.result-section .title strong {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}

@media (min-width: 768px) {
    .result-section .title strong {
        font-size: 14px;
    }
}

.result-section .list-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    max-width: 770px;
}

.result-section .list-items .item {
    margin-bottom: 26px;
}

.result-section .list-items a:hover strong::after {
    right: -15px;
}

.result-section .list-items strong {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #112841;
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
}

@media (min-width: 640px) {
    .result-section .list-items strong {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.result-section .list-items strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #69FF45;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    transition: 0.3s;
}

.result-section .list-items span {
    display: block;
    padding-right: 35px;
}

@media (min-width: 640px) {
    .result-section .list-items span {
        padding-right: 0;
    }
}

.result-section .img-holder {
    width: 140px;
    height: 204px;
    position: absolute;
    bottom: -200px;
    left: 123px;
    z-index: -1;
}

@media (min-width: 768px) {
    .result-section .img-holder {
        width: 285px;
        height: 408px;
        position: absolute;
        bottom: -427px;
    }
}

.difference-sections {
    padding: 60px 0;
}

@media (min-width: 960px) {
    .difference-sections {
        padding: 104px 0;
    }
}

.difference-sections .container {
    max-width: 1192px;
}

.difference-sections .wrapp-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .difference-sections .wrapp-column {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.difference-sections .wrapp-column .col {
    padding: 0;
    transition: 0.3s;
}

.difference-sections .wrapp-column .col:last-child {
    width: 100%;
}

@media (min-width: 960px) {
    .difference-sections .wrapp-column .col:last-child {
        max-width: 485px;
    }
}

.difference-sections .wrapp-column .img-holder {
    max-width: 485px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .difference-sections .wrapp-column .img-holder {
        margin: 0;
    }
}

.difference-sections .wrapp-column .text-holder {
    margin-bottom: 35px;
}

@media (min-width: 960px) {
    .difference-sections .wrapp-column .text-holder {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .difference-sections .wrapp-column .text-holder {
        padding-left: 44px;
    }
}

.difference-sections .wrapp-column .text-holder .title h1 {
    margin-bottom: 36px;
}

.difference-sections .wrapp-column .text-holder h6 {
    font-size: 20px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .difference-sections .wrapp-column .text-holder h6 {
        font-size: 16px;
    }
}

.difference-sections .wrapp-column .text-holder p {
    margin-bottom: 13px;
}

@media (min-width: 960px) {
    .difference-sections .wrapp-column .item {
        padding-right: 60px;
    }
}

.team-section .container {
    padding: 0 8px;
    background-color: #fff;
}

@media (min-width: 640px) {
    .team-section .container {
        padding: 0;
        background-color: transparent;
    }
}

@media (min-width: 1024px) {
    .team-section .container {
        padding: 0 30;
    }
}

.team-section .container.no-bg {
    background-color: transparent;
}

.team-section .col-item {
    display: -ms-flexbox;
    display: flex;
    transition: 0.3s;
}

.team-section .col-item:hover {
    opacity: 0.8;
}

.team-section .col-item.desktop-visible {
    display: none;
}

@media (min-width: 640px) {
    .team-section .col-item.desktop-visible {
        display: -ms-flexbox;
        display: flex;
    }
}

.team-section .col-item.column {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 234px;
}

@media (min-width: 640px) {
    .team-section .col-item.column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-section .col-item.column .item {
    width: 50%;
}

@media (min-width: 640px) {
    .team-section .col-item.column .item {
        width: 100%;
    }
}

.team-section .col-item .item {
    width: 50%;
    min-height: 234px;
}

.team-section .col-item .banner-holder {
    min-height: 234px;
    background-color: #132840;
    padding: 20px 40px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .team-section .col-item .banner-holder {
        padding: 51px 47px;
    }
}

.team-section .col-item .banner-holder h1 {
    color: #fff;
}

.team-section .col-item .banner-holder span {
    padding-right: 74px;
    display: block;
    font-weight: 500;
}

.team-section .df-row {
    margin: 0;
}

@media (min-width: 1024px) {
    .team-section .df-row {
        padding: 0 50px 0 38px;
    }
}

.team-section .df-row .df-row:first-child .col:last-child .col-item {
    height: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 640px) {
    .team-section .df-row .df-row:first-child .col:last-child .col-item {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.team-section .df-row .df-row:first-child .col:last-child .col-item.column {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 640px) {
    .team-section .df-row .df-row:first-child .col:last-child .col-item.column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-section .df-row .df-row:first-child .col.col-maxi .col-item {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 640px) {
    .team-section .df-row .df-row:first-child .col.col-maxi .col-item {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.team-section .df-row .col {
    padding: 0;
    width: 100%;
}

.team-section .df-row .col.mobile-visible {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 640px) {
    .team-section .df-row .col.mobile-visible {
        display: none;
    }
}

.team-section .df-row .col.mobile-visible .col-item {
    margin: 0 -15px;
}

.team-section .df-row .col.mobile-visible .col-item h1 {
    line-height: 31px;
}

.team-section .img-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 8px;
}

.team-section .img-holder img {
    border-radius: 50%;
}

.team-section .text-holder {
    background-color: #69FF45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: #132840;
    font-weight: 300;
    text-transform: uppercase;
    padding: 61px 20px 45px;
    width: 100%;
    position: relative;
}

@media (min-width: 1024px) {
    .team-section .text-holder {
        padding: 61px 39px 45px;
    }
}

.team-section .text-holder h4 {
    font-size: 20px;
    line-height: 19px;
    margin: 0 0 5px;
}

.team-section .text-holder.decor-left:before {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 20px solid #132840;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 640px) {
    .team-section .text-holder.decor-left:before {
        content: '';
    }
}

.team-section .text-holder.decor-bottom:before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #132840;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

@media (min-width: 640px) {
    .team-section .text-holder.decor-bottom:before {
        content: '';
    }
}

.team-section .text-holder.decor-right:before {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #132840;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 640px) {
    .team-section .text-holder.decor-right:before {
        content: '';
    }
}

.team-section .text-holder.decor-top:before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #132840;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

@media (min-width: 640px) {
    .team-section .text-holder.decor-top:before {
        content: '';
    }
}

.team-section .btn-holder {
    max-width: 711px;
    margin: 35px auto 35px;
}

@media (min-width: 640px) {
    .team-section .btn-holder {
        margin: 88px auto 75px;
    }
}

.team-section .btn-holder .btn {
    width: 100%;
    padding: 14px 15px;
}

@media (min-width: 640px) {
    .team-section .btn-holder .btn {
        font-size: 23px;
    }
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-holder {
    padding: 54px 30px;
    max-width: 988px;
    width: 100%;
    background-color: #112841;
    color: #fff;
}

@media (min-width: 768px) {
    .lightbox-holder {
        padding: 54px;
    }
}

.lightbox-holder .title {
    margin-bottom: 30px;
}

.lightbox-holder h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .lightbox-holder h4 {
        font-size: 20px;
    }
}

.lightbox-holder span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .lightbox-holder .text-holder {
        font-size: 12px;
        line-height: 18px;
    }
}

.lightbox-holder .text-holder h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .lightbox-holder .text-holder h5 {
        font-size: 16px;
    }
}

.lightbox-holder .item {
    margin-bottom: 20px;
}

.lightbox-holder button {
    display: none;
}

.lightbox-holder .data-close {
    position: absolute;
    right: 24px;
    top: 13px;
    width: 35px;
}

.lightbox-holder .data-close .st0 {
    transition: 0.3s;
}

.lightbox-holder .data-close:hover .st0 {
    fill: #69FF45;
}

.lightbox-demo h2 {
    margin: 0 0 10px;
}

.fancybox-bg {
    opacity: 0 !important;
}

.lightbox-demo p {
    margin: 0;
}

.marketing-hero-section {
    padding: 40px 0 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .marketing-hero-section {
        padding: 102px 0 10px;
    }
}

.marketing-hero-section .container {
    position: relative;
    z-index: 0;
}

.marketing-hero-section .decor-img {
    margin: 0 auto 35px;
    top: -35px;
    right: -49px;
    max-width: 395px;
    height: 270px;
    z-index: -1;
}

@media (min-width: 768px) {
    .marketing-hero-section .decor-img {
        top: -57px;
        bottom: inherit;
        width: 395px;
        height: 270px;
    }
}

@media (min-width: 960px) {
    .marketing-hero-section .decor-img {
        position: absolute;
    }
}

.marketing-hero-section .text-holder {
    margin-bottom: 45px;
    color: #000;
}

@media (min-width: 768px) {
    .marketing-hero-section .text-holder {
        margin-bottom: 26px;
    }
}

@media (min-width: 960px) {
    .marketing-hero-section .text-holder {
        max-width: 500px;
    }
}

@media (min-width: 1100px) {
    .marketing-hero-section .text-holder {
        max-width: 665px;
    }
}

@media (min-width: 960px) {
    .marketing-hero-section .text-holder .description {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .marketing-hero-section .text-holder h1 {
        margin: 0 0 34px;
    }
}

@media (min-width: 768px) {
    .marketing-hero-section .text-holder p {
        margin: 0 0 18px;
    }
}

.marketing-hero-section .text-holder strong {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .marketing-hero-section .text-holder strong {
        font-size: 16px;
    }
}

.marketing-hero-section .img-holder {
    max-width: 767px;
    margin: 15px auto;
}

@media (min-width: 768px) {
    .marketing-hero-section .img-holder {
        margin: 39px auto;
    }
}

.marketing-content-section {
    padding: 10px 0 60px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .marketing-content-section {
        padding: 24px 0 45px;
    }
}

.marketing-content-section .container {
    position: relative;
    z-index: 0;
}

.marketing-content-section .img-holder {
    max-width: 384px;
    width: 100%;
    position: relative;
}

@media (min-width: 960px) {
    .marketing-content-section .img-holder {
        top: 57px;
    }
}

.marketing-content-section .marketing-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .marketing-content-section .marketing-content-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.marketing-content-section .text-holder {
    margin-bottom: 45px;
    color: #000;
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder {
        margin-bottom: 26px;
    }
}

@media (min-width: 960px) {
    .marketing-content-section .text-holder {
        max-width: 665px;
    }
}

.marketing-content-section .text-holder .description {
    color: #000;
}

@media (min-width: 960px) {
    .marketing-content-section .text-holder .description {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder h1 {
        margin: 0 0 34px;
    }
}

.marketing-content-section .text-holder ul {
    list-style-type: none;
    padding-left: 28px;
    margin-bottom: 27px;
}

.marketing-content-section .text-holder ul.list-light {
    margin-bottom: 2px;
}

.marketing-content-section .text-holder ul.list-light span {
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder ul.list-light span {
        font-size: 12px;
    }
}

.marketing-content-section .text-holder ul.list-light li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #132840;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.marketing-content-section .text-holder ul strong {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder ul strong {
        font-size: 14px;
    }
}

.marketing-content-section .text-holder ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 19px;
    padding-bottom: 19px;
}

.marketing-content-section .text-holder ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #132840;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder p {
        margin: 0 0 50px;
    }
}

.marketing-content-section .text-holder strong {
    font-size: 18px;
    line-height: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .marketing-content-section .text-holder strong {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .marketing-content-section .btn {
        font-size: 23px;
    }
}

.strategic-hero-section {
    padding: 40px 0 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .strategic-hero-section {
        padding: 102px 0 63px;
    }
}

.strategic-hero-section .container {
    position: relative;
    z-index: 0;
}

.strategic-hero-section .img-holder {
    max-width: 395px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .strategic-hero-section .img-holder {
        top: 15px;
        margin: 0;
    }
}

.strategic-hero-section .strategic-hero-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .strategic-hero-section .strategic-hero-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.strategic-hero-section .text-holder {
    margin-bottom: 45px;
    color: #000;
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder {
        margin-bottom: 0px;
    }
}

@media (min-width: 960px) {
    .strategic-hero-section .text-holder {
        max-width: 665px;
    }
}

.strategic-hero-section .text-holder .description {
    color: #000;
}

@media (min-width: 960px) {
    .strategic-hero-section .text-holder .description {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder .title {
        margin: 0 0 34px;
    }
}

.strategic-hero-section .text-holder h1 {
    margin: 0;
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder h1 {
        margin: 0;
    }
}

.strategic-hero-section .text-holder ul {
    list-style-type: none;
    padding-left: 28px;
    margin-bottom: 27px;
}

.strategic-hero-section .text-holder ul.list-light {
    margin-bottom: 2px;
}

.strategic-hero-section .text-holder ul.list-light span {
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder ul.list-light span {
        font-size: 12px;
    }
}

.strategic-hero-section .text-holder ul strong {
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

.strategic-hero-section .text-holder ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 19px;
    padding-bottom: 19px;
}

.strategic-hero-section .text-holder ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #132840;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder p {
        margin: 0 0 16px;
    }
}

.strategic-hero-section .text-holder strong {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    display: block;
    margin: 30px 0 20px;
}

@media (min-width: 768px) {
    .strategic-hero-section .text-holder strong {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .strategic-hero-section .btn {
        font-size: 23px;
    }
}

.partner-section {
    padding: 0 0 150px;
}

@media (min-width: 960px) {
    .partner-section {
        padding: 0 0 83px;
    }
}

.partner-section .container {
    position: relative;
    z-index: 0;
}

.partner-section .decor-img {
    width: 285px;
    position: absolute;
    right: 0px;
    bottom: -143px;
    z-index: -1;
}

@media (min-width: 960px) {
    .partner-section .decor-img {
        right: 109px;
        bottom: -36px;
    }
}

.partner-section .title {
    max-width: 690px;
}

.partner-section .title h1 {
    margin-bottom: 33px;
}

.partner-section .df-row {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .partner-section .df-row {
        margin-bottom: 90px;
    }
}

.partner-section .df-row .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

@media (min-width: 1024px) {
    .partner-section .df-row .col {
        margin-bottom: 0;
        display: block;
    }
}

.partner-section .item {
    width: 244px;
    height: 244px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #69FF45;
    text-align: center;
    padding: 46px 17px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 575px) {
    .partner-section .item {
        width: 225px;
        height: 225px;
    }
}

@media (min-width: 1100px) {
    .partner-section .item {
        width: 244px;
        height: 244px;
    }
}

.partner-section .item h4 {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 10px;
}

@media (min-width: 1100px) {
    .partner-section .item h4 {
        margin: 0 0 20px;
    }
}

.partner-section .item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.partner-section .item ul li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 1.1;
}

.partner-section .item ul li span {
    position: relative;
}

.partner-section .item ul li span:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    position: relative;
    left: -6px;
    top: -3px;
}

.partner-section .btn-holder {
    text-align: center;
}

.partner-section .btn-holder .btn {
    padding: 14px 23px;
}

@media (min-width: 768px) {
    .partner-section .btn-holder .btn {
        font-size: 23px;
    }
}

.analystics-section {
    background-color: #132840;
    padding: 57px 0;
}

.analystics-section .title {
    max-width: 750px;
    margin-bottom: 23px;
}

.analystics-section .title h2 {
    color: #fff;
    line-height: 31px;
    text-transform: inherit;
    margin-bottom: 0px;
}

@media (min-width: 960px) {
    .analystics-section .title h2 {
        font-size: 31px;
    }
}

.analystics-section .title h2:first-child {
    color: #69FF45;
}

.analystics-section .round-holder {
    max-width: 645px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.analystics-section .img-holder {
    left: 0;
    top: 0;
    max-width: 645px;
    z-index: -1;
}

@media (min-width: 960px) {
    .analystics-section .img-holder {
        position: absolute;
        width: 645px;
        height: 645px;
    }
}

.analystics-section .img-holder .desktop {
    max-width: 645px;
    width: 100%;
    max-height: 645px;
    display: none;
}

@media (min-width: 960px) {
    .analystics-section .img-holder .desktop {
        display: block;
    }
}

.analystics-section .img-holder .mobile {
    display: block;
}

@media (min-width: 960px) {
    .analystics-section .img-holder .mobile {
        display: none;
    }
}

.analystics-section .df-row {
    width: 645px;
    max-height: 645px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 46px 0 20px;
    display: none;
}

@media (min-width: 960px) {
    .analystics-section .df-row {
        display: -ms-flexbox;
        display: flex;
    }
}

.analystics-section .df-row .df-row {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 92px 37px 55px 20px;
}

.analystics-section .df-row .col {
    padding: 6px 20px 0;
}

.analystics-section .df-row .col .col {
    padding: 0;
}

.analystics-section .df-row .item {
    max-width: 165px;
    color: #132840;
    margin: 0 auto;
}

.analystics-section .df-row .item.center {
    max-width: 100%;
    position: relative;
    left: -13px;
    top: 25px;
}

.analystics-section .df-row .item h4 {
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 7px;
}

.analystics-section .df-row .item h2 {
    color: #fff;
    text-align: center;
    font-size: 37px;
    line-height: 37px;
}

.analystics-section .df-row ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 16px;
}

.analystics-section .df-row ul li {
    margin-bottom: 7px;
}

.methodologies-section {
    padding: 42px 0 27px;
}

@media (min-width: 640px) {
    .methodologies-section {
        padding: 42px 0 115px;
    }
}

.methodologies-section .container {
    max-width: 1234px;
    padding: 0 30px 0 44px;
}

@media (min-width: 640px) {
    .methodologies-section .container {
        padding: 0 40px 0 87px;
    }
}

@media (min-width: 960px) {
    .methodologies-section .container {
        padding: 0 120px 0 151px;
    }
}

.methodologies-section .title {
    max-width: 700px;
}

.methodologies-section .title h1 {
    margin: 0 0 45px;
}

@media (min-width: 640px) {
    .methodologies-section .title h1 {
        margin: 0 0 80px;
    }
}

@media (min-width: 1100px) {
    .methodologies-section .title h1 {
        margin: 0 0 23px;
    }
}

.methodologies-section .banner-holder {
    position: relative;
}

.methodologies-section .banner-holder .decor-top {
    width: 45px;
    height: 41px;
    position: absolute;
    top: -39px;
    right: 54px;
}

@media (min-width: 640px) {
    .methodologies-section .banner-holder .decor-top {
        width: 79px;
        height: 73px;
        top: -69px;
        right: 54px;
    }
}

.methodologies-section .banner-holder .decor-bottom {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -43px;
    bottom: -27px;
}

@media (min-width: 640px) {
    .methodologies-section .banner-holder .decor-bottom {
        width: 88px;
        height: 88px;
        left: -86px;
        bottom: -50px;
    }
}

.methodologies-section .banner-holder .banner {
    background-color: #69FF45;
    font-size: 18px;
    line-height: 24px;
    color: #132840;
    padding: 20px 20px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 640px) {
    .methodologies-section .banner-holder .banner {
        padding: 32px 44px;
        font-size: 26px;
        line-height: 32px;
    }
}

.methodologies-section .banner-holder .banner p {
    margin: 0;
}

.intro-tehnology-section {
    padding: 25px 0;
}

@media (min-width: 640px) {
    .intro-tehnology-section {
        padding: 80px 0 25px;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section {
        padding: 100px 0 106px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .intro-tehnology-section>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section>.container {
        display: -ms-flexbox;
        display: flex;
    }
}

.intro-tehnology-section .btn-holder {
    margin-top: 42px;
}

@media (max-width: 767px) {
    .intro-tehnology-section .btn-holder {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .intro-tehnology-section .btn-holder {
        margin-top: 55px;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section .btn-holder {
        margin-top: 75px;
    }
}

.intro-tehnology-section .btn-holder:first-child {
    margin-top: 0;
}

.intro-tehnology-section .lead {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .intro-tehnology-section .lead {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section .lead {
        max-width: 610px;
    }
}

@media (max-width: 959px) {
    .intro-tehnology-section .intro-text {
        margin: 0 0 20px;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section .intro-text {
        max-width: 610px;
    }
}

.intro-tehnology-section .intro-text h1 {
    margin-bottom: 40px;
}

.intro-tehnology-section .intro-text p {
    margin-bottom: 16px;
}

@media (max-width: 959px) {
    .intro-tehnology-section .intro-image {
        text-align: center;
        margin: 0 -6% 0 6%;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section .intro-image {
        position: relative;
        -ms-flex: 1 0;
        flex: 1 0;
        margin: 59px 0 0 -73px;
    }
}

@media (max-width: 959px) {
    .intro-tehnology-section .intro-image img {
        max-width: 88%;
    }
}

@media (min-width: 960px) {
    .intro-tehnology-section .intro-image img {
        position: absolute;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.info-section {
    padding: 0 0 56px;
}

@media (min-width: 960px) {
    .info-section .title {
        max-width: 460px;
    }
}

.info-section .title h1 {
    margin-bottom: 31px;
}

.info-section .description {
    max-width: 890px;
    margin-bottom: 32px;
}

.info-section .info-holder {
    display: -ms-flexbox;
    display: flex;
    max-width: 890px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    margin-bottom: 23px;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .info-section .info-holder {
        font-size: 14px;
    }
}

@media (min-width: 960px) {
    .info-section .info-holder {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.info-section .info-holder p {
    margin: 0 0 16px;
}

.info-section ul {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 960px) {
    .info-section ul {
        padding-left: 75px;
    }
}

@media (min-width: 768px) {
    .info-section ul {
        font-size: 12px;
    }
}

.info-section ul.list-light {
    margin-bottom: 2px;
}

.info-section ul.list-light span {
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 768px) {
    .info-section ul.list-light span {
        font-size: 12px;
    }
}

.info-section ul strong {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 768px) {
    .info-section ul strong {
        font-size: 14px;
    }
}

.info-section ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 19px;
    padding-bottom: 18px;
}

.info-section ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #112841;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

@media (min-width: 768px) {
    .info-section ul li:before {
        top: 3px;
    }
}

.info-section .text-holder {
    max-width: 690px;
}

@media (max-width: 959px) {
    .info-section .img-holder {
        text-align: center;
        margin: 0 -6% 0 6%;
    }
}

@media (min-width: 960px) {
    .info-section .img-holder {
        position: relative;
        -ms-flex: 1 0;
        flex: 1 0;
        margin: 56px 0 0 7px;
    }
}

@media (max-width: 959px) {
    .info-section .img-holder img {
        max-width: 88%;
    }
}

@media (min-width: 960px) {
    .info-section .img-holder img {
        position: absolute;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.info-section .btn-holder {
    text-align: center;
}

.customer-menegement-section .bg-line {
    background-color: #132840;
    padding: 47px 0 20px;
    margin: 0;
}

@media (min-width: 960px) {
    .customer-menegement-section .bg-line {
        padding: 47px 0;
    }
}

.customer-menegement-section .img-holder {
    position: relative;
}

@media (min-width: 960px) {
    .customer-menegement-section .img-holder {
        margin-top: -136px;
        margin-bottom: -66px;
        left: 19px;
    }
}

.customer-menegement-section .img-holder img:first-child {
    display: none;
}

@media (min-width: 960px) {
    .customer-menegement-section .img-holder img:first-child {
        display: block;
    }
}

.customer-menegement-section .img-holder img:last-child {
    display: block;
}

@media (min-width: 960px) {
    .customer-menegement-section .img-holder img:last-child {
        display: none;
    }
}

.customer-menegement-section .title h3 {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.customer-menegement-section .lists-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 39px 0px 25px 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .customer-menegement-section .lists-holder {
        padding: 39px 29px 25px 0;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.customer-menegement-section .lists-holder .item {
    margin: 0 0 15px;
}

@media (min-width: 960px) {
    .customer-menegement-section .lists-holder .item {
        max-width: 150px;
        margin: 0 auto;
    }
}

.customer-menegement-section .lists-holder .item h3 {
    display: block;
}

@media (min-width: 960px) {
    .customer-menegement-section .lists-holder .item h3 {
        display: none;
    }
}

.customer-menegement-section .lists-holder ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.customer-menegement-section .lists-holder ul span {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: #000;
}

@media (min-width: 768px) {
    .customer-menegement-section .lists-holder ul span {
        font-size: 12px;
    }
}

.customer-menegement-section .lists-holder ul {
    list-style-type: none;
}

.customer-menegement-section .lists-holder ul.list-light {
    margin-bottom: 2px;
}

.customer-menegement-section .lists-holder ul.list-light span {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    color: #000;
}

.customer-menegement-section .lists-holder ul strong {
    font-size: 16px;
    line-height: 12px;
    margin: 0;
}

@media (min-width: 768px) {
    .customer-menegement-section .lists-holder ul strong {
        font-size: 14px;
    }
}

.customer-menegement-section .lists-holder ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    padding-bottom: 7px;
}

.customer-menegement-section .lists-holder ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #112841;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

@media (min-width: 768px) {
    .customer-menegement-section .lists-holder ul li:before {
        top: 2px;
    }
}

.customer-menegement-section .btn-holder {
    text-align: center;
}

@media (min-width: 768px) {
    .customer-menegement-section .btn-holder .btn {
        font-size: 23px;
        padding: 15px 24px;
    }
}

.text-section {
    padding: 62px 0 55px;
}

.text-section .title {
    max-width: 900px;
    margin-bottom: 23px;
}

.text-section .title h1 {
    margin-bottom: 20px;
}

.text-section .title strong {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .text-section .title strong {
        font-size: 15px;
    }
}

.text-section .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .text-section .list-item {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
    }
}

.text-section .list-item .item:first-child {
    max-width: 900px;
    width: 100%;
}

@media (max-width: 959px) {
    .text-section .list-item .img-holder {
        text-align: center;
        margin: 0 -6% 0 6%;
    }
}

@media (min-width: 960px) {
    .text-section .list-item .img-holder {
        position: relative;
        -ms-flex: 1 0;
        flex: 1 0;
        margin: 59px -12px 0 51px;
    }
}

@media (max-width: 959px) {
    .text-section .list-item .img-holder img {
        max-width: 88%;
    }
}

@media (min-width: 960px) {
    .text-section .list-item .img-holder img {
        position: absolute;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.text-section .list-item strong {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .text-section .list-item strong {
        font-size: 14px;
    }
}

.text-section .list-item ul {
    list-style-type: none;
}

.text-section .list-item ul.list-light {
    margin-bottom: 7px;
    padding-left: 30px;
}

.text-section .list-item ul.list-light span {
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    color: #000;
}

@media (min-width: 768px) {
    .text-section .list-item ul.list-light span {
        font-size: 12px;
    }
}

.text-section .list-item ul strong {
    font-size: 14px;
    line-height: 12px;
    margin: 0;
}

.text-section .list-item ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    padding-bottom: 18px;
}

.text-section .list-item ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #112841;
    display: block;
    position: absolute;
    left: -3px;
    top: 2px;
}

@media (min-width: 768px) {
    .text-section .list-item ul li:before {
        top: 2px;
    }
}

.text-section .wrapp-items {
    padding: 7px 0;
}

.text-section .wrapp-items p {
    margin-bottom: 13px;
}

.text-section .wrapp-items h3 {
    margin-bottom: 2px;
}

.insight-section .wrapp-text-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.insight-section .wrapp-text-holder .text-holder {
    max-width: 680px;
    padding: 58px 0 67px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .insight-section .wrapp-text-holder .text-holder {
        padding: 51px 0 67px;
        font-size: 20px;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .insight-section .wrapp-text-holder .text-holder h2 {
        margin-bottom: 33px;
    }
}

.insight-section .wrapp-text-holder .img-holder {
    margin-right: 41px;
    position: relative;
    top: -26px;
}

@media (max-width: 959px) {
    .insight-section .wrapp-text-holder .img-holder {
        display: none;
    }
}

.insight-section .decor-holder {
    margin: -77px auto 0;
    max-width: 1200px;
}

@media (max-width: 767px) {
    .insight-section .decor-holder img:first-child {
        display: none;
    }
}

.insight-section .decor-holder img:last-child {
    display: block;
}

@media (min-width: 769px) {
    .insight-section .decor-holder img:last-child {
        display: none;
    }
}

.insight-section .list-number {
    padding: 9px;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 767px) {
    .insight-section .list-number {
        padding: 10px 100px 10px 1px;
    }
}

@media (max-width: 639px) {
    .insight-section .list-number {
        padding: 10px 10px 10px 1px;
    }
}

.insight-section .list-number li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .insight-section .list-number li {
        margin-bottom: 21px;
    }
}

.insight-section .list-number span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin-left: 9px;
}

@media (max-width: 767px) {
    .insight-section .list-number span {
        font-size: 18px;
        line-height: 19px;
    }
}

.insight-section .list-number span span {
    margin: 0;
}

.insight-section .list-number span b {
    font-weight: 600;
    display: block;
}

@media (min-width: 769px) {
    .insight-section .list-number span b {
        display: inline-block;
    }
}

.insight-section .list-number span span {
    display: none;
}

@media (min-width: 769px) {
    .insight-section .list-number span span {
        display: inline-block;
    }
}

.insight-section .list-number .number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #69FF45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    color: #112841;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .insight-section .list-number .number {
        width: 34px;
        height: 34px;
        font-size: 19px;
        position: relative;
        top: -9px;
    }
}

.insight-section .wrapp-decor-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 959px) {
    .insight-section .wrapp-decor-text .img-holder {
        text-align: center;
        margin: 0 -6% 0 6%;
        display: none;
    }
}

@media (min-width: 960px) {
    .insight-section .wrapp-decor-text .img-holder {
        position: relative;
        -ms-flex: 1 0;
        flex: 1 0;
        margin: -270px 0 0 -133px;
    }
}

@media (min-width: 1101px) {
    .insight-section .wrapp-decor-text .img-holder {
        margin: -255px 0 0 -133px;
    }
}

@media (max-width: 959px) {
    .insight-section .wrapp-decor-text .img-holder img {
        max-width: 88%;
    }
}

@media (min-width: 960px) {
    .insight-section .wrapp-decor-text .img-holder img {
        position: absolute;
        max-width: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.insight-section .wrapp-decor-text .text-holder {
    padding: 47px 0 68px;
}

@media (min-width: 769px) {
    .insight-section .wrapp-decor-text .text-holder {
        padding: 47px 0;
    }
}

@media (min-width: 960px) {
    .insight-section .wrapp-decor-text .text-holder {
        max-width: 640px;
    }
}

@media (min-width: 1101px) {
    .insight-section .wrapp-decor-text .text-holder {
        max-width: 735px;
    }
}

@media (max-width: 767px) {
    .insight-section .wrapp-decor-text .text-holder h2 {
        margin-bottom: 33px;
    }
}

@media (max-width: 767px) {
    .insight-section .wrapp-decor-text .text-holder p {
        margin-bottom: 39px;
    }
}

.insight-section .wrapp-decor-text .text-holder strong {
    font-size: 15px;
    line-height: 18px;
    max-width: 530px;
    display: block;
    margin: 0 0 30px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .insight-section .wrapp-decor-text .text-holder strong {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 26px;
    }
}

.insight-section .wrapp-items {
    margin: 0 0 41px;
}

.insight-section .wrapp-items .item {
    margin-bottom: 17px;
}

.insight-section .wrapp-items h3 {
    margin: 0;
}

.data-section {
    background-color: #132840;
    padding: 37px 0 147px;
}

@media (min-width: 960px) {
    .data-section {
        padding: 37px 0;
    }
}

.data-section .container {
    padding: 0 40px;
}

@media (min-width: 960px) {
    .data-section .container {
        padding: 0 40px 0 71px;
    }
}

.data-section .title {
    padding: 16px 10px;
}

@media (min-width: 960px) {
    .data-section .title {
        padding: 0;
    }
}

.data-section .title h6 {
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 21px;
}

@media (min-width: 960px) {
    .data-section .title h6 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 13px;
    }
}

.data-section .title h6 span {
    color: #69FF45;
}

.data-section .title p {
    color: #fff;
}

.data-section .wrapp-items {
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 43px;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .data-section .wrapp-items {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -15px 43px;
    }
}

.data-section .wrapp-items .item {
    padding: 18px 18px 24px;
    background-color: #f0eee5;
    margin: 0 15px 23px;
}

@media (min-width: 960px) {
    .data-section .wrapp-items .item {
        max-width: 174px;
        margin: 0 15px;
        padding: 18px;
    }
}

.data-section .wrapp-items .item h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 6px;
}

@media (min-width: 960px) {
    .data-section .wrapp-items .item h3 {
        font-size: 20px;
        line-height: 21px;
    }
}

.data-section .btn-holder {
    text-align: center;
}

@media (max-width: 767px) {
    .data-section .btn-holder .btn {
        font-size: 18px;
    }
}

.delivers-section {
    padding: 199px 0 10px;
}

@media (min-width: 960px) {
    .delivers-section {
        padding: 76px 0 15px;
    }
}

.delivers-section h2 {
    margin: 0 0 27px;
}

@media (max-width: 959px) {
    .delivers-section h2 {
        font-size: 34px;
    }
}

@media (max-width: 639px) {
    .delivers-section h2 {
        font-size: 28px;
    }
}

.delivers-section .container {
    position: relative;
}

.delivers-section .decor-img {
    position: absolute;
    top: -318px;
    left: 23px;
}

@media (min-width: 575px) {
    .delivers-section .decor-img {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 960px) {
    .delivers-section .decor-img {
        top: -229px;
        right: 20px;
        left: inherit;
        transform: inherit;
    }
}

.delivers-section strong {
    font-size: 18px;
    line-height: 1.1;
    color: #000;
    display: block;
    margin-bottom: 37px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .delivers-section strong {
        font-size: 15px;
        line-height: 18px;
    }
}

.delivers-section .blockquote-holder {
    padding: 8px;
}

.delivers-section blockquote {
    border: none;
    color: #000;
    padding: 0;
    margin: 0 0 25px;
}

.delivers-section blockquote p {
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    margin: 0 0 10px;
    font-weight: 300;
}

@media (min-width: 960px) {
    .delivers-section blockquote p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
    }
}

.delivers-section blockquote cite {
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    display: block;
}

@media (min-width: 960px) {
    .delivers-section blockquote cite {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 7px;
    }
}

.delivers-section blockquote a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.delivers-section blockquote a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -1px;
    background: #132840;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.delivers-section blockquote a:hover:after {
    left: 0;
    right: 0;
}

@media (min-width: 960px) {
    .delivers-section blockquote a {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

#header {
    padding: 30px 0;
}

@media (min-width: 640px) {
    #header {
        padding: 40px 0 10px;
    }
}

@media (min-width: 960px) {
    #header {
        padding: 43px 0 10px;
    }
}

#header .container {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 640px) and (max-width: 767px) {
    #header .container {
        padding-left: 68px;
        padding-right: 68px;
    }
}

.logo {
    z-index: 100;
}

.logo img,
.logo svg {
    width: 130px;
}

@media (min-width: 640px) {
    .logo img,
    .logo svg {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .logo img,
    .logo svg {
        width: 135px;
    }
}

@media (min-width: 960px) {
    .logo img,
    .logo svg {
        width: 148px;
    }
}

.main-nav {
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 35px 0px 0 30px;
}

@media (min-width: 640px) {
    .main-nav {
        margin: 60px 45px 0;
    }
}

@media (min-width: 768px) {
    .main-nav {
        margin: 10px 0 0 30px;
    }
}

@media (min-width: 960px) {
    .main-nav {
        margin-right: -13px;
        margin-top: 15px;
    }
}

.nav-menu {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .nav-menu {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .nav-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 -10px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .nav-menu li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .nav-menu li:first-child:before {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-menu li:before {
        content: '|';
        margin: 0 8px;
    }
}

.nav-menu li.active a {
    text-shadow: -0.2px 0 #69FF45, 0 0.2px #69FF45, 0.2px 0 #69FF45, 0 -0.2px #69FF45;
    color: #69FF45;
}

.nav-menu a {
    display: inline-block;
    vertical-align: top;
    color: #112841;
}

@media (max-width: 767px) {
    .nav-menu a {
        padding: 15px 0;
    }
}

@media (max-width: 639px) {
    .nav-menu a {
        padding: 15px 0;
    }
}

.nav-menu a:hover,
.nav-menu a:focus {
    outline: none;
    text-shadow: -0.2px 0 #69FF45, 0 0.2px #69FF45, 0.2px 0 #69FF45, 0 -0.2px #69FF45;
    color: #69FF45;
}

.nav-opener {
    width: 40px;
    height: 25px;
    float: right;
    position: relative;
    z-index: 100;
}

@media (min-width: 640px) {
    .nav-opener {
        width: 60px;
        height: 33px;
    }
}

@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #132840;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 3px;
    transition: transform .2s linear;
}

@media (min-width: 640px) {
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        top: 14px;
    }
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 0;
}

.nav-opener:after {
    top: 22px;
}

@media (min-width: 640px) {
    .nav-opener:after {
        top: 30px;
    }
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    right: 5px;
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-drop {
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .nav-drop {
        transform: translateX(100%);
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #F0EEE5;
        height: calc(100vh - 180px);
        height: calc(var(--vh, 1vh) * 100 - 180px);
        padding: 20px 68px 40px;
    }
}

@media (max-width: 639px) {
    .nav-drop {
        padding: 10px 30px 40px;
        top: 140px;
        height: calc(100vh - 140px);
        height: calc(var(--vh, 1vh) * 100 - 140px);
    }
}

.nav-active .nav-drop {
    transform: translate(0);
}

.resize-active * {
    transition: none !important;
}

@media (min-width: 640px) {
    body {
        font-size: 18px;
        line-height: calc(23/18);
    }
}

@media (min-width: 768px) {
    body {
        font-size: 12px;
        line-height: calc(18/12);
    }
}

body.nav-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

#wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

#main {
    -ms-flex: 1 0;
    flex: 1 0;
}

.container {
    width: 100%;
    max-width: 1110px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

img,
svg {
    max-width: 100%;
    height: auto;
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bg-primary {
    background: #112841;
    color: #fff;
}

.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-primary .h {
    color: inherit;
}

.text-holder {
    max-width: 950px;
}

#footer {
    background: #112841;
    color: #fff;
    padding: 30px 0 40px;
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    #footer {
        padding: 35px 0 45px;
    }
}

@media (min-width: 1024px) {
    #footer {
        padding-left: 20px;
    }
}

@media (min-width: 1100px) {
    #footer {
        padding-left: 75px;
    }
}

@media (min-width: 1200px) {
    #footer {
        padding-left: 125px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    #footer .container {
        padding-left: 56px;
        padding-right: 56px;
    }
}

#footer .container>.footer-list {
    margin-top: 58px;
}

@media (min-width: 960px) {
    #footer .container>.footer-list {
        display: none;
    }
}

.footer-list {
    font-size: 12px;
    margin: 0 -22px;
}

@media (max-width: 959px) {
    .footer-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-list:last-child {
    margin-bottom: -10px;
}

.footer-list li {
    margin: 0 22px 10px;
}

.footer-list li.active a {
    color: #69FF45;
}

.logo-footer {
    margin: 0 0 40px;
}

@media (min-width: 640px) {
    .logo-footer {
        margin: 0 0 60px;
    }
}

.logo-footer img,
.logo-footer svg {
    width: 103px;
}

.footer-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px;
}

@media (min-width: 768px) {
    .footer-columns {
        margin: 0 -35px;
    }
}

.footer-columns .col {
    padding: 0 10px;
    width: 50%;
}

@media (min-width: 768px) {
    .footer-columns .col {
        padding: 0 35px;
    }
}

@media (min-width: 960px) {
    .footer-columns .col:first-child {
        width: 40%;
    }
}

.footer-columns .col:first-child:last-child {
    -ms-flex: 1 0;
    flex: 1 0;
}

.copy {
    display: block;
    font-weight: 500;
}

@media (min-width: 768px) {
    .footer-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .footer-holder>* {
        margin: 0 15px;
    }
}

@media (max-width: 959px) {
    .footer-holder .footer-list {
        display: none;
    }
}

@media (min-width: 960px) {
    .footer-holder .footer-list {
        padding-top: 63px;
    }
}

.footer-image {
    position: absolute;
    top: 3px;
    left: -15px;
}

@media (min-width: 640px) {
    .footer-image {
        left: 0;
    }
}

.footer-image img {
    width: 30px;
}

@media (min-width: 640px) {
    .footer-image img {
        width: 40px;
    }
}

.footer-contact {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    padding: 65px 0 5px 0;
    max-width: 265px;
}

@media (min-width: 640px) {
    .footer-contact {
        padding: 63px 0 5px 53px;
    }
}

@media (min-width: 960px) {
    .footer-contact {
        padding: 63px 0 0 53px;
    }
}

.footer-links:last-child {
    margin-bottom: -15px;
}

.footer-links li {
    margin: 0 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 574px) {
    .footer-links li {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-links mark {
    margin: 0 5px 0 0;
}

.footer-links a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    white-space: nowrap;
    color: inherit;
}

.footer-links a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -1px;
    background: #69FF45;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.footer-links a:hover:after {
    left: 0;
    right: 0;
}


/* CHANGES go to theme.css */

@media (min-width: 768px) {
    .answers-sections .list-top-answers .item-description {
        max-width: 416px !important;
    }
    .answers-sections .list-top-answers .item-category {
        margin-top: 3px;
    }
}

.partner-section .item ul li {
    letter-spacing: -.2px;
}

.nav-menu li a:hover,
.nav-menu li.active a {
    text-decoration: underline;
}

.answers-sections .list-top-answers h4 a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    white-space: nowrap;
    color: inherit;
}

.answers-sections .list-top-answers h4 a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -1px;
    background: #69FF45;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.answers-sections .list-top-answers h4 a:hover:after {
    left: 0;
    right: 0;
}

.nav-menu li.active a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    white-space: nowrap;
    color: inherit;
}

.nav-menu li.active a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -1px;
    background: #69FF45;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.nav-menu li.active a:after {
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .nav-menu li.active a:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: -1px;
        background: none;
        height: 1px;
        transition-property: left, right;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }
}


/*# sourceMappingURL=style.css.map */