﻿@charset "UTF-8";
 /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .75rem;
    font-family: aktiv-grotesk,Inter,Helvetica,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #4b4a49;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1.125rem;
}

.lead {
    font-size: 1.125rem;
    font-weight: 500;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.comment-list, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014\A0";
    }

.img-fluid, .wp-caption img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure, .wp-caption {
    display: inline-block;
}

    .figure-img, .wp-caption img {
        margin-bottom: .75rem;
        line-height: 1;
    }

.figure-caption, .wp-caption-text {
    font-size: 90%;
    color: #6c757d;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #383635;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    color: #383635;
    background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #d7eec9;
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #b4df9b;
    }

.table-hover .table-primary:hover {
    background-color: #c9e8b6;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #c9e8b6;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #cdcccc;
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #a1a1a0;
    }

.table-hover .table-secondary:hover {
    background-color: #c0bfbf;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c0bfbf;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #d7eec9;
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #b4df9b;
    }

.table-hover .table-success:hover {
    background-color: #c9e8b6;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #c9e8b6;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee7eb;
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86d2db;
    }

.table-hover .table-info:hover {
    background-color: #abe0e5;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abe0e5;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #f9ebc6;
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #f4da94;
    }

.table-hover .table-warning:hover {
    background-color: #f7e3af;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #f7e3af;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f9d5c6;
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f4b194;
    }

.table-hover .table-danger:hover {
    background-color: #f7c4af;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f7c4af;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fff;
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fff;
    }

.table-hover .table-light:hover {
    background-color: #f2f2f2;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #f2f2f2;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #d2d2d1;
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #acabaa;
    }

.table-hover .table-dark:hover {
    background-color: #c5c5c4;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #c5c5c4;
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    padding: .8rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.comment-form input[type=email]::-ms-expand, .comment-form input[type=text]::-ms-expand, .comment-form input[type=url]::-ms-expand, .comment-form textarea::-ms-expand, .form-control::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0;
}

.comment-form input:-moz-focusring[type=email], .comment-form input:-moz-focusring[type=text], .comment-form input:-moz-focusring[type=url], .comment-form textarea:-moz-focusring, .form-control:-moz-focusring, .search-form .search-field:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.comment-form input:focus[type=email], .comment-form input:focus[type=text], .comment-form input:focus[type=url], .comment-form textarea:focus, .form-control:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b7e09f;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
}

.comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.comment-form input[type=email]::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .form-control::-moz-placeholder, .search-form .search-field::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.comment-form input[type=email]::placeholder, .comment-form input[type=text]::placeholder, .comment-form input[type=url]::placeholder, .comment-form textarea::placeholder, .form-control::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1;
}

.comment-form input:disabled[type=email], .comment-form input:disabled[type=text], .comment-form input:disabled[type=url], .comment-form input[readonly][type=email], .comment-form input[readonly][type=text], .comment-form input[readonly][type=url], .comment-form textarea:disabled, .comment-form textarea[readonly], .form-control:disabled, .form-control[readonly], .search-form .search-field:disabled, .search-form .search-field[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.comment-form input[type=date][type=email], .comment-form input[type=date][type=text], .comment-form input[type=date][type=url], .comment-form input[type=datetime-local][type=email], .comment-form input[type=datetime-local][type=text], .comment-form input[type=datetime-local][type=url], .comment-form input[type=month][type=email], .comment-form input[type=month][type=text], .comment-form input[type=month][type=url], .comment-form input[type=time][type=email], .comment-form input[type=time][type=text], .comment-form input[type=time][type=url], .search-form input.search-field[type=date], .search-form input.search-field[type=datetime-local], .search-form input.search-field[type=month], .search-form input.search-field[type=time], input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form select.search-field:focus::-ms-value, select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(.8rem + 2px);
    padding-bottom: calc(.8rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(1rem + 2px);
    padding-bottom: calc(1rem + 2px);
    font-size: 1.125rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(.45rem + 2px);
    padding-bottom: calc(.45rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .8rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #383635;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + .9rem + 4px);
    padding: .45rem 1.2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg {
    height: calc(1.5em + 2rem + 4px);
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.search-form select.search-field[multiple], .search-form select.search-field[size], select.form-control[multiple], select.form-control[size] {
    height: auto;
}

.comment-form textarea, .search-form textarea.search-field, textarea.form-control {
    height: auto;
}

.comment-form p, .form-group, .search-form label {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #6fc13e;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(111,193,62,.9);
    border-radius: .25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block;
}

.comment-form .was-validated input:valid[type=email], .comment-form .was-validated input:valid[type=text], .comment-form .was-validated input:valid[type=url], .comment-form .was-validated textarea:valid, .comment-form input.is-valid[type=email], .comment-form input.is-valid[type=text], .comment-form input.is-valid[type=url], .comment-form textarea.is-valid, .form-control.is-valid, .search-form .is-valid.search-field, .search-form .was-validated .search-field:valid, .was-validated .comment-form input:valid[type=email], .was-validated .comment-form input:valid[type=text], .was-validated .comment-form input:valid[type=url], .was-validated .comment-form textarea:valid, .was-validated .form-control:valid, .was-validated .search-form .search-field:valid {
    border-color: #6fc13e;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236fc13e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .4rem) center;
    background-size: calc(.75em + .8rem) calc(.75em + .8rem);
}

    .comment-form .was-validated input:valid:focus[type=email], .comment-form .was-validated input:valid:focus[type=text], .comment-form .was-validated input:valid:focus[type=url], .comment-form .was-validated textarea:valid:focus, .comment-form input.is-valid:focus[type=email], .comment-form input.is-valid:focus[type=text], .comment-form input.is-valid:focus[type=url], .comment-form textarea.is-valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input:valid:focus[type=email], .was-validated .comment-form input:valid:focus[type=text], .was-validated .comment-form input:valid:focus[type=url], .was-validated .comment-form textarea:valid:focus, .was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus {
        border-color: #6fc13e;
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

.comment-form .was-validated textarea:valid, .comment-form textarea.is-valid, .search-form .was-validated textarea.search-field:valid, .search-form textarea.is-valid.search-field, .was-validated .comment-form textarea:valid, .was-validated .search-form textarea.search-field:valid, .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #6fc13e;
    padding-right: calc(.75em + 4.2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236fc13e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 3rem/calc(.75em + .8rem) calc(.75em + .8rem) no-repeat;
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #6fc13e;
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #6fc13e;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #6fc13e;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #6fc13e;
    }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #8ccd65;
    background-color: #8ccd65;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #6fc13e;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #6fc13e;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #6fc13e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e96932;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(233,105,50,.9);
    border-radius: .25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.comment-form .was-validated input:invalid[type=email], .comment-form .was-validated input:invalid[type=text], .comment-form .was-validated input:invalid[type=url], .comment-form .was-validated textarea:invalid, .comment-form input.is-invalid[type=email], .comment-form input.is-invalid[type=text], .comment-form input.is-invalid[type=url], .comment-form textarea.is-invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input:invalid[type=email], .was-validated .comment-form input:invalid[type=text], .was-validated .comment-form input:invalid[type=url], .was-validated .comment-form textarea:invalid, .was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid {
    border-color: #e96932;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e96932' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e96932' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .4rem) center;
    background-size: calc(.75em + .8rem) calc(.75em + .8rem);
}

    .comment-form .was-validated input:invalid:focus[type=email], .comment-form .was-validated input:invalid:focus[type=text], .comment-form .was-validated input:invalid:focus[type=url], .comment-form .was-validated textarea:invalid:focus, .comment-form input.is-invalid:focus[type=email], .comment-form input.is-invalid:focus[type=text], .comment-form input.is-invalid:focus[type=url], .comment-form textarea.is-invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input:invalid:focus[type=email], .was-validated .comment-form input:invalid:focus[type=text], .was-validated .comment-form input:invalid:focus[type=url], .was-validated .comment-form textarea:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus {
        border-color: #e96932;
        -webkit-box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
        box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
    }

.comment-form .was-validated textarea:invalid, .comment-form textarea.is-invalid, .search-form .was-validated textarea.search-field:invalid, .search-form textarea.is-invalid.search-field, .was-validated .comment-form textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #e96932;
    padding-right: calc(.75em + 4.2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e96932' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e96932' stroke='none'/%3e%3c/svg%3e") center right 3rem/calc(.75em + .8rem) calc(.75em + .8rem) no-repeat;
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #e96932;
        -webkit-box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
        box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e96932;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #e96932;
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #e96932;
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #ee8b60;
    background-color: #ee8b60;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
    box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e96932;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #e96932;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #e96932;
    -webkit-box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
    box-shadow: 0 0 0 .2rem rgba(233,105,50,.25);
}

.form-inline, .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check, .search-form .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label, .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .comment-form .form-inline p, .comment-form .search-form p, .form-inline .comment-form p, .form-inline .form-group, .form-inline .search-form label, .search-form .comment-form p, .search-form .form-group, .search-form .form-inline label, .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .comment-form .form-inline input[type=email], .comment-form .form-inline input[type=text], .comment-form .form-inline input[type=url], .comment-form .form-inline textarea, .comment-form .search-form input[type=email], .comment-form .search-form input[type=text], .comment-form .search-form input[type=url], .comment-form .search-form textarea, .form-inline .comment-form input[type=email], .form-inline .comment-form input[type=text], .form-inline .comment-form input[type=url], .form-inline .comment-form textarea, .form-inline .form-control, .search-form .comment-form input[type=email], .search-form .comment-form input[type=text], .search-form .comment-form input[type=url], .search-form .comment-form textarea, .search-form .form-control, .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group, .search-form .custom-select, .search-form .input-group {
        width: auto;
    }

    .form-inline .form-check, .search-form .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input, .search-form .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control, .search-form .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label, .search-form .custom-control-label {
        margin-bottom: 0;
    }
}

.btn, .comment-form input[type=submit], .search-form .search-submit {
    display: inline-block;
    font-weight: 700;
    color: #383635;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .8rem 2rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 100px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn, .comment-form input[type=submit], .search-form .search-submit {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover, .comment-form input:hover[type=submit], .search-form .search-submit:hover {
    color: #383635;
    text-decoration: none;
}

.btn.focus, .btn:focus, .comment-form input.focus[type=submit], .comment-form input:focus[type=submit], .search-form .focus.search-submit, .search-form .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled, .comment-form input.disabled[type=submit], .comment-form input:disabled[type=submit], .search-form .disabled.search-submit, .search-form .search-submit:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled), .comment-form input:not(:disabled):not(.disabled)[type=submit], .search-form .search-submit:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.search-form a.disabled.search-submit, .search-form fieldset:disabled a.search-submit, a.btn.disabled, fieldset:disabled .search-form a.search-submit, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #6fc13e;
    border-color: #6fc13e;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #5ea435;
        border-color: #599a32;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #5ea435;
        border-color: #599a32;
        -webkit-box-shadow: 0 0 0 0 rgba(133,202,91,.5);
        box-shadow: 0 0 0 0 rgba(133,202,91,.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #599a32;
        border-color: #53912f;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(133,202,91,.5);
            box-shadow: 0 0 0 0 rgba(133,202,91,.5);
        }

.btn-secondary, .comment-form input[type=submit], .search-form .search-submit {
    color: #fff;
    background-color: #4b4a49;
    border-color: #4b4a49;
}

    .btn-secondary:hover, .comment-form input:hover[type=submit], .search-form .search-submit:hover {
        color: #fff;
        background-color: #383736;
        border-color: #313130;
    }

    .btn-secondary.focus, .btn-secondary:focus, .comment-form input.focus[type=submit], .comment-form input:focus[type=submit], .search-form .focus.search-submit, .search-form .search-submit:focus {
        color: #fff;
        background-color: #383736;
        border-color: #313130;
        -webkit-box-shadow: 0 0 0 0 rgba(102,101,100,.5);
        box-shadow: 0 0 0 0 rgba(102,101,100,.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled, .comment-form input.disabled[type=submit], .comment-form input:disabled[type=submit], .search-form .disabled.search-submit, .search-form .search-submit:disabled {
        color: #fff;
        background-color: #4b4a49;
        border-color: #4b4a49;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .comment-form .show > input.dropdown-toggle[type=submit], .comment-form input:not(:disabled):not(.disabled).active[type=submit], .comment-form input:not(:disabled):not(.disabled):active[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled):active, .search-form .show > .dropdown-toggle.search-submit, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #313130;
        border-color: #2b2a2a;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form .show > input.dropdown-toggle:focus[type=submit], .comment-form input:not(:disabled):not(.disabled).active:focus[type=submit], .comment-form input:not(:disabled):not(.disabled):active:focus[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(102,101,100,.5);
            box-shadow: 0 0 0 0 rgba(102,101,100,.5);
        }

.btn-success {
    color: #fff;
    background-color: #6fc13e;
    border-color: #6fc13e;
}

    .btn-success:hover {
        color: #fff;
        background-color: #5ea435;
        border-color: #599a32;
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #5ea435;
        border-color: #599a32;
        -webkit-box-shadow: 0 0 0 0 rgba(133,202,91,.5);
        box-shadow: 0 0 0 0 rgba(133,202,91,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #599a32;
        border-color: #53912f;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(133,202,91,.5);
            box-shadow: 0 0 0 0 rgba(133,202,91,.5);
        }

.btn-info {
    color: #fff;
    background-color: #16a8b9;
    border-color: #16a8b9;
}

    .btn-info:hover {
        color: #fff;
        background-color: #128997;
        border-color: #117f8b;
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #128997;
        border-color: #117f8b;
        -webkit-box-shadow: 0 0 0 0 rgba(57,181,196,.5);
        box-shadow: 0 0 0 0 rgba(57,181,196,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #16a8b9;
        border-color: #16a8b9;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117f8b;
        border-color: #0f7480;
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(57,181,196,.5);
            box-shadow: 0 0 0 0 rgba(57,181,196,.5);
        }

.btn-warning {
    color: #fff;
    background-color: #e9b732;
    border-color: #e9b732;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #dda718;
        border-color: #d29e16;
    }

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #dda718;
        border-color: #d29e16;
        -webkit-box-shadow: 0 0 0 0 rgba(236,194,81,.5);
        box-shadow: 0 0 0 0 rgba(236,194,81,.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        background-color: #e9b732;
        border-color: #e9b732;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #d29e16;
        border-color: #c69615;
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(236,194,81,.5);
            box-shadow: 0 0 0 0 rgba(236,194,81,.5);
        }

.btn-danger {
    color: #fff;
    background-color: #e96932;
    border-color: #e96932;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #dd5318;
        border-color: #d24f16;
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #dd5318;
        border-color: #d24f16;
        -webkit-box-shadow: 0 0 0 0 rgba(236,128,81,.5);
        box-shadow: 0 0 0 0 rgba(236,128,81,.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #e96932;
        border-color: #e96932;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d24f16;
        border-color: #c64a15;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(236,128,81,.5);
            box-shadow: 0 0 0 0 rgba(236,128,81,.5);
        }

.btn-light {
    color: #383635;
    background-color: #fff;
    border-color: #fff;
}

    .btn-light:hover {
        color: #383635;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-light.focus, .btn-light:focus {
        color: #383635;
        background-color: #ececec;
        border-color: #e6e6e6;
        -webkit-box-shadow: 0 0 0 0 rgba(225,225,225,.5);
        box-shadow: 0 0 0 0 rgba(225,225,225,.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #383635;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #383635;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(225,225,225,.5);
            box-shadow: 0 0 0 0 rgba(225,225,225,.5);
        }

.btn-dark {
    color: #fff;
    background-color: #605e5b;
    border-color: #605e5b;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #4c4b48;
        border-color: #464442;
    }

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: #4c4b48;
        border-color: #464442;
        -webkit-box-shadow: 0 0 0 0 rgba(120,118,116,.5);
        box-shadow: 0 0 0 0 rgba(120,118,116,.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #605e5b;
        border-color: #605e5b;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #464442;
        border-color: #3f3e3c;
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(120,118,116,.5);
            box-shadow: 0 0 0 0 rgba(120,118,116,.5);
        }

.btn-outline-primary {
    color: #6fc13e;
    border-color: #6fc13e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(111,193,62,.5);
        box-shadow: 0 0 0 0 rgba(111,193,62,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #6fc13e;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(111,193,62,.5);
            box-shadow: 0 0 0 0 rgba(111,193,62,.5);
        }

.btn-outline-secondary {
    color: #4b4a49;
    border-color: #4b4a49;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #4b4a49;
        border-color: #4b4a49;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(75,74,73,.5);
        box-shadow: 0 0 0 0 rgba(75,74,73,.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #4b4a49;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #4b4a49;
        border-color: #4b4a49;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(75,74,73,.5);
            box-shadow: 0 0 0 0 rgba(75,74,73,.5);
        }

.btn-outline-success {
    color: #6fc13e;
    border-color: #6fc13e;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(111,193,62,.5);
        box-shadow: 0 0 0 0 rgba(111,193,62,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #6fc13e;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(111,193,62,.5);
            box-shadow: 0 0 0 0 rgba(111,193,62,.5);
        }

.btn-outline-info {
    color: #16a8b9;
    border-color: #16a8b9;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #16a8b9;
        border-color: #16a8b9;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(22,168,185,.5);
        box-shadow: 0 0 0 0 rgba(22,168,185,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #16a8b9;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #16a8b9;
        border-color: #16a8b9;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(22,168,185,.5);
            box-shadow: 0 0 0 0 rgba(22,168,185,.5);
        }

.btn-outline-warning {
    color: #e9b732;
    border-color: #e9b732;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #e9b732;
        border-color: #e9b732;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(233,183,50,.5);
        box-shadow: 0 0 0 0 rgba(233,183,50,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #e9b732;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #e9b732;
        border-color: #e9b732;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(233,183,50,.5);
            box-shadow: 0 0 0 0 rgba(233,183,50,.5);
        }

.btn-outline-danger {
    color: #e96932;
    border-color: #e96932;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #e96932;
        border-color: #e96932;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(233,105,50,.5);
        box-shadow: 0 0 0 0 rgba(233,105,50,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #e96932;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #e96932;
        border-color: #e96932;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(233,105,50,.5);
            box-shadow: 0 0 0 0 rgba(233,105,50,.5);
        }

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-light:hover {
        color: #383635;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #383635;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
            box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        }

.btn-outline-dark {
    color: #605e5b;
    border-color: #605e5b;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #605e5b;
        border-color: #605e5b;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(96,94,91,.5);
        box-shadow: 0 0 0 0 rgba(96,94,91,.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #605e5b;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #605e5b;
        border-color: #605e5b;
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(96,94,91,.5);
            box-shadow: 0 0 0 0 rgba(96,94,91,.5);
        }

.btn-link {
    font-weight: 400;
    color: #6fc13e;
    text-decoration: none;
}

    .btn-link:hover {
        color: #4e872b;
        text-decoration: underline;
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-group-lg > .btn, .btn-lg, .comment-form .btn-group-lg > input[type=submit], .search-form .btn-group-lg > .search-submit {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 100px;
}

.btn-group-sm > .btn, .btn-sm, .comment-form .btn-group-sm > input[type=submit], .search-form .btn-group-sm > .search-submit {
    padding: .45rem 1.2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 100px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: .5rem;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn, .comment-form .btn-group-vertical > input[type=submit], .comment-form .btn-group > input[type=submit], .search-form .btn-group-vertical > .search-submit, .search-form .btn-group > .search-submit {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover, .comment-form .btn-group-vertical > input:hover[type=submit], .comment-form .btn-group > input:hover[type=submit], .search-form .btn-group-vertical > .search-submit:hover, .search-form .btn-group > .search-submit:hover {
            z-index: 1;
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .comment-form .btn-group-vertical > input.active[type=submit], .comment-form .btn-group-vertical > input:active[type=submit], .comment-form .btn-group-vertical > input:focus[type=submit], .comment-form .btn-group > input.active[type=submit], .comment-form .btn-group > input:active[type=submit], .comment-form .btn-group > input:focus[type=submit], .search-form .btn-group-vertical > .active.search-submit, .search-form .btn-group-vertical > .search-submit:active, .search-form .btn-group-vertical > .search-submit:focus, .search-form .btn-group > .active.search-submit, .search-form .btn-group > .search-submit:active, .search-form .btn-group > .search-submit:focus {
            z-index: 1;
        }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type=submit], .search-form .btn-group > .search-submit:not(:first-child) {
    margin-left: -2px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type=submit], .search-form .btn-group > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group > input:not(:first-child)[type=submit], .search-form .btn-group > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group > .search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
    padding-right: .9rem;
    padding-left: .9rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .comment-form .btn-group-vertical > input[type=submit], .search-form .btn-group-vertical > .search-submit {
        width: 100%;
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type=submit], .search-form .btn-group-vertical > .search-submit:not(:first-child) {
            margin-top: -2px;
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=submit], .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group-vertical > input:not(:first-child)[type=submit], .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .comment-form .btn-group-toggle > .btn-group > input[type=submit], .comment-form .btn-group-toggle > input[type=submit], .search-form .btn-group-toggle > .btn-group > .search-submit, .search-form .btn-group-toggle > .search-submit {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > input[type=submit] input[type=radio], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .search-submit input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .comment-form .input-group > input[type=email], .comment-form .input-group > input[type=text], .comment-form .input-group > input[type=url], .comment-form .input-group > textarea, .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext, .search-form .input-group > .search-field {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
    }

        .comment-form .input-group > .custom-file + input[type=email], .comment-form .input-group > .custom-file + input[type=text], .comment-form .input-group > .custom-file + input[type=url], .comment-form .input-group > .custom-file + textarea, .comment-form .input-group > .custom-select + input[type=email], .comment-form .input-group > .custom-select + input[type=text], .comment-form .input-group > .custom-select + input[type=url], .comment-form .input-group > .custom-select + textarea, .comment-form .input-group > .form-control + input[type=email], .comment-form .input-group > .form-control + input[type=text], .comment-form .input-group > .form-control + input[type=url], .comment-form .input-group > .form-control + textarea, .comment-form .input-group > .form-control-plaintext + input[type=email], .comment-form .input-group > .form-control-plaintext + input[type=text], .comment-form .input-group > .form-control-plaintext + input[type=url], .comment-form .input-group > .form-control-plaintext + textarea, .comment-form .input-group > input[type=email] + .custom-file, .comment-form .input-group > input[type=email] + .custom-select, .comment-form .input-group > input[type=email] + .form-control, .comment-form .input-group > input[type=email] + input[type=email], .comment-form .input-group > input[type=email] + input[type=text], .comment-form .input-group > input[type=email] + input[type=url], .comment-form .input-group > input[type=email] + textarea, .comment-form .input-group > input[type=text] + .custom-file, .comment-form .input-group > input[type=text] + .custom-select, .comment-form .input-group > input[type=text] + .form-control, .comment-form .input-group > input[type=text] + input[type=email], .comment-form .input-group > input[type=text] + input[type=text], .comment-form .input-group > input[type=text] + input[type=url], .comment-form .input-group > input[type=text] + textarea, .comment-form .input-group > input[type=url] + .custom-file, .comment-form .input-group > input[type=url] + .custom-select, .comment-form .input-group > input[type=url] + .form-control, .comment-form .input-group > input[type=url] + input[type=email], .comment-form .input-group > input[type=url] + input[type=text], .comment-form .input-group > input[type=url] + input[type=url], .comment-form .input-group > input[type=url] + textarea, .comment-form .input-group > textarea + .custom-file, .comment-form .input-group > textarea + .custom-select, .comment-form .input-group > textarea + .form-control, .comment-form .input-group > textarea + input[type=email], .comment-form .input-group > textarea + input[type=text], .comment-form .input-group > textarea + input[type=url], .comment-form .input-group > textarea + textarea, .comment-form .search-form .input-group > .search-field + input[type=email], .comment-form .search-form .input-group > .search-field + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=url], .comment-form .search-form .input-group > .search-field + textarea, .comment-form .search-form .input-group > input[type=email] + .search-field, .comment-form .search-form .input-group > input[type=text] + .search-field, .comment-form .search-form .input-group > input[type=url] + .search-field, .comment-form .search-form .input-group > textarea + .search-field, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .search-form .comment-form .input-group > .search-field + input[type=email], .search-form .comment-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=url], .search-form .comment-form .input-group > .search-field + textarea, .search-form .comment-form .input-group > input[type=email] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=url] + .search-field, .search-form .comment-form .input-group > textarea + .search-field, .search-form .input-group > .custom-file + .search-field, .search-form .input-group > .custom-select + .search-field, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .form-control-plaintext + .search-field, .search-form .input-group > .search-field + .custom-file, .search-form .input-group > .search-field + .custom-select, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .search-field + .search-field {
            margin-left: -2px;
        }

        .comment-form .input-group > input:focus[type=email], .comment-form .input-group > input:focus[type=text], .comment-form .input-group > input:focus[type=url], .comment-form .input-group > textarea:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .search-form .input-group > .search-field:focus {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .comment-form .input-group > input:not(:first-child)[type=email], .comment-form .input-group > input:not(:first-child)[type=text], .comment-form .input-group > input:not(:first-child)[type=url], .comment-form .input-group > textarea:not(:first-child), .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .comment-form .input-group:not(.has-validation) > input:not(:last-child)[type=email], .comment-form .input-group:not(.has-validation) > input:not(:last-child)[type=text], .comment-form .input-group:not(.has-validation) > input:not(:last-child)[type=url], .comment-form .input-group:not(.has-validation) > textarea:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child), .search-form .input-group:not(.has-validation) > .search-field:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .comment-form .input-group.has-validation > input:nth-last-child(n+3)[type=email], .comment-form .input-group.has-validation > input:nth-last-child(n+3)[type=text], .comment-form .input-group.has-validation > input:nth-last-child(n+3)[type=url], .comment-form .input-group.has-validation > textarea:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .search-form .input-group.has-validation > .search-field:nth-last-child(n+3) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .comment-form .input-group-append input[type=submit], .comment-form .input-group-prepend input[type=submit], .input-group-append .btn, .input-group-append .comment-form input[type=submit], .input-group-append .search-form .search-submit, .input-group-prepend .btn, .input-group-prepend .comment-form input[type=submit], .input-group-prepend .search-form .search-submit, .search-form .input-group-append .search-submit, .search-form .input-group-prepend .search-submit {
        position: relative;
        z-index: 2;
    }

        .comment-form .input-group-append input:focus[type=submit], .comment-form .input-group-prepend input:focus[type=submit], .input-group-append .btn:focus, .input-group-append .comment-form input:focus[type=submit], .input-group-append .search-form .search-submit:focus, .input-group-prepend .btn:focus, .input-group-prepend .comment-form input:focus[type=submit], .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-append .search-submit:focus, .search-form .input-group-prepend .search-submit:focus {
            z-index: 3;
        }

        .comment-form .input-group-append .btn + input[type=submit], .comment-form .input-group-append .input-group-text + input[type=submit], .comment-form .input-group-append .search-form .search-submit + input[type=submit], .comment-form .input-group-append .search-form input[type=submit] + .search-submit, .comment-form .input-group-append input[type=submit] + .btn, .comment-form .input-group-append input[type=submit] + .input-group-text, .comment-form .input-group-append input[type=submit] + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .input-group-text + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend input[type=submit] + .input-group-text, .comment-form .input-group-prepend input[type=submit] + input[type=submit], .comment-form .search-form .input-group-append .search-submit + input[type=submit], .comment-form .search-form .input-group-prepend .search-submit + input[type=submit], .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .comment-form .btn + input[type=submit], .input-group-append .comment-form .input-group-text + input[type=submit], .input-group-append .comment-form .search-form input[type=submit] + .search-submit, .input-group-append .comment-form input[type=submit] + .btn, .input-group-append .comment-form input[type=submit] + .input-group-text, .input-group-append .comment-form input[type=submit] + input[type=submit], .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .search-form .btn + .search-submit, .input-group-append .search-form .comment-form .search-submit + input[type=submit], .input-group-append .search-form .input-group-text + .search-submit, .input-group-append .search-form .search-submit + .btn, .input-group-append .search-form .search-submit + .input-group-text, .input-group-append .search-form .search-submit + .search-submit, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .input-group-text + input[type=submit], .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form input[type=submit] + .input-group-text, .input-group-prepend .comment-form input[type=submit] + input[type=submit], .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .search-form .btn + .search-submit, .input-group-prepend .search-form .comment-form .search-submit + input[type=submit], .input-group-prepend .search-form .input-group-text + .search-submit, .input-group-prepend .search-form .search-submit + .btn, .input-group-prepend .search-form .search-submit + .input-group-text, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .comment-form .input-group-append input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .search-form .input-group-append .btn + .search-submit, .search-form .input-group-append .comment-form .search-submit + input[type=submit], .search-form .input-group-append .comment-form input[type=submit] + .search-submit, .search-form .input-group-append .input-group-text + .search-submit, .search-form .input-group-append .search-submit + .btn, .search-form .input-group-append .search-submit + .input-group-text, .search-form .input-group-append .search-submit + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .search-form .input-group-prepend .input-group-text + .search-submit, .search-form .input-group-prepend .search-submit + .btn, .search-form .input-group-prepend .search-submit + .input-group-text, .search-form .input-group-prepend .search-submit + .search-submit {
            margin-left: -2px;
        }

.input-group-prepend {
    margin-right: -2px;
}

.input-group-append {
    margin-left: -2px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #ced4da;
    border-radius: .25rem;
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0;
    }

.comment-form .input-group-lg > input:not(textarea)[type=email], .comment-form .input-group-lg > input:not(textarea)[type=text], .comment-form .input-group-lg > input:not(textarea)[type=url], .comment-form .input-group-lg > textarea:not(textarea), .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea) {
    height: calc(1.5em + 2rem + 4px);
}

.comment-form .input-group-lg > .input-group-append > input[type=submit], .comment-form .input-group-lg > .input-group-prepend > input[type=submit], .comment-form .input-group-lg > input[type=email], .comment-form .input-group-lg > input[type=text], .comment-form .input-group-lg > input[type=url], .comment-form .input-group-lg > textarea, .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .search-form .input-group-lg > .input-group-append > .search-submit, .search-form .input-group-lg > .input-group-prepend > .search-submit, .search-form .input-group-lg > .search-field {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.comment-form .input-group-sm > input:not(textarea)[type=email], .comment-form .input-group-sm > input:not(textarea)[type=text], .comment-form .input-group-sm > input:not(textarea)[type=url], .comment-form .input-group-sm > textarea:not(textarea), .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea) {
    height: calc(1.5em + .9rem + 4px);
}

.comment-form .input-group-sm > .input-group-append > input[type=submit], .comment-form .input-group-sm > .input-group-prepend > input[type=submit], .comment-form .input-group-sm > input[type=email], .comment-form .input-group-sm > input[type=text], .comment-form .input-group-sm > input[type=url], .comment-form .input-group-sm > textarea, .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .search-form .input-group-sm > .input-group-append > .search-submit, .search-form .input-group-sm > .input-group-prepend > .search-submit, .search-form .input-group-sm > .search-field {
    padding: .45rem 1.2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 3rem;
}

.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit], .comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit], .comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit], .comment-form .input-group > .input-group-prepend > input[type=submit], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .search-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .search-submit, .search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit, .search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle), .search-form .input-group > .input-group-prepend > .search-submit {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.comment-form .input-group > .input-group-append > input[type=submit], .comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type=submit], .comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit], .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .search-form .input-group > .input-group-append > .search-submit, .search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child), .search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #6fc13e;
        background-color: #6fc13e;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #b7e09f;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #d4ecc5;
        border-color: #d4ecc5;
    }

    .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 2px;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #6fc13e;
    background-color: #6fc13e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(111,193,62,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(111,193,62,.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(111,193,62,.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 4px);
        left: calc(-2.25rem + 4px);
        width: calc(1rem - 8px);
        height: calc(1rem - 8px);
        background-color: #adb5bd;
        border-radius: .5rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-o-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-o-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -o-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(111,193,62,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    padding: .8rem 3rem .8rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 2rem center/8px 10px no-repeat;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #b7e09f;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 2rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

.custom-select-sm {
    height: calc(1.5em + .9rem + 4px);
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: 1.2rem;
    font-size: .875rem;
}

.custom-select-lg {
    height: calc(1.5em + 2rem + 4px);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.125rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #b7e09f;
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.6rem + 4px);
    padding: .8rem 2rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.6rem);
        padding: .8rem 2rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(111,193,62,.25);
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(111,193,62,.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(111,193,62,.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(111,193,62,.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #6fc13e;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d4ecc5;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6fc13e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d4ecc5;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #6fc13e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d4ecc5;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .65rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #6fc13e;
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
}

    .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .55625rem;
    padding-bottom: .55625rem;
    margin-right: 1.5rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem 0;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100px;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: #6fc13e;
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #6fc13e;
    }

.navbar-light .navbar-nav .nav-link {
    color: #383635;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #868280;
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: #868280;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #6fc13e;
    }

.navbar-light .navbar-toggler {
    color: #383635;
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23383635' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: #383635;
}

    .navbar-light .navbar-text a {
        color: #6fc13e;
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: #6fc13e;
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff;
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px);
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion {
    overflow-anchor: none;
}

    .accordion > .card {
        overflow: hidden;
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px;
        }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6fc13e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #4e872b;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
        box-shadow: 0 0 0 .2rem rgba(111,193,62,.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6fc13e;
    border-color: #6fc13e;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge, .comment-form input[type=submit] .badge, .search-form .search-submit .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #6fc13e;
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #599a32;
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.5);
    box-shadow: 0 0 0 .2rem rgba(111,193,62,.5);
}

.badge-secondary {
    color: #fff;
    background-color: #4b4a49;
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #313130;
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(75,74,73,.5);
    box-shadow: 0 0 0 .2rem rgba(75,74,73,.5);
}

.badge-success {
    color: #fff;
    background-color: #6fc13e;
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #599a32;
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,193,62,.5);
    box-shadow: 0 0 0 .2rem rgba(111,193,62,.5);
}

.badge-info {
    color: #fff;
    background-color: #16a8b9;
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117f8b;
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(22,168,185,.5);
    box-shadow: 0 0 0 .2rem rgba(22,168,185,.5);
}

.badge-warning {
    color: #fff;
    background-color: #e9b732;
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #fff;
    background-color: #d29e16;
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(233,183,50,.5);
    box-shadow: 0 0 0 .2rem rgba(233,183,50,.5);
}

.badge-danger {
    color: #fff;
    background-color: #e96932;
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #d24f16;
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(233,105,50,.5);
    box-shadow: 0 0 0 .2rem rgba(233,105,50,.5);
}

.badge-light {
    color: #383635;
    background-color: #fff;
}

a.badge-light:focus, a.badge-light:hover {
    color: #383635;
    background-color: #e6e6e6;
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
}

.badge-dark {
    color: #fff;
    background-color: #605e5b;
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #464442;
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(96,94,91,.5);
    box-shadow: 0 0 0 .2rem rgba(96,94,91,.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #3a6420;
    background-color: #e2f3d8;
    border-color: #d7eec9;
}

    .alert-primary hr {
        border-top-color: #c9e8b6;
    }

    .alert-primary .alert-link {
        color: #243d14;
    }

.alert-secondary {
    color: #272626;
    background-color: #dbdbdb;
    border-color: #cdcccc;
}

    .alert-secondary hr {
        border-top-color: #c0bfbf;
    }

    .alert-secondary .alert-link {
        color: #0d0d0d;
    }

.alert-success {
    color: #3a6420;
    background-color: #e2f3d8;
    border-color: #d7eec9;
}

    .alert-success hr {
        border-top-color: #c9e8b6;
    }

    .alert-success .alert-link {
        color: #243d14;
    }

.alert-info {
    color: #0b5760;
    background-color: #d0eef1;
    border-color: #bee7eb;
}

    .alert-info hr {
        border-top-color: #abe0e5;
    }

    .alert-info .alert-link {
        color: #062e32;
    }

.alert-warning {
    color: #795f1a;
    background-color: #fbf1d6;
    border-color: #f9ebc6;
}

    .alert-warning hr {
        border-top-color: #f7e3af;
    }

    .alert-warning .alert-link {
        color: #4f3e11;
    }

.alert-danger {
    color: #79371a;
    background-color: #fbe1d6;
    border-color: #f9d5c6;
}

    .alert-danger hr {
        border-top-color: #f7c4af;
    }

    .alert-danger .alert-link {
        color: #4f2411;
    }

.alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
}

    .alert-light hr {
        border-top-color: #f2f2f2;
    }

    .alert-light .alert-link {
        color: #6c6c6c;
    }

.alert-dark {
    color: #32312f;
    background-color: #dfdfde;
    border-color: #d2d2d1;
}

    .alert-dark hr {
        border-top-color: #c5c5c4;
    }

    .alert-dark .alert-link {
        color: #181716;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6fc13e;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    -o-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #383635;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #6fc13e;
        border-color: #6fc13e;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #3a6420;
    background-color: #d7eec9;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #3a6420;
        background-color: #c9e8b6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #3a6420;
        border-color: #3a6420;
    }

.list-group-item-secondary {
    color: #272626;
    background-color: #cdcccc;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #272626;
        background-color: #c0bfbf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #272626;
        border-color: #272626;
    }

.list-group-item-success {
    color: #3a6420;
    background-color: #d7eec9;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #3a6420;
        background-color: #c9e8b6;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #3a6420;
        border-color: #3a6420;
    }

.list-group-item-info {
    color: #0b5760;
    background-color: #bee7eb;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0b5760;
        background-color: #abe0e5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0b5760;
        border-color: #0b5760;
    }

.list-group-item-warning {
    color: #795f1a;
    background-color: #f9ebc6;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #795f1a;
        background-color: #f7e3af;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #795f1a;
        border-color: #795f1a;
    }

.list-group-item-danger {
    color: #79371a;
    background-color: #f9d5c6;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #79371a;
        background-color: #f7c4af;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #79371a;
        border-color: #79371a;
    }

.list-group-item-light {
    color: #858585;
    background-color: #fff;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #858585;
        background-color: #f2f2f2;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #858585;
        border-color: #858585;
    }

.list-group-item-dark {
    color: #32312f;
    background-color: #d2d2d1;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #32312f;
        background-color: #c5c5c4;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #32312f;
        border-color: #32312f;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem;
}

    .toast:not(:last-child) {
        margin-bottom: .75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
    padding: .75rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    .modal-footer > * {
        margin: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: aktiv-grotesk,Inter,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: aktiv-grotesk,Inter,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px);
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px);
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff;
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #4b4a49;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .5rem .75rem;
    color: #383635;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity .6s ease;
        -o-transition: opacity .6s ease;
        transition: opacity .6s ease;
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    -o-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes spinner-grow {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -o-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    -o-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #6fc13e !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #599a32 !important;
}

.bg-secondary {
    background-color: #4b4a49 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #313130 !important;
}

.bg-success {
    background-color: #6fc13e !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #599a32 !important;
}

.bg-info {
    background-color: #16a8b9 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117f8b !important;
}

.bg-warning {
    background-color: #e9b732 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d29e16 !important;
}

.bg-danger {
    background-color: #e96932 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d24f16 !important;
}

.bg-light {
    background-color: #fff !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e6e6e6 !important;
}

.bg-dark {
    background-color: #605e5b !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #464442 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #6fc13e !important;
}

.border-secondary {
    border-color: #4b4a49 !important;
}

.border-success {
    border-color: #6fc13e !important;
}

.border-info {
    border-color: #16a8b9 !important;
}

.border-warning {
    border-color: #e9b732 !important;
}

.border-danger {
    border-color: #e96932 !important;
}

.border-light {
    border-color: #fff !important;
}

.border-dark {
    border-color: #605e5b !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.screen-reader-text, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

    .screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .375rem !important;
}

.mt-1, .my-1 {
    margin-top: .375rem !important;
}

.mr-1, .mx-1 {
    margin-right: .375rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .375rem !important;
}

.ml-1, .mx-1 {
    margin-left: .375rem !important;
}

.m-2 {
    margin: 1.05rem !important;
}

.mt-2, .my-2 {
    margin-top: 1.05rem !important;
}

.mr-2, .mx-2 {
    margin-right: 1.05rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 1.05rem !important;
}

.ml-2, .mx-2 {
    margin-left: 1.05rem !important;
}

.m-3 {
    margin: 1.8rem !important;
}

.mt-3, .my-3 {
    margin-top: 1.8rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1.8rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1.8rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1.8rem !important;
}

.m-4 {
    margin: 2.7rem !important;
}

.mt-4, .my-4 {
    margin-top: 2.7rem !important;
}

.mr-4, .mx-4 {
    margin-right: 2.7rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 2.7rem !important;
}

.ml-4, .mx-4 {
    margin-left: 2.7rem !important;
}

.m-5 {
    margin: 3.75rem !important;
}

.mt-5, .my-5 {
    margin-top: 3.75rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3.75rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3.75rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3.75rem !important;
}

.m-6 {
    margin: 4.95rem !important;
}

.mt-6, .my-6 {
    margin-top: 4.95rem !important;
}

.mr-6, .mx-6 {
    margin-right: 4.95rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 4.95rem !important;
}

.ml-6, .mx-6 {
    margin-left: 4.95rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7, .my-7 {
    margin-top: 6rem !important;
}

.mr-7, .mx-7 {
    margin-right: 6rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 6rem !important;
}

.ml-7, .mx-7 {
    margin-left: 6rem !important;
}

.m-nav {
    margin: 85px !important;
}

.mt-nav, .my-nav {
    margin-top: 85px !important;
}

.mr-nav, .mx-nav {
    margin-right: 85px !important;
}

.mb-nav, .my-nav {
    margin-bottom: 85px !important;
}

.ml-nav, .mx-nav {
    margin-left: 85px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .375rem !important;
}

.pt-1, .py-1 {
    padding-top: .375rem !important;
}

.pr-1, .px-1 {
    padding-right: .375rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .375rem !important;
}

.pl-1, .px-1 {
    padding-left: .375rem !important;
}

.p-2 {
    padding: 1.05rem !important;
}

.pt-2, .py-2 {
    padding-top: 1.05rem !important;
}

.pr-2, .px-2 {
    padding-right: 1.05rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 1.05rem !important;
}

.pl-2, .px-2 {
    padding-left: 1.05rem !important;
}

.p-3 {
    padding: 1.8rem !important;
}

.pt-3, .py-3 {
    padding-top: 1.8rem !important;
}

.pr-3, .px-3 {
    padding-right: 1.8rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1.8rem !important;
}

.pl-3, .px-3 {
    padding-left: 1.8rem !important;
}

.p-4 {
    padding: 2.7rem !important;
}

.pt-4, .py-4 {
    padding-top: 2.7rem !important;
}

.pr-4, .px-4 {
    padding-right: 2.7rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 2.7rem !important;
}

.pl-4, .px-4 {
    padding-left: 2.7rem !important;
}

.p-5 {
    padding: 3.75rem !important;
}

.pt-5, .py-5 {
    padding-top: 3.75rem !important;
}

.pr-5, .px-5 {
    padding-right: 3.75rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3.75rem !important;
}

.pl-5, .px-5 {
    padding-left: 3.75rem !important;
}

.p-6 {
    padding: 4.95rem !important;
}

.pt-6, .py-6 {
    padding-top: 4.95rem !important;
}

.pr-6, .px-6 {
    padding-right: 4.95rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 4.95rem !important;
}

.pl-6, .px-6 {
    padding-left: 4.95rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7, .py-7 {
    padding-top: 6rem !important;
}

.pr-7, .px-7 {
    padding-right: 6rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 6rem !important;
}

.pl-7, .px-7 {
    padding-left: 6rem !important;
}

.p-nav {
    padding: 85px !important;
}

.pt-nav, .py-nav {
    padding-top: 85px !important;
}

.pr-nav, .px-nav {
    padding-right: 85px !important;
}

.pb-nav, .py-nav {
    padding-bottom: 85px !important;
}

.pl-nav, .px-nav {
    padding-left: 85px !important;
}

.m-n1 {
    margin: -.375rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.375rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.375rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.375rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.375rem !important;
}

.m-n2 {
    margin: -1.05rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -1.05rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -1.05rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -1.05rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -1.05rem !important;
}

.m-n3 {
    margin: -1.8rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1.8rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1.8rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1.8rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1.8rem !important;
}

.m-n4 {
    margin: -2.7rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -2.7rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -2.7rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -2.7rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -2.7rem !important;
}

.m-n5 {
    margin: -3.75rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3.75rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3.75rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3.75rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3.75rem !important;
}

.m-n6 {
    margin: -4.95rem !important;
}

.mt-n6, .my-n6 {
    margin-top: -4.95rem !important;
}

.mr-n6, .mx-n6 {
    margin-right: -4.95rem !important;
}

.mb-n6, .my-n6 {
    margin-bottom: -4.95rem !important;
}

.ml-n6, .mx-n6 {
    margin-left: -4.95rem !important;
}

.m-n7 {
    margin: -6rem !important;
}

.mt-n7, .my-n7 {
    margin-top: -6rem !important;
}

.mr-n7, .mx-n7 {
    margin-right: -6rem !important;
}

.mb-n7, .my-n7 {
    margin-bottom: -6rem !important;
}

.ml-n7, .mx-n7 {
    margin-left: -6rem !important;
}

.m-nnav {
    margin: -85px !important;
}

.mt-nnav, .my-nnav {
    margin-top: -85px !important;
}

.mr-nnav, .mx-nnav {
    margin-right: -85px !important;
}

.mb-nnav, .my-nnav {
    margin-bottom: -85px !important;
}

.ml-nnav, .mx-nnav {
    margin-left: -85px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .375rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .375rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .375rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .375rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .375rem !important;
    }

    .m-sm-2 {
        margin: 1.05rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 1.05rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 1.05rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 1.05rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 1.05rem !important;
    }

    .m-sm-3 {
        margin: 1.8rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1.8rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1.8rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1.8rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1.8rem !important;
    }

    .m-sm-4 {
        margin: 2.7rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 2.7rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 2.7rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 2.7rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 2.7rem !important;
    }

    .m-sm-5 {
        margin: 3.75rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3.75rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3.75rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3.75rem !important;
    }

    .m-sm-6 {
        margin: 4.95rem !important;
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 4.95rem !important;
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 4.95rem !important;
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 4.95rem !important;
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 4.95rem !important;
    }

    .m-sm-7 {
        margin: 6rem !important;
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 6rem !important;
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 6rem !important;
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 6rem !important;
    }

    .m-sm-nav {
        margin: 85px !important;
    }

    .mt-sm-nav, .my-sm-nav {
        margin-top: 85px !important;
    }

    .mr-sm-nav, .mx-sm-nav {
        margin-right: 85px !important;
    }

    .mb-sm-nav, .my-sm-nav {
        margin-bottom: 85px !important;
    }

    .ml-sm-nav, .mx-sm-nav {
        margin-left: 85px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .375rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .375rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .375rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .375rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .375rem !important;
    }

    .p-sm-2 {
        padding: 1.05rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 1.05rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 1.05rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 1.05rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 1.05rem !important;
    }

    .p-sm-3 {
        padding: 1.8rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1.8rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1.8rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1.8rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1.8rem !important;
    }

    .p-sm-4 {
        padding: 2.7rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 2.7rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 2.7rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 2.7rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 2.7rem !important;
    }

    .p-sm-5 {
        padding: 3.75rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3.75rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3.75rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3.75rem !important;
    }

    .p-sm-6 {
        padding: 4.95rem !important;
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 4.95rem !important;
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 4.95rem !important;
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 4.95rem !important;
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 4.95rem !important;
    }

    .p-sm-7 {
        padding: 6rem !important;
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 6rem !important;
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 6rem !important;
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 6rem !important;
    }

    .p-sm-nav {
        padding: 85px !important;
    }

    .pt-sm-nav, .py-sm-nav {
        padding-top: 85px !important;
    }

    .pr-sm-nav, .px-sm-nav {
        padding-right: 85px !important;
    }

    .pb-sm-nav, .py-sm-nav {
        padding-bottom: 85px !important;
    }

    .pl-sm-nav, .px-sm-nav {
        padding-left: 85px !important;
    }

    .m-sm-n1 {
        margin: -.375rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.375rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.375rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.375rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.375rem !important;
    }

    .m-sm-n2 {
        margin: -1.05rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -1.05rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -1.05rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -1.05rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -1.05rem !important;
    }

    .m-sm-n3 {
        margin: -1.8rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1.8rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1.8rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1.8rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1.8rem !important;
    }

    .m-sm-n4 {
        margin: -2.7rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -2.7rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -2.7rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -2.7rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -2.7rem !important;
    }

    .m-sm-n5 {
        margin: -3.75rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3.75rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3.75rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3.75rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3.75rem !important;
    }

    .m-sm-n6 {
        margin: -4.95rem !important;
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -4.95rem !important;
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -4.95rem !important;
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -4.95rem !important;
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -4.95rem !important;
    }

    .m-sm-n7 {
        margin: -6rem !important;
    }

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -6rem !important;
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -6rem !important;
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -6rem !important;
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -6rem !important;
    }

    .m-sm-nnav {
        margin: -85px !important;
    }

    .mt-sm-nnav, .my-sm-nnav {
        margin-top: -85px !important;
    }

    .mr-sm-nnav, .mx-sm-nnav {
        margin-right: -85px !important;
    }

    .mb-sm-nnav, .my-sm-nnav {
        margin-bottom: -85px !important;
    }

    .ml-sm-nnav, .mx-sm-nnav {
        margin-left: -85px !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .375rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .375rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .375rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .375rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .375rem !important;
    }

    .m-md-2 {
        margin: 1.05rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 1.05rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 1.05rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 1.05rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 1.05rem !important;
    }

    .m-md-3 {
        margin: 1.8rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1.8rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1.8rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1.8rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.8rem !important;
    }

    .m-md-4 {
        margin: 2.7rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 2.7rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 2.7rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 2.7rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 2.7rem !important;
    }

    .m-md-5 {
        margin: 3.75rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3.75rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3.75rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3.75rem !important;
    }

    .m-md-6 {
        margin: 4.95rem !important;
    }

    .mt-md-6, .my-md-6 {
        margin-top: 4.95rem !important;
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 4.95rem !important;
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 4.95rem !important;
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 4.95rem !important;
    }

    .m-md-7 {
        margin: 6rem !important;
    }

    .mt-md-7, .my-md-7 {
        margin-top: 6rem !important;
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 6rem !important;
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 6rem !important;
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 6rem !important;
    }

    .m-md-nav {
        margin: 85px !important;
    }

    .mt-md-nav, .my-md-nav {
        margin-top: 85px !important;
    }

    .mr-md-nav, .mx-md-nav {
        margin-right: 85px !important;
    }

    .mb-md-nav, .my-md-nav {
        margin-bottom: 85px !important;
    }

    .ml-md-nav, .mx-md-nav {
        margin-left: 85px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .375rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .375rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .375rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .375rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .375rem !important;
    }

    .p-md-2 {
        padding: 1.05rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 1.05rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 1.05rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 1.05rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 1.05rem !important;
    }

    .p-md-3 {
        padding: 1.8rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1.8rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1.8rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1.8rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1.8rem !important;
    }

    .p-md-4 {
        padding: 2.7rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 2.7rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 2.7rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 2.7rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 2.7rem !important;
    }

    .p-md-5 {
        padding: 3.75rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3.75rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3.75rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3.75rem !important;
    }

    .p-md-6 {
        padding: 4.95rem !important;
    }

    .pt-md-6, .py-md-6 {
        padding-top: 4.95rem !important;
    }

    .pr-md-6, .px-md-6 {
        padding-right: 4.95rem !important;
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 4.95rem !important;
    }

    .pl-md-6, .px-md-6 {
        padding-left: 4.95rem !important;
    }

    .p-md-7 {
        padding: 6rem !important;
    }

    .pt-md-7, .py-md-7 {
        padding-top: 6rem !important;
    }

    .pr-md-7, .px-md-7 {
        padding-right: 6rem !important;
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 6rem !important;
    }

    .pl-md-7, .px-md-7 {
        padding-left: 6rem !important;
    }

    .p-md-nav {
        padding: 85px !important;
    }

    .pt-md-nav, .py-md-nav {
        padding-top: 85px !important;
    }

    .pr-md-nav, .px-md-nav {
        padding-right: 85px !important;
    }

    .pb-md-nav, .py-md-nav {
        padding-bottom: 85px !important;
    }

    .pl-md-nav, .px-md-nav {
        padding-left: 85px !important;
    }

    .m-md-n1 {
        margin: -.375rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.375rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.375rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.375rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.375rem !important;
    }

    .m-md-n2 {
        margin: -1.05rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -1.05rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -1.05rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -1.05rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -1.05rem !important;
    }

    .m-md-n3 {
        margin: -1.8rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1.8rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1.8rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1.8rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1.8rem !important;
    }

    .m-md-n4 {
        margin: -2.7rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -2.7rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -2.7rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -2.7rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -2.7rem !important;
    }

    .m-md-n5 {
        margin: -3.75rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3.75rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3.75rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3.75rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3.75rem !important;
    }

    .m-md-n6 {
        margin: -4.95rem !important;
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -4.95rem !important;
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -4.95rem !important;
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -4.95rem !important;
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -4.95rem !important;
    }

    .m-md-n7 {
        margin: -6rem !important;
    }

    .mt-md-n7, .my-md-n7 {
        margin-top: -6rem !important;
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -6rem !important;
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -6rem !important;
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -6rem !important;
    }

    .m-md-nnav {
        margin: -85px !important;
    }

    .mt-md-nnav, .my-md-nnav {
        margin-top: -85px !important;
    }

    .mr-md-nnav, .mx-md-nnav {
        margin-right: -85px !important;
    }

    .mb-md-nnav, .my-md-nnav {
        margin-bottom: -85px !important;
    }

    .ml-md-nnav, .mx-md-nnav {
        margin-left: -85px !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .375rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .375rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .375rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .375rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .375rem !important;
    }

    .m-lg-2 {
        margin: 1.05rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 1.05rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 1.05rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 1.05rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 1.05rem !important;
    }

    .m-lg-3 {
        margin: 1.8rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1.8rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1.8rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1.8rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.8rem !important;
    }

    .m-lg-4 {
        margin: 2.7rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 2.7rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 2.7rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 2.7rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 2.7rem !important;
    }

    .m-lg-5 {
        margin: 3.75rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3.75rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3.75rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3.75rem !important;
    }

    .m-lg-6 {
        margin: 4.95rem !important;
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 4.95rem !important;
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 4.95rem !important;
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 4.95rem !important;
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 4.95rem !important;
    }

    .m-lg-7 {
        margin: 6rem !important;
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 6rem !important;
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 6rem !important;
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 6rem !important;
    }

    .m-lg-nav {
        margin: 85px !important;
    }

    .mt-lg-nav, .my-lg-nav {
        margin-top: 85px !important;
    }

    .mr-lg-nav, .mx-lg-nav {
        margin-right: 85px !important;
    }

    .mb-lg-nav, .my-lg-nav {
        margin-bottom: 85px !important;
    }

    .ml-lg-nav, .mx-lg-nav {
        margin-left: 85px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .375rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .375rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .375rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .375rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .375rem !important;
    }

    .p-lg-2 {
        padding: 1.05rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 1.05rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 1.05rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 1.05rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 1.05rem !important;
    }

    .p-lg-3 {
        padding: 1.8rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1.8rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1.8rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1.8rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.8rem !important;
    }

    .p-lg-4 {
        padding: 2.7rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 2.7rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 2.7rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 2.7rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 2.7rem !important;
    }

    .p-lg-5 {
        padding: 3.75rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3.75rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3.75rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3.75rem !important;
    }

    .p-lg-6 {
        padding: 4.95rem !important;
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 4.95rem !important;
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 4.95rem !important;
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 4.95rem !important;
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 4.95rem !important;
    }

    .p-lg-7 {
        padding: 6rem !important;
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 6rem !important;
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 6rem !important;
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 6rem !important;
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 6rem !important;
    }

    .p-lg-nav {
        padding: 85px !important;
    }

    .pt-lg-nav, .py-lg-nav {
        padding-top: 85px !important;
    }

    .pr-lg-nav, .px-lg-nav {
        padding-right: 85px !important;
    }

    .pb-lg-nav, .py-lg-nav {
        padding-bottom: 85px !important;
    }

    .pl-lg-nav, .px-lg-nav {
        padding-left: 85px !important;
    }

    .m-lg-n1 {
        margin: -.375rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.375rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.375rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.375rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.375rem !important;
    }

    .m-lg-n2 {
        margin: -1.05rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -1.05rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -1.05rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -1.05rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -1.05rem !important;
    }

    .m-lg-n3 {
        margin: -1.8rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1.8rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1.8rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1.8rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1.8rem !important;
    }

    .m-lg-n4 {
        margin: -2.7rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -2.7rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -2.7rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -2.7rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -2.7rem !important;
    }

    .m-lg-n5 {
        margin: -3.75rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3.75rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3.75rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3.75rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3.75rem !important;
    }

    .m-lg-n6 {
        margin: -4.95rem !important;
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -4.95rem !important;
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -4.95rem !important;
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -4.95rem !important;
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -4.95rem !important;
    }

    .m-lg-n7 {
        margin: -6rem !important;
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -6rem !important;
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -6rem !important;
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -6rem !important;
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -6rem !important;
    }

    .m-lg-nnav {
        margin: -85px !important;
    }

    .mt-lg-nnav, .my-lg-nnav {
        margin-top: -85px !important;
    }

    .mr-lg-nnav, .mx-lg-nnav {
        margin-right: -85px !important;
    }

    .mb-lg-nnav, .my-lg-nnav {
        margin-bottom: -85px !important;
    }

    .ml-lg-nnav, .mx-lg-nnav {
        margin-left: -85px !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .375rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .375rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .375rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .375rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .375rem !important;
    }

    .m-xl-2 {
        margin: 1.05rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 1.05rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 1.05rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 1.05rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 1.05rem !important;
    }

    .m-xl-3 {
        margin: 1.8rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1.8rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1.8rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1.8rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.8rem !important;
    }

    .m-xl-4 {
        margin: 2.7rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 2.7rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 2.7rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 2.7rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 2.7rem !important;
    }

    .m-xl-5 {
        margin: 3.75rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3.75rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3.75rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3.75rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3.75rem !important;
    }

    .m-xl-6 {
        margin: 4.95rem !important;
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 4.95rem !important;
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 4.95rem !important;
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 4.95rem !important;
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 4.95rem !important;
    }

    .m-xl-7 {
        margin: 6rem !important;
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 6rem !important;
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 6rem !important;
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 6rem !important;
    }

    .m-xl-nav {
        margin: 85px !important;
    }

    .mt-xl-nav, .my-xl-nav {
        margin-top: 85px !important;
    }

    .mr-xl-nav, .mx-xl-nav {
        margin-right: 85px !important;
    }

    .mb-xl-nav, .my-xl-nav {
        margin-bottom: 85px !important;
    }

    .ml-xl-nav, .mx-xl-nav {
        margin-left: 85px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .375rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .375rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .375rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .375rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .375rem !important;
    }

    .p-xl-2 {
        padding: 1.05rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 1.05rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 1.05rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 1.05rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 1.05rem !important;
    }

    .p-xl-3 {
        padding: 1.8rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1.8rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1.8rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1.8rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.8rem !important;
    }

    .p-xl-4 {
        padding: 2.7rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 2.7rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 2.7rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 2.7rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 2.7rem !important;
    }

    .p-xl-5 {
        padding: 3.75rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3.75rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3.75rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3.75rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3.75rem !important;
    }

    .p-xl-6 {
        padding: 4.95rem !important;
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 4.95rem !important;
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 4.95rem !important;
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 4.95rem !important;
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 4.95rem !important;
    }

    .p-xl-7 {
        padding: 6rem !important;
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 6rem !important;
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 6rem !important;
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 6rem !important;
    }

    .p-xl-nav {
        padding: 85px !important;
    }

    .pt-xl-nav, .py-xl-nav {
        padding-top: 85px !important;
    }

    .pr-xl-nav, .px-xl-nav {
        padding-right: 85px !important;
    }

    .pb-xl-nav, .py-xl-nav {
        padding-bottom: 85px !important;
    }

    .pl-xl-nav, .px-xl-nav {
        padding-left: 85px !important;
    }

    .m-xl-n1 {
        margin: -.375rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.375rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.375rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.375rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.375rem !important;
    }

    .m-xl-n2 {
        margin: -1.05rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -1.05rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -1.05rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -1.05rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -1.05rem !important;
    }

    .m-xl-n3 {
        margin: -1.8rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1.8rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1.8rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1.8rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1.8rem !important;
    }

    .m-xl-n4 {
        margin: -2.7rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -2.7rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -2.7rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -2.7rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -2.7rem !important;
    }

    .m-xl-n5 {
        margin: -3.75rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3.75rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3.75rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3.75rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3.75rem !important;
    }

    .m-xl-n6 {
        margin: -4.95rem !important;
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -4.95rem !important;
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -4.95rem !important;
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -4.95rem !important;
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -4.95rem !important;
    }

    .m-xl-n7 {
        margin: -6rem !important;
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -6rem !important;
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -6rem !important;
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -6rem !important;
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -6rem !important;
    }

    .m-xl-nnav {
        margin: -85px !important;
    }

    .mt-xl-nnav, .my-xl-nnav {
        margin-top: -85px !important;
    }

    .mr-xl-nnav, .mx-xl-nnav {
        margin-right: -85px !important;
    }

    .mb-xl-nnav, .my-xl-nnav {
        margin-bottom: -85px !important;
    }

    .ml-xl-nnav, .mx-xl-nnav {
        margin-left: -85px !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #6fc13e !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #4e872b !important;
}

.text-secondary {
    color: #4b4a49 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #242423 !important;
}

.text-success {
    color: #6fc13e !important;
}

a.text-success:focus, a.text-success:hover {
    color: #4e872b !important;
}

.text-info {
    color: #16a8b9 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #0e6a75 !important;
}

.text-warning {
    color: #e9b732 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8d14 !important;
}

.text-danger {
    color: #e96932 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ba4614 !important;
}

.text-light {
    color: #fff !important;
}

a.text-light:focus, a.text-light:hover {
    color: #d9d9d9 !important;
}

.text-dark {
    color: #605e5b !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #393836 !important;
}

.text-body {
    color: #383635 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.with-bg {
    background-color: #868280;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.background__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.content-on-overlay {
    position: relative;
    z-index: 2;
}

.border-b-2px {
    border-bottom: 2px solid #fff;
}

.opacity-0 {
    opacity: 0 !important;
}

.link--block.link-rock-100 {
    color: #383635;
}

    .link--block.link-rock-100 .text-rock-90 {
        color: #4b4a49;
    }

    .link--block.link-rock-100:focus, .link--block.link-rock-100:hover {
        color: #383635;
        text-decoration: none;
    }

        .link--block.link-rock-100:focus .text-rock-90, .link--block.link-rock-100:hover .text-rock-90 {
            color: #4b4a49;
        }

.link--block.link-white {
    color: #fff;
}

    .link--block.link-white:focus, .link--block.link-white:hover {
        color: #fff;
        text-decoration: none;
    }

body#tinymce {
    margin: 12px !important;
}

.wrapper {
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    padding: 0 16px;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
}

    .grid.grid--centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grid .column {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 16px;
    }

        .grid .column.column-1 {
            width: 25%;
        }

        .grid .column.column-2 {
            width: 50%;
        }

        .grid .column.column-3 {
            width: 75%;
        }

        .grid .column.column-4 {
            width: 100%;
        }

        .grid .column.column-5 {
            width: 100%;
        }

        .grid .column.column-6 {
            width: 100%;
        }

        .grid .column.column-7 {
            width: 100%;
        }

        .grid .column.column-8 {
            width: 100%;
        }

        .grid .column.column-9 {
            width: 100%;
        }

        .grid .column.column-10 {
            width: 100%;
        }

        .grid .column.column-11 {
            width: 100%;
        }

        .grid .column.column-12 {
            width: 100%;
        }

@media only screen and (min-width:700px) {
    .wrapper {
        max-width: 668px;
    }

    .grid .column.column-1 {
        width: 57px;
    }

    .grid .column.column-2 {
        width: 114px;
    }

    .grid .column.column-3 {
        width: 171px;
    }

    .grid .column.column-4 {
        width: 228px;
    }

    .grid .column.column-5 {
        width: 285px;
    }

    .grid .column.column-6 {
        width: 342px;
    }

    .grid .column.column-7 {
        width: 399px;
    }

    .grid .column.column-8 {
        width: 456px;
    }

    .grid .column.column-9 {
        width: 513px;
    }

    .grid .column.column-10 {
        width: 570px;
    }

    .grid .column.column-11 {
        width: 627px;
    }

    .grid .column.column-12 {
        width: 684px;
    }
}

@media only screen and (min-width:1048px) {
    .wrapper {
        padding: 0 24px;
        max-width: 890px;
    }

    .grid {
        margin-left: -24px;
    }

        .grid .column {
            padding-left: 24px;
        }

            .grid .column.column-1 {
                width: 76px;
            }

            .grid .column.column-2 {
                width: 152px;
            }

            .grid .column.column-3 {
                width: 228px;
            }

            .grid .column.column-4 {
                width: 304px;
            }

            .grid .column.column-5 {
                width: 380px;
            }

            .grid .column.column-6 {
                width: 456px;
            }

            .grid .column.column-7 {
                width: 532px;
            }

            .grid .column.column-8 {
                width: 608px;
            }

            .grid .column.column-9 {
                width: 684px;
            }

            .grid .column.column-10 {
                width: 760px;
            }

            .grid .column.column-11 {
                width: 836px;
            }

            .grid .column.column-12 {
                width: 912px;
            }
}

@media only screen and (min-width:1600px) {
    .wrapper {
        max-width: 1044px;
    }

    .grid .column.column-1 {
        width: 89px;
    }

    .grid .column.column-2 {
        width: 178px;
    }

    .grid .column.column-3 {
        width: 267px;
    }

    .grid .column.column-4 {
        width: 356px;
    }

    .grid .column.column-5 {
        width: 445px;
    }

    .grid .column.column-6 {
        width: 534px;
    }

    .grid .column.column-7 {
        width: 623px;
    }

    .grid .column.column-8 {
        width: 712px;
    }

    .grid .column.column-9 {
        width: 801px;
    }

    .grid .column.column-10 {
        width: 890px;
    }

    .grid .column.column-11 {
        width: 979px;
    }

    .grid .column.column-12 {
        width: 1068px;
    }
}

@media only screen and (max-width:699px) {
    .grid .column.mobile\:1 {
        width: 25%;
    }

    .grid .column.mobile\:2 {
        width: 50%;
    }

    .grid .column.mobile\:3 {
        width: 75%;
    }

    .grid .column.mobile\:4 {
        width: 100%;
    }

    .grid .column.mobile\:5 {
        width: 100%;
    }

    .grid .column.mobile\:6 {
        width: 100%;
    }

    .grid .column.mobile\:7 {
        width: 100%;
    }

    .grid .column.mobile\:8 {
        width: 100%;
    }

    .grid .column.mobile\:9 {
        width: 100%;
    }

    .grid .column.mobile\:10 {
        width: 100%;
    }

    .grid .column.mobile\:11 {
        width: 100%;
    }

    .grid .column.mobile\:12 {
        width: 1100%;
    }
}

@media only screen and (min-width:700px) and (max-width:1047px) {
    .grid .column.tablet\:1 {
        width: 57px;
    }

    .grid .column.tablet\:2 {
        width: 114px;
    }

    .grid .column.tablet\:3 {
        width: 171px;
    }

    .grid .column.tablet\:4 {
        width: 228px;
    }

    .grid .column.tablet\:5 {
        width: 285px;
    }

    .grid .column.tablet\:6 {
        width: 342px;
    }

    .grid .column.tablet\:7 {
        width: 399px;
    }

    .grid .column.tablet\:8 {
        width: 456px;
    }

    .grid .column.tablet\:9 {
        width: 513px;
    }

    .grid .column.tablet\:10 {
        width: 570px;
    }

    .grid .column.tablet\:11 {
        width: 627px;
    }

    .grid .column.tablet\:12 {
        width: 684px;
    }
}

@media only screen and (min-width:1048px) and (max-width:1599px) {
    .grid .column.laptop\:1 {
        width: 76px;
    }

    .grid .column.laptop\:2 {
        width: 152px;
    }

    .grid .column.laptop\:3 {
        width: 228px;
    }

    .grid .column.laptop\:4 {
        width: 304px;
    }

    .grid .column.laptop\:5 {
        width: 380px;
    }

    .grid .column.laptop\:6 {
        width: 456px;
    }

    .grid .column.laptop\:7 {
        width: 532px;
    }

    .grid .column.laptop\:8 {
        width: 608px;
    }

    .grid .column.laptop\:9 {
        width: 684px;
    }

    .grid .column.laptop\:10 {
        width: 760px;
    }

    .grid .column.laptop\:11 {
        width: 836px;
    }

    .grid .column.laptop\:12 {
        width: 912px;
    }
}

@media only screen and (min-width:1600px) {
    .grid .column.desktop\:1 {
        width: 89px;
    }

    .grid .column.desktop\:2 {
        width: 178px;
    }

    .grid .column.desktop\:3 {
        width: 267px;
    }

    .grid .column.desktop\:4 {
        width: 356px;
    }

    .grid .column.desktop\:5 {
        width: 445px;
    }

    .grid .column.desktop\:6 {
        width: 534px;
    }

    .grid .column.desktop\:7 {
        width: 623px;
    }

    .grid .column.desktop\:8 {
        width: 712px;
    }

    .grid .column.desktop\:9 {
        width: 801px;
    }

    .grid .column.desktop\:10 {
        width: 890px;
    }

    .grid .column.desktop\:11 {
        width: 979px;
    }

    .grid .column.desktop\:12 {
        width: 1068px;
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: .75rem auto;
    height: auto;
}

.alignleft, .alignright {
    margin-bottom: .75rem;
    height: auto;
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .75rem;
    }

    .alignright {
        float: right;
        margin-left: .75rem;
    }
}

html {
    font-size: 16px;
}

@media (max-width:767.98px) {
    html {
        font-size: 14px;
    }
}

.h-hero {
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 3.75rem;
    font-weight: 900;
}

.h1, h1 {
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-weight: 500;
}

.h2, h2 {
    margin-bottom: 1.1rem;
   
    line-height: 1.15;
    font-weight: 400;
}

.h3, h3 {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 400;
}

.h4, h4 {
    margin-bottom: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.h5, h5 {
    margin-bottom: 0.8rem;
    line-height: 1.3;
    font-weight: 400;
}

.h6, h6 {
    margin-bottom: 0.8rem;
    font-weight: 400;
}

.lead {
    line-height: 1.33;
    color: #4b4a49;
}

.text-italic {
    font-style: italic;
}

.lead {
    margin-bottom: 1.6875rem;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 500;
}

p a {
    color: #383635;
    text-decoration: underline;
    font-weight: 500;
}

    p a:hover {
        color: #6fc13e;
    }

.btn, .comment-form input[type=submit], .search-form .search-submit {
    text-decoration: none;
}

.bg-allegro {
    background-color: #00d296;
}

.bg-black {
    background-color: #000;
}

.bg-rock-100 {
    background-color: #383635;
}

.bg-rock-90 {
    background-color: #4b4a49;
}

.bg-rock-80 {
    background-color: #605e5b;
}

.bg-classical {
    background-color: #fff;
}

.text-allergro {
    color: #00d296 !important;
}

.text-rock-90 {
    color: #4b4a49;
}

.text-rock-100 {
    color: #383635;
}

.footer-banner {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 36px 16px;
    background-color: #191919;
    color: #fff;
    text-align: center;
    display: none;
}

    .footer-banner .footer-banner-close {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 16px;
        width: 50px;
        height: 50px;
    }

        .footer-banner .footer-banner-close img {
            display: block;
            max-width: 100%;
        }

    .footer-banner .footer-banner-logo {
        position: absolute;
        bottom: 8px;
        right: 10px;
        width: 22px;
    }

        .footer-banner .footer-banner-logo img {
            display: block;
            width: 100%;
        }

    .footer-banner .footer-banner-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        opacity: .5;
    }

        .footer-banner .footer-banner-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .footer-banner .footer-banner-swoop {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        bottom: 0;
        overflow: hidden;
        z-index: -1;
    }

        .footer-banner .footer-banner-swoop svg {
            width: auto;
            min-height: 100%;
            min-width: 100%;
        }

    .comment-form .footer-banner input[type=submit], .footer-banner .btn, .footer-banner .comment-form input[type=submit], .footer-banner .search-form .search-submit, .search-form .footer-banner .search-submit {
        padding: 8px 24px;
    }

    .footer-banner.footer-banner-colour .footer-banner-close {
        top: -20px;
    }

    .footer-banner.footer-banner-thumb {
        background-color: #77448f;
    }

        .footer-banner.footer-banner-thumb .footer-banner-swoop svg {
            fill: #77448f;
        }

    .footer-banner.footer-banner-index {
        background-color: #f4c900;
    }

        .footer-banner.footer-banner-index .footer-banner-swoop svg {
            fill: #f4c900;
        }

    .footer-banner.footer-banner-middle-finger {
        background-color: #24a96e;
    }

        .footer-banner.footer-banner-middle-finger .footer-banner-swoop svg {
            fill: #24a96e;
        }

    .footer-banner.footer-banner-ring-finger {
        background-color: #3991fc;
    }

        .footer-banner.footer-banner-ring-finger .footer-banner-swoop svg {
            fill: #3991fc;
        }

    .footer-banner.footer-banner-pinky {
        background-color: #ff5a76;
    }

        .footer-banner.footer-banner-pinky .footer-banner-swoop svg {
            fill: #ff5a76;
        }

    .footer-banner.footer-banner-premium {
        background-color: #ff8e00;
    }

        .footer-banner.footer-banner-premium .footer-banner-swoop svg {
            fill: #ff8e00;
        }

    .footer-banner h6 {
        margin: 0 0 16px;
        color: #fff;
        text-align: center;
        font-size: 24px;
    }

@media (max-width:768px) {
    .footer-banner {
        display: block;
    }
}

.comment-list ol {
    list-style: none;
}

.search-form label {
    font-weight: 400;
}

.single-content {
    overflow: hidden;
}

.color-swatch-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width:768px) {
    .color-swatch-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width:992px) {
    .color-swatch-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

.color-swatch {
    min-height: 100px;
}

.pl__description {
    margin-top: 30px;
    color: #6c757d;
}

.btn, .comment-form input[type=submit], .search-form .search-submit {
    text-transform: uppercase;
    letter-spacing: .5px;
}

@media (min-width:768px) {
    .btn, .comment-form input[type=submit], .search-form .search-submit {
        min-width: 150px;
    }
}

.btn-group-wrap .btn, .btn-group-wrap .comment-form input[type=submit], .btn-group-wrap .search-form .search-submit, .comment-form .btn-group-wrap input[type=submit], .search-form .btn-group-wrap .search-submit {
    margin-top: 1.05rem;
}

@media (min-width:576px) {
    .btn-group-wrap .btn + .btn, .btn-group-wrap .comment-form .btn + input[type=submit], .btn-group-wrap .comment-form .search-form input[type=submit] + .search-submit, .btn-group-wrap .comment-form input[type=submit] + .btn, .btn-group-wrap .comment-form input[type=submit] + input[type=submit], .btn-group-wrap .search-form .btn + .search-submit, .btn-group-wrap .search-form .comment-form .search-submit + input[type=submit], .btn-group-wrap .search-form .search-submit + .btn, .btn-group-wrap .search-form .search-submit + .search-submit, .comment-form .btn-group-wrap .btn + input[type=submit], .comment-form .btn-group-wrap .search-form .search-submit + input[type=submit], .comment-form .btn-group-wrap .search-form input[type=submit] + .search-submit, .comment-form .btn-group-wrap input[type=submit] + .btn, .comment-form .btn-group-wrap input[type=submit] + input[type=submit], .comment-form .search-form .btn-group-wrap .search-submit + input[type=submit], .search-form .btn-group-wrap .btn + .search-submit, .search-form .btn-group-wrap .comment-form .search-submit + input[type=submit], .search-form .btn-group-wrap .comment-form input[type=submit] + .search-submit, .search-form .btn-group-wrap .search-submit + .btn, .search-form .btn-group-wrap .search-submit + .search-submit, .search-form .comment-form .btn-group-wrap input[type=submit] + .search-submit {
        margin-left: .75rem;
    }
}

.icon-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    -webkit-transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0s;
    -o-transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0s;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-btn:hover {
        background-color: #ebebeb;
    }

@font-face {
    font-family: YousicianIcons;
    src: url(/app/themes/yousician/dist/fonts/YousicianIcons.eot);
    src: url(/app/themes/yousician/dist/fonts/YousicianIcons.eot) format("embedded-opentype"),url(/app/themes/yousician/dist/fonts/YousicianIcons.woff) format("woff"),url(/app/themes/yousician/dist/fonts/YousicianIcons.ttf) format("truetype"),url(/app/themes/yousician/dist/fonts/YousicianIcons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.site-header .btn-outline-light {
    line-height: 30px;
}

.site-header .icon, .site-header .navigation__more:after, .site-header .navigation__more:before, .site-header .navigation__search-button:after, .site-header .navigation__search-button:before, .site-header .plan__features-item--on:before {
    font-family: YousicianIcons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header #simple-nav-cta {
    display: none;
}

.comment-form .site-header input[type=submit], .search-form .site-header .search-submit, .site-header .btn, .site-header .comment-form input[type=submit], .site-header .search-form .search-submit {
    display: inline-block;
    line-height: 32px;
    min-width: 130px;
    height: 32px;
    font-size: 16px;
    font-weight: 800;
    padding: 0 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.site-header .btn-primary {
    text-transform: none;
    font-weight: 500;
    color: #1b1c1e;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    background: #00d296;
    padding: 0 20px;
}

    .site-header .btn-primary:hover {
        background-color: #6bd4aa;
    }

.site-header .logo {
    display: block;
}

.site-header .logo--icon {
    width: 20px;
    fill: #00d296;
}

    .site-header .logo--icon path {
        fill: #00d296;
    }

.site-header .logo--main {
    width: auto;
}

.site-header .logo__icon {
    fill: #00d296;
}

.site-header .logo--light {
    fill: #fff;
}

    .site-header .logo--light .logo__letter path {
        fill: #fff;
    }

.site-header .navigation__main {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #1b1c1e;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-justify: space-between;
    justify-items: space-between;
    padding: 0 48px;
}

.site-header .admin-bar-showing {
    top: 32px;
}

@media screen and (max-width:782px) {
    .site-header .admin-bar-showing {
        top: 46px;
    }
}

.site-header #user_profile_menu {
    display: none;
    height: 100%;
}

.site-header #login_button a {
    text-decoration: none;
    color: #fff;
}

    .site-header #login_button a:hover {
        text-decoration: none;
    }

    .site-header #login_button a span {
        display: none;
    }

.site-header #navigation__main-cta a {
    color: #1b1c1e;
}

.site-header .scrolled .navigation__main {
    background-color: #1b1c1e;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.site-header .navigation--light .navigation__main {
    background-color: transparent;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.site-header .navigation--light .navigation--sticky .navigation__main {
    background-color: #1b1c1e;
}

.site-header .navigation__logo .logo--icon {
    display: none;
}

.site-header .arrow {
    display: none;
    margin-left: 12px;
    -webkit-transform: scale(.5) rotate(-90deg);
    -o-transform: scale(.5) rotate(-90deg);
    transform: scale(.5) rotate(-90deg);
}

    .site-header .arrow svg path {
        stroke: #00d296;
        stroke-width: 5;
    }

.site-header .navigation__slot-left, .site-header .navigation__slot-right {
    -webkit-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.site-header .navigation__slot-left {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.site-header .navigation__slot-right {
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    position: relative;
}

.site-header .navigation__menu {
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 28px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.site-header .navigation__main-cta {
    margin-left: 20px;
    padding-left: 0;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .navigation__menu-item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.site-header a.navigation__menu-item:hover {
    color: #00d296;
}

.site-header a.navigation__menu-item--active {
    color: #00d296 !important;
}

.site-header .navigation__menu-item-user {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 8px;
    border: 2px solid transparent;
}

.site-header .navigation__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    padding: 0 20px;
}

    .site-header .navigation__cta svg {
        fill: #00d296;
    }

        .site-header .navigation__cta svg:hover {
            fill: #6bd4aa;
        }

.site-header .navigation__button {
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
}

.site-header .navigation__more {
    cursor: pointer;
    position: relative;
    display: none;
    padding: 0;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #e9eaef;
}

    .site-header .navigation__more:after, .site-header .navigation__more:before {
        position: absolute;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

    .site-header .navigation__more:before {
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjQiIHkxPSI4IiB4Mj0iMjgiIHkyPSI4IiBzdHJva2U9IiNFOUVBRUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8bGluZSB4MT0iNCIgeTE9IjE2IiB4Mj0iMjgiIHkyPSIxNiIgc3Ryb2tlPSIjRTlFQUVGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGxpbmUgeDE9IjQiIHkxPSIyNCIgeDI9IjE2IiB5Mj0iMjQiIHN0cm9rZT0iI0U5RUFFRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);
    }

    .site-header .navigation__more:after {
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjMzMiA2LjY2Njk5TDYuNjY1MzkgMjUuMzMzNCIgc3Ryb2tlPSIjRTlFQUVGIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTYuNjY2MDIgNi42NjY5OUwyNS4zMzI1IDI1LjMzMzUiIHN0cm9rZT0iI0U5RUFFRiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==);
        opacity: 0;
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

@media screen and (min-width:1048px) {
    .site-header .navigation__dropdown {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        height: 100%;
    }

        .site-header .navigation__dropdown:hover .navigation__menu-item-user {
            border-color: #00d296;
        }

    .site-header .navigation__dropdown-item {
        cursor: default;
        color: #fff;
    }

        .site-header .navigation__dropdown-item:hover {
            color: #fff;
        }

    .site-header .navigation__dropdown .navigation__drop {
        display: none;
    }

    .site-header .navigation__dropdown:hover .navigation__drop {
        display: block;
    }

    .site-header .navigation__drop {
        position: absolute;
        right: 0;
        width: auto;
        top: 60px;
        padding: 16px 0;
        background-color: #1b1c1e;
        border-top: 4px solid #00d296;
    }

    .site-header .navigation__slot-right {
        position: relative;
    }

        .site-header .navigation__slot-right .navigation__menu-last-item {
            padding-left: 0;
        }

        .site-header .navigation__slot-right .navigation__dropdown {
            position: static;
        }

            .site-header .navigation__slot-right .navigation__dropdown .navigation__drop {
                right: -48px;
                width: calc(100% + 48px);
            }

    .site-header .navigation__drop .navigation__menu-item {
        padding: 8px 40px;
        color: #fff;
        line-height: 240%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media screen and (max-width:1048px) {
    .site-header .navigation__logo .logo--icon {
        display: block;
    }

    .site-header .navigation__logo .logo--main {
        display: none;
    }

    .site-header .full_logo .logo--icon {
        display: none;
    }

    .site-header .full_logo .logo--main {
        display: block;
    }

    .site-header .full_logo {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-header .navigation__menu {
        position: fixed;
        display: none;
        top: 48px;
        left: 0;
        margin-left: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #1b1c1e;
        -webkit-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        padding-top: 132px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .site-header .navigation__menu:before {
            content: "";
            width: 100vw;
            height: 100vh;
            position: fixed;
            background-color: #1b1c1e;
            top: 0;
            left: 0;
        }

        .site-header .navigation__menu > * {
            opacity: 0;
            -webkit-transform: translate(60px,0);
            -o-transform: translate(60px,0);
            transform: translate(60px,0);
            -webkit-transition: all 250ms linear 50ms;
            -o-transition: all 250ms linear 50ms;
            transition: all 250ms linear 50ms;
        }

        .site-header .navigation__menu > div:not(.navigation__cta) {
            display: block;
        }

        .site-header .navigation__menu .navigation__menu-item {
            padding: 16px 0;
            padding-left: 56px;
        }

    .site-header .navigation__drop .navigation__menu-item {
        padding: 8px 0;
        padding-left: 66px;
    }

    .site-header .navigation__menu .navigation__menu-last-item {
        padding-left: 0;
        margin: 0 56px;
        border-bottom: 1px solid #585a5f;
        padding-bottom: 32px;
    }

    .site-header .navigation__menu .navigation__cta:not(:first-child) {
        margin-top: 24px;
    }

    .site-header .arrow {
        display: block;
    }

    .site-header .navigation__dropdown {
        width: 100%;
    }

    .site-header .navigation__dropdown-item--active + .navigation__drop {
        display: block;
    }

    .site-header .navigation__dropdown-item--active .arrow {
        -webkit-transform: rotate(0) scale(.5);
        -o-transform: rotate(0) scale(.5);
        transform: rotate(0) scale(.5);
    }

    .site-header .navigation__drop {
        display: none;
        border-left: 4px solid #00d296;
    }

    .site-header .navigation:not(.navigation--static) {
        height: 48px;
    }

    .site-header .navigation__menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .site-header .navigation__slot-right {
        margin-bottom: 142px;
    }

        .site-header .navigation__slot-right .navigation__dropdown .navigation_drop-user-profile {
            display: inline-block;
            width: 100%;
            border: none;
        }

            .site-header .navigation__slot-right .navigation__dropdown .navigation_drop-user-profile .navigation__menu-item {
                position: relative;
                bottom: 52px;
                min-width: -webkit-fit-content;
                min-width: -moz-fit-content;
                min-width: fit-content;
            }

            .site-header .navigation__slot-right .navigation__dropdown .navigation_drop-user-profile :nth-child(1) {
                left: 40px;
                width: calc(100% - 40px);
            }

            .site-header .navigation__slot-right .navigation__dropdown .navigation_drop-user-profile :nth-child(2) {
                left: 56px;
                margin-left: 0;
                padding-left: 0;
                width: calc(100% - 56px);
            }

    .site-header .navigation__main {
        height: 48px;
        padding: 0 24px;
        background-color: #1b1c1e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-header .navigation__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .site-header .navigation__cta .navigation__main-cta {
            margin-left: 0;
            margin-top: 36px;
        }

    .site-header .navigation__more {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 48px;
    }

    .site-header .navigation.navigation--lock .navigation__menu {
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        display: block;
    }

        .site-header .navigation.navigation--lock .navigation__menu > * {
            opacity: 1;
            -webkit-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
        }

    .site-header .navigation.navigation--lock .navigation__more:before {
        opacity: 0;
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .site-header .navigation.navigation--lock .navigation__more:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .site-header .navigation__menu--active {
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
    }

    .site-header .navigation__slot-left, .site-header .navigation__slot-right {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-header #login_button {
        margin: 36px 0;
        padding: 0;
        padding-left: 56px;
    }

        .site-header #login_button a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            color: #fff;
        }

            .site-header #login_button a:hover {
                text-decoration: none;
            }

            .site-header #login_button a span {
                display: block;
                margin-left: 20px;
            }

    .site-header #navigation__main-cta a {
        color: #1b1c1e;
    }
}

.simple_navbar .navigation__slot-left, .simple_navbar .navigation__slot-right {
    display: none;
}

.simple_navbar #simple-nav-cta {
    display: none;
}

.simple_navbar #login_button a {
    color: #1b1c1e;
}

.simple_navbar #simple-nav-cta {
    display: block;
}

@media screen and (max-width:1048px) {
    .simple_navbar .navigation__more {
        display: none;
    }
}

.site-footer {
    padding-right: 24px;
    padding-left: 24px;
    background-color: #191919;
    color: #fff;
    font-size: .875rem;
}

    .site-footer b, .site-footer br {
        display: none;
    }

    .site-footer .ys-icon {
        font-family: YousicianIcons !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        font-variant-ligatures: discretionary-ligatures;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .site-footer #ot-sdk-btn.optanon-show-settings, .site-footer #ot-sdk-btn.ot-sdk-show-settings {
        color: unset;
        border: unset !important;
        height: unset !important;
        white-space: unset !important;
        word-wrap: unset !important;
        padding: unset !important;
        font-size: unset !important;
        line-height: unset !important;
        cursor: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

        .site-footer #ot-sdk-btn.optanon-show-settings:hover, .site-footer #ot-sdk-btn.ot-sdk-show-settings:hover {
            background: unset !important;
        }

    .site-footer .cookie-settings-footer {
        color: #fff !important;
        cursor: pointer !important;
        -webkit-transition: all .3s ease !important;
        -o-transition: all .3s ease !important;
        transition: all .3s ease !important;
    }

        .site-footer .cookie-settings-footer:active, .site-footer .cookie-settings-footer:focus, .site-footer .cookie-settings-footer:hover {
            color: rgba(0,210,150,.7) !important;
        }

    .site-footer .site-footer__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 1.5rem;
    }

@media (max-width:991.98px) {
    .site-footer .site-footer__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width:991.98px) {
    .site-footer .header__badges {
        width: 100%;
        margin-top: 32px;
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.site-footer .app-store-badge {
    display: inline-block;
}

    .site-footer .app-store-badge:not(:first-child) {
        margin-left: 16px;
    }

    .site-footer .app-store-badge img {
        display: block;
    }

        .site-footer .app-store-badge img.apple-store {
            width: auto;
            height: 40px;
        }

        .site-footer .app-store-badge img.google-play {
            width: auto;
            height: 40px;
        }

@media (max-width:991.98px) {
    .site-footer .app-store-badge {
        max-width: 180px;
    }

        .site-footer .app-store-badge:not(:first-child) {
            margin: 0;
            margin-left: 16px;
        }
}

.site-footer .cta__button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #e9eaef;
    color: #e9eaef;
    border-radius: 60px;
}

    .site-footer .cta__button:hover {
        color: #f5f5f5;
        border-color: #f5f5f5;
    }

    .site-footer .cta__button:active {
        color: #f5f5f5;
        border-color: #f5f5f5;
    }

@media (max-width:991.98px) {
    .site-footer #desktop-download-button {
        margin-top: 16px;
        margin-left: 0;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}

.site-footer .logo {
    width: 180px;
    height: auto;
    margin-bottom: 28px;
    margin-left: 4px;
}

    .site-footer .logo path {
        fill: #00d296;
    }

.site-footer .site-footer-content {
    border-top: 1px solid #585a5f;
    border-bottom: 1px solid #585a5f;
    padding-top: 48px;
    padding-bottom: 124px;
}

.site-footer .site-footer-content__widgets {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

@media (min-width:992px) {
    .site-footer .site-footer-content__widgets section {
        width: 20%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

        .site-footer .site-footer-content__widgets section:first-child nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .site-footer .site-footer-content__widgets section:first-child nav ul li {
                margin-bottom: 16px;
            }

        .site-footer .site-footer-content__widgets section:nth-child(n+6) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            min-height: 172px;
        }
}

@media (min-width:992px) and (min-width:768px) {
    .site-footer .site-footer-content__widgets section:nth-child(6) {
        margin-left: 20%;
    }
}

@media (max-width:991.98px) {
    .site-footer .site-footer-content {
        width: auto;
        padding: 40px 0;
        padding-bottom: 0;
        margin: 0 auto;
    }
}

.site-footer .menu {
    list-style: none;
    padding-left: 0;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.site-footer .menu-item {
    margin-top: .75rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .site-footer a:active, .site-footer a:focus, .site-footer a:hover {
        color: #00d296;
    }

.site-footer svg {
    width: 40px;
    height: 40px;
}

.site-footer .svg-some-icon-bg, .site-footer .svg-some-instagram {
    fill: rgba(255,255,255,.7);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.site-footer .social-media_section ul {
    margin-bottom: 32px;
}

    .site-footer .social-media_section ul .social-banner a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .site-footer .social-media_section ul .social-banner a .icon-text {
            padding-left: 8px;
        }

@media (max-width:991.98px) {
    .site-footer .social-media_section ul .social-banner a .icon-text {
        display: none;
    }
}

.site-footer .social-media_section ul .social-banner a svg {
    height: 16px;
    width: 16px;
}

@media (max-width:991.98px) {
    .site-footer .social-media_section ul .social-banner a svg {
        height: 24px;
        width: 24px;
    }
}

@media (max-width:991.98px) {
    .site-footer .social-media_section ul .social-banner:not(:first-child) {
        margin-left: 32px;
    }
}

.site-footer li.menu-item-has-children {
    display: inline-block;
}

.site-footer-credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site-footer-credits div:nth-child(n+1) {
        margin: 32px 0;
    }

.site-footer-credits__item:not(:first-child) {
    margin-left: 3rem;
}

.site-footer-credits .copyright {
    font-weight: 700;
    margin-left: 0;
}

@media (max-width:991.98px) {
    .site-footer-credits div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .site-footer-credits div a {
            width: 50%;
        }

            .site-footer-credits div a:nth-child(odd) {
                text-align: end;
                padding-right: 16px;
            }

            .site-footer-credits div a:nth-child(even) {
                padding-left: 16px;
            }

            .site-footer-credits div a:last-child {
                text-align: center;
                padding: 0;
            }

            .site-footer-credits div a:nth-child(n+3) {
                margin-top: 16px;
            }

    .site-footer-credits__item:not(:first-child) {
        margin: 0;
    }
}

.footer__logo {
    max-width: 180px;
    margin-bottom: 2.7rem;
}

@media (min-width:992px) {
    .footer__logo {
        margin-bottom: 3.3rem;
    }
}

.footer__logo path {
    fill: #00d296;
}

.site-footer__widget {
    overflow: hidden;
}

@media (min-width:992px) {
    .site-footer__widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .site-footer__widget .textwidget {
            height: 172px;
        }
}

@media (max-width:991.98px) {
    .site-footer__widget:first-child {
        width: 100%;
    }

    .site-footer__widget:not(:first-child) {
        width: 50%;
    }
}

.site-footer__widget__title {
    font-size: .875rem;
    font-weight: 700;
}

@media (max-width:991.98px) {
    .site-footer__widget__title {
        line-height: 2rem;
        margin-bottom: .75rem;
    }
}

@media (max-width:991.98px) {
    .site-footer__widget__title ~ [class*=menu-] {
        height: auto;
    }
}

.site-footer__widget__button {
    display: none;
    font-size: 12px;
    margin-left: 8px;
}

@media (max-width:991.98px) {
    .site-footer__widget__button {
        display: inline-block;
    }

        .site-footer__widget__button.active {
            -webkit-transform: rotateZ(-90deg);
            -o-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
        }
}

.simple-footer .site-footer__cta {
    border-bottom: 1px solid #585a5f;
}

.simple-footer .site-footer-content {
    display: none;
}

.simple-footer .site-footer__logo-container {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .simple-footer .site-footer__logo-container .site-footer__logo {
        margin: 0;
    }

.btn-primary:not(:disabled):not(.disabled):active {
    background: #00d296;
    color: #1b1c1e;
    border: none;
}


.mb-5 {
    margin-bottom: 7.5rem !important;
}

p a {
    color: inherit;
}

    p a:hover {
        color: #00d296;
    }

@media screen and (max-width:899px) {
    p a:hover {
        color: inherit;
    }

    p a:active {
        color: #00d296;
    }
}

a {
    color: inherit;
}

    a:hover {
        color: #00d296;
    }

@media screen and (max-width:899px) {
    a:hover {
        color: inherit;
    }

    a:active {
        color: #00d296;
    }
}

.section-free-content .blog-main {
    color: #1b1c1e;
}

    .section-free-content .blog-main a {
        color: #1b1c1e;
        text-decoration: underline;
    }

        .section-free-content .blog-main a:hover {
            color: #00d296;
        }

@media (max-width:700px) {
    .section-free-content .blog-main .post-content {
        margin-top: 0;
    }
}

.container-big {
    max-width: 1440px;
    padding: 0 64px;
    margin: auto;
}

@media screen and (max-width:699px) {
    .container-big {
        padding: 0 24px;
        width: 100%;
    }
}

.section5050 {
    max-width: 1440px;
    padding: 0 64px;
    margin: auto;
}

@media screen and (max-width:699px) {
    .section5050 {
        padding: 0 24px;
        width: 100%;
    }
}

.with-bg {
    background-color: #fff;
}

.section-testimonials-quotes .quote_watermark {
    background-repeat: no-repeat;
    background-position-x: 81%;
    background-position-y: 50px;
    background-size: 120px;
}

@media screen and (max-width:800px) {
    .section-testimonials-quotes .quote_watermark {
        background-position-y: 30px;
        background-size: 85px;
        background-position-x: 95%;
    }
}

.section-testimonials-quotes .testimonial_quotes_slider {
    max-width: 1110px;
    padding: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    -ms-perspective: 1300px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    position: relative;
}

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .testimonial_quotes_slider {
        max-width: 540px;
    }
}

.section-testimonials-quotes .testimonial_quotes_slider > ul {
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .section-testimonials-quotes .testimonial_quotes_slider > ul > li {
        position: relative;
        display: inline-block;
        width: 50%;
        max-width: 540px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        -o-transition: all .5s ease-out;
        -webkit-transition: all .5s cubic-bezier(.4,1.3,.65,1);
        -o-transition: all .5s cubic-bezier(.4,1.3,.65,1);
        transition: all .5s cubic-bezier(.4,1.3,.65,1);
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        margin-right: 30px;
    }

        .section-testimonials-quotes .testimonial_quotes_slider > ul > li:last-child {
            margin-right: 0;
        }

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .testimonial_quotes_slider > ul > li {
        width: 100%;
        padding: 0 1.5rem;
        margin-right: 0;
    }
}

.section-testimonials-quotes .testimonial_quotes_slider > ul > li.scrollable {
    overflow-y: scroll;
}

.section-testimonials-quotes .testimonial_quotes_slider .circle_options {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .section-testimonials-quotes .testimonial_quotes_slider .circle_options label {
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid #a9a3f5;
        width: 10px;
        height: 10px;
        margin-right: 1rem;
        display: inline-block;
        cursor: pointer;
        position: relative;
    }

        .section-testimonials-quotes .testimonial_quotes_slider .circle_options label:last-child {
            margin-right: 0;
        }

        .section-testimonials-quotes .testimonial_quotes_slider .circle_options label:hover {
            border-color: #fff;
        }

        .section-testimonials-quotes .testimonial_quotes_slider .circle_options label:after {
            content: '';
            background-color: #fff;
            border-color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -5px;
            margin-top: -5px;
            border-radius: 50%;
            padding: 5px;
            opacity: 0;
            font-size: 1rem;
        }

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .testimonial_quotes_slider .circle_options label {
        margin-right: 1.75rem;
    }
}

@media screen and (min-width:1150px) {
    .section-testimonials-quotes .testimonial_quotes_slider .circle_options label:nth-of-type(2n) {
        display: none;
    }
}

.section-testimonials-quotes .testimonial_quotes_slider .circle_options input {
    display: none;
    opacity: 0;
}

    .section-testimonials-quotes .testimonial_quotes_slider .circle_options input:nth-of-type(1n+0):checked + label:nth-of-type(1n+0):after {
        opacity: 1;
    }

.section-testimonials-quotes .heading {
    text-transform: none;
    margin-bottom: 2rem !important;
    margin-top: 1.25rem;
}

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .heading {
        padding: 0 1.5rem;
        font-size: 2rem;
    }
}

.section-testimonials-quotes .quote_wrapper {
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
}

    .section-testimonials-quotes .quote_wrapper .quote {
        padding: 2rem;
        margin-bottom: 1.5rem;
        background: #fff;
        border-radius: 10px;
        height: 220px;
        -webkit-font-feature-settings: 'liga'off;
        font-feature-settings: 'liga'off;
        color: #18191f;
        position: relative;
    }

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .quote_wrapper .quote {
        height: 250px;
    }
}

.section-testimonials-quotes .quote_wrapper .quote:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    font-size: 1rem;
    border: .625em solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -.625em;
    margin-bottom: -.625em;
}

.section-testimonials-quotes .quote_wrapper .quote .quote_title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-testimonials-quotes .quote_wrapper .quote .quote_content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-testimonials-quotes .quote_wrapper .author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

    .section-testimonials-quotes .quote_wrapper .author .author_picture {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: right;
        margin-right: 1rem;
    }

        .section-testimonials-quotes .quote_wrapper .author .author_picture img {
            border-radius: 50%;
            width: 56px;
            height: 56px;
        }

    .section-testimonials-quotes .quote_wrapper .author .author_info {
        max-width: 350px;
    }

@media screen and (max-width:1150px) {
    .section-testimonials-quotes .quote_wrapper .author .author_info {
        max-width: 250px;
    }
}

.section-testimonials-quotes .quote_wrapper .author .author_info .author_name {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-testimonials-quotes .quote_wrapper .author .author_info .author_title {
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 2rem;
}

.section-expandable-items {
    max-width: 900px;
    margin: auto;
}

    .section-expandable-items .expandable-items-content, .section-expandable-items .icon, .section-expandable-items .title, .section-expandable-items h2 {
        color: #1b1c1e;
        text-transform: none;
    }

    .section-expandable-items .expandable-items .expandable-items-title {
        font-weight: 700;
        font-size: 1rem;
        padding: 16px;
        margin: 4px;
        border: 1px solid #dadada;
        cursor: pointer;
    }

@media screen and (max-width:699px) {
    .section-expandable-items .expandable-items .expandable-items-title {
        margin-right: 24px;
        margin-left: 24px;
    }
}

.section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container .icon {
        font-family: YousicianIcons !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        font-variant-ligatures: discretionary-ligatures;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container .title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container:hover .title {
        text-decoration: underline;
    }

    .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container:hover .icon {
        font-weight: 700;
    }

    .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container[expanded=true] {
        padding-bottom: 5px;
    }

        .section-expandable-items .expandable-items .expandable-items-title .expandable-items-title-container[expanded=true] .icon {
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            display: inline-block;
        }

.section-expandable-items .expandable-items .expandable-items-content {
    display: none;
    font-weight: 400;
    padding: 8px;
    padding-bottom: 0;
    margin-top: 4px;
    margin-left: 4px;
    cursor: auto;
}

.header__video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

    .header__video ~ .background__overlay {
        z-index: 10;
    }

    .header__video ~ .container {
        z-index: 15;
    }

    .header__video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.parallax-background {
    background-attachment: fixed;
    background-size: cover;
}

.colored-list ul {
    --circleSize:43.48px;
    --innerCircleSize:calc(var(--circleSize) / 2);
    --circleSpacing:calc(var(--circleSize) * 0.7939);
    --green:#00d296;
    --orange:#ee7d54;
    --purple:#6C52F6;
    color: #18191f;
    line-height: 32px;
    max-width: 100%-calc(var(--circleSize)/ 2 + var(--innerCircleSize) + var(--circleSpacing));
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: calc(var(--circleSize)/ 2 + var(--innerCircleSize) + var(--circleSpacing));
}

    .colored-list ul li {
        text-align: start;
        margin: 21px 0;
        position: relative;
    }

        .colored-list ul li::before {
            content: "";
            width: var(--circleSize);
            height: var(--circleSize);
            border-radius: 50%;
            position: absolute;
            left: calc(-1 * (var(--circleSpacing) + var(--circleSize)));
            top: calc(50% - (var(--circleSize)/ 2));
        }

        .colored-list ul li::after {
            content: "";
            width: calc(var(--circleSize)/ 2);
            height: calc(var(--circleSize)/ 2);
            background: #fff;
            border-radius: 50%;
            position: absolute;
            left: calc(-1 * (var(--circleSpacing) + var(--circleSize) - (var(--innerCircleSize)/ 2)));
            top: calc(50% - (var(--innerCircleSize)/ 2));
        }

        .colored-list ul li:nth-child(3n-2):before {
            background-color: #00d296;
        }

        .colored-list ul li:nth-child(3n-1):before {
            background-color: var(--orange);
        }

        .colored-list ul li:nth-child(3n):before {
            background-color: var(--purple);
        }

.section5050 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

    .section5050.-mb0 {
        margin-bottom: 0;
    }

    .section5050.-mb5 {
        margin-bottom: 7.5rem;
    }

    .section5050.-borderbottom2px {
        border-bottom: 2px solid #fff;
    }

@media only screen and (max-width:699px) {
    .section5050 {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
    }
}

.section5050__item {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

@media (min-width:992px) {
    .section5050__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .section5050__item.-alignRight {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width:992px) {
    .section5050__item.-alignLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.section5050__item.-text {
    padding-left: 64px;
}

@media only screen and (max-width:699px) {
    .section5050__item.-text {
        padding-left: 0;
    }
}

.section5050__item.-media div, .section5050__item.-media img {
    padding-left: 64px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:699px) {
    .section5050__item.-media div, .section5050__item.-media img {
        padding-left: 0;
        margin-bottom: 32px;
    }
}

.section5050__freeTextContainer {
    padding-top: 64px;
}

@media only screen and (max-width:699px) {
    .section5050__freeTextContainer {
        padding-top: 0;
    }
}

.section5050__listContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

@media only screen and (max-width:699px) {
    .section5050__listContainer div {
        margin-bottom: 16px;
    }
}

.section5050__heading {
    font-size: 48px;
    text-transform: uppercase;
}

    .section5050__heading.-small {
        font-weight: 700;
        color: #ee7d54;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px;
    }

@media only screen and (max-width:699px) {
    .section5050__heading.-small {
        margin-bottom: 8px;
    }
}

.section5050__heading.-main {
    font-weight: 500;
    color: #2e2f34;
    line-height: 120%;
    letter-spacing: -.2px;
    margin-bottom: 24px;
    text-transform: none;
}

@media only screen and (max-width:699px) {
    .section5050__heading.-main {
        margin-bottom: 16px;
        font-size: 36px;
    }
}

.section5050__heading.-list {
    text-transform: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -.2px;
    color: #1b1c1e;
    margin-bottom: 8px;
}

@media only screen and (max-width:699px) {
    .section5050__heading.-list {
        font-size: 24px;
    }
}

.section5050__bodyText {
    font-weight: 400;
    font-size: 18px;
    color: #585a5f;
    line-height: 150%;
    margin-bottom: 24px;
}

@media only screen and (max-width:699px) {
    .section5050__bodyText {
        font-size: 16px;
    }
}

.section5050__button {
    background: #00d296;
    border-radius: 60px;
    padding: 16px 54px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: none;
}

.heroImage {
    margin-top: 0;
    max-height: 800px;
    min-height: 650px;
}

@media only screen and (max-width:899px) {
    .heroImage {
        margin-top: 0;
        max-height: none;
        min-height: 0;
    }
}

.heroImage.-mb0 {
    margin-bottom: 0;
}

.heroImage.-mbMobileDesktopBig {
    margin-bottom: calc(7.5rem + (15.8vw / 4));
}

@media only screen and (max-width:899px) {
    .heroImage.-mbMobileDesktopBig {
        margin-bottom: 23.5%;
    }
}

.heroImage.-mbMobileSmallDesktopBig {
    margin-bottom: calc(7.5rem + (15.8vw / 4));
}

@media only screen and (max-width:899px) {
    .heroImage.-mbMobileSmallDesktopBig {
        margin-bottom: 40px;
    }
}

.heroImage.-mbMobileDesktopSmall {
    margin-bottom: 7.5rem;
}

@media only screen and (max-width:899px) {
    .heroImage.-mbMobileDesktopSmall {
        margin-bottom: 40px;
    }
}

.heroImage.-borderBottom2px {
    border-bottom: 2px solid #fff;
}

.heroImage__main {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
    max-height: 800px;
    min-height: 650px;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --color-purple:rgba(101, 89, 243, 0.9);
    --color-green:rgba(0, 210, 150, 0.9);
    --color-red:rgba(237, 102, 102, 0.9);
    --color-yellow:rgba(246, 200, 99, 0.9);
    --color-orange:rgba(232, 104, 57, 0.9);
    --color-blue:rgba(90, 189, 249, 0.9);
    --color-grey:rgba(27, 28, 30, 0.9);
    --color-grey-solid:rgb(27, 28, 30);
}

@media only screen and (max-width:899px) {
    .heroImage__main {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: visible;
        max-height: none;
        min-height: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.heroImage__background {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 800px;
    min-height: 650px;
    overflow: hidden;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .heroImage__background img, .heroImage__background video {
        position: block;
        min-width: 100%;
        min-height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto;
        height: auto;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        z-index: -1;
    }

    .heroImage__background.-alignRight {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .heroImage__background.-alignLeft {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .heroImage__background.-alignCenter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (max-width:899px) {
    .heroImage__background {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 0;
        max-height: 105vw;
        min-height: 0;
    }

        .heroImage__background img, .heroImage__background video {
            width: auto;
            min-width: auto;
            height: 105vw;
            -webkit-transform: none;
            -o-transform: none;
            transform: none;
            z-index: 0;
            min-height: 0;
        }
}

.heroImage__contentContainer {
    position: absolute;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:899px) {
    .heroImage__contentContainer {
        position: relative;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        height: 100%;
    }
}

.heroImage__contentContainer.-grey {
    color: var(--color-grey-solid);
}

.heroImage__contentContainer.-white {
    color: #fff;
}

.heroImage__backgroundAndContent {
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .heroImage__backgroundAndContent.-onRight {
        margin-left: 50%;
    }

        .heroImage__backgroundAndContent.-onRight .heroImage__content {
            margin-left: 6.8vw;
        }

@media only screen and (max-width:899px) {
    .heroImage__backgroundAndContent.-onRight {
        margin-left: auto;
    }
}

@media only screen and (max-width:899px) {
    .heroImage__backgroundAndContent {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.heroImage__backgroundAndContent.-purple {
    background-color: var(--color-purple);
}

.heroImage__backgroundAndContent.-green {
    background-color: var(--color-green);
}

.heroImage__backgroundAndContent.-red {
    background-color: var(--color-red);
}

.heroImage__backgroundAndContent.-yellow {
    background-color: var(--color-yellow);
}

.heroImage__backgroundAndContent.-orange {
    background-color: var(--color-orange);
}

.heroImage__backgroundAndContent.-blue {
    background-color: var(--color-blue);
}

.heroImage__backgroundAndContent.-grey {
    background-color: var(--color-grey);
}

.heroImage__content {
    margin-left: 10vw;
    margin-top: 12vw;
    max-width: 532px;
}

@media only screen and (min-width:899px) {
    .heroImage__content {
        padding-right: 24px;
    }
}

@media only screen and (min-width:2000px) {
    .heroImage__content {
        margin-top: 238px;
    }
}

@media only screen and (max-width:899px) {
    .heroImage__content.-withPhone {
        margin-top: 28vw !important;
    }
}

@media only screen and (max-width:899px) {
    .heroImage__content {
        margin: 40px 24px;
        max-width: none;
    }
}

.heroImage__heading {
    font-style: normal;
    font-weight: 500;
}

    .heroImage__heading.-small {
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .heroImage__heading.-big {
        font-size: 48px;
        line-height: 120%;
        letter-spacing: -.2px;
        margin-bottom: 24px;
    }

@media only screen and (max-width:899px) {
    .heroImage__heading.-big {
        font-size: 36px;
        margin-bottom: 8px;
    }
}

.heroImage__heading.-grey {
    color: var(--color-grey-solid);
}

.heroImage__heading.-white {
    color: #fff;
}

.heroImage__bodyText {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 24px;
}

@media only screen and (max-width:899px) {
    .heroImage__bodyText {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.heroImage__ctaContainer {
    pointer-events: none;
}

.heroImage__ctaButton {
    pointer-events: all;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-transform: none;
    margin-top: 0;
    border-radius: 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .heroImage__ctaButton.-outlined {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

@media (hover:hover) {
    .heroImage__ctaButton.-outlined:hover {
        background-color: #fff;
        color: #1b1c1e;
    }
}

.heroImage__ctaButton.-outlined:active {
    background-color: #fff;
    color: #1b1c1e;
}

.heroImage__ctaButton.-dark {
    color: #1b1c1e;
    border-color: #1b1c1e;
}

@media (hover:hover) {
    .heroImage__ctaButton.-dark:hover {
        background-color: #1b1c1e;
        color: #fff;
    }
}

.heroImage__ctaButton.-dark:active {
    background-color: #1b1c1e;
    color: #fff;
}

.heroImage__ctaButton.-filled {
    background-color: #fff;
    color: #1b1c1e;
    border: none;
}

@media (hover:hover) {
    .heroImage__ctaButton.-filled:hover {
        background-color: #fff;
        color: #1b1c1e;
    }
}

.heroImage__ctaButton.-filled:active {
    background-color: #fff;
    color: #1b1c1e;
}

@media (hover:hover) {
    .heroImage__ctaButton.-filled.-invertColours:hover {
        background-color: #1b1c1e;
        color: #fff;
    }
}

.heroImage__ctaButton.-filled.-invertColours:active {
    background-color: #1b1c1e;
    color: #fff;
}

.heroImage__ctaButton.-filled.-dark {
    background-color: #1b1c1e;
    color: #fff;
}

@media (hover:hover) {
    .heroImage__ctaButton.-filled.-dark:hover {
        background-color: #1b1c1e;
        color: #fff;
    }
}

.heroImage__ctaButton.-filled.-dark:active {
    background-color: #1b1c1e;
    color: #fff;
}

@media (hover:hover) {
    .heroImage__ctaButton.-filled.-dark.-invertColours:hover {
        background-color: #fff;
        color: #1b1c1e;
    }
}

.heroImage__ctaButton.-filled.-dark.-invertColours:active {
    background-color: #fff;
    color: #1b1c1e;
}

.heroImage__phone {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 2.2vw;
}

@media only screen and (min-width:2000px) {
    .heroImage__phone {
        bottom: 40px;
    }
}

.heroImage__phone svg {
    width: 30vw;
    height: auto;
    z-index: 25;
    position: absolute;
}

@media only screen and (min-width:2000px) {
    .heroImage__phone svg {
        width: 600px;
    }
}

@media only screen and (max-width:899px) {
    .heroImage__phone {
        top: 83.8vw;
        width: 100%;
        height: 44vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

        .heroImage__phone svg {
            width: 84vw;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
        }
}

.heroImage__phoneContent {
    z-index: 1;
    bottom: -3.58vw;
    right: .22vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 12.6vw;
    overflow: hidden;
}

@media only screen and (min-width:2000px) {
    .heroImage__phoneContent {
        bottom: -75px;
        right: 4px;
        height: 252px;
    }
}

.heroImage__phoneContent div {
    position: relative;
    width: 27vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

    .heroImage__phoneContent div::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

@media only screen and (min-width:2000px) {
    .heroImage__phoneContent div {
        max-width: 540px;
        max-height: 252px;
    }
}

.heroImage__phoneContent div img, .heroImage__phoneContent div video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width:899px) {
    .heroImage__phoneContent {
        top: 86.9vw;
        height: 35.3vw;
    }

        .heroImage__phoneContent div {
            width: 76vw;
            right: .5%;
        }
}

.benefits_stats .container-big {
    margin: auto;
    padding: 0;
    width: 100%;
    padding: 0 64px;
}

    .benefits_stats .container-big div {
        color: #585a5f;
        font-size: 18px;
        line-height: 150%;
    }

    .benefits_stats .container-big h5 {
        color: #1b1c1e;
        text-transform: none;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
    }

    .benefits_stats .container-big img {
        width: 100%;
        max-height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 16px;
    }

    .benefits_stats .container-big .benefits {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .benefits_stats .container-big .benefits .column-item {
            -webkit-box-flex: 30%;
            -ms-flex: 30%;
            flex: 30%;
        }

            .benefits_stats .container-big .benefits .column-item:nth-child(2) {
                margin: 0 24px;
            }

    .benefits_stats .container-big .stats {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .benefits_stats .container-big .stats .column-item {
            -webkit-box-flex: 20%;
            -ms-flex: 20%;
            flex: 20%;
        }

            .benefits_stats .container-big .stats .column-item:not(:last-child) {
                margin-right: 24px;
            }

            .benefits_stats .container-big .stats .column-item h5 {
                margin-bottom: 8px;
            }

@media only screen and (max-width:699px) {
    .benefits_stats .container-big {
        padding: 0 24px;
        padding-bottom: 0;
    }

        .benefits_stats .container-big .benefits .column-item {
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
        }

            .benefits_stats .container-big .benefits .column-item:nth-child(2) {
                margin: 40px 0;
            }

        .benefits_stats .container-big .stats .column-item {
            -webkit-box-flex: 40%;
            -ms-flex: 40%;
            flex: 40%;
        }

            .benefits_stats .container-big .stats .column-item:not(:last-child) {
                margin-right: 0;
            }

            .benefits_stats .container-big .stats .column-item:nth-child(-n+2) {
                margin-bottom: 24px;
            }

            .benefits_stats .container-big .stats .column-item:nth-child(odd) {
                margin-right: 16px;
            }

            .benefits_stats .container-big .stats .column-item img {
                margin-bottom: 8px;
            }

            .benefits_stats .container-big .stats .column-item h5 {
                margin: 8px 0;
            }
}

.header-text {
    padding-top: 0;
}

    .header-text .container {
        color: #1b1c1e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 64px;
    }

        .header-text .container .subtitle {
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 150%;
            text-align: center;
            text-transform: uppercase;
            color: #ee7d54;
            margin-top: 40px;
            margin-bottom: 16px;
        }

        .header-text .container .title {
            font-style: normal;
            font-weight: 500;
            font-size: 72px;
            margin-bottom: 40px;
            line-height: 120%;
            text-align: center;
            letter-spacing: -.2px;
        }

            .header-text .container .title strong {
                color: #00d296;
                font-weight: 500;
            }

        .header-text .container .title-small {
            font-size: 48px;
            margin-bottom: 16px;
        }

        .header-text .container .body-text {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            text-align: center;
            color: #585a5f;
        }

        .header-text .container .body-text-margin {
            margin-bottom: 60px;
        }

        .header-text .container .button {
            background: #00d296;
            border-radius: 60px;
            padding: 16px 54px;
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            text-transform: none;
            margin-top: 40px;
        }

@media only screen and (max-width:699px) {
    .header-text .container {
        padding: 32px 24px;
    }

        .header-text .container .title {
            font-size: 36px;
            margin-bottom: 24px;
        }

        .header-text .container .body-text {
            font-size: 18px;
        }

        .header-text .container .body-text-margin {
            margin-bottom: 0;
        }

        .header-text .container .subtitle {
            margin-bottom: 8px;
            margin-top: 0;
        }

        .header-text .container .button {
            margin-top: 24px;
        }

        .header-text .container .title-small {
            margin-bottom: 8px;
        }
}

.header-text .title-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .header-text .title-center .title {
        margin: 80px 0;
    }

        .header-text .title-center .title p {
            margin: 0;
        }

@media only screen and (max-width:699px) {
    .header-text .title-center .title {
        margin: 0;
    }
}

.get_started_end_card .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 64px 0 64px;
}
.get_started_end_card .container .title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.2px;
    text-transform: none;
    color: #1b1c1e;
    margin-bottom: 36px;
}

@media only screen and (max-width:699px) {
    .get_started_end_card .container .title {
        font-size: 36px;
        margin-bottom: 46px;
    }
}

.get_started_end_card .container .body-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #585a5f;
    margin-bottom: 32px;
}

    .get_started_end_card .container .body-text strong {
        color: #00d296;
        font-weight: 400;
    }

    .get_started_end_card .container .body-text p {
        margin-bottom: 0;
    }

@media only screen and (max-width:699px) {
    .get_started_end_card .container .body-text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }
}

.get_started_end_card .container .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    padding: 16px 52px;
    font-style: normal;
    background-color: #00d296;
    border-radius: 60px;
    text-transform: none;
    color: #1b1c1e;
    margin-bottom: 80px;
}

@media only screen and (max-width:699px) {
    .get_started_end_card .container .button {
        margin-bottom: 64px;
    }
}

.get_started_end_card .container .circle {
    width: 56.8vw;
    height: auto;
}

    .get_started_end_card .container .circle svg {
        width: 100%;
        height: auto;
    }

@media only screen and (max-width:699px) {
    .get_started_end_card .container .circle {
        width: 100%;
    }
}

.mb-5-instruments {
    margin-bottom: calc(7.5rem - 40px);
}

@media screen and (max-width:699px) {
    .mb-5-instruments {
        margin-bottom: calc(7.5rem - 24px);
    }
}

.instruments .instruments-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .instruments .instruments-list .divider {
        display: none;
    }

@media only screen and (min-width:351px) and (max-width:699px) {
    .instruments .instruments-list .divider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width:699px) {
    .instruments .instruments-list {
        padding: 0 24px;
    }
}

.instruments .instruments-list .instrument__item {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
}

    .instruments .instruments-list .instrument__item:not(:first-child) {
        margin-left: 12px;
    }

    .instruments .instruments-list .instrument__item img {
        width: 240px;
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 16px;
    }

@media only screen and (max-width:699px) {
    .instruments .instruments-list .instrument__item img {
        width: 96px;
        height: 96px;
        margin-bottom: 8px;
    }
}

.instruments .instruments-list .instrument__item .label {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1b1c1e;
}

@media only screen and (max-width:699px) {
    .instruments .instruments-list .instrument__item .label {
        font-weight: 500;
        font-size: 16px;
    }
}

.instruments .instruments-list .instrument__item:hover {
    text-decoration: none;
}

@media only screen and (max-width:699px) {
    .instruments .instruments-list .instrument__item {
        margin-bottom: 24px;
    }
}

.promotion {
    background-color: #1b1c1e;
}

    .promotion .container-big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 64px;
    }

@media only screen and (max-width:800px) {
    .promotion .container-big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 56px 24px;
    }
}

.promotion .container-big .text {
    color: #fff;
    margin-right: 64px;
    padding: 56px 0;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        padding-top: 32px;
        margin-right: 0;
    }
}

.promotion .container-big .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -.2px;
    color: #fff;
    text-transform: none;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .text h2 {
        font-size: 36px;
    }
}

.promotion .container-big .text .body-text {
    margin: 56px 0;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .text .body-text {
        margin: 56px 0 40px 0;
    }
}

.promotion .container-big .text .body-text p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 12px;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #2e2f34;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .text .body-text p {
        font-size: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.promotion .container-big .text .button {
    border-radius: 60px;
}

    .promotion .container-big .text .button div {
        background-color: #00d296;
        color: #1b1c1e;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        padding: 12px 80px;
        border-radius: 60px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }

@media only screen and (max-width:800px) {
    .promotion .container-big .text .button div {
        padding: 12px 40px;
    }
}

.promotion .container-big .text .button:hover {
    text-decoration: none;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .text .button {
        padding-right: calc(50% - 50px);
        padding-left: calc(50% - 50px);
        margin-left: 26px;
    }
}

.promotion .container-big .img-fluid, .promotion .container-big .wp-caption img, .wp-caption .promotion .container-big img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
}

@media only screen and (max-width:800px) {
    .promotion .container-big .img-fluid, .promotion .container-big .wp-caption img, .wp-caption .promotion .container-big img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-height: calc(100vw - 48px);
        max-height: calc(100vw - 48px);
    }
}

.section-greenhouse-careers {
    margin-top: 0;
    color: #3e3f43;
}

    .section-greenhouse-careers h2 {
        color: #1b1c1e;
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 120%;
        text-transform: none;
        padding-bottom: 20px;
    }

    .section-greenhouse-careers #job_board #job_board_filters #departments, .section-greenhouse-careers #job_board #job_board_filters #offices {
        margin-top: 26px;
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #3e3f43;
    }

@media only screen and (max-width:420px) {
    .section-greenhouse-careers #job_board #job_board_filters #departments, .section-greenhouse-careers #job_board #job_board_filters #offices {
        width: 53%;
    }
}

.section-greenhouse-careers #job_board #job_board_filters #departments::before, .section-greenhouse-careers #job_board #job_board_filters #offices::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #3e3f43;
}

@media only screen and (max-width:420px) {
    .section-greenhouse-careers #job_board #job_board_filters #departments::before, .section-greenhouse-careers #job_board #job_board_filters #offices::before {
        top: -8px;
    }
}

.section-greenhouse-careers #job_board #job_board_filters #departments select, .section-greenhouse-careers #job_board #job_board_filters #offices select {
    border: 2px solid #3e3f43;
    border-radius: 8px;
    display: grid;
    grid-template-areas: "select";
    grid-area: select;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-greenhouse-careers #job_board #job_board_filters #departments .ys-select, .section-greenhouse-careers #job_board #job_board_filters #offices .ys-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBMNSA1TDEwIDBMMCAwWiIgZmlsbD0iIzNFM0Y0MyIvPgo8L3N2Zz4K);
}

    .section-greenhouse-careers #job_board #job_board_filters #departments .ys-select:hover, .section-greenhouse-careers #job_board #job_board_filters #offices .ys-select:hover {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBMNSA1TDEwIDBMMCAwWiIgZmlsbD0iI2Y4ZjhmMiIvPgo8L3N2Zz4K);
    }

.section-greenhouse-careers #job_board #job_board_filters #offices::before {
    content: "Locations";
}

.section-greenhouse-careers #job_board #job_board_filters #departments::before {
    content: "Departments";
}

.section-greenhouse-careers #job_board #jobs .whr-items {
    border: none;
}

    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item-container:nth-child(even) {
        background: 0 0;
    }

    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item-container {
        border: 1px dashed #8c919d;
        border-radius: 10px;
    }

        .section-greenhouse-careers #job_board #jobs .whr-items .whr-item-container:not(:last-child) {
            margin-bottom: 4px;
        }

    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: 0 0;
    }

@media only screen and (max-width:530px) {
    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item {
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width:530px) {
    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-title {
        width: 100%;
    }

        .section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-title a {
            padding: 0;
        }
}

.section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: none;
}

@media only screen and (max-width:530px) {
    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-title .title {
        font-size: 16px;
    }
}

.section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-title .department {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #585a5f;
    text-transform: none;
}

@media only screen and (max-width:530px) {
    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-info .whr-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1b1c1e;
    text-transform: none;
}

    .section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-info .whr-location span {
        width: 81%;
        overflow: hidden;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #585a5f;
    }

.section-greenhouse-careers #job_board #jobs .whr-items .whr-item .whr-info .applyButton {
    padding: 8px 20px;
    background: #00d296;
    border-radius: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: none;
    color: #1b1c1e;
    border: none;
}

.section-greenhouse-careers #job_board #jobs .job-description {
    color: #1b1c1e;
    padding: 4px 24px;
    font-size: 14px;
}

    .section-greenhouse-careers #job_board #jobs .job-description h3 {
        text-transform: none;
    }

    .section-greenhouse-careers #job_board #jobs .job-description ul {
        list-style-type: "- ";
        padding-left: 10px;
    }

.section-greenhouse-careers #formContainer {
    color: #585a5f;
}

    .section-greenhouse-careers #formContainer #jobName {
        color: #1b1c1e;
    }

    .section-greenhouse-careers #formContainer #submitApplicationButton {
        background: #00d296;
        color: #1b1c1e;
        text-transform: none;
        border: none;
        font-weight: 500;
    }

@media (max-width:699px) {
    .price_table .container {
        padding: 0 24px;
    }
}

.price_table .container .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 24px;
    color: #1b1c1e;
    background: #00d296;
    border-radius: 60px;
    text-transform: none;
    margin-top: 24px;
}

@media (max-width:700px) {
    .price_table .container .button {
        margin-top: 16px;
        width: 100%;
    }
}

.price_table .container .compare-plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price_table .container h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.2px;
    color: #1b1c1e;
    text-transform: none;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 960px;
}

@media (max-width:699px) {
    .price_table .container h2 {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.price_table .container table {
    width: 100%;
}

    .price_table .container table td, .price_table .container table th {
        text-align: center;
    }

    .price_table .container table th {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        color: #1b1c1e;
        padding-top: 24px;
        padding-bottom: 24px;
        position: relative;
    }

        .price_table .container table th:before {
            content: "";
            width: 100%;
            height: 4px;
            background: 0 0;
            position: absolute;
            bottom: 0;
            left: 0;
        }

@media only screen and (max-width:699px) {
    .price_table .container table .premium::before {
        background: -webkit-linear-gradient(135deg,#6559f3 0,#009ff9 99.74%);
        background: -o-linear-gradient(135deg,#6559f3 0,#009ff9 99.74%);
        background: linear-gradient(315deg,#6559f3 0,#009ff9 99.74%);
    }

    .price_table .container table .premium_personal::before {
        background: -webkit-linear-gradient(133.77deg,#ea67aa -2.79%,#f6c863 105.86%);
        background: -o-linear-gradient(133.77deg,#ea67aa -2.79%,#f6c863 105.86%);
        background: linear-gradient(316.23deg,#ea67aa -2.79%,#f6c863 105.86%);
    }

    .price_table .container table .premium_family::before {
        background: -webkit-linear-gradient(140.54deg,#00d296 5.27%,#009ff9 100%);
        background: -o-linear-gradient(140.54deg,#00d296 5.27%,#009ff9 100%);
        background: linear-gradient(309.46deg,#00d296 5.27%,#009ff9 100%);
    }

    .price_table .container table thead th {
        padding-bottom: 12px;
        padding-top: 0;
    }

        .price_table .container table thead th:not(:first-child) span {
            display: none;
        }

        .price_table .container table thead th:not(:first-child):before {
            width: 70%;
            left: 15%;
        }

        .price_table .container table thead th:after {
            font-size: 14px;
        }

    .price_table .container table thead .premium::after {
        content: "P";
    }

    .price_table .container table thead .premium_personal::after {
        content: "P+";
    }

    .price_table .container table thead .premium_family::after {
        content: "Family";
    }
}

.price_table .container table tbody tr:nth-child(odd) {
    background-color: #f7f8fb;
}

.price_table .container table tbody tr td {
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #585a5f;
}

    .price_table .container table tbody tr td:first-child {
        width: 49%;
        text-align: left;
        padding-left: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

@media (max-width:699px) {
    .price_table .container table tbody tr td:first-child {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

.price_table .container table tbody tr td:not(:first-child) {
    width: 17%;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width:699px) {
    .price_table .container table tbody tr td:not(:first-child) {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

.price_table .container table tbody tr td svg {
    width: 24px;
    height: 24px;
}

@media (max-width:700px) {
    .price_table .container table tbody tr td svg {
        width: 16px;
        height: 16px;
    }
}

.ys-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color 125ms ease-in-out;
    -o-transition: background-color 125ms ease-in-out;
    transition: background-color 125ms ease-in-out;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    padding: 10px 45px 10px 30px;
    text-align: center;
    border: 1px solid #383635;
    color: #383635;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTIgNmw4IDggOC04IiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9InRyYW5zcGFyZW50IiBzdHJva2U9IiMzODM2MzUiLz48L3N2Zz4=);
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

    .ys-select::-ms-expand {
        display: none;
    }

    .ys-select:hover {
        color: #f8f8f2;
        background-color: #383635;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTIgNmw4IDggOC04IiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9InRyYW5zcGFyZW50IiBzdHJva2U9IiNGRkZGRkYiLz48L3N2Zz4=);
    }

    .ys-select:focus {
        outline: 0;
    }

#job_board {
    display: none;
    margin-top: 16px;
}

#job_board_filters {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #job_board_filters > * {
        margin-right: 15px;
    }

#loading-openings, #no-match {
    padding: 8px;
    margin: 8px;
    text-align: center;
    color: grey;
    margin-top: 50px;
    font-size: 1.125rem;
}

#no-match {
    display: none;
}

#backgroundOverlay {
    background-color: #222;
    opacity: .85;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9000;
}

#formBackground {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    z-index: 9991;
    width: 100%;
}

.closeButton {
    width: 16px;
    height: 16px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    font-family: YousicianIcons !important;
}

    .closeButton:hover {
        color: #999;
    }

.btn, .comment-form input[type=submit], .search-form .search-submit {
    padding: .5rem 2rem;
    font-size: .875rem;
}

#formContainer {
    width: 65%;
    height: auto;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 16px;
}

    #formContainer .jobHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 4px 12px;
    }

        #formContainer .jobHeader div:first-child {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        #formContainer .jobHeader div:last-child {
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }

    #formContainer .privacy_notice_note {
        text-align: center;
        font-size: .75rem;
    }

        #formContainer .privacy_notice_note a {
            color: #383635;
            text-decoration: underline;
        }

            #formContainer .privacy_notice_note a:hover {
                color: #00d296;
            }

#messageBox {
    display: none;
    max-width: 650px;
    height: 250px;
    min-width: 370px;
    color: #fff;
    padding: 24px;
    z-index: 10000;
    border-radius: 4px;
}

    #messageBox h3 {
        color: #fff;
        margin-bottom: 0;
    }

    #messageBox .messageWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

.errorMessage {
    background-color: #383635;
}

.successMessage {
    background-color: #00d296;
}

.submitApplication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .submitApplication .lds-ellipsis {
        left: 0;
        top: 0;
        height: 26px;
    }

.field, .submitApplication {
    padding: 12px;
}

#applyForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

    #applyForm .field {
        width: 50%;
    }

        #applyForm .field div {
            padding: 0;
            width: 100%;
        }

            #applyForm .field div:first-child {
                font-size: .8125rem;
            }

        #applyForm .field .ys-select, #applyForm .field input, #applyForm .field input + label {
            width: 100%;
            font-size: .875rem;
            padding: 8px;
            border: 1px solid #dadada;
            height: 40px;
        }

            #applyForm .field input[type=file] {
                width: .1px;
                height: .1px;
                opacity: 0;
                overflow: hidden;
                position: absolute;
                z-index: -1;
            }

                #applyForm .field input[type=file] + label {
                    display: inline-block;
                    cursor: pointer;
                    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiMzODM2MzUiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTguNzUgMTAuMzRsMS45NS0yLjFhLjc1Ljc1IDAgMSAxIDEuMSAxLjAyTDguNTUgMTIuNzZhLjc0OC43NDggMCAwIDEtMS4xMDIgMEw0LjIgOS4yNmEuNzUuNzUgMCAxIDEgMS4xLTEuMDJsMS45NSAyLjFWLjc1YS43NS43NSAwIDEgMSAxLjUgMHY5LjU5ek0uNzUgMTZhLjc1Ljc1IDAgMSAxIDAtMS41aDE0LjVhLjc1Ljc1IDAgMSAxIDAgMS41SC43NXoiLz4KPC9zdmc+Cg==);
                    background-position: 98% center;
                    background-repeat: no-repeat;
                    background-size: 16px 16px;
                    margin: 0;
                    margin-bottom: -8px;
                }

                #applyForm .field input[type=file]:focus + label {
                    outline: 1px dotted #000;
                    outline: -webkit-focus-ring-color auto 5px;
                }

#jobs {
    display: none;
}

.whr-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    font-size: 1rem;
    border: 1px solid #f8f8f8;
}

    .whr-items h3 {
        margin: 0;
    }

    .whr-items .job-description {
        padding: 4px 64px;
        font-size: 1rem;
        display: none;
    }

        .whr-items .job-description h2 {
            display: none;
        }

        .whr-items .job-description h3 {
            font-size: 1rem;
        }

    .whr-items .whr-info, .whr-items .whr-item, .whr-items .whr-title, .whr-items .whr-title a {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .whr-items .whr-item-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .whr-items .whr-item-container:nth-child(even) {
            background: #f9f9f9;
        }

    .whr-items .whr-item {
        text-transform: uppercase;
    }

        .whr-items .whr-item .whr-info, .whr-items .whr-item .whr-title {
            width: 50%;
            height: 5rem;
        }

        .whr-items .whr-item .whr-title {
            font-size: 1rem;
        }

            .whr-items .whr-item .whr-title a {
                padding: 8px;
                padding-left: 24px;
                color: #383635;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                cursor: pointer;
            }

                .whr-items .whr-item .whr-title a .department {
                    color: #999;
                    font-weight: 400;
                    font-size: .625rem;
                    -ms-flex-item-align: baseline;
                    align-self: baseline;
                }

                .whr-items .whr-item .whr-title a .title {
                    -webkit-text-decoration: wavy;
                    text-decoration: wavy;
                }

                .whr-items .whr-item .whr-title a:hover, .whr-items .whr-item .whr-title a:hover .department, .whr-items .whr-item .whr-title a:hover .department:hover {
                    text-decoration: none;
                }

                    .whr-items .whr-item .whr-title a:hover .title, .whr-items .whr-item .whr-title a:hover .title:hover {
                        text-decoration: underline;
                    }

        .whr-items .whr-item .whr-info {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .whr-items .whr-item .whr-info .whr-location span {
                color: #999;
                font-weight: 700;
            }

            .comment-form .whr-items .whr-item .whr-info input[type=submit], .search-form .whr-items .whr-item .whr-info .search-submit, .whr-items .whr-item .whr-info .btn, .whr-items .whr-item .whr-info .comment-form input[type=submit], .whr-items .whr-item .whr-info .search-form .search-submit {
                cursor: pointer;
                color: #fff;
                padding: .5rem 1.5rem;
                font-size: .75rem;
                min-width: 85px;
                margin: auto 8px;
                margin-right: 24px;
            }

@media (max-width:700px) {
    #formContainer {
        width: 90%;
    }

        #formContainer .jobHeader {
            padding: 4px;
        }

        #formContainer .privacy_notice_note {
            margin-top: 8px;
            font-size: .8125rem;
        }

    .submitApplication {
        padding: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .comment-form .submitApplication input[type=submit], .search-form .submitApplication .search-submit, .submitApplication .btn, .submitApplication .comment-form input[type=submit], .submitApplication .search-form .search-submit {
            margin-top: 8px;
            font-size: .75rem;
            width: 100%;
            padding: .625rem 1rem;
        }

        .submitApplication .lds-ellipsis {
            top: 8px;
            bottom: 8px;
            left: 0;
        }

    .field, .submitApplication {
        padding: 4px;
    }

    #applyForm {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        #applyForm .field {
            width: 100%;
        }

    .whr-items {
        font-size: .75rem;
    }

        .whr-items .job-description {
            padding: 4px 24px;
            font-size: .75rem;
        }

        .whr-items .whr-item .whr-info, .whr-items .whr-item .whr-title {
            height: 5rem;
        }

        .whr-items .whr-item a {
            font-size: .75rem;
        }

        .whr-items .whr-item .whr-title a {
            padding-left: 8px;
        }

        .comment-form .whr-items .whr-item .whr-info input[type=submit], .search-form .whr-items .whr-item .whr-info .search-submit, .whr-items .whr-item .whr-info .btn, .whr-items .whr-item .whr-info .comment-form input[type=submit], .whr-items .whr-item .whr-info .search-form .search-submit {
            padding: .5rem .75rem;
            font-size: .75rem;
            min-width: 60px;
            margin: auto 4px;
        }
}

@media (max-width:420px) {
    .ys-select {
        padding: 10px 45px 10px 30px;
        margin-top: 15px;
        width: 100%;
    }

    #departments, #offices {
        width: 100%;
        margin-right: 0;
    }

    #job_board {
        margin-top: 4px;
    }

    .comment-form .whr-items .whr-item .whr-info input[type=submit], .search-form .whr-items .whr-item .whr-info .search-submit, .whr-items .whr-item .whr-info .btn, .whr-items .whr-item .whr-info .comment-form input[type=submit], .whr-items .whr-item .whr-info .search-form .search-submit {
        font-size: .625rem;
    }

    #messageBox {
        max-width: 90%;
        padding: 12px;
        text-align: center;
    }
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intrinsic-container video {
    width: 100%;
}

.wp-video .center_responsive_video {
    max-width: 100%;
}

body.guitartuna, body.guitartunav1 {
    background-color: #000;
}

    body.guitartuna .site-footer, body.guitartunav1 .site-footer {
        background-color: #0f0f0f;
    }

.guitar-tuna-lp.v1 .wrapper--small {
    max-width: 600px;
}

.guitar-tuna-lp.v1 .header__badges {
    margin-top: 0;
    margin-bottom: 42px;
}

.guitar-tuna-lp.v1 .header__heading {
    margin-top: 62px;
}

.guitar-tuna-lp.v1 .header__app {
    display: block;
    margin: 0 auto;
    width: 704px;
}

.guitar-tuna-lp .h-hero {
    font-size: 36px;
}

.guitar-tuna-lp .header__logo {
    display: inline-block;
    max-width: 372px;
    height: 75px;
    margin-bottom: 32px;
}

.guitar-tuna-lp .app-store-badge {
    display: inline-block;
}

    .guitar-tuna-lp .app-store-badge:not(:first-child) {
        margin-left: 16px;
    }

    .guitar-tuna-lp .app-store-badge img {
        display: block;
    }

        .guitar-tuna-lp .app-store-badge img.apple-store {
            width: 169px;
            height: 50px;
        }

        .guitar-tuna-lp .app-store-badge img.google-play {
            width: 153px;
            height: 50px;
        }

.guitar-tuna-lp .header__badges {
    margin-top: 48px;
}

.guitar-tuna-lp .header__description {
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.guitar-tuna-lp .section-header {
    position: relative;
    min-height: calc(100vh - 220px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.guitar-tuna-lp .section-header__background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://d28z68mqtlsfzd.cloudfront.net/app/uploads/2019/02/04083554/guitartuna_landing_hero.jpg);
    background-size: cover;
    background-position: center bottom;
    opacity: .6;
}

.guitar-tuna-lp .section-yousician {
    position: relative;
}

    .guitar-tuna-lp .section-yousician .background {
        position: absolute;
        z-index: -1;
        opacity: .5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://d28z68mqtlsfzd.cloudfront.net/app/uploads/2019/02/04083535/yousician-banner.jpg);
        background-size: cover;
        background-position: center bottom;
    }

.guitar-tuna-lp .section--grey {
    background-color: rgba(150,150,150,.1);
}

.guitar-tuna-lp .section {
    color: #fff;
    padding: 54px 0;
    overflow: hidden;
}

    .guitar-tuna-lp .section .section__accent {
        margin: 0 0 32px;
        text-align: center;
    }

    .guitar-tuna-lp .section .section__ctas {
        text-align: center;
    }

        .comment-form .guitar-tuna-lp .section .section__ctas input[type=submit], .guitar-tuna-lp .section .section__ctas .btn, .guitar-tuna-lp .section .section__ctas .comment-form input[type=submit], .guitar-tuna-lp .section .section__ctas .search-form .search-submit, .search-form .guitar-tuna-lp .section .section__ctas .search-submit {
            padding: 0 32px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            border: 0;
        }

    .guitar-tuna-lp .section .section__title {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 21px;
        margin: 0 0 48px;
        text-align: center;
    }

        .guitar-tuna-lp .section .section__title.section__title--mb2 {
            font-size: 32px;
            margin-bottom: 16px;
        }

        .guitar-tuna-lp .section .section__title.section__title--left {
            text-align: left;
        }

.guitar-tuna-lp .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guitar-tuna-lp .instruments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -8px;
}

    .guitar-tuna-lp .instruments .instruments__item {
        margin-top: 8px;
        margin-left: 8px;
        width: calc(12.5% - 8px);
        padding: 8px 16px;
        color: #fff;
        background-color: #000;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.guitar-tuna-lp .how-it-works .how-it-works__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.guitar-tuna-lp .how-it-works .how-it-works__right {
    position: relative;
    min-height: 520px;
}

.guitar-tuna-lp .how-it-works .how-it-works__image-mobile {
    display: none;
}

.guitar-tuna-lp .how-it-works .how-it-works__image {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.guitar-tuna-lp .feature {
    text-align: center;
}

    .guitar-tuna-lp .feature .feature__icon {
        margin: 0 auto;
        display: block;
        width: 120px;
        height: 120px;
    }

    .guitar-tuna-lp .feature .feature__name {
        color: #fff;
        margin: 16px 0 8px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.43;
        letter-spacing: .2px;
        text-transform: uppercase;
    }

    .guitar-tuna-lp .feature .feature__description {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .2px;
        margin: 0;
    }

.guitar-tuna-lp .gt-footer {
    text-align: center;
}

    .guitar-tuna-lp .gt-footer .gt-footer__logo {
        display: block;
        margin: 0 auto 24px;
        width: 210px;
    }

    .guitar-tuna-lp .gt-footer .gt-footer__desc {
        margin: 0;
    }

    .guitar-tuna-lp .gt-footer .header__badges {
        margin-top: 24px;
    }

    .guitar-tuna-lp .gt-footer .gt-footer__by {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 800;
    }

        .guitar-tuna-lp .gt-footer .gt-footer__by img {
            display: inline-block;
            margin-left: 8px;
            width: 180px;
        }

@media only screen and (min-width:700px) and (max-width:1047px) {
    .guitar-tuna-lp .instruments .instruments__item {
        width: calc(25% - 8px);
    }
}

@media only screen and (max-width:699px) {
    .guitar-tuna-lp .section-header__background {
        background-position: right center;
        opacity: .4;
    }

    .guitar-tuna-lp .section {
        padding: 32px 0;
    }

        .guitar-tuna-lp .section .section__title {
            margin-bottom: 32px;
        }

    .guitar-tuna-lp .how-it-works__left {
        text-align: center;
        margin-bottom: 24px;
    }

        .guitar-tuna-lp .how-it-works__left .section__title.section__title--left {
            text-align: center;
        }

    .guitar-tuna-lp .how-it-works .how-it-works__right {
        min-height: 0;
    }

    .guitar-tuna-lp .how-it-works .how-it-works__image {
        display: none;
    }

    .guitar-tuna-lp .how-it-works .how-it-works__image-mobile {
        display: block;
        width: 100%;
    }

    .guitar-tuna-lp .instruments .instruments__item {
        width: calc(50% - 8px);
    }

    .guitar-tuna-lp .header__logo {
        width: 80%;
        height: auto;
    }

    .guitar-tuna-lp .h-hero {
        font-size: 32px;
    }

    .guitar-tuna-lp .header__description {
        font-size: 16px;
    }

    .guitar-tuna-lp .header__badges {
        margin-top: 32px;
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .guitar-tuna-lp .header__badges .app-store-badge {
            width: 60%;
            max-width: 180px;
        }

            .guitar-tuna-lp .header__badges .app-store-badge:not(:first-child) {
                margin-left: 0;
                margin-top: 8px;
            }

            .guitar-tuna-lp .header__badges .app-store-badge img.apple-store, .guitar-tuna-lp .header__badges .app-store-badge img.google-play {
                width: 100%;
                height: auto;
            }

    .guitar-tuna-lp .section .section__title.section__title--mb2 {
        font-size: 24px;
    }

    .guitar-tuna-lp .gt-footer .gt-footer__by {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .guitar-tuna-lp .gt-footer .gt-footer__by img {
            margin-top: 8px;
            margin-left: 0;
        }
}

.search-box .search-input {
    border-radius: 30px;
    padding-right: 60px;
    text-overflow: ellipsis;
}

.search-box .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width:768px) {
    .search-box .search-icon {
        right: 30px;
    }
}

.blog-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-main .pagination .page-link:hover {
        color: #00d296;
    }

    .blog-main .container {
        position: relative;
    }

@media (max-width:700px) {
    .blog-main .container {
        padding: 0 24px;
    }
}

@media (max-width:700px) {
    .blog-main .container .row {
        padding: 0;
        margin: 0;
    }
}

.blog-main .page-item {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    position: relative;
}

    .blog-main .page-item a {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background: #f7f8fb;
        border: none;
        color: #1b1c1e;
    }

        .blog-main .page-item a:hover {
            color: #00d296;
        }

            .blog-main .page-item a:hover svg path {
                fill: #00d296;
            }

        .blog-main .page-item a :active, .blog-main .page-item a:focus {
            border: none;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .blog-main .page-item:not(:last-child) {
        margin-right: 2px;
    }

        .blog-main .page-item:not(:last-child) svg {
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .blog-main .page-item.active a {
        background-color: #00d296;
        border: none;
        color: #1b1c1e;
    }

        .blog-main .page-item.active a:hover {
            color: #1b1c1e;
        }

.blog-main .entry-content-asset {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
}

    .blog-main .entry-content-asset:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 52.45%;
    }

    .blog-main .entry-content-asset iframe {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.blog-main h1 {
    color: #383635;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 16px;
    text-transform: initial;
}

.blog-main a {
    color: #00d296;
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

    .blog-main a:hover {
        text-decoration: underline;
    }

.blog-main .yousician-banner {
    color: #fff;
    position: relative;
    text-align: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: initial;
    letter-spacing: initial;
    cursor: pointer;
    max-width: 740px;
    margin: 16px auto;
}

    .blog-main .yousician-banner a, .blog-main .yousician-banner a:hover {
        text-decoration: none;
        color: #fff;
    }

    .blog-main .yousician-banner .banner-ys-logo {
        width: 120px;
        height: 21px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 16px;
    }

    .blog-main .yousician-banner .banner-content {
        padding: 16px;
    }

        .blog-main .yousician-banner .banner-content .yousician-banner-text {
            font-size: 2rem;
            text-transform: uppercase;
            font-weight: 800;
        }

        .blog-main .yousician-banner .banner-content .yousician-banner-7day {
            font-size: .875rem;
            text-align: center;
        }

        .blog-main .yousician-banner .banner-content .yousician-banner-terms {
            font-size: .625rem;
            text-align: center;
        }

.blog-main .blog-button {
    cursor: pointer;
    background-color: transparent;
    border-radius: 100px;
    border: solid 1.5px #383635;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.43;
    letter-spacing: .2px;
    color: #383635;
    text-transform: uppercase;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin: 64px 0;
}

    .blog-main .blog-button:hover {
        color: #fff;
        background: #383635;
    }

    .blog-main .blog-button:focus {
        outline: 0;
    }

.blog-main .flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-main .go-back-blog {
    font-weight: 400;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #585a5f;
    margin-top: 114px;
    margin-bottom: 24px;
    padding: 0;
}

    .blog-main .go-back-blog a {
        color: #1b1c1e;
        text-decoration: underline;
    }

        .blog-main .go-back-blog a:hover {
            color: #1b1c1e;
        }

@media (max-width:700px) {
    .blog-main .go-back-blog {
        margin: 0;
        padding: 24px;
    }
}

.blog-main .blog-header {
    height: 530px;
    margin-bottom: 32px;
    position: relative;
}

    .blog-main .blog-header img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

@media (max-width:699) {
    .blog-main .blog-header {
        width: 100%;
    }
}

.blog-main .blog-header-no-image {
    height: 89px;
    display: none;
}

    .blog-main .blog-header-no-image img {
        display: none;
    }

.blog-main .blog-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 900px;
    margin: 0 auto;
}

    .blog-main .blog-container .posted-date, .blog-main .blog-container h1 {
        text-align: center;
    }

    .blog-main .blog-container h1 {
        font-weight: 500;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: -.2px;
        color: #1b1c1e;
    }

@media (max-width:700px) {
    .blog-main .blog-container h1 {
        font-size: 36px;
    }
}

.blog-main .blog-container .posted-date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #acb1be;
}

@media (max-width:700px) {
    .blog-main .blog-container .posted-date {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.blog-main .blog-container p {
    font-size: 20px;
    line-height: 150%;
    color: #585a5f;
}

@media (max-width:700px) {
    .blog-main .blog-container p {
        font-size: 16px;
    }
}

.blog-main .blog-container p iframe {
    margin-left: calc(50% - 280px);
}

@media (max-width:700px) {
    .blog-main .blog-container p iframe {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}

.single-post .blog-main .post-content {
    font-size: 1.125rem;
    line-height: 1.78;
    margin-bottom: 40px;
}

.blog-main .post-content {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
}

    .blog-main .post-content img {
        max-width: 100%;
    }

    .blog-main .post-content h3, .blog-main .post-content h4, .blog-main .post-content h5, .blog-main .post-content h6, .blog-main .post-content img, .blog-main .post-content ol, .blog-main .post-content ul, .blog-main .post-content > p {
        margin-bottom: 0;
    }

    .blog-main .post-content p:last-child {
        margin-bottom: 0;
    }

    .blog-main .post-content h3 + h4, .blog-main .post-content h3 + h5, .blog-main .post-content h4 + h5 {
        margin-top: 32px;
    }

    .blog-main .post-content h3:not(:first-child) {
        margin-top: 56px;
    }

    .blog-main .post-content h4:not(:first-child) {
        margin-top: 56px;
    }

    .blog-main .post-content h5:not(:first-child) {
        margin-top: 48px;
    }

    .blog-main .post-content img:not(:first-child), .blog-main .post-content ol:not(:first-child), .blog-main .post-content ul:not(:first-child), .blog-main .post-content > p:not(:first-child) {
        margin-top: 24px;
    }

.blog-main .posted-date {
    color: #acb1be;
    font-size: .75rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .1px;
    margin-bottom: 12px;
}

.blog-main .category {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 9px;
    padding-left: 4px;
    padding-right: 4px;
    color: #585a5f;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.blog-main .social-media-buttons {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .blog-main .social-media-buttons a {
        text-decoration: none;
        background: 0 0;
        color: #585a5f;
    }

        .blog-main .social-media-buttons a:not(:last-child) {
            margin-right: 24px;
        }

        .blog-main .social-media-buttons a > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 16px;
            height: 16px;
            font-size: .688rem;
            font-weight: 800;
            line-height: 1.82;
            letter-spacing: .2px;
            margin-right: 4px;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            position: relative;
        }

            .blog-main .social-media-buttons a > div svg {
                height: 100%;
            }

                .blog-main .social-media-buttons a > div svg path {
                    fill: #585a5f;
                }

    .blog-main .social-media-buttons img {
        height: 12px;
    }

    .blog-main .social-media-buttons .big-button {
        width: 146px;
    }

        .blog-main .social-media-buttons .big-button img {
            padding-left: 7px;
        }

        .blog-main .social-media-buttons .big-button div {
            display: inline-block;
            padding-left: 16px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .blog-main .social-media-buttons .facebook:hover svg path {
        fill: #244080;
    }

    .blog-main .social-media-buttons .twitter:hover svg path {
        fill: #0089cc;
    }

    .blog-main .social-media-buttons .linkedin:hover svg path {
        fill: #005e9b;
    }

    .blog-main .social-media-buttons .pinterest:hover svg path {
        fill: #ac0107;
    }

.blog-main #closing-sentence {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #1b1c1e;
    max-width: 420px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #797b7f;
}

    .blog-main #closing-sentence a {
        font-weight: 700;
        color: #1b1c1e;
        text-decoration: underline;
    }

.blog-main .blog-posts {
    margin: 56px auto 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .blog-main .blog-posts .blog-entry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-decoration: none;
    }

        .blog-main .blog-posts .blog-entry .title {
            text-transform: none;
            color: #1b1c1e;
        }

        .blog-main .blog-posts .blog-entry:hover .title {
            color: #00d296;
        }

@media (min-width:700px) {
    .blog-main .blog-posts .blog-entry:not(:first-child) {
        margin-top: 80px;
    }

    .blog-main .blog-posts .blog-entry:nth-child(-n+4) {
        margin-top: 0;
    }

    .blog-main .blog-posts .blog-entry:last-child:nth-child(9) {
        position: relative;
        right: 34%;
    }

    .blog-main .blog-posts .blog-entry:last-child:nth-child(3) {
        position: relative;
        right: 34%;
    }

    .blog-main .blog-posts .blog-entry:last-child:nth-child(5) {
        position: relative;
        right: 34%;
    }

    .blog-main .blog-posts .blog-entry:first-child {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 64px;
        margin-bottom: 56px;
    }

        .blog-main .blog-posts .blog-entry:first-child .blog-entry-image {
            width: 48%;
        }

        .blog-main .blog-posts .blog-entry:first-child .blog-entry-info {
            width: 35%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 64px 0 64px 64px;
        }

            .blog-main .blog-posts .blog-entry:first-child .blog-entry-info .title {
                margin: 0 0 32px;
                font-weight: 500;
                font-size: 48px;
                line-height: 120%;
                letter-spacing: -.2px;
            }

            .blog-main .blog-posts .blog-entry:first-child .blog-entry-info .category {
                margin-bottom: 16px;
            }

            .blog-main .blog-posts .blog-entry:first-child .blog-entry-info .blog-entry-excerpt {
                display: block;
            }

            .blog-main .blog-posts .blog-entry:first-child .blog-entry-info .posted-date {
                display: none;
            }
}

@media (min-width:700px) and (max-width:899px) {
    .blog-main .blog-posts .blog-entry:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

        .blog-main .blog-posts .blog-entry:first-child .blog-entry-image {
            width: 100%;
        }

        .blog-main .blog-posts .blog-entry:first-child .blog-entry-info {
            width: 100%;
            padding-left: 0;
        }
}

.blog-main .blog-posts .blog-entry .blog-entry-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .blog-main .blog-posts .blog-entry .blog-entry-image:after {
        content: '';
        display: block;
        padding-top: 56%;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-image .blog-entry-image-featured {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.blog-main .blog-posts .blog-entry .blog-entry-info {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .blog-main .blog-posts .blog-entry .blog-entry-info .category {
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding: 0;
        margin-top: 24px;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .title {
        font-weight: 500;
        margin-bottom: 8px;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .blog-entry-info-bottom {
        margin-top: 0;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .article {
        color: #ee7d54;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .news {
        color: #00d296;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .updates {
        color: #5abdf9;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .how_to_guides {
        color: #6559f3;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .posted-date {
        font-size: .75rem;
        font-weight: 400;
        margin-bottom: 0;
        color: #acb1be;
    }

    .blog-main .blog-posts .blog-entry .blog-entry-info .blog-entry-excerpt {
        color: #585a5f;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        display: none;
        word-break: break-word;
    }

        .blog-main .blog-posts .blog-entry .blog-entry-info .blog-entry-excerpt p {
            text-decoration: underline;
        }

@media (max-width:700px) {
    .blog-main .blog-container {
        width: 100%;
        padding: 0;
    }

    .blog-main .yousician-banner .banner-content .yousician-banner-text {
        font-size: 1.75rem;
    }

    .blog-main .blog-posts {
        margin-left: 0;
    }

        .blog-main .blog-posts .blog-entry {
            margin-left: 0;
            width: 100%;
        }

            .blog-main .blog-posts .blog-entry:not(:first-child) {
                margin-top: 16px;
            }

            .blog-main .blog-posts .blog-entry .blog-entry-info {
                padding: 0;
            }

    .blog-main .line {
        margin: 0 auto 30px auto;
    }

    .blog-main .blog-header {
        height: 250px;
        padding: 0 !important;
        margin-bottom: 52px;
    }
}

@media (max-width:700px) and (orientation:landscape) {
    .blog-main .blog-header {
        height: 89px;
    }
}

@media (max-width:700px) {
    .blog-main .blog-header-no-image {
        height: 89px;
        display: none;
    }

    .blog-main h1 {
        font-size: 1.714rem;
    }

    .blog-main .post-content {
        font-size: 16px;
        overflow-wrap: break-word;
        margin-top: 40px;
    }

        .blog-main .post-content img {
            max-width: 100%;
        }

    .blog-main .blog-posts-footer h4 {
        padding-left: 0;
    }

    .blog-main .social-media-buttons {
        width: 100%;
    }

        .blog-main .social-media-buttons a > div {
            width: 16px;
            height: 16px;
        }

        .blog-main .social-media-buttons svg {
            width: 16px;
            height: 16px;
        }

        .blog-main .social-media-buttons .big-button {
            width: 100%;
            margin-bottom: 6px;
            font-size: 1.143rem;
        }

            .blog-main .social-media-buttons .big-button img {
                padding-left: 12px;
            }

    .blog-main .social-media-buttons-full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-main .social-media-buttons-full a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }
}

@media (max-width:450px) {
    .blog-main .yousician-banner {
        text-align: center;
    }

        .blog-main .yousician-banner .banner-ys-logo {
            position: relative;
            margin: auto;
            bottom: 4px;
        }

        .blog-main .yousician-banner .banner-content {
            padding: 4px;
        }

            .blog-main .yousician-banner .banner-content .yousician-banner-text {
                font-size: 1.313rem;
            }

            .blog-main .yousician-banner .banner-content .banner-cta {
                font-size: .85rem;
            }
}

.blog-index .blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -.2px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 164px;
    padding: 0 4px;
}

@media (max-width:699px) {
    .blog-index .blog-title {
        margin-top: 40px;
        font-size: 36px;
        padding: 0 24px;
    }
}

.blog-index .blog-description {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: normal;
    color: #585a5f;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 84px;
    padding: 0 10px;
}

@media (max-width:699px) {
    .blog-index .blog-description {
        margin-top: 24px;
        margin-bottom: 32px;
        font-size: 18px;
        padding: 0 24px;
    }
}

.blog-index .container {
    max-width: 1440px;
    margin: 0;
    padding: 0 64px;
}

@media (max-width:699px) {
    .blog-index .container {
        padding: 0 24px;
    }
}

.blog-index .filters {
    color: #585a5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .blog-index .filters a {
        text-decoration: none;
        text-transform: none;
        margin: 0;
        font-size: 18px;
    }

        .blog-index .filters a:not(:last-child) {
            margin-right: 48px;
        }

        .blog-index .filters a:hover {
            color: #1b1c1e;
            border-bottom: 4px solid #1b1c1e;
        }

    .blog-index .filters .category {
        display: inline-block;
    }

    .blog-index .filters .selected {
        color: #1b1c1e;
        border-bottom: 4px solid #1b1c1e;
    }

@media (max-width:699px) {
    .blog-index .filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

        .blog-index .filters a {
            font-size: 14px;
            padding-top: 8px;
            margin: 0 12px;
        }

            .blog-index .filters a:not(:last-child) {
                margin-right: 0;
            }
}

.blog-index .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 64px;
}

    .blog-index .pagination .page-link {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

@media (max-width:699px) {
    .blog-index .pagination {
        margin-top: 24px;
    }
}

.line {
    height: 1px;
    margin: 30px auto;
    background: #dadada;
}

.blog-posts-footer {
    margin: auto;
    margin-top: 140px;
}

    .blog-posts-footer .line {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .blog-posts-footer h4 {
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
        color: #3e3f43;
        margin-bottom: 16px;
    }

@media (min-width:700px) {
    .blog-posts-footer .blog-posts {
        margin-top: 0;
    }

        .blog-posts-footer .blog-posts .blog-entry .title {
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 24px;
        }

        .blog-posts-footer .blog-posts .blog-entry:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 32%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-decoration: none;
            margin: 0;
        }

            .blog-posts-footer .blog-posts .blog-entry:first-child .posted-date {
                font-size: .75rem;
                font-weight: 400;
                margin-bottom: 0;
                color: #acb1be;
            }

            .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-image {
                width: 100%;
            }

            .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-info {
                padding: 0;
                width: 100%;
            }

                .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-info .category {
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 150%;
                    text-transform: uppercase;
                    margin-bottom: 8px;
                    padding: 0;
                    margin-top: 24px;
                }

                .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-info .title {
                    font-weight: 500;
                    margin-bottom: 8px;
                    font-size: 24px;
                }

                .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-info .blog-entry-excerpt {
                    display: none;
                }

                .blog-posts-footer .blog-posts .blog-entry:first-child .blog-entry-info .posted-date {
                    display: block;
                }

        .blog-posts-footer .blog-posts .blog-entry:last-child:nth-child(odd) {
            position: inherit;
        }
}

@media (max-width:700px) {
    .blog-posts-footer {
        margin-top: 40px;
    }
}

.lds-ellipsis {
    position: relative;
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: 16px;
    display: none;
}

    .lds-ellipsis div {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
        -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
        -o-animation-timing-function: cubic-bezier(0,1,1,0);
        animation-timing-function: cubic-bezier(0,1,1,0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 5px;
            -webkit-animation: lds-ellipsis1 .6s infinite;
            -o-animation: lds-ellipsis1 .6s infinite;
            animation: lds-ellipsis1 .6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 5px;
            -webkit-animation: lds-ellipsis2 .6s infinite;
            -o-animation: lds-ellipsis2 .6s infinite;
            animation: lds-ellipsis2 .6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 25px;
            -webkit-animation: lds-ellipsis2 .6s infinite;
            -o-animation: lds-ellipsis2 .6s infinite;
            animation: lds-ellipsis2 .6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            -webkit-animation: lds-ellipsis3 .6s infinite;
            -o-animation: lds-ellipsis3 .6s infinite;
            animation: lds-ellipsis3 .6s infinite;
        }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes lds-ellipsis1 {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes lds-ellipsis3 {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(19px,0);
        transform: translate(19px,0);
    }
}

@-o-keyframes lds-ellipsis2 {
    0% {
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -o-transform: translate(19px,0);
        transform: translate(19px,0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(19px,0);
        -o-transform: translate(19px,0);
        transform: translate(19px,0);
    }
}

.get_started_end_card .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 64px 0 64px;
}

@media only screen and (max-width:699px) {
    .get_started_end_card .container {
        padding-top: 35px;
    }
}

.get_started_end_card .container .title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.2px;
    text-transform: none;
    color: #1b1c1e;
    margin-bottom: 36px;
}

@media only screen and (max-width:699px) {
    .get_started_end_card .container .title {
        font-size: 36px;
        margin-bottom:10px;
    }
}

.get_started_end_card .container .body-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #585a5f;
    margin-bottom: 32px;
}

    .get_started_end_card .container .body-text strong {
        color: #00d296;
        font-weight: 400;
    }

    .get_started_end_card .container .body-text p {
        margin-bottom: 0;
    }

@media only screen and (max-width:699px) {
    .get_started_end_card .container .body-text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }
}

.get_started_end_card .container .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    padding: 16px 52px;
    font-style: normal;
    background-color: #00d296;
    border-radius: 60px;
    text-transform: none;
    color: #1b1c1e;
    margin-bottom: 80px;
}

@media only screen and (max-width:699px) {
    .get_started_end_card .container .button {
        margin-bottom: 64px;
    }
}

.get_started_end_card .container .circle {
    width: 56.8vw;
    height: auto;
}

    .get_started_end_card .container .circle svg {
        width: 100%;
        height: auto;
    }

@media only screen and (max-width:699px) {
    .get_started_end_card .container .circle {
        width: 100%;
    }
}
