@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1240px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1240px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6da8bc;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.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: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-scrollable {
    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 {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.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: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.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);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1240px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 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: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.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: #6da8bc !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #4d92a9 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #91c25e !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #78ac41 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #da695f !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #d04236 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !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: #6da8bc !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #91c25e !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #da695f !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.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: flex !important;
}
.d-inline-flex {
    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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        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: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1240px) {
    .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: flex !important;
    }
    .d-xl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        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.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1240px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        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: 1240px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: 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: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    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;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !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: 1240px) {
    .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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !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;
    }
}
.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: 1240px) {
    .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: #6da8bc !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #458297 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #91c25e !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #6b993a !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #da695f !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #c0382c !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.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;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@font-face {
    font-family: graphik;
    src: url(/fonts/Graphik-Semibold-Web.woff2) format("woff2"), url(/fonts/Graphik-Semibold-Web.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
.Graphik-Semibold-Web {
    font-family: graphik;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: graphik;
    src: url(/fonts/Graphik-RegularItalic-Web.woff2) format("woff2"), url(/fonts/Graphik-RegularItalic-Web.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
.Graphik-RegularItalic-Web {
    font-style: italic;
}
@font-face {
    font-family: graphik;
    src: url(/fonts/Graphik-Regular-Web.woff2) format("woff2"), url(/fonts/Graphik-Regular-Web.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
.Graphik-Regular-Web,
.Graphik-RegularItalic-Web {
    font-family: graphik;
    font-weight: 400;
    font-stretch: normal;
}
.Graphik-Regular-Web {
    font-style: normal;
}
@font-face {
    font-family: circular-book;
    src: url(/fonts/lineto-circular-book.eot);
    src: url(/fonts/lineto-circular-book.eot?#iefix) format("embedded-opentype"), url(/fonts/lineto-circular-book.woff2) format("woff2"), url(/fonts/lineto-circular-book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: circular-med;
    src: url(/fonts/lineto-circular-medium.eot);
    src: url(/fonts/lineto-circular-medium.eot?#iefix) format("embedded-opentype"), url(/fonts/lineto-circular-medium.woff2) format("woff2"), url(/fonts/lineto-circular-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.cf:after,
.clearfix:after,
.row:after {
    clear: both;
}
.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clear,
.ir {
    display: block;
    overflow: hidden;
}
.ir {
    text-indent: -999em;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.center {
    text-align: center;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    padding: 0 1.2em 1.2em 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 1.2em 1.2em !important;
}
.wp-caption-text {
    font-size: 0.8125em;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.1em;
}
.wp-caption {
    width: 100%;
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
}
.full,
.fullimg img,
.size-full {
    display: block;
    width: 100%;
}
.iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.update-yo-browser {
    margin: 0 0 0.5em;
    background-color: #f1f5f8;
    color: #000;
    padding: 0.8em;
    text-align: center;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*! nouislider - 14.0.3 - 10/10/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 31px;
    height: 31px;
    left: -17px;
    top: -11px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-target {
    background: rgba(200, 205, 213, 0.5);
    height: 10px;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 6px solid #91c25e;
    border-radius: 50%;
    background: #fff;
    cursor: default;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    vertical-align: middle;
    margin: 0.2em 2em 0.2em 0.4em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}
.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
}
.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
}
body,
html {
    -webkit-overflow-scrolling: touch;
}
html {
    font-size: 100%;
    line-height: 1.875rem;
}
body {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: graphik, sans-serif;
    font-weight: 400;
    color: #132e3c;
}
a {
    background: transparent;
    transition: color 0.2s ease-out;
    outline: 0;
    text-decoration: none;
}
a,
a:visited {
    color: #6da8bc;
}
a:focus,
a:hover {
    color: #4e8ba3;
}
::-moz-selection {
    background: #6da8bc;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #6da8bc;
    color: #fff;
    text-shadow: none;
}
hr {
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #e3e6ea;
    margin: 0;
    text-align: left;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}
b,
strong {
    font-weight: 400;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
blockquote {
    text-align: left;
}
blockquote,
em {
    font-style: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
ol {
    list-style: none outside;
}
small {
    font-size: 100%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
ul {
    list-style: none outside;
}
svg {
    display: block;
    width: 100%;
}
cite,
i {
    font-style: inherit;
}
.mb1 {
    margin-bottom: 1.875rem;
}
.ttu {
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}
.ital {
    font-style: italic;
}
.uc {
    text-transform: uppercase;
}
.wh {
    color: #fff !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.nw {
    white-space: nowrap;
}
.blue {
    color: #6da8bc !important;
}
.turq {
    color: #6eccab !important;
}
.red {
    color: #da695f !important;
}
.green {
    color: #91c25e !important;
}
.dblue {
    color: #447686 !important;
}
.p1 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
#splash,
#splash .align-items-center,
#splash .container,
#splash body {
    height: 100%;
    min-height: 100%;
}
#splash .logo {
    display: block;
    margin: 0 auto;
}
#splash .logo,
#splash .logo svg {
    width: 226px;
    height: 53px;
}
.container-fluid {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 991px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
a.btn {
    font-family: circular-med, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    border-radius: 3px;
    padding: 15px 50px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #da695f;
    font-weight: 400 !important;
}
a.btn:hover {
    background-color: #ca4a41;
}
a.btn.red {
    background-color: #da695f;
    color: #fff !important;
}
a.btn.red:hover {
    background-color: #ca4a41;
}
a.btn.blue {
    background-color: #6da8bc;
    color: #fff !important;
}
a.btn.blue:hover {
    background-color: #4e8ba3;
}
a.btn.turq {
    background-color: #6eccab;
    color: #fff !important;
}
a.btn.turq:hover {
    background-color: #4eb78f;
}
a.btn.green {
    background-color: #91c25e;
    color: #fff !important;
}
a.btn.green:hover {
    background-color: #709b43;
}
a.btn.dred {
    background-color: #9f423a;
    color: #fff !important;
}
a.btn.dred:hover {
    background-color: #7a322c;
}
a.btn.sm {
    padding: 4px 20px;
}
a.btn.med {
    padding: 8px 50px;
}
a.btn.md {
    padding: 10px 30px;
}
a.btn.big {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    padding: 15px 77px;
}
a.btn2,
a.btn.big {
    font-weight: 400;
    letter-spacing: 0;
}
a.btn2 {
    font-family: circular-med, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571em;
    color: #6da8bc;
    border-radius: 3px;
    padding: 11px 46px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: transparent;
    border: 2px solid #6da8bc;
}
a.btn2:hover {
    background-color: #6da8bc;
    color: #fff;
}
a.btn2.blue {
    border-color: #6da8bc;
    color: #6da8bc;
}
a.btn2.blue:hover {
    background-color: #6da8bc;
    color: #fff !important;
}
a.btn2.turq {
    border-color: #6eccab;
    color: #6eccab;
}
a.btn2.turq:hover {
    background-color: #6eccab;
    color: #fff !important;
}
a.btn2.green {
    border-color: #91c25e;
    color: #91c25e;
}
a.btn2.green:hover {
    background-color: #91c25e;
    color: #fff !important;
}
a.btn2.dred {
    border-color: #9f423a;
    color: #9f423a;
}
a.btn2.dred:hover {
    background-color: #9f423a;
    color: #fff !important;
}
a.btn3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    text-decoration: underline;
}
a.btn3,
a.btn4 {
    font-weight: 400;
}
a.btn4 {
    background-color: #fff;
    color: #6da8bc;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    letter-spacing: 0.0769230769em;
    text-transform: uppercase;
    padding: 4px 20px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
a.btn4:hover {
    background-color: #6da8bc;
    color: #fff;
}
.arrowlink a {
    color: #da695f;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.3636363636em;
    font-weight: 600;
    letter-spacing: 0.1818181818em;
    text-transform: uppercase;
}
.arrowlink a svg {
    stroke: #da695f;
    width: 9px;
    height: 10px;
    display: inline;
    transition: transform 0.2s ease-out;
    position: relative;
}
.arrowlink a:hover svg {
    transform: translateX(7px);
}
a.bluearrow {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8235294118em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    display: inline-block;
}
a.bluearrow svg {
    width: 7px;
    height: 10px;
    fill: #6da8bc;
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.2s ease-out;
}
a.bluearrow:hover {
    color: #6da8bc;
}
a.bluearrow:hover svg {
    transform: translateX(7px);
}
a.redarrow {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8235294118em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    display: inline-block;
    color: #da695f;
}
a.redarrow svg {
    width: 7px;
    height: 10px;
    fill: #da695f;
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.2s ease-out;
}
a.redarrow:hover {
    color: #da695f;
}
a.redarrow:hover svg {
    transform: translateX(7px);
}
a.turqarrow {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8235294118em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    display: inline-block;
    color: #6eccab;
}
a.turqarrow svg {
    width: 7px;
    height: 10px;
    fill: #6eccab;
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.2s ease-out;
}
a.turqarrow:hover {
    color: #6eccab;
}
a.turqarrow:hover svg {
    transform: translateX(7px);
}
.autoarrow a {
    font-family: circular-med, sans-serif;
    position: relative;
    padding-right: 15px;
}
.autoarrow a:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJNMy42IDVsLTMtM0ExLjE1IDEuMTUgMCAwMS42LjNhMS4xNSAxLjE1IDAgMDExLjcgMGw0LjIgNC4xYS42Ny42NyAwIDAxMCAxTDIuMyA5LjZhMS4xNSAxLjE1IDAgMDEtMS43IDBBMS4yMiAxLjIyIDAgMDEuNiA4eiIgZmlsbD0iIzZkYThiYyIvPjwvc3ZnPg==);
    margin-top: 1px;
    margin-left: 7px;
    transition: margin-left 0.2s ease-out;
}
.autoarrow a:hover {
    color: #6da8bc;
}
.autoarrow a:hover:after {
    margin-left: 14px;
}
.container-fluid.pad1,
.pad1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.flex-img .image-right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .flex-img .image-right {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.flex-img .img {
    width: 46%;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .flex-img .img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.flex-img .text {
    flex: 0 0 46%;
    max-width: 600px;
    margin: 0 3.75% 0 auto;
    width: 100%;
    padding: 0 2%;
}
@media only screen and (max-width: 1101px) {
    .flex-img .text {
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 991px) {
    .flex-img .text {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .flex-img .text {
        margin: 0;
    }
}
.post-content header {
    border-bottom: 1px solid #979797;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.post-content h1 {
    font-family: circular-med, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1363636364em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    .post-content h1 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.1764705882em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.post-content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-top: 3.75rem;
    margin-bottom: 2.34375rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .post-content h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.125em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.post-content h2.sub {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5789473684em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #848c96;
    margin-top: -0.9375rem;
}
.post-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667em;
    letter-spacing: 0;
}
.post-content h3,
.post-content h4 {
    font-weight: 600;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
}
.post-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333em;
    letter-spacing: 0.1388888889em;
    text-transform: uppercase;
    color: #da695f;
}
.post-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-top: 3.75rem;
}
.post-content ol,
.post-content p,
.post-content ul {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: graphik, sans-serif;
    margin-bottom: 1.875rem;
}
.post-content p.sub {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5789473684em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #848c96;
}
.post-content hr {
    border-top: 2px solid #e3e6ea;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
}
.post-content b {
    font-weight: 600;
}
.post-content a {
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.post-content strong {
    font-weight: 600;
}
.post-content em {
    font-style: italic;
}
.post-content small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    display: block;
}
.post-content ol,
.post-content ul {
    margin-bottom: 1.875rem;
}
.post-content ol {
    list-style-type: decimal;
}
.post-content ol li,
.post-content ul li {
    margin-left: 1.8em;
    margin-bottom: 1.875rem;
}
.post-content ul li:before {
    content: "•";
    display: block;
    font-size: 1em;
    font-weight: 700;
    left: -1.7em;
    max-height: 0;
    min-height: 0;
    position: relative;
    top: 0;
    color: #6da8bc;
}
.post-content ol.tight li,
.post-content ul.tight li {
    margin-bottom: 0;
}
.post-content blockquote {
    margin-top: 3.75rem;
    text-align: left;
    margin-bottom: 3.75rem;
}
.post-content blockquote p {
    font-family: Mercury SSm A, Mercury SSm B;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.2222222222em;
    font-weight: 400;
    letter-spacing: 0;
}
.post-content blockquote cite {
    color: #6f7783;
    font-family: graphik, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
.post-content blockquote cite strong {
    font-weight: 600;
}
.post-content video {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
}
.post-content .bigred {
    display: block;
    margin-top: 3.75rem;
    color: #da695f;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2857142857em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.post-content .small {
    max-width: 200px;
}
.post-content .half {
    width: 50%;
}
@media only screen and (max-width: 479px) {
    .post-content .table-wrap {
        overflow-y: scroll;
    }
}
.post-content table {
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .post-content table {
        min-width: 500px;
    }
}
.post-content th {
    font-family: circular-med;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.6363636364em;
    font-weight: 400;
    letter-spacing: 0.0909090909em;
    text-transform: uppercase;
    text-align: left;
    background-color: #447686;
    padding: 16px 10px;
    border-right: 1px solid #4899b4;
    color: #fff;
}
.post-content th:last-child {
    border: none;
}
.post-content td {
    font-family: graphik;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 15px 10px;
    border: 1px solid #e3e6ea;
}
.post-content td strong {
    font-weight: 600;
}
.post-content tr:nth-of-type(2n) td {
    background-color: #f8fafc;
}
.post-content2.sidebar h2,
.post-content2.sidebar h3,
.post-content2.sidebar h4 {
    margin-top: 0;
}
.post-content2.sidebar ol,
.post-content2.sidebar p,
.post-content2.sidebar ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.875rem;
}
.post-content2.sidebar ol li,
.post-content2.sidebar ul li {
    margin-bottom: 0;
}
.post-content2.sidebar a.btn {
    display: block;
}
.post-content2.sidebar hr {
    margin-top: 0;
    margin-bottom: 2.8125rem;
}
.sidecta {
    background-color: #da695f;
    color: #fff;
    padding: 20px;
}
.sidecta img {
    margin-bottom: 40px;
}
.sidecta h2 {
    margin-bottom: 15px;
}
.sidecta p {
    margin-bottom: 1.875rem;
    color: #f0f1f2;
}
.sidecta a {
    font-weight: 400;
}
.cta {
    text-align: center;
    padding: 120px 0;
    background-color: #f8fafc;
}
@media only screen and (max-width: 767px) {
    .cta {
        padding: 80px 0;
    }
}
.cta img {
    margin-bottom: 30px;
}
.cta h2 {
    font-family: circular-med, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.1315789474em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .cta h2 {
        font-size: 30px;
    }
}
.cta p {
    color: #848c96;
    margin-bottom: 10px;
}
.smcard {
    padding: 15px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    border-top: 6px solid #fff;
    margin-bottom: 40px;
}
.smcard.top {
    box-shadow: 0 5px 15px 5px rgba(41, 52, 56, 0.17);
}
.smcard.cat-1 {
    border-color: #da695f;
}
.smcard.cat-1 p.cat {
    color: #da695f;
}
.smcard.cat-2 {
    border-color: #6da8bc;
}
.smcard.cat-2 p.cat {
    color: #6da8bc;
}
.smcard.cat-40 {
    border-color: #6eccab;
}
.smcard.cat-40 p.cat {
    color: #6eccab;
}
.smcard.cat-41 {
    border-color: #447686;
}
.smcard.cat-41 p.cat {
    color: #447686;
}
.smcard p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: 0;
    color: #acb4be;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .smcard p {
        margin: 0;
    }
}
.smcard p.sum {
    font-size: 13.7px;
    font-size: 0.85625rem;
    line-height: 1.5328467153em;
    font-weight: 400;
    letter-spacing: 0;
}
.smcard p span {
    color: #132e3c;
    font-size: 18px;
    font-family: circular-book, sans-serif;
    display: block;
}
@media only screen and (max-width: 767px) {
    .smcard p span {
        font-size: 12px;
        display: inline;
    }
}
.smcard p.cat {
    font-family: circular-med, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.8181818182em;
    font-weight: 400;
    letter-spacing: 0.1818181818em;
    text-transform: uppercase;
    border-bottom: 2px solid #e3e6ea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .smcard p.cat {
        border: none;
        padding: 0;
    }
}
.smcard p.cat.bn {
    border: none;
    padding: 0;
}
.smcard p.cat svg {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.smcard .title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin: 0;
    color: #132e3c;
    white-space: nowrap;
}
.smcard a.btn,
.smcard a.btn2 {
    width: 100%;
    padding: 8px;
    margin-top: 15px;
}
.smcard img {
    display: block;
    padding-bottom: 15px;
    border-bottom: 2px solid #e3e6ea;
    margin-bottom: 20px;
}
.smcard .icon {
    max-width: 100px;
    display: block;
    margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
    .smcard .icon {
        max-width: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .smcard .icon {
        max-width: 60px;
    }
}
.smcard .icon img {
    border: none;
}
.pg {
    background-color: #fff;
}
.pg-banner {
    padding: 42px 0;
    background-color: #132e3c;
    background-position: 50%;
    background-size: cover;
}
.pg-banner .tt1 {
    color: #c8cfd2;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2307692308em;
    margin-bottom: 8px;
}
.pg-banner .tt1,
.pg-banner .tt2 {
    font-family: circular-med, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}
.pg-banner .tt2 {
    color: #fff;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.0833333333em;
}
.bread {
    font-family: circular-book, sans-serif;
    color: #848c96;
    padding: 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077em;
    font-weight: 400;
    letter-spacing: 0.0307692308em;
}
.bread .d {
    padding: 0 3px;
}
.bread .d,
.bread a {
    color: #bfc5cd;
}
.bread a:hover {
    color: #6da8bc;
}
.pg-head {
    color: #fff;
    background-color: #132e3c;
    background-position: top;
    background-size: cover;
    padding: 100px 0 130px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pg-head.skip-text {
    min-height: 362px;
}
@media only screen and (max-width: 767px) {
    .pg-head.skip-text {
        min-height: 160px;
    }
}
.pg-head.white {
    background-color: #fff;
    color: #132e3c;
}
.pg-head.lg .container-fluid {
    max-width: 1290px;
    padding-left: 35px;
    padding-right: 35px;
}
@media only screen and (max-width: 991px) {
    .pg-head.lg .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .pg-head.lg .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.pg-head .title {
    display: block;
    font-family: circular-med, sans-serif;
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.2173913043em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
    .pg-head .title {
        font-size: 40px;
    }
}
.pg-head .ex {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
.pg-head svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
.back-to-all {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
.back-to-all a {
    color: #acb4be;
}
.back-to-all a:hover {
    color: #6da8bc;
}
.back-to-all a:hover svg {
    fill: #6da8bc;
}
.back-to-all svg {
    display: inline-block;
    width: 12px;
    height: 10px;
    fill: #acb4be;
    transition: fill 0.2s ease-out;
}
.back-to-all span {
    color: #acb4be;
}
#modal-video {
    padding-right: 0 !important;
}
#modal-video .modal-dialog {
    max-width: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: table;
}
#modal-video .modal-content {
    background-color: #000;
    box-shadow: none;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
}
#modal-video .close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #fff;
}
#modal-video .close svg {
    fill: #fff;
    width: 30px;
    height: auto;
}
.pullquote {
    padding: 0 0 80px;
    background-color: #f0f3f6;
    position: relative;
}
.pullquote.wh-bg {
    background-color: #fff;
}
.pullquote .q,
.pullquote blockquote {
    text-align: center;
}
.pullquote .q {
    width: 98px;
    height: 98px;
    background-color: #fff;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 50%;
    margin: -49px auto 50px;
}
.pullquote .q img {
    margin-top: 34px;
}
.pullquote p {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.3529411765em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .pullquote p {
        font-size: 24px;
    }
}
.pullquote cite {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
    display: block;
}
.pullquote span {
    font-weight: 700;
}
.parallax {
    height: 350px;
}
@media only screen and (max-width: 575px) {
    .parallax {
        height: 250px;
    }
}
.nonprofit-logos {
    padding: 0 20px 70px;
}
.nonprofit-logos .container-fluid {
    padding-left: 54px;
    padding-right: 54px;
}
@media only screen and (max-width: 1239px) {
    .nonprofit-logos .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .nonprofit-logos .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.nonprofit-logos .logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px 10px;
}
@media only screen and (max-width: 1079px) {
    .nonprofit-logos .logos {
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    .nonprofit-logos .logos {
        margin-bottom: 20px;
    }
}
.nonprofit-logos .logos.no-link {
    padding-top: 70px;
    margin-bottom: 0;
}
.nonprofit-logos .logos p {
    flex: 0 1 25%;
    max-width: 163px;
}
@media only screen and (max-width: 1079px) {
    .nonprofit-logos .logos p {
        flex-wrap: wrap;
        margin: 0 auto;
    }
}
.nonprofit-logos .logos p.break {
    display: none;
    flex-basis: 100%;
    height: 0;
    max-width: none;
}
@media only screen and (max-width: 1079px) {
    .nonprofit-logos .logos p.break {
        display: block;
    }
}
.nonprofit-logos img {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.nonprofit-logos p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6842105263em;
    font-weight: 400;
    letter-spacing: 0.0105263158em;
    color: #000;
    text-align: center;
}
.nonprofit-logos strong {
    font-weight: 600;
}
.nonprofit-logos a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8235294118em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-top: 20px;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    .nonprofit-logos a {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.6842105263em;
        font-weight: 600;
        letter-spacing: 0.0105263158em;
        font-family: graphik, sans-serif;
    }
}
.nonprofit-logos a svg {
    width: 7px;
    height: 10px;
    fill: #6da8bc;
    display: inline-block;
    margin-left: 4px;
}
.scrollto:before {
    display: block;
    content: " ";
    margin-top: -92px;
    height: 92px;
    visibility: hidden;
    pointer-events: none;
}
.faq .head {
    display: flex;
    align-items: flex-start;
}
.faq img {
    width: 34px;
    margin-right: 30px;
    margin-top: 6px;
}
.faq h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.8695652174em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.faq ul {
    border-top: 1px solid #6eccab;
    margin: 40px 0 0;
}
.faq li {
    padding: 28px 0 20px;
    border-bottom: 1px solid #6eccab;
}
.faq li:first-of-type .a {
    display: block;
}
.faq h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-out;
    padding-right: 30px;
    margin-bottom: 8px;
}
.faq h3:hover {
    color: #6eccab;
}
.faq h3 svg {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 4px;
    stroke: #6eccab;
}
.faq .open h3 .icon-plus,
.faq h3 .icon-minus {
    display: none;
}
.faq .open h3 .icon-minus {
    display: block;
}
.faq .a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 0 0;
    display: none;
}
.faq .a p {
    margin-bottom: 30px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
form input,
form select,
form textarea {
    font-family: graphik, sans-serif;
}
input,
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
::placeholder {
    color: #000;
}
.demo-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: -5px 21px 40px 0 rgba(41, 52, 56, 0.22);
    position: relative;
    z-index: 2;
    border-radius: 2px;
    margin-bottom: 160px;
}
@media only screen and (max-width: 991px) {
    .demo-form {
        margin-bottom: -80px;
    }
}
.demo-form fieldset {
    margin: 0 auto;
}
.demo-form .field {
    position: relative;
    margin-bottom: 30px;
}
.demo-form .field > label {
    color: #132e3c;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 1;
}
.demo-form .field > label span {
    padding: 0 5px;
    background-color: #fff;
}
.demo-form ::-moz-placeholder {
    color: #848c96;
}
.demo-form :-ms-input-placeholder {
    color: #848c96;
}
.demo-form ::placeholder {
    color: #848c96;
}
.demo-form .hs-form-required {
    display: none;
}
.demo-form .input {
    margin: 0 !important;
}
.demo-form .hs-input {
    border: 1px solid #6da8bc;
    width: 100% !important;
    border-radius: 3px;
    padding: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
    height: 66px;
    color: #000;
}
@media only screen and (max-width: 599px) {
    .demo-form .hs-input {
        height: 48px;
    }
}
.demo-form .hs-input:focus {
    border-color: #4e8ba3;
    outline: none;
}
.demo-form .hs-input.error {
    border-color: #da695f;
}
.demo-form .hs-button {
    border: none;
    font-family: circular-med, sans-serif;
    padding: 15px 0;
    width: 120px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #da695f;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
    .demo-form .hs-button {
        width: 100%;
        padding: 10px 0;
        border-radius: 6px;
    }
}
.demo-form .hs-button:hover {
    background-color: #ca4a41;
}
.demo-form .hs_error_rollup {
    display: none;
}
.demo-form .hs-error-msg {
    color: #da695f;
}
.mktoForm fieldset {
    padding: 0 !important;
}
.mktoForm legend {
    top: -15px !important;
}
.mktoForm input::-moz-placeholder {
    color: transparent !important;
}
.mktoForm input:-ms-input-placeholder {
    color: transparent !important;
}
.mktoForm input::placeholder {
    color: transparent !important;
}
.mktoForm .mktoFormCol {
    padding-right: 0 !important;
}
.mktoForm input.mktoInvalid {
    border: 1px solid #da695f !important;
}
.mktoForm .mktoButtonWrap {
    margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100% !important;
}
#mktoForm_1421 {
    max-width: 500px;
    background-color: transparent;
}
#mktoForm_1421 legend {
    display: none;
}
#mktoForm_1421 > .mktoFormRow {
    width: calc(100% - 120px) !important;
    float: left;
    padding: 0 !important;
}
@media only screen and (max-width: 599px) {
    #mktoForm_1421 > .mktoFormRow {
        float: none;
        width: 100% !important;
    }
}
#mktoForm_1421 .mktoFormCol {
    padding: 0 !important;
    float: none;
}
#mktoForm_1421 input[type="email"] {
    border: 1px solid #6da8bc;
    width: 100% !important;
    border-right: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400;
    box-shadow: none;
    height: 58px;
}
@media only screen and (max-width: 599px) {
    #mktoForm_1421 input[type="email"] {
        border: 1px solid #6da8bc;
        border-radius: 6px;
        height: 48px;
        text-align: center;
    }
}
#mktoForm_1421 input[type="email"]:focus {
    border-color: #4e8ba3;
    outline: none;
}
#mktoForm_1421 input[type="email"]::-moz-placeholder {
    font-size: 18px !important;
}
#mktoForm_1421 input[type="email"]:-ms-input-placeholder {
    font-size: 18px !important;
}
#mktoForm_1421 input[type="email"]::placeholder {
    font-size: 18px !important;
}
#mktoForm_1421 .mktoClear {
    display: none;
}
#mktoForm_1421 input.mktoInvalid {
    border: 1px solid #da695f !important;
    border-right: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#mktoForm_1421 .mktoButtonRow {
    width: auto !important;
}
@media only screen and (max-width: 599px) {
    #mktoForm_1421 .mktoButtonRow {
        width: 100% !important;
    }
}
#mktoForm_1421 .mktoButtonRow .mktoButtonWrap {
    margin: 0 !important;
}
#mktoForm_1421 .mktoButton {
    border: none;
    font-family: circular-med, sans-serif;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    padding: 15px 0;
    width: 120px !important;
    border-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    display: inline-block !important;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #6da8bc !important;
    color: #fff !important;
    height: auto !important;
}
@media only screen and (max-width: 599px) {
    #mktoForm_1421 .mktoButton {
        display: block !important;
        width: 100% !important;
        padding: 10px 0;
        border-radius: 6px !important;
    }
}
#mktoForm_1421 .mktoButton:hover {
    background-color: #4e8ba3 !important;
}
.ann-bar {
    background-color: #6da8bc;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 413px) {
    .ann-bar {
        font-size: 12px;
    }
}
@media only screen and (max-width: 374px) {
    .ann-bar {
        font-size: 11px;
    }
}
.ann-bar a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
}
.ann-bar svg {
    width: 7px;
    height: 10px;
    fill: #fff;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 991px) {
    .ann-bar span {
        display: none;
    }
}
.main-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
.main-header .bar {
    background-color: #fff;
    padding: 0 70px;
    border-bottom: 1px solid #e3e6ea;
}
@media only screen and (max-width: 1239px) {
    .main-header .bar {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 479px) {
    .main-header .bar {
        padding: 0 15px;
    }
}
.main-header .bar a.logo {
    display: inline-block;
    width: 314px;
    height: 34px;
    margin: 30px 0 26px;
    float: left;
}
@media only screen and (max-width: 1239px) {
    .main-header .bar a.logo {
        float: none;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 479px) {
    .main-header .bar a.logo {
        width: 240px;
        height: auto;
        margin: 35px 0 11px;
    }
}
.main-header .bar a.logo svg {
    width: 314px;
    height: 34px;
}
@media only screen and (max-width: 479px) {
    .main-header .bar a.logo svg {
        width: 240px;
        height: auto;
    }
}
.main-header .mo {
    display: none;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
}
.main-header .main-nav {
    text-align: right;
    margin-top: 28px;
    float: right;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav {
        text-align: left;
        transform: translateY(calc(-100% - 180px));
        opacity: 0;
        position: absolute;
        float: none;
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
    }
    .main-header .main-nav::-webkit-scrollbar {
        width: 5px;
    }    
    .main-header .main-nav::-webkit-scrollbar-thumb {
        background: #da695f; 
        border-radius: 30px;
    }
}
.main-header .main-nav li.top {
    display: inline;
    margin-left: 18px;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav li.top {
        display: block;
        margin: 0;
    }
}
.main-header .main-nav .demo {
    margin-left: 6px;
}
.main-header .main-nav .aa {
    font-family: circular-book, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429em;
    font-weight: 400;
    letter-spacing: 0;
    color: #132e3c;
    padding-bottom: 34px;
    position: relative;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav .aa {
        font-size: 20px;
    }
}
.main-header .main-nav .aa:hover {
    color: #6da8bc;
    border-bottom: 2px solid #6da8bc;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav .aa:hover {
        border: none;
        color: #132e3c;
    }
}
.main-header .main-nav .aa.active {
    color: #6da8bc;
}
.main-header .main-nav .btn {
    padding: 7px 20px;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav .btn {
        width: 300px;
        padding: 16px 20px;
        font-size: 18px;
        position: relative;
        top: -37px;
    }
}
@media only screen and (max-width: 413px) {
    .main-header .main-nav .btn {
        width: 100%;
    }
}
.main-header .main-nav .btn2 {
    padding: 5px 18px;
}
@media only screen and (max-width: 1239px) {
    .main-header .main-nav .btn2 {
        width: 300px;
        padding: 16px 20px;
        font-size: 18px;
        position: relative;
        top: 90px;
    }
}
@media only screen and (max-width: 413px) {
    .main-header .main-nav .btn2 {
        width: 100%;
    }
}
.main-header .main-nav .login {
    transition: all 0.2s ease-out;
}
.main-header .main-nav .login:hover {
    color: #fff !important;
}
.main-header .dropdown-menu {
    background-color: #f8fafc;
    box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.25);
    padding: 28px 30px 10px;
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    border-top: 1px solid #e3e6ea;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
    left: -30px !important;
}
.main-header .dropdown-menu a {
    color: #132e3c;
    font-family: circular-book, sans-serif;
    display: block;
    margin-bottom: 18px;
    white-space: nowrap;
}
.main-header .dropdown-menu a:hover {
    color: #6da8bc;
}
@media only screen and (max-width: 1239px) {
    .main-header .dropdown-menu.show {
        float: none;
        position: static !important;
        transform: none !important;
        background-color: transparent;
        box-shadow: none;
        border: none;
        font-size: 16px;
        padding-top: 20px;
        left: 0;
    }
}
.main-header .has-dd {
    position: relative;
}
.main-header .has-dd a {
    cursor: pointer;
}
@media only screen and (max-width: 1239px) {
    .main-header .has-dd.show .icon-plus {
        display: none;
    }
    .main-header .has-dd.show .icon-minus {
        display: inline-block;
    }
}
.main-header .icon-plus {
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    margin-left: 10px;
    display: none;
    stroke: #132e3c;
}
@media only screen and (max-width: 1239px) {
    .main-header .icon-plus {
        display: inline-block;
    }
}
.main-header .icon-minus {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 10px;
    display: none;
    stroke: #132e3c;
}
#menu {
    display: none;
    position: absolute;
    top: 1px;
    right: 16px;
    z-index: 101;
}
@media only screen and (max-width: 1239px) {
    #menu {
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    #menu {
        right: 1px;
    }
}
#menu .navicon {
    margin: 42px 20px;
    position: relative;
}
#menu .navicon,
#menu .navicon:after,
#menu .navicon:before {
    display: block;
    height: 4px;
    width: 24px;
    transition: all 0.3s ease;
    background-color: #848c96;
}
#menu .navicon:after,
#menu .navicon:before {
    content: "";
    position: absolute;
}
#menu .navicon:before {
    top: -8px;
}
#menu .navicon:after {
    top: 8px;
}
body.open-menu {
    position: fixed;
}
body.open-menu .main-header {
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
body.open-menu .main-nav {
    transform: translateY(0);
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
    position: relative;
}
body.open-menu .bar {
    padding-bottom: 90px;
    border: none;
}
body.open-menu .mo {
    display: block;
}
body.open-menu #menu .navicon {
    background-color: transparent;
}
body.open-menu #menu .navicon:before {
    top: 0;
    transform: rotate(-45deg);
}
body.open-menu #menu .navicon:after {
    top: 0;
    transform: rotate(45deg);
}
.main-footer {
    background-color: #132e3c;
    padding: 100px 70px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #848c96;
}
@media only screen and (max-width: 1101px) {
    .main-footer {
        padding: 50px 0 60px 20px;
    }
}
.main-footer ul {
    margin-bottom: 40px;
}
.main-footer li {
    margin-bottom: 8px;
}
.main-footer a {
    color: #848c96;
}
.main-footer a:hover {
    color: #fff;
}
.main-footer .container {
    max-width: none;
}
.main-footer .cc {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.main-footer .cc1 {
    flex: 0 0 20%;
    max-width: 20%;
}
@media only screen and (max-width: 991px) {
    .main-footer .cc1 {
        display: none;
    }
}
.main-footer .cc2 {
    flex: 0 0 20%;
    max-width: 20%;
}
@media only screen and (max-width: 991px) {
    .main-footer .cc2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.main-footer .cc3 {
    flex: 0 0 18%;
    max-width: 18%;
}
@media only screen and (max-width: 991px) {
    .main-footer .cc3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.main-footer .cc4 {
    flex: 0 0 16%;
    max-width: 16%;
}
@media only screen and (max-width: 991px) {
    .main-footer .cc4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.main-footer .cc5 {
    flex: 0 0 26%;
    max-width: 26%;
}
@media only screen and (max-width: 991px) {
    .main-footer .cc5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.main-footer .cc5 span {
    text-decoration: underline;
}
.main-footer .tagline {
    width: 186px;
    height: 118px;
    display: block;
}
@media only screen and (max-width: 991px) {
    .main-footer .tagline {
        width: 134px;
        height: 85px;
    }
}
.main-footer .h6 {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2727272727em;
    font-weight: 400;
    letter-spacing: 0.2727272727em;
    font-family: circular-med, sans-serif;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.main-footer p {
    margin-bottom: 8px;
}
.main-footer .social {
    margin-bottom: 20px;
}
.main-footer .social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
}
.main-footer .social a:hover svg {
    fill: #fff;
}
.main-footer .social svg {
    fill: #6da8bc;
    transition: fill 0.2s ease-out;
}
.main-footer a.email {
    color: #6da8bc;
}
.main-footer a.email:hover {
    color: #fff;
}
.blog-head {
    margin-top: 100px;
}
@media only screen and (max-width: 479px) {
    .blog-head {
        margin-top: 50px;
    }
}
.blog-head h1 {
    font-family: circular-med, sans-serif;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -0.0166666667em;
    margin-bottom: 20px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .blog-head h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-head h1 {
        font-size: 40px;
    }
}
.blog-head h2 {
    font-family: circular-book, sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.1304347826em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
    text-align: center;
    margin-bottom: 60px;
}
.searchform {
    max-width: 636px;
    margin: 0 auto 20px;
    position: relative;
}
.searchform .field {
    border: 1px solid #979797;
    width: 100%;
    border-radius: 8px;
    padding: 2px 10px 2px 54px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
}
.searchform .field:focus {
    border-color: #6da8bc;
}
.searchform label {
    position: absolute;
    left: 4px;
    top: 0;
    padding: 14px;
    cursor: pointer;
    display: block;
}
.searchform .submit {
    display: none;
}
.searchform svg {
    fill: #000;
    width: 18px;
    height: 19px;
}
.paged-head {
    padding-top: 19px;
    position: relative;
    overflow: hidden;
}
.paged-head.grey {
    background-color: #f8fafc;
}
.paged-head .container-fluid {
    max-width: 1290px;
    padding-left: 35px;
    padding-right: 35px;
}
@media only screen and (max-width: 991px) {
    .paged-head .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .paged-head .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.paged-head h1 {
    font-family: circular-med, sans-serif;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.4705882353em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 30px 0 80px;
    text-align: center;
}
.paged-head h1.mar1 {
    padding: 10px 0 80px;
}
.paged-head h1.mar2 {
    padding: 80px 0;
}
.paged-head h2 {
    font-family: circular-book, sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.1304347826em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
    text-align: center;
    margin-bottom: 60px;
}
.paged-head.pt {
    margin-top: 60px;
}
.paged-head.pt h1 {
    padding-bottom: 0;
}
.paged-head .desc {
    max-width: 640px;
    text-align: center;
    margin: -60px auto 80px;
}
.paged-head2 {
    padding-top: 40px;
}
.paged-head2 .container-fluid {
    max-width: 1220px;
    background-color: #f8fafc;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book;
}
.author-image {
    padding: 10px 0 0;
}
.author-image img {
    max-width: 200px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.author-meta {
    max-width: 640px;
    text-align: center;
    margin: -60px auto 0;
    padding-bottom: 60px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.author-meta li {
    display: inline-block;
}
.author-meta li:after {
    content: "  | ";
    white-space: pre;
}
.author-meta li:last-of-type:after {
    content: "";
}
.author-meta a {
    font-family: circular-book, sans-serif;
}
.author-meta a svg {
    width: 8px;
    height: 14px;
    fill: #6da8bc;
    display: inline;
    transition: fill 0.2s ease-out;
}
.author-meta a:hover svg {
    fill: #4e8ba3;
}
.authors-posts {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    font-family: circular-book, sans-serif;
    margin: -40px 0 40px;
    text-align: center;
}
.blog {
    padding: 80px 0 40px;
}
.blog.impt {
    background-color: #f0f1f2;
}
.blog.impt h2 {
    font-family: circular-med, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3888888889em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 60px;
    text-align: center;
}
.blog.impt .dt {
    display: none;
}
.blog .container-fluid {
    max-width: 1290px;
    padding-left: 35px;
    padding-right: 35px;
}
@media only screen and (max-width: 991px) {
    .blog .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .blog .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.blog .entries {
    margin-left: -35px;
    margin-right: -35px;
}
@media only screen and (max-width: 991px) {
    .blog .entries {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.blog .cats {
    text-align: center;
}
.blog .cats span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444em;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 4px;
    color: #6f7783;
    font-family: circular-book, sans-serif;
}
.blog .cats li {
    display: inline-block;
    margin: 0 4px 12px;
}
.blog .cats .current-cat a {
    background-color: #6da8bc;
    color: #fff;
}
.blog .cats a {
    font-family: circular-med, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 0.0769230769em;
    background-color: #f5f7f9;
    display: inline-block;
    padding: 3px 12px 2px;
    margin: 4px 3px;
}
.blog .cats a.active,
.blog .cats a:hover {
    background-color: #6da8bc;
    color: #fff;
}
.blog .cats a svg {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.blog .cats1 {
    margin-top: -80px;
    margin-bottom: 40px;
}
.blog .cats2 {
    text-align: center;
    margin-bottom: 40px;
}
.blog .post {
    margin-bottom: 40px;
    padding-right: 35px;
    padding-left: 35px;
}
@media only screen and (max-width: 991px) {
    .blog .post {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog .post {
        max-width: 560px;
        margin: 0 auto 50px;
    }
}
.blog .sticky {
    display: flex;
}
@media only screen and (max-width: 991px) {
    .blog .sticky {
        display: block;
    }
}
.blog .sticky .img {
    flex: 0 0 64.7540983607%;
    max-width: 64.7540983607%;
}
@media only screen and (max-width: 991px) {
    .blog .sticky .img {
        flex: none;
        max-width: none;
    }
}
.blog .sticky .text {
    padding-left: 70px;
}
@media only screen and (max-width: 991px) {
    .blog .sticky .text {
        padding: 0 70px;
    }
}
@media only screen and (max-width: 767px) {
    .blog .sticky .text {
        padding: 0;
    }
}
.blog .sticky h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 1239px) {
    .blog .sticky h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2916666667em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.blog .sticky .ex {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6842105263em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 1239px) {
    .blog .sticky .ex {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.7333333333em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.ebooks .dt,
.webinars .dt {
    display: none;
}
.post .img {
    display: block;
    transition: opacity 0.2s ease-out;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .post .img {
        margin-bottom: 14px;
    }
}
.post .img:hover {
    opacity: 0.7;
}
.post .img img {
    border-radius: 3px;
}
.post .cat {
    font-family: circular-med, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385em;
    font-weight: 400;
    letter-spacing: 0.0769230769em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.post .cat .dt {
    color: #848c96;
    font-family: circular-book, sans-serif;
}
.post .cat .dt span {
    font-family: graphik;
}
.post .title {
    color: #4899b4;
}
.post .title:hover {
    color: #4e8ba3;
}
.post h3,
.post p.h3 {
    font-family: circular-med, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2916666667em;
    margin-bottom: 20px;
}
.post .ex,
.post h3,
.post p.h3 {
    font-weight: 400;
    letter-spacing: 0;
}
.post .ex {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    color: #6f7783;
}
.post a.rm {
    white-space: nowrap;
    color: #6f7783;
    text-decoration: underline;
}
.posts-nav {
    text-align: center;
    margin: 60px 0 3em;
}
@media only screen and (max-width: 767px) {
    .posts-nav {
        margin: 0 0 30px;
    }
}
.posts-nav a {
    text-decoration: none;
    padding: 6px 0;
    margin: 4px;
    border: 2px solid #c8cfd2;
    border-radius: 2px;
    color: #6eccab;
    width: 44px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
    .posts-nav a {
        width: auto;
    }
}
.posts-nav a.current {
    color: #fff;
    background-color: #6eccab;
    border-color: #6eccab;
}
.posts-nav a:hover {
    border-color: #6eccab;
}
@media only screen and (max-width: 767px) {
    .posts-nav .pg {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .posts-nav .nextpostslink,
    .posts-nav .previouspostslink {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 2.3076923077em;
        font-weight: 400;
        letter-spacing: 0.0307692308em;
        border: none;
        color: #fff;
        background-color: #6eccab;
        padding: 1px 10px;
    }
}
.posts-nav .nextpostslink span,
.posts-nav .previouspostslink span {
    display: none;
}
@media only screen and (max-width: 767px) {
    .posts-nav .nextpostslink span,
    .posts-nav .previouspostslink span {
        display: inline;
    }
}
.posts-nav .nextpostslink:hover,
.posts-nav .previouspostslink:hover {
    border-color: #4e8ba3;
}
.posts-nav .nextpostslink svg,
.posts-nav .previouspostslink svg {
    width: 12px;
    height: 10px;
    display: inline-block;
    fill: #6eccab;
}
@media only screen and (max-width: 767px) {
    .posts-nav .nextpostslink svg,
    .posts-nav .previouspostslink svg {
        fill: #fff;
    }
}
.dropdown-posts-nav {
    display: none;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077em;
    font-weight: 400;
    letter-spacing: 0.0307692308em;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .dropdown-posts-nav {
        display: block;
    }
}
.blogbc {
    font-family: circular-book, sans-serif;
    color: #848c96;
    padding: 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077em;
    font-weight: 400;
    letter-spacing: 0.0307692308em;
}
.blogbc span {
    padding: 0 3px;
}
.blogbc a,
.blogbc span {
    color: #bfc5cd;
}
.blogbc a:hover {
    color: #6da8bc;
}
.signup {
    background-color: #f8fafc;
    padding: 90px 15px;
    text-align: center;
}
@media only screen and (max-width: 599px) {
    .signup {
        padding: 50px 28px;
    }
}
.signup h6 {
    display: none;
    font-family: circular-med, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.40625em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
    .signup h6 {
        display: block;
    }
}
.signup p {
    font-family: circular-med, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 566px;
    margin: 0 auto 40px;
}
@media only screen and (max-width: 599px) {
    .signup p {
        font-family: graphik, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.8571428571em;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 30px;
        color: #6f7783;
    }
}
.signup .hbspt-form {
    max-width: 566px;
    margin: 0 auto 10px;
}
@media only screen and (max-width: 599px) {
    .signup .hbspt-form {
        padding: 0 8px;
    }
}
.signup .hbspt-form .form-columns-1 {
    float: left;
    width: calc(100% - 120px);
}
@media only screen and (max-width: 599px) {
    .signup .hbspt-form .form-columns-1 {
        float: none;
        width: 100%;
    }
}
.signup .hbspt-form .form-columns-1 .input {
    margin: 0;
}
.signup .hbspt-form .form-columns-1 label {
    display: none;
}
.signup .hbspt-form .form-columns-1 .hs-input {
    border: 1px solid #6da8bc;
    width: 100%;
    border-right: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
    height: 58px;
}
@media only screen and (max-width: 599px) {
    .signup .hbspt-form .form-columns-1 .hs-input {
        border: 1px solid #6da8bc;
        border-radius: 6px;
        margin-bottom: 15px;
        height: 48px;
        text-align: center;
    }
}
.signup .hbspt-form .form-columns-1 .hs-input:focus {
    border-color: #4e8ba3;
    outline: none;
}
.signup .hbspt-form .form-columns-1 .hs-input.error {
    border-color: #da695f;
}
.signup .hbspt-form .hs-button {
    border: none;
    font-family: circular-med, sans-serif;
    padding: 15px 0;
    width: 120px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #6da8bc;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
    .signup .hbspt-form .hs-button {
        width: 100%;
        padding: 10px 0;
        border-radius: 6px;
    }
}
.signup .hbspt-form .hs-button:hover {
    background-color: #4e8ba3;
}
.signup .hbspt-form .hs_error_rollup {
    display: none;
}
.freeres {
    background-color: #6f7783;
    padding: 90px 35px;
}
@media only screen and (max-width: 479px) {
    .freeres {
        padding: 50px 15px;
    }
}
.freeres h5 {
    font-family: circular-med, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}
@media only screen and (max-width: 599px) {
    .freeres h5 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .freeres h5 {
        margin-bottom: 40px;
    }
}
.freeres .wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.freeres .col1 {
    flex: 0 0 45.4545454%;
    max-width: 45.4545454%;
    padding-bottom: 30px;
    position: relative;
}
.freeres h6 {
    font-family: circular-med, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .freeres h6 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .freeres h6 {
        font-size: 13px;
    }
}
.freeres h6 strong {
    text-decoration: underline;
}
.freeres .img {
    transition: opacity 0.2s ease-out;
}
.freeres .img:hover {
    opacity: 0.7;
}
.freeres img {
    margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
    .freeres img {
        margin-bottom: 15px;
    }
}
.freeres .btn4 {
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}
@media only screen and (max-width: 479px) {
    .freeres .btn4 {
        width: 90%;
        text-align: center;
        display: block;
    }
    .freeres .btn4 span {
        display: none;
    }
}
.blog-pad {
    padding-top: 100px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .blog-pad {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.single .cat {
    margin-bottom: 10px;
}
.single .cat a {
    font-family: circular-med, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 0.0769230769em;
    background-color: #f5f7f9;
    display: inline-block;
    padding: 3px 12px 2px;
}
.single .meta {
    margin-top: -40px;
    margin-bottom: 60px;
}
.single .meta p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
}
.single .img {
    margin-bottom: 60px;
}
.single .summary {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5789473684em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    padding-bottom: 40px;
}
.single .summary p,
.single .summary ul {
    margin-bottom: 40px;
}
.single .summary ol,
.single .summary ul {
    margin-bottom: 1.875rem;
}
.single .summary ol {
    list-style-type: decimal;
}
.single .summary ol li,
.single .summary ul li {
    margin-left: 1.8em;
}
.single .summary ul li:before {
    content: "•";
    display: block;
    font-size: 1em;
    font-weight: 700;
    left: -1.7em;
    max-height: 0;
    min-height: 0;
    position: relative;
    top: 0;
    color: #6da8bc;
}
.single .pad {
    padding-bottom: 60px;
}
.blog-single .ebook_form {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .blog-single .ebook_form {
        display: block;
        margin-bottom: 80px;
    }
}
.blog-single .ebook_form .col1 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .blog-single .ebook_form .col1 {
        flex: 0;
        max-width: 83.3333%;
        margin: 0 auto;
        padding: 0;
    }
}
@media only screen and (max-width: 575px) {
    .blog-single .ebook_form .col1 {
        max-width: none;
    }
}
.blog-single .ebook_form .col2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .blog-single .ebook_form .col2 {
        flex: 0;
        max-width: 83.3333%;
        margin: 0 auto;
        padding: 0;
    }
}
@media only screen and (max-width: 575px) {
    .blog-single .ebook_form .col2 {
        max-width: none;
    }
}
.blog-single .ebook_form .hbspt-form {
    border: 1px solid #e3e6ea;
    padding: 20px;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .blog-single .ebook_form .hbspt-form {
        margin-top: 20px;
    }
}
.blog-single .related {
    padding-bottom: 60px;
}
.blog-single .related h4 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.5em;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    position: relative;
    text-align: center;
}
.blog-single .related h4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e3e6ea;
}
.blog-single .related h4 span {
    background-color: #fff;
    padding: 2px 20px;
    position: relative;
    top: -16px;
    display: inline-block;
    z-index: 2;
}
.blog-single .related .post {
    margin-bottom: 40px;
}
.blog-single .related .dt {
    display: none;
}
.blog-cta {
    border: 1px solid #848c96;
    padding: 20px 30px;
    margin: 60px 0 100px;
}
.blog-cta p {
    margin: 0;
}
.ccard {
    padding: 40px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    border-top: 6px solid #6da8bc;
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
}
.ccard h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.1578947368em;
    font-family: circular-med, sans-serif;
    margin-bottom: 40px;
}
.ccard h1,
.ccard p {
    font-weight: 400;
    letter-spacing: 0;
}
.ccard p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75em;
    color: #acb4be;
    margin-bottom: 20px;
}
.ccard p span {
    color: #132e3c;
    font-size: 18px;
    font-family: circular-book, sans-serif;
    display: block;
}
.ccard p span.desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
}
.ccard a.btn.sm {
    padding: 8px 80px;
    margin-top: 40px;
}
.car-1 {
    padding-top: 90px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    .car-1 {
        padding-top: 90px;
    }
}
.car-1 .image-right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 120px;
    justify-content: center;
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    .car-1 .image-right {
        margin-bottom: 0;
        display: block;
        padding: 0;
    }
}
.car-1 .img {
    max-width: 819px;
    margin-left: -65px;
}
@media only screen and (max-width: 767px) {
    .car-1 .img {
        width: 100%;
        margin: 0;
    }
}
.car-1 .ccard {
    max-width: 446px;
    margin-right: -65px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .car-1 .ccard {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .car-1 .ccard {
        margin: -100px auto 100px;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .car-1 .ccard {
        width: 90%;
    }
}
.car-1 .content img {
    max-width: 256px;
    margin: 0 auto 30px;
    display: block;
}
.car-1 .content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
.car-1 .content p {
    color: #6f7783;
}
.car-2 {
    background: #fff url(/images/car2-bg.jpg) 0 50px no-repeat;
    background-size: cover;
    padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
    .car-2 {
        padding-bottom: 0;
    }
}
.car-2 .q {
    width: 98px;
    height: 98px;
    background-color: #fff;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 50%;
    margin: 0 auto 60px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .car-2 .q {
        margin-bottom: 30px;
    }
}
.car-2 .q img {
    margin-top: 34px;
}
.car-2 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    color: #6da8bc;
    text-align: center;
    margin-bottom: 60px;
}
.car-2 .qcard {
    padding: 40px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    border-top: 6px solid #fff;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
}
.car-2 p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3684210526em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 40px;
    color: #3f3f3f;
}
.car-2 .flex {
    display: flex;
    align-items: center;
}
.car-2 .img {
    border-radius: 50%;
    width: 69px;
    margin-right: 15px;
}
.car-2 cite {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3333333333em;
    font-weight: 600;
    letter-spacing: 0;
    color: #8f8f8f;
    display: block;
}
.car-2 cite span {
    display: block;
    font-weight: 300;
}
.car-3 {
    background-color: #fff;
    padding: 120px 0;
}
.car-3 h2 {
    font-family: circular-med, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.car-3 .intro {
    margin-bottom: 80px;
}
.car-3 .intro p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.car-3 img {
    height: 58px;
    margin-bottom: 20px;
}
.car-3 h3 {
    font-family: circular-book, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    margin-bottom: 20px;
}
.car-3 .items p,
.car-3 h3 {
    font-weight: 400;
    letter-spacing: 0;
}
.car-3 .items p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    color: #6f7783;
    margin-bottom: 80px;
}
.car-4 {
    background-color: #fff;
    padding: 80px 0;
}
.car-4 h2 {
    font-family: circular-med, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    margin-bottom: 30px;
}
.car-4 h2,
.car-4 h3 {
    font-weight: 400;
    letter-spacing: 0;
}
.car-4 h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    color: #6f7783;
    margin-bottom: 80px;
}
.car-5 h2 {
    margin-bottom: 40px;
}
.car-5 a {
    color: #da695f;
    border-bottom: 2px solid #da695f;
    transition: all 0.2s ease-out;
    font-weight: 600;
}
.car-5 a:hover {
    color: #ca4a41;
    border-color: #ca4a41;
}
.careers-q {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #6f7783;
    background-color: #f8fafc;
    text-align: center;
}
.alts-1,
.careers-q {
    padding: 80px 0;
}
@media only screen and (max-width: 767px) {
    .alts-1 {
        padding: 15px 0 0;
    }
}
.alts-1 h1 {
    font-family: circular-med;
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.1290322581em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 50px;
}
@media only screen and (max-width: 479px) {
    .alts-1 h1 {
        font-size: 50px;
    }
}
.alts-1 p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
}
.alts-2 {
    padding: 80px 0;
}
.alts-2 h2 {
    font-family: circular-med;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 500px;
    margin-bottom: 50px;
}
.alts-2 .tag-wrap {
    margin-bottom: 40px;
}
.alts-2 .tag {
    font-family: circular-med;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    border: 1px solid #f0f1f2;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTEwLjY1IDkuMUwyLjA4LjM2YTEuMjIgMS4yMiAwIDAwLTEuNzMgMCAxLjI5IDEuMjkgMCAwMDAgMS43N0w4LjA3IDEwIC4zNSAxNy44N2ExLjI5IDEuMjkgMCAwMDAgMS43NyAxLjIyIDEuMjIgMCAwMDEuNzMgMGw4LjU3LTguNzdhMS4yOSAxLjI5IDAgMDAwLTEuNzciIGZpbGw9IiNjOGNkZDUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: right 20px center;
    background-repeat: no-repeat;
    color: #132e3c;
}
.alts-2 .tag:hover b {
    color: #4e8ba3;
}
.alts-2 img {
    width: 88px;
    margin-right: 20px;
}
.alts-2 h3 {
    padding-right: 60px;
}
.alts-2 b {
    display: block;
    color: #6da8bc;
    text-decoration: underline;
    font-size: 20px;
    transition: color 0.2s ease-out;
}
.alts-3 {
    padding: 80px 0 180px;
}
@media only screen and (max-width: 767px) {
    .alts-3 {
        padding-bottom: 0;
    }
}
.alts-3 h2 {
    font-family: circular-med;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.4814814815em;
}
.alts-3 h2,
.alts-3 p {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.875rem;
}
.alts-3 p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
}
.alts-4 {
    padding: 80px 15px;
    background-color: #f8fafc;
}
.alts-4 .wrap {
    max-width: 654px;
    margin: 0 auto;
}
.alts-4 h2 {
    font-family: circular-med;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.4814814815em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.875rem;
}
.alts-4 h2 img {
    width: 35px;
    height: 35px;
    position: relative;
    top: 7px;
    margin-right: 20px;
}
.alts-4 p {
    margin-bottom: 1.875rem;
    color: #848c96;
}
.alts-4 p,
.alts-4 ul {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
.alts-4 ul {
    border-top: 1px solid #6da8bc;
}
.alts-4 li {
    padding: 30px 0;
    border-bottom: 1px solid #6da8bc;
}
.alts-4 a {
    font-weight: 600;
}
#alts .cta {
    background-color: #fff;
}
.alter-1 {
    background-color: #6da8bc;
    position: relative;
    margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
    .alter-1 {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}
.alter-1 .back-to-all {
    padding-top: 10px;
    margin-bottom: 50px;
}
.alter-1 .back-to-all a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alter-1 .back-to-all a:hover svg,
.alter-1 .back-to-all svg {
    fill: #fff;
}
.alter-1 header {
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 575px) {
    .alter-1 header {
        margin-bottom: 40px;
    }
}
.alter-1 header h1 {
    font-family: circular-med, sans-serif;
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.2173913043em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
    .alter-1 header h1 {
        font-size: 40px;
    }
}
.alter-1 header p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
.alter-1 .svg1,
.alter-1 .svg2 {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
@media only screen and (max-width: 575px) {
    .alter-1 .svg1,
    .alter-1 .svg2 {
        display: none;
    }
}
.alter-1 .svg1 {
    bottom: 158px;
    z-index: 1;
}
.alter-1 .svg2 {
    height: 160px;
    z-index: 1;
}
.alter-1 .table-wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px;
    max-width: 1008px;
    margin: 0 auto;
}
@media only screen and (max-width: 575px) {
    .alter-1 .table-wrap {
        overflow-x: scroll;
    }
}
.alter-1 table.fake {
    width: 100%;
    background-color: #6da8bc;
    z-index: 2;
    position: relative;
    table-layout: fixed;
}
.alter-1 table.fake th {
    width: 22%;
    height: 20px;
}
.alter-1 table.fake th:nth-of-type(2) {
    background-color: #fff;
    border-top: 6px solid #91c25e;
    width: 39%;
}
.alter-1 table.fake th:nth-of-type(3) {
    width: 39%;
}
.alter-1 table.real {
    box-shadow: -5px 21px 40px 0 rgba(41, 52, 56, 0.33);
    border-collapse: separate;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .alter-1 table.real {
        box-shadow: none;
    }
}
.alter-1 table.real th {
    background-color: #fff;
    color: #848c96;
    width: 22%;
    padding: 18px 10px 28px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    color: #000;
    border-right: 2px solid #bfc5cd;
}
.alter-1 table.real th:nth-of-type(2) {
    width: 39%;
    border: none;
}
.alter-1 table.real th:nth-of-type(3) {
    width: 39%;
    padding-top: 28px;
    border-left: 2px solid #bfc5cd;
    border-right: none;
}
.alter-1 table.real th svg {
    width: 146px;
    margin: 0 auto;
}
.alter-1 table.real tr:nth-child(odd) {
    background-color: #f5f7f9;
}
.alter-1 td {
    position: relative;
    border-left: 1px solid #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    border-right: 2px solid #bfc5cd;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .alter-1 td {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.4166666667em;
        font-weight: 600;
        letter-spacing: 0.0166666667em;
        padding-right: 10px;
    }
}
.alter-1 td:nth-of-type(2) {
    border: none;
}
.alter-1 td:nth-of-type(3) {
    border-left: 2px solid #bfc5cd;
    border-right: none;
}
.alter-1 td.text {
    padding: 20px 10px 20px 35px;
    text-align: left;
    color: #132e3c;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
@media only screen and (max-width: 767px) {
    .alter-1 td.text {
        padding-left: 10px;
        font-size: 17px;
    }
}
.alter-1 td.indent {
    padding-left: 52px;
    position: relative;
}
.alter-1 td img {
    width: 16px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.alter-2,
.alter-3 {
    text-align: center;
}
.alter-2 h2,
.alter-3 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 20px;
}
.alter-2 p,
.alter-3 p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
    .alter-2 p,
    .alter-3 p {
        margin-bottom: 40px;
    }
}
.alter-2 {
    background: url(/images/img-noise-361x370.png);
    box-shadow: inset 10px -5px 44px -15px rgba(0, 0, 0, 0.05);
    padding: 80px 0 0;
}
.alter-3 {
    padding-top: 50px;
}
.alter-4 .image-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .alter-4 .image-left {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.alter-4 .image-left .pad {
    margin: 0 auto 0 6%;
}
@media only screen and (max-width: 767px) {
    .alter-4 .image-left .pad {
        margin: 0;
    }
}
.alter-4 .image-right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .alter-4 .image-right {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.alter-4 img {
    width: 46%;
}
@media only screen and (max-width: 767px) {
    .alter-4 img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.alter-4 .pad {
    flex: 0 0 46%;
    max-width: 600px;
    margin: 0 3.75% 0 auto;
    width: 100%;
    padding: 0 2%;
}
@media only screen and (max-width: 1101px) {
    .alter-4 .pad {
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 991px) {
    .alter-4 .pad {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .alter-4 .pad {
        margin: 0;
    }
}
.alter-4 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
.alter-4 h2 img {
    width: 59px;
}
.alter-4 ul {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.alter-4 li {
    padding: 5px 0 30px 52px;
    background: transparent url(/images/check-green2.svg) 0 10px no-repeat;
}
.reviews {
    padding: 80px 0;
    background-color: #f8fafc;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .reviews {
        padding-top: 50px;
    }
}
.reviews blockquote {
    text-align: center;
}
.reviews img {
    margin: 0 auto 20px;
    height: 32px;
}
.reviews h6 {
    font-family: circular-med, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.reviews p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 20px;
    color: #3f3f3f;
}
.reviews cite {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #8f8f8f;
    display: block;
    margin-bottom: 30px;
}
.reviews span {
    font-weight: 700;
}
.reviews .btn2 {
    padding: 5px 18px;
}
@media only screen and (max-width: 1239px) {
    .reviews .quotes-arrows {
        position: relative;
        width: 100px;
        margin: 0 auto;
        padding-top: 60px;
    }
}
.reviews .quotes-arrows .arr-prev {
    position: absolute;
    left: 70px;
    top: 49%;
}
@media only screen and (max-width: 1239px) {
    .reviews .quotes-arrows .arr-prev {
        position: static;
        float: left;
    }
}
.reviews .quotes-arrows .arr-next {
    position: absolute;
    right: 70px;
    top: 49%;
}
@media only screen and (max-width: 1239px) {
    .reviews .quotes-arrows .arr-next {
        position: static;
        float: right;
    }
}
.reviews .quotes-arrows svg {
    width: 15px;
    height: 26px;
}
.cons-1 {
    background-color: #447686;
    color: #fff;
    padding: 120px 20px;
}
@media only screen and (max-width: 767px) {
    .cons-1 {
        padding: 80px 15px;
    }
}
.cons-1 .wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.cons-1 h1 {
    font-family: circular-med;
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.1290322581em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 479px) {
    .cons-1 h1 {
        font-size: 50px;
    }
}
.cons-1 p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 100px;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .cons-1 p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .cons-1 p {
        padding: 0;
    }
}
.cons-2 {
    background-color: #f8fafc;
    padding: 40px 0;
}
.cons-2 #search-label {
    position: absolute;
    width: 55px;
    left: 20px;
    padding: 0 5px;
    background-color: #fff;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    line-height: 2px;
    color: #6f7783;
}
.cons-2 .search {
    margin-bottom: 50px;
    max-width: 310px;
    position: relative;
}
.cons-2 .search .field {
    width: 100%;
    border-radius: 3px;
    padding: 15px;
    height: 66px;
    border: 1px solid #c8cdd5;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
}
.cons-2 .search .field:focus {
    border-color: #4e8ba3;
    outline: none;
}
.cons-2 .search label {
    position: absolute;
    right: 4px;
    top: 10px;
    padding: 14px;
    cursor: pointer;
    display: block;
}
.cons-2 .search .submit {
    display: none;
}
.cons-2 .search svg {
    fill: #000;
    width: 18px;
    height: 19px;
}
.cons-2 .cats li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.cons-2 .cats a.active {
    color: #4e8ba3;
    text-decoration: underline;
}
.cons-2 h2 {
    font-family: circular-med;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.3888888889em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.cons-2 h2 b {
    text-transform: capitalize;
}
.cons-2 .pad {
    margin-bottom: 30px;
}
.cons-2 .box {
    background-color: #fff;
    border: 1px solid #f0f1f2;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.1);
    border-radius: 3px;
    padding: 20px;
    height: 100%;
}
.cons-2 h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    margin-bottom: 3px;
}
.cons-2 h3,
.cons-2 h4 {
    font-weight: 600;
    letter-spacing: 0;
}
.cons-2 h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8571428571em;
    margin-bottom: 5px;
}
.cons-2 .loc {
    margin-bottom: 26px;
}
.cons-2 .meta {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.8181818182em;
}
.cons-2 .content,
.cons-2 .meta {
    font-weight: 400;
    letter-spacing: 0;
}
.cons-2 .content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    margin-bottom: 26px;
}
.ui-widget {
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-widget,
.ui-widget .ui-menu-item {
    width: 310px;
    max-with: 310px;
}
.ui-widget .ui-menu-item :hover {
    background: #eee;
    color: #000;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.ui-widget .ui-menu-item .ui-menu-item-wrapper {
    width: 310px;
    max-with: 310px;
    line-height: 1.2em;
    padding: 5px 1em 5px 0.4em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c8cdd5;
}
.csfeat {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 80px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .csfeat {
        margin: 0 0 40px;
        padding: 0;
    }
}
.csfeat .img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    height: 100%;
    background-color: #132e3c;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .csfeat .img {
        position: static;
        height: 400px;
        width: 100%;
        z-index: 0;
        left: 0;
    }
}
.csfeat .fcard {
    padding: 30px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    max-width: 471px;
    position: relative;
    background-color: #fff;
    border-top: 6px solid #6da8bc;
}
@media only screen and (max-width: 767px) {
    .csfeat .fcard {
        max-width: 100%;
    }
}
.csfeat .fcard hr {
    width: 16px;
    height: 2px;
    border-color: #6da8bc;
    border-width: 2px;
    margin-bottom: 15px;
}
.csfeat .fcard strong {
    font-weight: 600;
}
.csfeat .fcard p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.4347826087em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.csimg {
    border-top: 6px solid #6da8bc;
    display: block;
}
.cscard {
    padding: 30px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    margin-bottom: 40px;
}
.cscard h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #132e3c;
    margin-bottom: 15px;
}
.cscard hr {
    width: 16px;
    height: 2px;
    border-color: #6da8bc;
    border-width: 2px;
    margin-bottom: 15px;
}
.cscard p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #acb4be;
    margin-bottom: 30px;
}
.cscard a.lm {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.3636363636em;
    font-weight: 400;
    letter-spacing: 0.1727272727em;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}
.cscard a.lm:hover svg {
    stroke: #4e8ba3;
}
.cscard a.lm svg {
    stroke: #6da8bc;
    width: 9px;
    height: 10px;
    display: inline;
    position: relative;
    top: 1px;
}
.csq {
    padding: 60px 0 80px;
}
.csq .q {
    width: 98px;
    height: 98px;
    background-color: #fff;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 50%;
    margin: 0 auto 50px;
    text-align: center;
}
.csq .q img {
    margin-top: 34px;
}
.csq h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    color: #6da8bc;
    margin-bottom: 140px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .csq h1 {
        margin-bottom: 60px;
        font-size: 24px;
    }
}
.csq blockquote {
    margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
    .csq blockquote {
        margin-bottom: 80px;
    }
}
.csq p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.36em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 20px;
    color: #3f3f3f;
}
@media only screen and (max-width: 575px) {
    .csq p {
        font-size: 24px;
    }
}
.csq .lg p {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    .csq .lg p {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.36em;
        font-weight: 300;
        letter-spacing: 0;
    }
}
.csq cite {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 600;
    color: #8f8f8f;
    display: block;
}
.csq span {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    font-weight: 700;
}
.csqvid {
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .csqvid {
        height: 400px;
    }
}
.csqvid .video-btn {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.csqvid .video-btn a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    transition: opacity 0.2s ease-out;
}
.csqvid .video-btn a:hover {
    opacity: 0.5;
}
.csqvid .video-btn a svg {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
}
.csqvid .video-btn a span {
    font-size: 10.5px;
    font-size: 0.65625rem;
    line-height: 2.8571428571em;
    font-weight: 400;
    letter-spacing: 0.2142857143em;
    font-family: circular-med, sans-serif;
    text-transform: uppercase;
}
.cs_call {
    background-color: #f8fafc;
}
.cs_call .intro {
    margin-bottom: 80px;
}
.cs_call h2 {
    color: #6da8bc;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-family: circular-med, sans-serif;
    margin-bottom: 40px;
}
.cs_call h2,
.cs_call h3 {
    font-weight: 400;
    letter-spacing: 0;
}
.cs_call h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 600;
    margin-bottom: 20px;
}
.cs_call .subs {
    padding-right: 40px;
}
.cs_call .subs p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    margin-bottom: 1.875rem;
}
#demo .pg-head {
    background-color: #6da8bc;
    padding-top: 100px;
    padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
    #demo .pg-head {
        padding-top: 60px;
        text-align: center;
    }
}
#demo .svg1 {
    bottom: -1px;
    z-index: 1;
}
#demo .svg2 {
    height: 160px;
    z-index: 1;
    display: none;
}
#demo .demo-top {
    margin-bottom: 40px;
}
#demo .demo-top .title {
    font-size: 61px;
    font-size: 3.8125rem;
    line-height: 1.1147540984em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 24px;
}
@media only screen and (max-width: 575px) {
    #demo .demo-top .title {
        font-size: 40px;
    }
}
#demo .badges {
    max-width: 458px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
    #demo .badges {
        width: 100%;
    }
}
#demo .demo-check {
    margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    #demo .demo-check {
        text-align: left;
        max-width: 360px;
        margin: 0 auto 60px;
    }
}
@media only screen and (max-width: 479px) {
    #demo .demo-check {
        max-width: 320px;
    }
}
#demo .demo-check h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    margin-bottom: 20px;
}
#demo .demo-check p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
    #demo .demo-check p {
        font-size: 14px;
    }
}
#demo .demo-check p img {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 15px;
}
#demo .already {
    color: #132e3c;
    margin-top: 20px;
}
#demo .demo-call {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    #demo .demo-call {
        padding-top: 180px;
    }
}
@media only screen and (max-width: 575px) {
    #demo .demo-call {
        padding-bottom: 60px;
    }
}
#demo .demo-call h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #6f7783;
    margin-bottom: 30px;
}
.feats-1 {
    margin: 0 0 40px;
    padding: 20px 0 160px;
    background-color: #132e3c;
    background-position: top;
    background-size: cover;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .feats-1 {
        padding: 20px 0 100px;
    }
}
.feats-1 .bread {
    padding-top: 10px;
    margin-bottom: 60px;
    text-align: left;
}
.feats-1 .bread a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feats-1 .bread a:hover svg {
    fill: #fff;
}
.feats-1 .bread svg {
    fill: #fff;
    width: 12px;
    display: inline-block;
}
.feats-1 .tt1 {
    color: #fff;
    font-family: circular-med, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.2727272727em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .feats-1 .tt1 {
        font-size: 28px;
    }
}
.feats-1 .tt2 {
    color: #c8cfd2;
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 30px;
}
@media only screen and (max-width: 575px) {
    .feats-1 .tt2 {
        padding: 0;
    }
}
.feats-1 .top-line {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
.feat-1 {
    background: #fff url(/images/featured.jpg) bottom no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.feat-1 h1 {
    color: #fff;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1041666667em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.feat-2 .sec {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .feat-2 .sec {
        margin-bottom: 40px;
    }
}
.feat-2 .flex {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 3px solid #e3e6ea;
}
.feat-2 .flex span {
    width: 65px;
    display: flex;
    align-items: center;
}
.feat-2 h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1071428571em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.feat-2 h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 0;
    padding-right: 20px;
}
.feat-2 svg {
    display: inline-block;
    width: 12px;
    fill: #6da8bc;
    margin-left: 8px;
    position: relative;
    top: 1px;
    transition: fill 0.2s ease-out;
}
.feat-2 a:hover svg {
    fill: #4e8ba3;
}
.feat-2 p,
.feat-2 ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 20px;
    margin-bottom: 20px;
}
.feat-2 li {
    margin-left: 1.8em;
}
.feat-2 li:before {
    content: "•";
    display: block;
    font-size: 1em;
    font-weight: 700;
    left: -1.7em;
    max-height: 0;
    min-height: 0;
    position: relative;
    top: 0;
    color: #6da8bc;
}
.az .container-fixed {
    max-width: 770px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.az .index {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 91px;
    z-index: 20;
    background-color: #fff;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .az .index {
        position: static;
    }
}
.az .index span {
    color: #c8cfd2;
}
.az .index a,
.az .index span {
    display: inline-block;
    padding: 5px 6px;
    margin: 0 1px;
}
.az .index a {
    border-bottom: 1px solid #6da8bc;
}
.az .box {
    display: block;
    background-color: #f5f7f9;
    padding: 30px 40px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 374px) {
    .az .box {
        padding: 20px;
    }
}
.az h2 {
    margin-bottom: 12px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.24em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.az h2 a {
    color: #132e3c;
}
.az .rm {
    margin-top: 10px;
    display: block;
}
.home-1 {
    padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
    .home-1 {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .home-1 {
        padding-bottom: 40px;
    }
}
.home-1 img {
    margin: 0 auto;
    max-width: 1090px;
}
.home-1 .wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.home-1 h1 {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 1.0697674419em;
    font-weight: 400;
    letter-spacing: -0.023255814em;
    font-family: circular-med, sans-serif;
    margin: -15px 0 40px;
}
@media only screen and (max-width: 991px) {
    .home-1 h1 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .home-1 h1 {
        font-size: 48px;
        margin-top: 10px;
    }
}
.home-1 p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6842105263em;
    font-weight: 400;
    letter-spacing: 0.0105263158em;
    margin-bottom: 30px;
}
.home-1 strong {
    font-weight: 600;
}
.home-1 a.btn {
    padding: 13px 26px;
    border: 2px solid #da695f;
    margin-right: 12px;
    margin-bottom: 15px;
    transition: all 0.2s ease-out;
}
.home-1 a.btn:hover {
    border-color: #ca4a41;
}
.home-1 a.btn2 {
    padding: 13px 20px;
}
.home-1 .btns a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.1764705882em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 479px) {
    .home-1 .btns a {
        margin: 0 0 15px;
        width: 226px;
    }
}
.home-1 .img {
    margin: 100px auto 0;
    display: block;
    max-width: 1195px;
    width: 100%;
}
.home-2 {
    background-color: #f0f3f6;
    position: relative;
}
.home-2 .flex {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .home-2 .flex {
        display: block;
    }
}
.home-2 .img {
    display: flex;
    flex: 1 1 50%;
    max-width: 50%;
    order: 2;
    background: transparent url(/images/integrations2b.jpg) 50% no-repeat;
    background-size: cover;
    min-height: 900px;
}
@media only screen and (max-width: 767px) {
    .home-2 .img {
        display: block;
        max-width: none;
        min-height: 700px;
    }
}
@media only screen and (max-width: 599px) {
    .home-2 .img {
        min-height: 600px;
    }
}
.home-2 img {
    display: none;
}
.home-2 .text {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    padding: 100px 100px 100px 150px;
}
@media only screen and (max-width: 1239px) {
    .home-2 .text {
        padding: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .home-2 .text {
        padding: 60px 30px 60px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .home-2 .text {
        max-width: none;
    }
}
.home-2 h2 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.152173913em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .home-2 h2 {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.1086956522em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.home-2 p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5263157895em;
    font-weight: 400;
    letter-spacing: -0.0157894737em;
    margin-bottom: 1.875rem;
    color: #6f7783;
}
.home-2 strong {
    font-weight: 600;
}
.home-2 svg {
    position: absolute;
    width: 100%;
    height: 5vw;
}
.home-2 .svg1 {
    top: -1px;
    z-index: 1;
}
.home-2 .svg2 {
    height: 2vw;
    bottom: -1px;
    z-index: 1;
}
.home-3 .flex {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .home-3 .flex {
        display: block;
    }
}
.home-3 .img {
    flex: 0 0 34%;
    max-width: 34%;
    padding: 100px 0 100px 100px;
}
@media only screen and (max-width: 767px) {
    .home-3 .img {
        max-width: 50%;
        margin: 30px auto 0;
        padding: 0;
    }
}
.home-3 .text {
    flex: 0 0 66%;
    max-width: 66%;
    padding: 100px 120px 100px 60px;
}
@media only screen and (max-width: 1399px) {
    .home-3 .text {
        padding-right: 80px;
    }
}
@media only screen and (max-width: 1239px) {
    .home-3 .text {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .home-3 .text {
        max-width: none;
        padding: 20px 20px 50px;
    }
}
.home-3 p {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2647058824em;
    font-weight: 400;
    letter-spacing: -0.0038235294em;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1239px) {
    .home-3 p {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1079px) {
    .home-3 p {
        font-size: 26px;
    }
}
.home-3 cite {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
}
.home-3 cite span {
    font-weight: 600;
}
.home-3 cite a {
    border-bottom: 2px solid #6da8bc;
}
.home-4 {
    background: url(/images/home-4xl.jpg) top no-repeat;
    background-size: 100%;
    padding-top: 390px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 1699px) {
    .home-4 {
        background-image: url(/images/home-4.jpg);
        padding-top: 390px;
    }
}
@media only screen and (max-width: 1399px) {
    .home-4 {
        padding-top: 340px;
    }
}
@media only screen and (max-width: 1239px) {
    .home-4 {
        padding-top: 280px;
    }
}
@media only screen and (max-width: 1101px) {
    .home-4 {
        padding-top: 160px;
    }
}
@media only screen and (max-width: 1023px) {
    .home-4 {
        background-size: 110%;
    }
}
@media only screen and (max-width: 767px) {
    .home-4 {
        background-size: 150%;
    }
}
@media only screen and (max-width: 575px) {
    .home-4 {
        background-size: 200%;
    }
}
@media only screen and (max-width: 479px) {
    .home-4 {
        background-size: 300%;
    }
}
.home-4 .wrap {
    padding: 0 20px;
}
.home-4 .text {
    margin-bottom: 110px;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .home-4 .text {
        margin-bottom: 50px;
    }
}
.home-4 .text h2 {
    font-size: 79px;
    font-size: 4.9375rem;
    line-height: 1.0126582278em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    max-width: 880px;
    margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
    .home-4 .text h2 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 767px) {
    .home-4 .text h2 {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.1086956522em;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
}
.home-4 .text p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.5238095238em;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 730px;
    margin: 0 auto;
}
.home-4 .text strong {
    font-weight: 600;
}
@media only screen and (max-width: 599px) {
    .home-4 .text br {
        display: none;
    }
}
.home-4 .panels {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
}
@media only screen and (max-width: 1399px) {
    .home-4 .panels {
        padding: 0;
    }
}
@media only screen and (max-width: 1239px) {
    .home-4 .panels {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .home-4 .panels {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.home-4 .panels .box {
    background-color: #fff;
    padding: 40px 30px 50px;
    height: 100%;
    box-shadow: 0 31px 60px -16px rgba(33, 39, 43, 0.19);
    border-radius: 8px;
    position: relative;
}
.home-4 .panels img {
    width: 52px;
    margin-bottom: 10px;
}
.home-4 .panels h3 {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2727272727em;
    letter-spacing: 0.2727272727em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-4 .panels h3,
.home-4 .panels h4 {
    font-weight: 400;
    font-family: circular-med, sans-serif;
}
.home-4 .panels h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571em;
    letter-spacing: 0;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .home-4 .panels h4 br {
        display: none;
    }
}
.home-4 .panels p {
    line-height: 1.7142857143em;
    margin-bottom: 30px;
}
.home-4 .panels a.link,
.home-4 .panels p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
}
.home-4 .panels a.link {
    line-height: 1.4285714286em;
    font-family: circular-med, sans-serif;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.home-4 .panels a.turq:hover {
    color: #4eb78f !important;
}
.home-4 .panels a.turq:hover svg {
    fill: #4eb78f;
}
.home-4 .panels a.blue:hover {
    color: #4e8ba3 !important;
}
.home-4 .panels a.blue:hover svg {
    fill: #4e8ba3;
}
.home-4 .panels a.red:hover {
    color: #ca4a41 !important;
}
.home-4 .panels a.red:hover svg {
    fill: #ca4a41;
}
.home-4 .panels a.green:hover {
    color: #709b43 !important;
}
.home-4 .panels a.green:hover svg {
    fill: #709b43;
}
.home-4 .panels svg {
    width: 7px;
    height: 10px;
    fill: #6da8bc;
    display: inline-block;
    margin-left: 4px;
    transition: fill 0.2s ease-out;
}
.home-4 .panels svg.turq {
    fill: #6eccab;
}
.home-4 .panels svg.red {
    fill: #da695f;
}
.home-4 .panels svg.green {
    fill: #91c25e;
}
.home-4 .pad {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1399px) {
    .home-4 .pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1239px) {
    .home-4 .pad {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .home-4 .pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.home-5 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .home-5 {
        padding-bottom: 40px;
    }
}
.home-5 .flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .home-5 .flex {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.home-5 .img {
    width: 46%;
}
@media only screen and (max-width: 767px) {
    .home-5 .img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.home-5 .text {
    flex: 0 0 46%;
    max-width: 600px;
    margin: 0 3.75% 0 auto;
    width: 100%;
    padding: 0 2%;
}
@media only screen and (max-width: 1101px) {
    .home-5 .text {
        flex: 0 0 48%;
        padding-left: 4%;
    }
}
@media only screen and (max-width: 991px) {
    .home-5 .text {
        flex: 0 0 54%;
        max-width: 100%;
        padding-left: 40px;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .home-5 .text {
        margin: 0;
        padding: 0 20px;
    }
}
.home-5 h2 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.152173913em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .home-5 h2 {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.1086956522em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.home-5 p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5263157895em;
    font-weight: 400;
    letter-spacing: -0.0157894737em;
    margin-bottom: 40px;
}
.home-5 em {
    font-style: italic;
}
.home-5 strong {
    font-weight: 600;
}
.home-6 {
    overflow: hidden;
    height: 350px;
}
@media only screen and (max-width: 991px) {
    .home-6 {
        height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .home-6 {
        height: 200px;
    }
}
@media only screen and (max-width: 599px) {
    .home-6 {
        height: 150px;
    }
}
@media only screen and (max-width: 479px) {
    .home-6 {
        height: 120px;
    }
}
.home-6 img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1110px;
}
.pq-home {
    padding: 0 0 180px;
}
.pq-home svg {
    position: absolute;
    width: 100%;
    height: 5vw;
    bottom: -1px;
    z-index: 1;
}
.home-awards {
    padding: 0 20px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .home-awards {
        margin-top: -70px;
    }
}
@media only screen and (max-width: 599px) {
    .home-awards {
        margin-top: -100px;
    }
}
.home-awards .wrap {
    padding-left: 54px;
    padding-right: 54px;
    max-width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width: 599px) {
    .home-awards .wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.home-awards .logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}
@media only screen and (max-width: 767px) {
    .home-awards .logos {
        justify-content: center;
    }
}
.home-awards .logos.no-link {
    padding-top: 70px;
    margin-bottom: 0;
}
.home-awards .logos p {
    flex: 0 1 16%;
    max-width: 163px;
}
@media only screen and (max-width: 767px) {
    .home-awards .logos p {
        flex-wrap: wrap;
        flex: 0 1 28%;
        margin: 20px 2%;
        max-width: 150px;
    }
}
.home-awards img {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.home-awards p {
    text-align: center;
}
.home-awards a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    text-decoration: underline;
}
.cta-home {
    text-align: center;
    padding: 120px 0;
}
@media only screen and (max-width: 767px) {
    .cta-home {
        padding: 80px 0;
    }
}
.cta-home img {
    margin-bottom: 30px;
}
.cta-home h2 {
    font-family: circular-med, sans-serif;
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.2790697674em;
    font-weight: 400;
    letter-spacing: -0.0023255814em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .cta-home h2 {
        font-size: 30px;
    }
}
.cta-home p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6842105263em;
    font-weight: 400;
    letter-spacing: 0.0105263158em;
    margin-bottom: 10px;
}
.homeold-hero {
    padding: 190px 0 140px;
    background: url(/images/_old/home-1c.jpg) left 80px no-repeat;
    background-size: 40%;
}
@media only screen and (max-width: 1699px) {
    .homeold-hero {
        background-size: 50%;
    }
}
@media only screen and (max-width: 1399px) {
    .homeold-hero {
        padding-top: 110px;
    }
}
@media only screen and (max-width: 1239px) {
    .homeold-hero {
        padding-bottom: 60px;
        padding-top: 180px;
    }
}
@media only screen and (max-width: 991px) {
    .homeold-hero {
        background-position: 0 75px;
        background-size: 48%;
        padding-top: 140px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .homeold-hero {
        background: none;
        border-top: 1px solid #e3e6ea;
        background-position: 0 0;
        text-align: center;
    }
}
.homeold-hero h1 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.1428571429em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .homeold-hero h1 {
        font-size: 48px;
    }
}
.homeold-hero p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5454545455em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    margin-bottom: 50px;
}
.homeold-hero a.btn {
    padding: 13px 36px;
    border: 2px solid #da695f;
    margin-right: 12px;
    margin-bottom: 15px;
    transition: all 0.2s ease-out;
}
.homeold-hero a.btn:hover {
    border-color: #ca4a41;
}
@media only screen and (max-width: 767px) {
    .homeold-hero a.btn {
        margin: 0 6px 15px;
    }
}
.homeold-hero a.btn2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 13px 38px;
}
@media only screen and (max-width: 767px) {
    .homeold-hero a.btn2 {
        margin: 0 6px 15px;
    }
}
.homeold-2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(/images/_old/home-2c2.jpg) top no-repeat;
    background-size: 100%;
    background-color: #f8fafc;
    padding-top: 390px;
}
@media only screen and (max-width: 1699px) {
    .homeold-2 {
        background-image: url(/images/_old/home-2c.jpg);
        padding-top: 390px;
    }
}
@media only screen and (max-width: 1399px) {
    .homeold-2 {
        padding-top: 340px;
    }
}
@media only screen and (max-width: 1239px) {
    .homeold-2 {
        padding-top: 280px;
    }
}
@media only screen and (max-width: 1101px) {
    .homeold-2 {
        padding-top: 160px;
    }
}
@media only screen and (max-width: 1023px) {
    .homeold-2 {
        background-size: 110%;
    }
}
@media only screen and (max-width: 767px) {
    .homeold-2 {
        background-size: 150%;
    }
}
@media only screen and (max-width: 575px) {
    .homeold-2 {
        background-size: 200%;
    }
}
@media only screen and (max-width: 479px) {
    .homeold-2 {
        background-size: 300%;
    }
}
.homeold-2 .wrap {
    padding: 0 20px;
}
.homeold-2 .text {
    margin-bottom: 80px;
    text-align: center;
    color: #fff;
}
.homeold-2 .text h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1363636364em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 50px;
}
@media only screen and (max-width: 479px) {
    .homeold-2 .text h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }
}
.homeold-2 .text p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 600;
    max-width: 660px;
    margin: 0 auto;
    opacity: 0.8;
}
.homeold-2 .panels {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
}
@media only screen and (max-width: 1399px) {
    .homeold-2 .panels {
        padding: 0;
    }
}
@media only screen and (max-width: 1239px) {
    .homeold-2 .panels {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .homeold-2 .panels {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.homeold-2 .panels .box {
    background-color: #fff;
    padding: 30px;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .homeold-2 .panels .box {
        border: 1px solid #e3e6ea;
        box-shadow: 0 5px 8px 0 rgba(41, 45, 56, 0.24);
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
}
.homeold-2 .panels img {
    width: 76px;
    height: 75px;
    margin-bottom: 40px;
}
.homeold-2 .panels h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1071428571em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .homeold-2 .panels h3 br {
        display: none;
    }
}
.homeold-2 .panels ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    color: #838383;
    margin-bottom: 30px;
}
.homeold-2 .panels li {
    margin-left: 20px;
    margin-bottom: 10px;
    list-style-position: outside;
}
@media only screen and (max-width: 767px) {
    .homeold-2 .panels li {
        list-style-position: inside;
    }
}
.homeold-2 .panels .cat-2 li {
    list-style-image: url(/images/check-blue.svg);
}
.homeold-2 .panels .cat-1 li {
    list-style-image: url(/images/check-red.svg);
}
.homeold-2 .panels .cat-40 li {
    list-style-image: url(/images/check-turq.svg);
}
.homeold-2 .panels .cat-41 li {
    list-style-image: url(/images/check-green.svg);
}
.homeold-2 .panels a.btn {
    width: 100%;
    padding: 8px;
}
.homeold-2 .pad {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1399px) {
    .homeold-2 .pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1239px) {
    .homeold-2 .pad {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .homeold-2 .pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.homeold-apps {
    padding-top: 50px;
    padding-bottom: 37%;
    text-align: center;
    background: url(/images/_old/home-apps2.jpg) bottom no-repeat;
    background-size: 100%;
    background-color: #f8fafc;
}
@media only screen and (max-width: 767px) {
    .homeold-apps {
        background-image: url(/images/_old/home-apps-sm2.jpg);
        padding-bottom: 67%;
    }
}
.homeold-apps .box {
    padding: 0 15px;
}
.homeold-apps h3 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.2045454545em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    color: #132e3c;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .homeold-apps h3 br {
        display: none;
    }
}
.homeold-apps p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.homeold-3 {
    padding: 80px 0 20px;
    background-color: #6da8bc;
    position: relative;
}
@media only screen and (max-width: 1599px) {
    .homeold-3 {
        background: #fff url(/images/_old/home-3d.png) top no-repeat;
        background-size: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .homeold-3 {
        background-size: 200%;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .homeold-3 {
        background: none;
        background-color: #6da8bc;
        padding: 0;
        margin: 0;
    }
}
.homeold-3 .bot-line {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
@media only screen and (max-width: 1599px) {
    .homeold-3 .bot-line {
        display: none;
    }
}
.homeold-3 .how {
    z-index: 2;
    position: relative;
}
@media only screen and (min-width: 1240px) {
    .homeold-3 .how {
        max-width: 1230px;
        padding-left: 45px;
        padding-right: 45px;
    }
}
.homeold-3 h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.2045454545em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .homeold-3 h2 {
        padding-top: 50px;
        text-align: center;
        margin-bottom: 0;
    }
}
.homeold-3 .row {
    margin-left: -45px;
    margin-right: -45px;
}
@media only screen and (max-width: 1239px) {
    .homeold-3 .row {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media only screen and (max-width: 1101px) {
    .homeold-3 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.homeold-3 .pad {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1239px) {
    .homeold-3 .pad {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1101px) {
    .homeold-3 .pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.homeold-3 .box {
    background-color: #fff;
    padding: 5px;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 3px;
    text-align: center;
    height: 100%;
}
@media only screen and (max-width: 575px) {
    .homeold-3 .box {
        box-shadow: none;
    }
}
.homeold-3 .icon {
    width: 76px;
    height: 76px;
    background-color: #6eccab;
    box-shadow: 0 5px 8px 0 rgba(33, 39, 43, 0.15);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: -50px auto 25px;
    text-align: left;
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.52em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
@media only screen and (max-width: 575px) {
    .homeold-3 .icon {
        margin-bottom: 20px;
    }
}
.homeold-3 .icon img {
    margin-left: 13px;
    margin-top: 14px;
}
.homeold-3 h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1923076923em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 15px;
    padding: 0 25px;
}
.homeold-3 span {
    color: #6eccab;
}
.homeold-3 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 400;
    letter-spacing: 0;
    color: #838383;
    padding: 0 30px 40px;
}
.homeold-awards {
    padding: 100px 20px 0;
}
.homeold-awards .container-fluid {
    padding-left: 54px;
    padding-right: 54px;
}
@media only screen and (max-width: 1239px) {
    .homeold-awards .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.homeold-awards .logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}
@media only screen and (max-width: 1079px) {
    .homeold-awards .logos {
        justify-content: center;
        max-width: 800px;
        margin: 0 auto 50px;
    }
}
.homeold-awards .logos.no-link {
    padding-top: 70px;
    margin-bottom: 0;
}
.homeold-awards .logos p {
    flex: 0 1 25%;
    max-width: 163px;
}
@media only screen and (max-width: 1079px) {
    .homeold-awards .logos p {
        flex-wrap: wrap;
        margin: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .homeold-awards .logos p {
        flex: 0 1 40%;
        margin: 20px 5%;
    }
}
.homeold-awards img {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.homeold-awards p {
    text-align: center;
}
.homeold-awards a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    text-decoration: underline;
}
.inte-1 {
    background-color: #6da8bc;
    padding: 90px 0 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .inte-1 {
        padding: 60px 0 0;
    }
}
.inte-1 .pad {
    padding: 0 20px;
}
.inte-1 .wrap {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inte-1 .wrap h1 {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.1290322581em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
    .inte-1 .wrap h1 {
        font-size: 50px;
    }
}
.inte-1 .wrap p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5833333333em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 80px;
}
@media only screen and (max-width: 479px) {
    .inte-1 .wrap p {
        font-size: 18px;
        margin-bottom: 50px;
    }
}
.inte-1 .box {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: -3px 11px 27px rgba(41, 52, 56, 0.21);
    max-width: 1008px;
    margin: 0 auto;
    padding: 30px 0;
}
.inte-1 .flex {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .inte-1 .flex {
        display: block;
    }
}
.inte-1 .col1 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
    .inte-1 .col1 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.inte-1 .svg1,
.inte-1 .svg2 {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
.inte-1 .svg1 {
    bottom: 158px;
    z-index: 1;
}
.inte-1 .svg2 {
    height: 160px;
    z-index: 1;
}
.inte-1 .sub {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: 0.2307692308em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    background-color: #447686;
    display: inline-block;
    padding: 2px 20px 2px 22px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
}
.inte-1 img {
    max-width: 300px;
}
.inte-1 h2 {
    text-align: center;
}
.inte-1 h3 {
    font-family: circular-med, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.inte-1 .txt {
    margin-bottom: 15px;
}
.inte-2 {
    padding: 80px 0 40px;
}
.inte-2 .controls {
    background-color: #f8fafc;
    padding: 20px 0 20px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .inte-2 .controls {
        display: block;
    }
}
.inte-2 .sort {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book;
    position: relative;
    margin-right: 60px;
}
@media only screen and (max-width: 767px) {
    .inte-2 .sort {
        margin: 20px 0 40px;
    }
}
@media only screen and (max-width: 374px) {
    .inte-2 .sort {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5714285714em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.inte-2 .sort span {
    display: inline-block;
    margin: 0 20px 0 0;
}
@media only screen and (max-width: 374px) {
    .inte-2 .sort span {
        margin-right: 10px;
    }
}
.inte-2 .sort button {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647em;
    font-weight: 400;
    letter-spacing: 0;
    background: none;
    border: none;
    padding-left: 32px;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    text-align: left;
    align-self: start;
    transition: color 0.2s ease-out;
}
@media only screen and (max-width: 413px) {
    .inte-2 .sort button {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .inte-2 .sort button {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5714285714em;
        font-weight: 400;
        letter-spacing: 0;
        padding-left: 26px;
    }
}
.inte-2 .sort button:before {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #132e3c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 374px) {
    .inte-2 .sort button:before {
        width: 22px;
        height: 22px;
    }
}
.inte-2 .sort button:after {
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
}
@media only screen and (max-width: 374px) {
    .inte-2 .sort button:after {
        width: 20px;
        height: 20px;
    }
}
.inte-2 .sort button:hover {
    color: #6da8bc;
}
.inte-2 .sort button:focus {
    outline: none;
}
.inte-2 .sort button.active:before {
    background-color: #6da8bc;
}
.inte-2 .filter {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book;
}
@media only screen and (max-width: 374px) {
    .inte-2 .filter {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.8571428571em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.inte-2 .filter span {
    display: inline-block;
    margin: 8px 10px 8px 0;
}
.inte-2 .select {
    display: inline;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #132e3c;
}
.inte-2 .select:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSA3Ij48cGF0aCBkPSJNNS40IDMuNmwzLTNjLjUtLjUgMS4yLS41IDEuNyAwcy41IDEuMiAwIDEuN0w2IDYuNWMtLjMuMy0uNy4zLTEgMEwuOCAyLjNDLjMgMS44LjMgMS4xLjguNiAxLjIuMiAyIC4yIDIuNC42bDMgM3oiIGZpbGw9IiM2ZGE4YmMiLz48L3N2Zz4=);
}
@media only screen and (max-width: 374px) {
    .inte-2 .select:after {
        top: 6px;
    }
}
.inte-2 select {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647em;
    font-weight: 600;
    letter-spacing: 0;
    font-family: circular-book;
    color: #132e3c;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: inherit;
    z-index: 1;
    position: relative;
    padding-right: 20px;
    transition: color 0.2s ease-out;
}
@media only screen and (max-width: 374px) {
    .inte-2 select {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.8571428571em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.inte-2 select:hover {
    color: #6da8bc;
}
.inte-2 option {
    color: #132e3c !important;
}
.inte-2 select::-ms-expand {
    display: none;
}
.inte-2 .cats {
    font-family: circular-med, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 3em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
    .inte-2 .cats {
        line-height: 32px;
    }
}
.inte-2 .cats button {
    background-color: #fff;
    margin: 0 8px 12px 0;
    border: 1px solid #c8cdd5;
    color: #acb4be;
    border-radius: 21px;
    height: 42px;
    padding: 0 18px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1023px) {
    .inte-2 .cats button {
        height: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .inte-2 .cats button {
        padding: 0 12px;
    }
}
.inte-2 .cats button.active,
.inte-2 .cats button:hover {
    border-color: #132e3c;
    color: #132e3c;
}
.inte-2 .cats button svg {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.inte-2 .intro {
    margin-bottom: 60px;
    text-align: center;
}
.inte-2 h2 {
    font-family: circular-med, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.inte-2 .cat-text {
    display: none;
}
.inte-2 .cat-text.active {
    display: block;
}
.inte-2 .entries {
    margin-bottom: 40px;
    justify-content: space-between;
}
.inte-2 .int {
    text-align: center;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1079px) {
    .inte-2 .int {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .inte-2 .int {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media only screen and (max-width: 479px) {
    .inte-2 .int {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.inte-2 .int img {
    max-width: 100px;
    display: block;
    margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
    .inte-2 .int img {
        max-width: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .inte-2 .int img {
        max-width: 60px;
    }
}
.inte-2 .int a {
    display: block;
    color: #132e3c;
    font-family: circular-med, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
}
.inte-2 .name,
.inte-2 .zap {
    display: inline-block;
}
.inte-2 .zap {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    background-color: #ff4a00;
    padding: 0 4px 0 5px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.inte-2 .no-results {
    display: none;
}
.inte-3 {
    background-color: #132e3c;
    padding: 80px 20px;
    color: #fff;
}
.inte-3 .wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.inte-3 .flex {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .inte-3 .flex {
        display: block;
        text-align: center;
    }
}
.inte-3 .col1 {
    flex: 0 0 54%;
    max-width: 54%;
}
@media only screen and (max-width: 991px) {
    .inte-3 .col1 {
        flex: none;
        max-width: none;
    }
}
.inte-3 .col2 {
    flex: 0 0 40%;
    max-width: 40%;
}
@media only screen and (max-width: 991px) {
    .inte-3 .col2 {
        flex: none;
        max-width: none;
    }
}
.inte-3 h2 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
@media only screen and (max-width: 991px) {
    .inte-3 h2 {
        font-size: 50px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .inte-3 h2 {
        font-size: 38px;
    }
}
.inte-3 p {
    margin-top: 18px;
    margin-bottom: 30px;
}
.int-aside {
    text-align: center;
    padding: 120px 0;
    background-color: #f8fafc;
}
@media only screen and (max-width: 767px) {
    .int-aside {
        padding: 80px 0;
    }
}
.int-aside img {
    margin-bottom: 30px;
}
.int-aside h6 {
    font-family: circular-med, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.1315789474em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.int-aside p {
    color: #848c96;
    margin-bottom: 10px;
}
.int-aside a {
    font-weight: 600;
    color: #da695f;
    text-decoration: underline;
}
.int-aside a:hover {
    color: #ca4a41;
}
.latest-1 {
    padding: 80px 20px 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .latest-1 {
        padding: 0;
    }
}
.latest-1 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
@media only screen and (max-width: 599px) {
    .latest-1 .wrap {
        padding: 0;
    }
}
.latest-1 .img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
    background-color: #132e3c;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .latest-1 .img {
        width: 100%;
        z-index: 0;
        left: 0;
    }
}
@media only screen and (max-width: 599px) {
    .latest-1 .img {
        height: 200px;
        position: static;
    }
}
.latest-1 .card {
    padding: 30px 30px 40px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    width: 792px;
    position: relative;
    background-color: #fff;
    border-top: 6px solid #6da8bc;
}
@media only screen and (max-width: 1100px) {
    .latest-1 .card {
        width: 50%;
    }
}
@media only screen and (max-width: 599px) {
    .latest-1 .card {
        width: 100%;
        padding: 20px 20px 25px;
        text-align: center;
    }
}
.latest-1 h1 {
    font-size: 63px;
    font-size: 3.9375rem;
    line-height: 1.1111111111em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .latest-1 h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 599px) {
    .latest-1 h1 {
        font-size: 42px;
    }
}
.latest-1 strong {
    font-weight: 600;
}
.latest-1 p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
    .latest-1 p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 599px) {
    .latest-1 p {
        font-size: 16px;
    }
}
.latest-2 {
    padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
    .latest-2 {
        padding-top: 40px;
    }
}
.latest-2 .wrap {
    max-width: 750px;
    margin: 0 auto;
}
.latest-2 .box {
    background-color: #f8fafc;
    padding: 30px 10px 30px 30px;
    margin-bottom: 40px;
}
.latest-2 .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .latest-2 .head {
        display: block;
    }
}
.latest-2 .head span {
    display: inline-block;
    padding: 2px 14px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.3636363636em;
    font-weight: 400;
    letter-spacing: 0.0754545455em;
    font-family: circular-med;
    text-transform: uppercase;
    margin-left: 8px;
}
@media only screen and (max-width: 767px) {
    .latest-2 .head span {
        margin: 0 0 15px;
    }
}
.latest-2 h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 600;
    letter-spacing: 0;
    padding-left: 40px;
    position: relative;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .latest-2 h2 {
        width: auto;
        margin-bottom: 20px;
    }
}
.latest-2 h2:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgOS41TDkuNjY3IDE3IDI1IDIiIHN0cm9rZT0iI0E1RDQ3MyIgc3Ryb2tlLXdpZHRoPSI0LjUiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    width: 27px;
    height: 21px;
    position: absolute;
    top: 6px;
    left: 0;
}
.latest-2 .date {
    background-color: #fff;
    color: #6da8bc;
}
.latest-2 .status {
    color: #fff;
}
.latest-2 .status,
.latest-2 .status.blue1 {
    background-color: #6da8bc;
}
.latest-2 .status.turq1 {
    background-color: #6eccab;
}
.latest-2 .status.grey1 {
    background-color: #848c96;
}
.latest-2 .text {
    padding-right: 50px;
}
@media only screen and (max-width: 767px) {
    .latest-2 .text {
        padding-right: 0;
    }
}
.latest-2 .text p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
}
.latest-3 {
    background-color: #f8fafc;
    overflow: hidden;
}
.latest-3 .cats {
    font-family: circular-med, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 3em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
    .latest-3 .cats {
        line-height: 32px;
    }
}
.latest-3 .cats p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5357142857em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
.latest-3 .cats button {
    background-color: #fff;
    margin: 0 8px 12px 0;
    border: 1px solid #c8cdd5;
    color: #acb4be;
    border-radius: 21px;
    height: 42px;
    padding: 0 18px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1023px) {
    .latest-3 .cats button {
        height: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .latest-3 .cats button {
        padding: 0 12px;
    }
}
.latest-3 .cats button.active,
.latest-3 .cats button:hover {
    border-color: #132e3c;
    color: #132e3c;
}
.latest-3 .cats button svg {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.latest-3 .box {
    background-color: #fff;
    width: 100%;
}
.latest-3 .date {
    background-color: #f8fafc;
}
.latest-4 {
    padding: 80px 20px;
}
.latest-4 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .latest-4 .wrap {
        display: block;
    }
}
.latest-4 .box {
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #f8fafc;
    box-shadow: 0 31px 60px -16px rgba(33, 39, 43, 0.19);
    padding: 30px 40px 100px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .latest-4 .box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-4 .box {
        max-width: none;
        box-shadow: none;
        background-color: transparent;
        padding-bottom: 40px;
    }
}
.latest-4 h6 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1785714286em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
@media only screen and (max-width: 991px) {
    .latest-4 h6 {
        font-size: 22px;
    }
}
.latest-4 a {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
@media only screen and (max-width: 991px) {
    .latest-4 a {
        left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-4 a {
        position: static;
    }
}
.mark-1 .content-top {
    padding: 40px 0;
}
.mark-1 .demo-form {
    margin-top: 40px;
}
.mark-foot {
    text-align: center;
    background-color: #f8fafc;
    padding: 100px 0 130px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mark-foot .logo {
    height: 36px;
    margin-bottom: 30px;
}
.mark-foot .logo svg {
    height: 36px;
}
.mark-foot p {
    color: #848c96;
}
.mark-2 {
    color: #fff;
    background: linear-gradient(270deg, #447685 0, #6eccaa);
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .mark-2 {
        padding-top: 60px;
        text-align: center;
    }
}
.mark-2 svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
.mark-2 .svg1 {
    bottom: -1px;
    z-index: 1;
}
.mark-2 .svg2 {
    height: 160px;
    z-index: 1;
    display: none;
}
.mark-2 .text {
    padding-bottom: 40px;
}
.mark-2 .text h1 {
    font-family: circular-med, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1363636364em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.34375rem;
}
@media only screen and (max-width: 767px) {
    .mark-2 .text h1 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.1764705882em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.mark-2-r {
    padding: 80px 20px;
}
.mark-2-r h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 1.875rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .mark-2-r h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.125em;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.mark-2-r h3 {
    text-align: center;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 60px;
}
.mark-2-r .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .mark-2-r .wrap {
        display: block;
    }
}
.mark-2-r .box {
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #f8fafc;
    box-shadow: 0 31px 60px -16px rgba(33, 39, 43, 0.19);
    padding: 30px 40px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .mark-2-r .box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .mark-2-r .box {
        max-width: none;
        box-shadow: none;
        background-color: transparent;
        padding-bottom: 40px;
    }
}
.mark-2-r .icon {
    width: 60px;
    margin-bottom: 20px;
}
.mark-2-r .icon svg {
    width: 60px;
}
.mark-2-r h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.32em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .mark-2-r h4 {
        font-size: 22px;
    }
}
.mark-2-r p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.price-1 {
    background-color: #6da8bc;
    padding: 90px 0 100px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
    .price-1 {
        padding: 60px 0 20px;
    }
}
.price-1 header {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .price-1 header {
        margin-bottom: 50px;
    }
}
.price-1 header p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
}
.price-1 h1,
.price-1 header p {
    font-weight: 400;
    letter-spacing: 0;
}
.price-1 h1 {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.1290322581em;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
@media only screen and (max-width: 374px) {
    .price-1 h1 {
        font-size: 50px;
    }
}
.price-1 h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 40px;
    text-align: center;
}
.price-1 .box {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: -3px 11px 27px rgba(41, 52, 56, 0.21);
    max-width: 1008px;
    margin: 0 auto;
}
.price-1 select {
    border: 1px solid #6f7783;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px 120px 15px 40px;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1l11 11.8L24 1' stroke='%236ECCAB' stroke-width='3' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 30px top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 auto 30px;
    display: none;
}
@media only screen and (max-width: 767px) {
    .price-1 select {
        display: block;
    }
}
@media only screen and (max-width: 374px) {
    .price-1 select {
        font-size: 28px;
        padding: 15px 100px 15px 20px;
    }
}
.price-1 .contacts {
    padding: 60px 20px 0;
}
.price-1 .contacts .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.price-1 .range {
    flex: 5 1 0%;
    margin: 20px 0 60px 30px;
}
@media only screen and (max-width: 767px) {
    .price-1 .range {
        display: none;
    }
}
.price-1 .slider {
    margin-bottom: 20px;
}
.price-1 .noUi-handle:focus {
    outline: none;
}
.price-1 .labels {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3529411765em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    margin-left: -5px;
    display: flex;
}
.price-1 .labels span {
    float: left;
    display: block;
    flex: 1;
    position: relative;
}
.price-1 .labels span:first-of-type,
.price-1 .labels span:nth-of-type(4) {
    width: 14.05%;
}
.price-1 .labels span:after {
    content: "";
    width: 4px;
    height: 10px;
    position: absolute;
    top: -30px;
    right: -10px;
    background-color: #fff;
    display: block;
}
.price-1 .price {
    flex: 2 1 0%;
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    .price-1 .price {
        display: block;
        margin: 0 0 30px;
        text-align: center;
    }
}
.price-1 .price strong {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
}
.price-1 .price span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
}
.price-1 .price small {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3529411765em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #848c96;
    margin: 6px 0 0 32px;
}
@media only screen and (max-width: 767px) {
    .price-1 .price small {
        margin-left: 14px;
    }
}
.price-1 svg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
.price-1 .svg1 {
    bottom: 158px;
    z-index: 1;
}
.price-1 .svg2 {
    height: 160px;
    z-index: 1;
}
.price-1 .more {
    background-color: #f0f1f2;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    padding: 25px 15px;
    display: none;
}
.price-1 .more img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.price-1 .more a {
    color: #000;
    font-family: circular-med, sans-serif;
    text-decoration: underline;
}
.price-1 .more a:hover {
    color: #6da8bc;
}
.price-1 .show-more .more {
    display: block;
}
.price-1 .show-more .ppm-label,
.price-1 .show-more hr {
    display: none;
}
.price-1 .show-more .price strong {
    font-size: 30px;
    max-width: 140px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .price-1 .show-more .price strong {
        display: inline-block;
        max-width: none;
    }
}
.price-1 .result {
    display: flex;
    justify-content: center;
    padding: 50px 20px 40px;
}
@media only screen and (max-width: 767px) {
    .price-1 .result {
        padding-top: 30px;
    }
}
.price-1 .result a {
    margin-left: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3181818182em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    .price-1 .result a {
        margin: 0;
    }
}
.price-1 .bundles-cta a {
    display: block;
    background-color: #a9aeb5;
    background-color: #709b43;
    text-align: center;
    color: #fff;
    font-family: circular-book, sans-serif;
    padding: 7px;
    transition: background-color 0.2s ease-out;
}
.price-1 .bundles-cta a:hover {
    background-color: #91c25e;
}
.price-1 .bundles-cta em {
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    font-family: circular-med, sans-serif;
}
.price-1 .num {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    .price-1 .num {
        display: none;
    }
}
.price-1 .num strong {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 0.8529411765em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 10px;
}
.price-1 .num span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45em;
    font-weight: 400;
    letter-spacing: 0;
    color: #848c96;
}
.pricing-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1008px;
}
.feats {
    background-color: #f8fafc;
    padding: 20px 30px 30px;
}
@media only screen and (max-width: 767px) {
    .feats {
        padding: 30px 30px 40px 70px;
        margin-bottom: 60px;
    }
}
.feats h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.8695652174em;
    font-family: circular-med, sans-serif;
    margin-bottom: 20px;
}
.feats h2,
.feats li {
    font-weight: 400;
    letter-spacing: 0;
}
.feats li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    padding: 5px 0 10px 52px;
    background: transparent url(/images/check-green2.svg) 0 10px no-repeat;
}
.feats a {
    color: #000;
    text-decoration: underline;
}
.feats a:hover {
    color: #6da8bc;
}
#modal-contact .modal-content {
    padding: 40px;
}
#modal-contact .close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #132e3c;
}
#modal-contact .close svg {
    fill: #132e3c;
    width: 30px;
    height: auto;
}
#modal-contact h6 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 0.8529411765em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
#modal-bundles {
    padding-right: 0 !important;
}
#modal-bundles .close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #132e3c;
}
#modal-bundles .close svg {
    fill: #132e3c;
    width: 30px;
    height: auto;
}
#modal-bundles .modal-dialog {
    max-width: 700px;
    margin-top: 30px;
}
#modal-bundles header {
    text-align: center;
    padding: 40px 10px 0;
}
#modal-bundles header svg {
    width: 75px;
    height: 54px;
    margin: 0 auto 20px;
}
#modal-bundles h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2941176471em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 40px;
}
#modal-bundles .table-wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 3px;
    min-width: 660px;
    margin: 0 auto;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #modal-bundles .table-wrap {
        overflow-x: scroll;
        width: 100%;
        min-width: auto;
        padding: 0;
    }
}
#modal-bundles table {
    border-collapse: separate;
    background-color: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
}
#modal-bundles table ul {
    max-width: 254px;
    margin: 0 auto;
}
#modal-bundles table li {
    padding: 5px 0 10px 38px;
    background: transparent url(/images/check-green3.svg) 0 10px no-repeat;
    margin-bottom: 4px;
}
#modal-bundles table li a {
    text-decoration: underline;
    color: #000;
}
#modal-bundles th {
    color: #709b43;
    padding: 30px 10px 0 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    border-right: 2px solid #bfc5cd;
    text-align: left;
    vertical-align: top;
}
#modal-bundles th:nth-of-type(2) {
    border: none;
}
#modal-bundles tr {
    background-color: #f5f7f9;
}
#modal-bundles tr.white {
    text-align: center;
}
#modal-bundles td {
    position: relative;
    border-left: 1px solid #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    border-right: 2px solid #bfc5cd;
    padding: 20px;
    vertical-align: top;
}
@media only screen and (max-width: 767px) {
    #modal-bundles td {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.4166666667em;
        font-weight: 600;
        letter-spacing: 0.0166666667em;
        padding-right: 10px;
    }
}
#modal-bundles td:nth-of-type(2) {
    border: none;
}
#modal-bundles td img {
    width: 16px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#modal-bundles .form {
    padding: 20px 20px 40px;
    width: 100%;
}
#modal-bundles .form h6 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
#modal-bundles .form-columns-1 {
    max-width: none;
}
#modal-bundles .form-columns-2 {
    display: flex;
    justify-content: space-between;
    max-width: none;
}
#modal-bundles .form-columns-2 .field {
    width: 48%;
    float: none;
}
#modal-bundles .field {
    position: relative;
    margin-bottom: 30px;
}
#modal-bundles .field > label {
    color: #132e3c;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 1;
}
#modal-bundles .field > label span {
    padding: 0 5px;
    background-color: #fff;
}
#modal-bundles ::-moz-placeholder {
    color: #848c96;
}
#modal-bundles :-ms-input-placeholder {
    color: #848c96;
}
#modal-bundles ::placeholder {
    color: #848c96;
}
#modal-bundles .hs-form-required {
    display: none;
}
#modal-bundles .input {
    margin: 0 !important;
}
#modal-bundles .hs-input {
    border: 1px solid #6da8bc;
    width: 100% !important;
    border-radius: 3px;
    padding: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
    height: 66px;
    color: #000;
}
@media only screen and (max-width: 599px) {
    #modal-bundles .hs-input {
        height: 48px;
        text-align: center;
    }
}
#modal-bundles .hs-input:focus {
    border-color: #4e8ba3;
    outline: none;
}
#modal-bundles .hs-input.error {
    border-color: #da695f;
}
#modal-bundles .actions {
    text-align: center;
}
#modal-bundles .hs-button {
    border: none;
    font-family: circular-med, sans-serif;
    padding: 15px 0;
    width: 220px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #da695f;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
    #modal-bundles .hs-button {
        width: 100%;
        padding: 10px 0;
        border-radius: 6px;
    }
}
#modal-bundles .hs-button:hover {
    background-color: #ca4a41;
}
#modal-bundles .hs_error_rollup {
    display: none;
}
#modal-bundles .hs-error-msg {
    color: #da695f;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571em;
    font-weight: 400;
    letter-spacing: 0;
}
.ref-1 {
    padding: 100px 30px;
    background-color: #f0f3f6;
}
.ref-1 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .ref-1 .wrap {
        display: block;
    }
}
.ref-1 .col1 {
    flex: 0 0 45%;
    max-width: 45%;
    padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .ref-1 .col1 {
        max-width: 500px;
        margin: 0 auto;
    }
}
.ref-1 .col2 {
    flex: 0 0 45%;
    max-width: 45%;
}
@media only screen and (max-width: 1079px) {
    .ref-1 .col2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .ref-1 .col2 {
        max-width: 500px;
        margin: 0 auto;
    }
}
.ref-1 h1 {
    margin-bottom: 40px;
}
.ref-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: -5px 21px 40px 0 rgba(41, 52, 56, 0.22);
    position: relative;
    z-index: 2;
    border-radius: 2px;
}
.ref-form h2 {
    margin-bottom: 30px;
    text-align: left !important;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
}
.ref-form .form-columns-1 {
    max-width: none;
}
.ref-form .form-columns-2 .field {
    width: 48% !important;
}
@media only screen and (max-width: 480px) {
    .ref-form .form-columns-2 .field {
        width: 100% !important;
    }
}
.ref-form .form-columns-2 .field:last-of-type() {
    float: right;
}
.ref-form .field {
    position: relative;
    margin-bottom: 30px;
}
.ref-form .field > label {
    color: #132e3c;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 1;
}
.ref-form .field > label span {
    padding: 0 5px;
    background-color: #fff;
}
.ref-form ::-moz-placeholder {
    color: #848c96;
}
.ref-form :-ms-input-placeholder {
    color: #848c96;
}
.ref-form ::placeholder {
    color: #848c96;
}
.ref-form .hs-form-required {
    display: none;
}
.ref-form .input {
    margin: 0 !important;
}
.ref-form .hs-input {
    border: 1px solid #6da8bc;
    width: 100% !important;
    border-radius: 3px;
    padding: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
    height: 66px;
    color: #000;
}
@media only screen and (max-width: 599px) {
    .ref-form .hs-input {
        height: 48px;
    }
}
.ref-form .hs-input:focus {
    border-color: #4e8ba3;
    outline: none;
}
.ref-form .hs-input.error {
    border-color: #da695f;
}
.ref-form .hs-button {
    border: none;
    font-family: circular-med, sans-serif;
    padding: 15px 0;
    width: 120px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease-out;
    background-color: #da695f;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
    .ref-form .hs-button {
        width: 100%;
        padding: 10px 0;
        border-radius: 6px;
    }
}
.ref-form .hs-button:hover {
    background-color: #ca4a41;
}
.ref-form .hs_error_rollup {
    display: none;
}
.ref-form .hs-error-msg {
    color: #da695f;
    line-height: 20px;
    display: inline-block;
    margin-top: 8px;
}
.sol-pg {
    background-color: #fff;
    padding: 80px 0 40px;
}
@media only screen and (max-width: 575px) {
    .sol-pg {
        padding: 45px 0 20px;
    }
}
.sol1-h1 {
    position: relative;
}
.sol1-h1 .img-wrap {
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 479px) {
    .sol1-h1 .img-wrap {
        height: 340px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .sol1-h1 img {
        max-height: 400px;
        width: auto;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .sol1-h1 img {
        position: absolute;
        width: 120%;
        right: 0;
        max-width: none;
        margin: 0;
    }
}
.sol1-h1 .text {
    max-width: 400px;
    position: absolute;
    top: 50%;
    margin-left: 70px;
    transform: translateY(-65%);
}
@media only screen and (max-width: 991px) {
    .sol1-h1 .text {
        position: static;
        top: 0;
        transform: none;
        margin-left: 15px;
    }
}
.sol1-h1 h1 {
    font-size: 63px;
    font-size: 3.9375rem;
    line-height: 1.1111111111em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 44px;
}
@media only screen and (max-width: 575px) {
    .sol1-h1 h1 {
        font-size: 40px;
    }
}
.sol1-h1 p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
}
.sol1-h2 img {
    margin-bottom: 30px;
}
.sol1-h2 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 20px;
}
.sol1-h2 .top {
    margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
    .sol1-h2 .top {
        margin-bottom: 50px;
    }
}
.sol1-h2 .top p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
}
.sol1-h2 .text {
    max-width: 450px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
    .sol1-h2 .text {
        margin-bottom: 40px;
    }
}
.sol1-h2 h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    margin-bottom: 20px;
}
.sol1-h2 .bot p,
.sol1-h2 h3 {
    font-weight: 400;
    letter-spacing: 0;
}
.sol1-h2 .bot p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    color: #6f7783;
}
.sol1-h2 .link {
    margin-top: 20px;
}
.sol1-h2 .link a {
    color: #da695f;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.3636363636em;
    font-weight: 600;
    letter-spacing: 0.1818181818em;
    text-transform: uppercase;
}
.sol1-h2 .link a svg {
    stroke: #da695f;
    width: 9px;
    height: 10px;
    display: inline;
}
.sol2 {
    background-color: #f8fafc;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sol2 {
        margin: 0;
    }
}
.sol2 .banner {
    padding: 90px 0 200px;
    background-color: #132e3c;
    background-position: top;
    background-size: cover;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .sol2 .banner {
        padding: 80px 0 90px;
    }
}
.sol2 .banner img {
    margin-bottom: 30px;
}
.sol2 .banner .tt1 {
    color: #fff;
    font-family: circular-med, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.2631578947em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .sol2 .banner .tt1 {
        font-size: 28px;
    }
}
.sol2 .banner .tt2 {
    color: #c8cfd2;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 30px;
}
@media only screen and (max-width: 575px) {
    .sol2 .banner .tt2 {
        padding: 0;
    }
}
.sol2 .banner .top-line,
.sol2 .bot-line {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
@media only screen and (max-width: 767px) {
    .sol2 .bot-line {
        display: none;
    }
}
.sol2-logos {
    padding-top: 80px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .sol2-logos {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}
.sol2-logos .grid {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .sol2-logos .grid {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
.sol2-logos span {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .sol2-logos span {
        display: inline-block;
        margin: 0 5% 30px;
        flex-grow: 0;
        width: 23%;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 575px) {
    .sol2-logos span {
        width: 40%;
    }
}
.sol2-logos img {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sol2-2 .image-center {
    max-width: 1200px;
    padding: 60px 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-center {
        padding: 60px 15px;
        text-align: left;
    }
}
.sol2-2 .image-center .pad {
    max-width: 600px;
    margin: 0 auto 80px;
}
.sol2-2 .image-center img {
    margin: 0 auto 80px;
}
.sol2-2 .image-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-left {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.sol2-2 .image-left .pad {
    margin: 0 auto 0 6%;
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-left .pad {
        margin: 0;
    }
}
.sol2-2 .image-right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-right {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.sol2-2 .image-left img,
.sol2-2 .image-right img {
    width: 46%;
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-left img,
    .sol2-2 .image-right img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.sol2-2 .image-left .pad,
.sol2-2 .image-right .pad {
    flex: 0 0 46%;
    max-width: 600px;
    margin: 0 3.75% 0 auto;
    width: 100%;
    padding: 0 2%;
}
@media only screen and (max-width: 1101px) {
    .sol2-2 .image-left .pad,
    .sol2-2 .image-right .pad {
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 991px) {
    .sol2-2 .image-left .pad,
    .sol2-2 .image-right .pad {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .sol2-2 .image-left .pad,
    .sol2-2 .image-right .pad {
        margin: 0;
    }
}
.sol2-2 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-family: circular-med, sans-serif;
}
.sol2-2 h2,
.sol2-2 p {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.sol2-2 p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    color: #6f7783;
}
.sol2-2 a {
    font-weight: 600;
}
.sol2-2 a.blue {
    color: #6eccab;
    border-bottom: 2px solid #6da8bc;
}
.sol2-2 a.turq {
    color: #6eccab;
    border-bottom: 2px solid #6eccab;
}
.sol2-2 a.red {
    color: #da695f;
    border-bottom: 2px solid #da695f;
}
.sol2-2 a.green {
    color: #91c25e;
    border-bottom: 2px solid #91c25e;
}
.sol2-2 .btn-pad {
    margin-top: 45px;
}
.sol2-quote {
    padding-top: 15px;
    padding-bottom: 160px;
    margin-bottom: 80px;
    background: #f8fafc url(/images/sol2-quote.png) top no-repeat;
    background-size: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sol2-quote {
        padding-bottom: 60px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
    .sol2-quote {
        background: #fff url(/images/21272b.png) left 50px repeat-x;
    }
}
@media only screen and (max-width: 767px) {
    .sol2-quote .quote {
        text-align: center;
    }
}
.sol2-quote .quote .q {
    width: 98px;
    height: 98px;
    background-color: #fff;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 50%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .sol2-quote .quote .q {
        margin: -49px auto 40px;
    }
}
.sol2-quote .quote .q img {
    margin-left: 30px;
    margin-top: 34px;
}
.sol2-quote .quote p {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.0714285714em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 20px;
    color: #3f3f3f;
}
@media only screen and (max-width: 1101px) {
    .sol2-quote .quote p {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 1.2272727273em;
        font-weight: 300;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 991px) {
    .sol2-quote .quote p {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .sol2-quote .quote p {
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .sol2-quote .quote p {
        color: #fff;
    }
}
.sol2-quote .quote cite {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    color: #8f8f8f;
    display: block;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .sol2-quote .quote cite {
        text-align: center;
    }
}
.sol2-quote .quote span {
    font-weight: 700;
}
.sol2-quote .video-img {
    background: url(/images/emmy.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sol2-quote .video-img {
        height: 500px;
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .sol2-quote .video-img {
        height: 400px;
    }
}
.sol2-quote .bot-line {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
@media only screen and (max-width: 767px) {
    .sol2-quote .bot-line {
        display: none;
    }
}
.sol2_quotes {
    background: #fff url(/images/sol2_quotes.jpg) 0 50px no-repeat;
    background-size: cover;
    padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
    .sol2_quotes {
        padding-bottom: 0;
    }
}
.sol2_quotes .q {
    width: 98px;
    height: 98px;
    background-color: #fff;
    box-shadow: -21px 21px 23px 0 rgba(41, 45, 56, 0.24);
    border-radius: 50%;
    margin: 0 auto 100px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .sol2_quotes .q {
        margin-bottom: 30px;
    }
}
.sol2_quotes .q img {
    margin-top: 34px;
}
.sol2_quotes .qcard {
    padding: 40px;
    box-shadow: 0 6px 9px 0 rgba(41, 52, 56, 0.17);
    border-top: 6px solid #fff;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
}
.sol2_quotes p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2142857143em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: Mercury SSm A, Mercury SSm B;
    margin-bottom: 40px;
    color: #3f3f3f;
}
.web-1 {
    padding: 40px 0 0;
}
.web-1 h2 {
    padding-bottom: 30px;
    font-family: circular-med, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
}
.web-1 p {
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .web-1 p {
        font-size: 15px;
    }
}
.web-2 h2 {
    text-align: center;
    margin-bottom: 80px;
    font-family: circular-med, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333em;
    font-weight: 400;
    letter-spacing: 0;
}
.why-1 {
    background-color: #f8fafc;
    margin-bottom: 90px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .why-1 {
        margin: 0;
    }
}
.why-1 .banner {
    padding: 120px 0 200px;
    background-color: #132e3c;
    background-position: top;
    background-size: cover;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .why-1 .banner {
        padding: 90px 0;
    }
}
.why-1 .banner img {
    margin-bottom: 30px;
}
.why-1 .banner .tt1 {
    color: #fff;
    font-family: circular-med, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.2631578947em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .why-1 .banner .tt1 {
        font-size: 28px;
    }
}
.why-1 .banner .tt2 {
    color: #c8cfd2;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 30px;
}
@media only screen and (max-width: 575px) {
    .why-1 .banner .tt2 {
        padding: 0;
    }
}
.why-1 .banner .top-line,
.why-1 .bot-line {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 5vw;
}
@media only screen and (max-width: 767px) {
    .why-1 .bot-line {
        display: none;
    }
}
.why-1 .stats {
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .why-1 .stats {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}
.why-1 .stats b {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.0238095238em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    display: block;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .why-1 .stats b {
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .why-1 .stats b {
        font-size: 24px;
    }
}
.why-1 .stats span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-book, sans-serif;
    color: #6f7783;
    margin-bottom: 40px;
}
.why-2 .image-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .why-2 .image-left {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.why-2 .image-left .pad {
    margin: 0 auto 0 6%;
}
@media only screen and (max-width: 767px) {
    .why-2 .image-left .pad {
        margin: 0;
    }
}
.why-2 .image-right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .why-2 .image-right {
        padding: 0 0 60px;
        flex-direction: column;
    }
}
.why-2 img {
    width: 46%;
}
@media only screen and (max-width: 767px) {
    .why-2 img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.why-2 .pad {
    flex: 0 0 46%;
    max-width: 600px;
    margin: 0 3.75% 0 auto;
    width: 100%;
    padding: 0 2%;
}
@media only screen and (max-width: 1101px) {
    .why-2 .pad {
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 991px) {
    .why-2 .pad {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .why-2 .pad {
        margin: 0;
    }
}
.why-2 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 30px;
}
.why-2 h2 img {
    width: 59px;
}
.why-2 p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    margin-bottom: 30px;
}
.why-3 {
    background-color: #f8fafc;
    padding: 100px 0;
}
@media only screen and (max-width: 767px) {
    .why-3 {
        padding: 50px 0;
        text-align: center;
    }
}
.why-3 h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    font-family: circular-med, sans-serif;
    margin-bottom: 60px;
    max-width: 400px;
}
@media only screen and (max-width: 767px) {
    .why-3 h2 {
        margin-bottom: 0;
    }
}
.why-3 img {
    margin-top: 60px;
    margin-bottom: 30px;
}
.why-3 p {
    font-size: 13.7px;
    font-size: 0.85625rem;
    line-height: 1.5328467153em;
    font-weight: 400;
    letter-spacing: 0;
    color: #6f7783;
    margin-bottom: 20px;
}
.why-3 a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5882352941em;
    font-weight: 600;
    letter-spacing: 0;
}
.why-3 .group1 a {
    color: #6da8bc;
    border-bottom: 2px solid #6da8bc;
    transition: all 0.2s ease-out;
}
.why-3 .group1 a:hover {
    color: #4e8ba3;
    border-color: #4e8ba3;
}
.why-3 .group2 img {
    width: 65px;
    height: 65px;
    max-width: none;
}
.why-3 .group2 a {
    color: #da695f;
    border-bottom: 2px solid #da695f;
    transition: all 0.2s ease-out;
}
.why-3 .group2 a:hover {
    color: #ca4a41;
    border-color: #ca4a41;
}
.why-3 .group3 img {
    width: 61px;
    height: 65px;
    max-width: none;
}
.why-3 .group3 a {
    color: #6eccab;
    border-bottom: 2px solid #6eccab;
    transition: all 0.2s ease-out;
}
.why-3 .group3 a:hover {
    color: #4eb78f;
    border-color: #4eb78f;
}
