/*!
 * Button visually impaired v2.0
 */
html body .bvi-panel {
    font-family: Arial !important;
    padding: 10px 10px;
    color: black;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0;
    position: relative;
    text-shadow: none;
    line-height: normal;
    border: 0;
    margin-bottom: 0.3rem;
    background-color: #f7f7f7;
    border-color: black;
    moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    z-index: 999999 !important;
}
@media (max-width: 575.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0;
    }
    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: center;
    }
    html body .bvi-panel .bvi-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    }
    html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
        display: none;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0;
    }
    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: center;
    }
    html body .bvi-panel .bvi-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
        box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    }
    html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0;
    }
    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: right;
    }
    html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel .bvi-panel-toggler {
        display: none;
    }
}
@media (min-width: 1200px) {
    html body .bvi-panel .bvi-panel-toggler {
        display: none;
    }
}
@media (max-width: 575.98px) {
    html body .bvi-panel * {
        font-size: 12px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel * {
        font-size: 14px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel * {
        font-size: 14px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel * {
        font-size: 16px !important;
    }
}
@media (min-width: 1200px) {
    html body .bvi-panel * {
        font-size: 16px !important;
    }
}
html body .bvi-panel a {
    color: #2a2a2a;
    background-color: transparent;
    outline: 0;
    text-decoration: underline;
}
html body .bvi-panel a:hover {
    color: black;
    outline: 0;
    background-color: transparent;
    text-decoration: underline;
}
html body .bvi-panel a:focus {
    color: black;
    outline: 0;
    background-color: transparent;
    text-decoration: underline;
}
html body .bvi-panel a.bvi-link-copy {
    text-decoration: underline;
    color: black;
    outline: 0;
}
html body .bvi-panel a.bvi-link-copy.active {
    color: black;
    outline: 0;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link-copy:hover {
    color: black;
    outline: 0;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link-copy:focus {
    color: black;
    outline: 0;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link {
    text-decoration: none;
    color: black;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
}
@media (max-width: 575.98px) {
    html body .bvi-panel a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel a.bvi-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel a.bvi-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px;
    }
}
html body .bvi-panel a.bvi-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link:hover {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link:focus {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-white {
    background-color: white;
    color: black;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-white:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-black {
    background-color: black;
    color: white;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-black:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-blue {
    background-color: #9DD1FF;
    color: #063462;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-blue:hover {
    background-color: #9DD1FF;
    color: #063462;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-brown {
    background-color: #F7F3D6;
    color: #4D4B43;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-brown:hover {
    background-color: #F7F3D6;
    color: #4D4B43;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-green {
    background-color: #3B2716;
    color: #A9E44D;
    text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-green:hover {
    background-color: #3B2716;
    color: #A9E44D;
    text-decoration: none;
}
html body .bvi-panel .bvi-title {
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 10px 0 15px 0;
}
html body .bvi-panel .bvi-text-center {
    text-align: center;
}
html body .bvi-panel .bvi-text-left {
    text-align: left;
}
html body .bvi-panel .bvi-text-right {
    text-align: right;
}
html body .bvi-panel .bvi-setting-menu {
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
    display: none;
}
html body .bvi-panel .bvi-images {
    margin-top: 10px;
    width: 16px;
    height: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}
@media (max-width: 575.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 6px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 6px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 7px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 9px;
    }
}
html body .bvi-panel .bvi-images.bvi-images-eye-slash {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==);
}
html body .bvi-panel .bvi-images.bvi-images-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==);
}
html body .bvi-panel .bvi-images.bvi-images-volume-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==);
}
html body .bvi-panel .bvi-images.bvi-images-volume-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==);
}
html body .bvi-panel .bvi-images.bvi-images-volume-off {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==);
}
html body .bvi-panel .bvi-images.bvi-images-adjust {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=);
}
html body .bvi-panel .bvi-images.bvi-images-off {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=);
}
html body .bvi-panel .bvi-images.bvi-images-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC);
}
html body .bvi-panel .bvi-images.bvi-images-minus-square-o {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC);
}
html body .bvi-panel.bvi-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
}
html body .bvi-panel .bvi-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    html body .bvi-panel .bvi-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    html body .bvi-panel .bvi-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    html body .bvi-panel .bvi-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    html body .bvi-panel .bvi-container {
        max-width: 1140px;
    }
}
html body .bvi-panel .bvi-container-fluid, html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
        max-width: 1140px;
    }
}
html body .bvi-panel .bvi-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
html body .bvi-panel .bvi-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
html body .bvi-panel .bvi-no-gutters > .bvi-col,
html body .bvi-panel .bvi-no-gutters > [class*=bvi-col-] {
    padding-right: 0;
    padding-left: 0;
}
html body .bvi-panel .bvi-col-xl,
html body .bvi-panel .bvi-col-xl-auto, html body .bvi-panel .bvi-col-xl-12, html body .bvi-panel .bvi-col-xl-11, html body .bvi-panel .bvi-col-xl-10, html body .bvi-panel .bvi-col-xl-9, html body .bvi-panel .bvi-col-xl-8, html body .bvi-panel .bvi-col-xl-7, html body .bvi-panel .bvi-col-xl-6, html body .bvi-panel .bvi-col-xl-5, html body .bvi-panel .bvi-col-xl-4, html body .bvi-panel .bvi-col-xl-3, html body .bvi-panel .bvi-col-xl-2, html body .bvi-panel .bvi-col-xl-1, html body .bvi-panel .bvi-col-lg,
html body .bvi-panel .bvi-col-lg-auto, html body .bvi-panel .bvi-col-lg-12, html body .bvi-panel .bvi-col-lg-11, html body .bvi-panel .bvi-col-lg-10, html body .bvi-panel .bvi-col-lg-9, html body .bvi-panel .bvi-col-lg-8, html body .bvi-panel .bvi-col-lg-7, html body .bvi-panel .bvi-col-lg-6, html body .bvi-panel .bvi-col-lg-5, html body .bvi-panel .bvi-col-lg-4, html body .bvi-panel .bvi-col-lg-3, html body .bvi-panel .bvi-col-lg-2, html body .bvi-panel .bvi-col-lg-1, html body .bvi-panel .bvi-col-md,
html body .bvi-panel .bvi-col-md-auto, html body .bvi-panel .bvi-col-md-12, html body .bvi-panel .bvi-col-md-11, html body .bvi-panel .bvi-col-md-10, html body .bvi-panel .bvi-col-md-9, html body .bvi-panel .bvi-col-md-8, html body .bvi-panel .bvi-col-md-7, html body .bvi-panel .bvi-col-md-6, html body .bvi-panel .bvi-col-md-5, html body .bvi-panel .bvi-col-md-4, html body .bvi-panel .bvi-col-md-3, html body .bvi-panel .bvi-col-md-2, html body .bvi-panel .bvi-col-md-1, html body .bvi-panel .bvi-col-sm,
html body .bvi-panel .bvi-col-sm-auto, html body .bvi-panel .bvi-col-sm-12, html body .bvi-panel .bvi-col-sm-11, html body .bvi-panel .bvi-col-sm-10, html body .bvi-panel .bvi-col-sm-9, html body .bvi-panel .bvi-col-sm-8, html body .bvi-panel .bvi-col-sm-7, html body .bvi-panel .bvi-col-sm-6, html body .bvi-panel .bvi-col-sm-5, html body .bvi-panel .bvi-col-sm-4, html body .bvi-panel .bvi-col-sm-3, html body .bvi-panel .bvi-col-sm-2, html body .bvi-panel .bvi-col-sm-1, html body .bvi-panel .bvi-col,
html body .bvi-panel .bvi-col-auto, html body .bvi-panel .bvi-col-12, html body .bvi-panel .bvi-col-11, html body .bvi-panel .bvi-col-10, html body .bvi-panel .bvi-col-9, html body .bvi-panel .bvi-col-8, html body .bvi-panel .bvi-col-7, html body .bvi-panel .bvi-col-6, html body .bvi-panel .bvi-col-5, html body .bvi-panel .bvi-col-4, html body .bvi-panel .bvi-col-3, html body .bvi-panel .bvi-col-2, html body .bvi-panel .bvi-col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
html body .bvi-panel .bvi-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
html body .bvi-panel .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
html body .bvi-panel .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
html body .bvi-panel .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
html body .bvi-panel .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
html body .bvi-panel .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
html body .bvi-panel .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
html body .bvi-panel .bvi-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
html body .bvi-panel .bvi-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
html body .bvi-panel .bvi-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
html body .bvi-panel .bvi-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
html body .bvi-panel .bvi-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
html body .bvi-panel .bvi-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
html body .bvi-panel .bvi-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
html body .bvi-panel .bvi-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
html body .bvi-panel .bvi-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
html body .bvi-panel .bvi-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
html body .bvi-panel .bvi-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
html body .bvi-panel .bvi-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
html body .bvi-panel .bvi-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
html body .bvi-panel .bvi-order-first {
    order: -1;
}
html body .bvi-panel .bvi-order-last {
    order: 13;
}
html body .bvi-panel .bvi-order-0 {
    order: 0;
}
html body .bvi-panel .bvi-order-1 {
    order: 1;
}
html body .bvi-panel .bvi-order-2 {
    order: 2;
}
html body .bvi-panel .bvi-order-3 {
    order: 3;
}
html body .bvi-panel .bvi-order-4 {
    order: 4;
}
html body .bvi-panel .bvi-order-5 {
    order: 5;
}
html body .bvi-panel .bvi-order-6 {
    order: 6;
}
html body .bvi-panel .bvi-order-7 {
    order: 7;
}
html body .bvi-panel .bvi-order-8 {
    order: 8;
}
html body .bvi-panel .bvi-order-9 {
    order: 9;
}
html body .bvi-panel .bvi-order-10 {
    order: 10;
}
html body .bvi-panel .bvi-order-11 {
    order: 11;
}
html body .bvi-panel .bvi-order-12 {
    order: 12;
}
html body .bvi-panel .bvi-offset-1 {
    margin-left: 8.3333333333%;
}
html body .bvi-panel .bvi-offset-2 {
    margin-left: 16.6666666667%;
}
html body .bvi-panel .bvi-offset-3 {
    margin-left: 25%;
}
html body .bvi-panel .bvi-offset-4 {
    margin-left: 33.3333333333%;
}
html body .bvi-panel .bvi-offset-5 {
    margin-left: 41.6666666667%;
}
html body .bvi-panel .bvi-offset-6 {
    margin-left: 50%;
}
html body .bvi-panel .bvi-offset-7 {
    margin-left: 58.3333333333%;
}
html body .bvi-panel .bvi-offset-8 {
    margin-left: 66.6666666667%;
}
html body .bvi-panel .bvi-offset-9 {
    margin-left: 75%;
}
html body .bvi-panel .bvi-offset-10 {
    margin-left: 83.3333333333%;
}
html body .bvi-panel .bvi-offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    html body .bvi-panel .bvi-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    html body .bvi-panel .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    html body .bvi-panel .bvi-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .bvi-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .bvi-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    html body .bvi-panel .bvi-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .bvi-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    html body .bvi-panel .bvi-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    html body .bvi-panel .bvi-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    html body .bvi-panel .bvi-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    html body .bvi-panel .bvi-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    html body .bvi-panel .bvi-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-order-sm-first {
        order: -1;
    }
    html body .bvi-panel .bvi-order-sm-last {
        order: 13;
    }
    html body .bvi-panel .bvi-order-sm-0 {
        order: 0;
    }
    html body .bvi-panel .bvi-order-sm-1 {
        order: 1;
    }
    html body .bvi-panel .bvi-order-sm-2 {
        order: 2;
    }
    html body .bvi-panel .bvi-order-sm-3 {
        order: 3;
    }
    html body .bvi-panel .bvi-order-sm-4 {
        order: 4;
    }
    html body .bvi-panel .bvi-order-sm-5 {
        order: 5;
    }
    html body .bvi-panel .bvi-order-sm-6 {
        order: 6;
    }
    html body .bvi-panel .bvi-order-sm-7 {
        order: 7;
    }
    html body .bvi-panel .bvi-order-sm-8 {
        order: 8;
    }
    html body .bvi-panel .bvi-order-sm-9 {
        order: 9;
    }
    html body .bvi-panel .bvi-order-sm-10 {
        order: 10;
    }
    html body .bvi-panel .bvi-order-sm-11 {
        order: 11;
    }
    html body .bvi-panel .bvi-order-sm-12 {
        order: 12;
    }
    html body .bvi-panel .bvi-offset-sm-0 {
        margin-left: 0;
    }
    html body .bvi-panel .bvi-offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    html body .bvi-panel .bvi-offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    html body .bvi-panel .bvi-offset-sm-3 {
        margin-left: 25%;
    }
    html body .bvi-panel .bvi-offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    html body .bvi-panel .bvi-offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    html body .bvi-panel .bvi-offset-sm-6 {
        margin-left: 50%;
    }
    html body .bvi-panel .bvi-offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    html body .bvi-panel .bvi-offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    html body .bvi-panel .bvi-offset-sm-9 {
        margin-left: 75%;
    }
    html body .bvi-panel .bvi-offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    html body .bvi-panel .bvi-offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    html body .bvi-panel .bvi-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    html body .bvi-panel .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    html body .bvi-panel .bvi-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .bvi-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .bvi-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    html body .bvi-panel .bvi-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .bvi-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    html body .bvi-panel .bvi-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    html body .bvi-panel .bvi-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    html body .bvi-panel .bvi-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    html body .bvi-panel .bvi-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    html body .bvi-panel .bvi-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-order-md-first {
        order: -1;
    }
    html body .bvi-panel .bvi-order-md-last {
        order: 13;
    }
    html body .bvi-panel .bvi-order-md-0 {
        order: 0;
    }
    html body .bvi-panel .bvi-order-md-1 {
        order: 1;
    }
    html body .bvi-panel .bvi-order-md-2 {
        order: 2;
    }
    html body .bvi-panel .bvi-order-md-3 {
        order: 3;
    }
    html body .bvi-panel .bvi-order-md-4 {
        order: 4;
    }
    html body .bvi-panel .bvi-order-md-5 {
        order: 5;
    }
    html body .bvi-panel .bvi-order-md-6 {
        order: 6;
    }
    html body .bvi-panel .bvi-order-md-7 {
        order: 7;
    }
    html body .bvi-panel .bvi-order-md-8 {
        order: 8;
    }
    html body .bvi-panel .bvi-order-md-9 {
        order: 9;
    }
    html body .bvi-panel .bvi-order-md-10 {
        order: 10;
    }
    html body .bvi-panel .bvi-order-md-11 {
        order: 11;
    }
    html body .bvi-panel .bvi-order-md-12 {
        order: 12;
    }
    html body .bvi-panel .bvi-offset-md-0 {
        margin-left: 0;
    }
    html body .bvi-panel .bvi-offset-md-1 {
        margin-left: 8.3333333333%;
    }
    html body .bvi-panel .bvi-offset-md-2 {
        margin-left: 16.6666666667%;
    }
    html body .bvi-panel .bvi-offset-md-3 {
        margin-left: 25%;
    }
    html body .bvi-panel .bvi-offset-md-4 {
        margin-left: 33.3333333333%;
    }
    html body .bvi-panel .bvi-offset-md-5 {
        margin-left: 41.6666666667%;
    }
    html body .bvi-panel .bvi-offset-md-6 {
        margin-left: 50%;
    }
    html body .bvi-panel .bvi-offset-md-7 {
        margin-left: 58.3333333333%;
    }
    html body .bvi-panel .bvi-offset-md-8 {
        margin-left: 66.6666666667%;
    }
    html body .bvi-panel .bvi-offset-md-9 {
        margin-left: 75%;
    }
    html body .bvi-panel .bvi-offset-md-10 {
        margin-left: 83.3333333333%;
    }
    html body .bvi-panel .bvi-offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    html body .bvi-panel .bvi-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    html body .bvi-panel .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    html body .bvi-panel .bvi-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .bvi-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .bvi-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    html body .bvi-panel .bvi-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .bvi-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    html body .bvi-panel .bvi-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    html body .bvi-panel .bvi-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    html body .bvi-panel .bvi-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    html body .bvi-panel .bvi-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    html body .bvi-panel .bvi-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-order-lg-first {
        order: -1;
    }
    html body .bvi-panel .bvi-order-lg-last {
        order: 13;
    }
    html body .bvi-panel .bvi-order-lg-0 {
        order: 0;
    }
    html body .bvi-panel .bvi-order-lg-1 {
        order: 1;
    }
    html body .bvi-panel .bvi-order-lg-2 {
        order: 2;
    }
    html body .bvi-panel .bvi-order-lg-3 {
        order: 3;
    }
    html body .bvi-panel .bvi-order-lg-4 {
        order: 4;
    }
    html body .bvi-panel .bvi-order-lg-5 {
        order: 5;
    }
    html body .bvi-panel .bvi-order-lg-6 {
        order: 6;
    }
    html body .bvi-panel .bvi-order-lg-7 {
        order: 7;
    }
    html body .bvi-panel .bvi-order-lg-8 {
        order: 8;
    }
    html body .bvi-panel .bvi-order-lg-9 {
        order: 9;
    }
    html body .bvi-panel .bvi-order-lg-10 {
        order: 10;
    }
    html body .bvi-panel .bvi-order-lg-11 {
        order: 11;
    }
    html body .bvi-panel .bvi-order-lg-12 {
        order: 12;
    }
    html body .bvi-panel .bvi-offset-lg-0 {
        margin-left: 0;
    }
    html body .bvi-panel .bvi-offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    html body .bvi-panel .bvi-offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    html body .bvi-panel .bvi-offset-lg-3 {
        margin-left: 25%;
    }
    html body .bvi-panel .bvi-offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    html body .bvi-panel .bvi-offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    html body .bvi-panel .bvi-offset-lg-6 {
        margin-left: 50%;
    }
    html body .bvi-panel .bvi-offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    html body .bvi-panel .bvi-offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    html body .bvi-panel .bvi-offset-lg-9 {
        margin-left: 75%;
    }
    html body .bvi-panel .bvi-offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    html body .bvi-panel .bvi-offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    html body .bvi-panel .bvi-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    html body .bvi-panel .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    html body .bvi-panel .bvi-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    html body .bvi-panel .bvi-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    html body .bvi-panel .bvi-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    html body .bvi-panel .bvi-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    html body .bvi-panel .bvi-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    html body .bvi-panel .bvi-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    html body .bvi-panel .bvi-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    html body .bvi-panel .bvi-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    html body .bvi-panel .bvi-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    html body .bvi-panel .bvi-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    html body .bvi-panel .bvi-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .bvi-panel .bvi-order-xl-first {
        order: -1;
    }
    html body .bvi-panel .bvi-order-xl-last {
        order: 13;
    }
    html body .bvi-panel .bvi-order-xl-0 {
        order: 0;
    }
    html body .bvi-panel .bvi-order-xl-1 {
        order: 1;
    }
    html body .bvi-panel .bvi-order-xl-2 {
        order: 2;
    }
    html body .bvi-panel .bvi-order-xl-3 {
        order: 3;
    }
    html body .bvi-panel .bvi-order-xl-4 {
        order: 4;
    }
    html body .bvi-panel .bvi-order-xl-5 {
        order: 5;
    }
    html body .bvi-panel .bvi-order-xl-6 {
        order: 6;
    }
    html body .bvi-panel .bvi-order-xl-7 {
        order: 7;
    }
    html body .bvi-panel .bvi-order-xl-8 {
        order: 8;
    }
    html body .bvi-panel .bvi-order-xl-9 {
        order: 9;
    }
    html body .bvi-panel .bvi-order-xl-10 {
        order: 10;
    }
    html body .bvi-panel .bvi-order-xl-11 {
        order: 11;
    }
    html body .bvi-panel .bvi-order-xl-12 {
        order: 12;
    }
    html body .bvi-panel .bvi-offset-xl-0 {
        margin-left: 0;
    }
    html body .bvi-panel .bvi-offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    html body .bvi-panel .bvi-offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    html body .bvi-panel .bvi-offset-xl-3 {
        margin-left: 25%;
    }
    html body .bvi-panel .bvi-offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    html body .bvi-panel .bvi-offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    html body .bvi-panel .bvi-offset-xl-6 {
        margin-left: 50%;
    }
    html body .bvi-panel .bvi-offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    html body .bvi-panel .bvi-offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    html body .bvi-panel .bvi-offset-xl-9 {
        margin-left: 75%;
    }
    html body .bvi-panel .bvi-offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    html body .bvi-panel .bvi-offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
html body .bvi-body[data-bvi-theme=white] {
    background-color: #ffffff !important;
    fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] * {
    background-color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
    fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] * .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link {
    color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * :checked,
html body .bvi-body[data-bvi-theme=white] * :default,
html body .bvi-body[data-bvi-theme=white] * :disabled,
html body .bvi-body[data-bvi-theme=white] * :empty,
html body .bvi-body[data-bvi-theme=white] * :enabled,
html body .bvi-body[data-bvi-theme=white] * :first-child,
html body .bvi-body[data-bvi-theme=white] * :first-of-type,
html body .bvi-body[data-bvi-theme=white] * :focus,
html body .bvi-body[data-bvi-theme=white] * :indeterminate,
html body .bvi-body[data-bvi-theme=white] * :hover,
html body .bvi-body[data-bvi-theme=white] * :last-child,
html body .bvi-body[data-bvi-theme=white] * :last-of-type,
html body .bvi-body[data-bvi-theme=white] * :link,
html body .bvi-body[data-bvi-theme=white] * :nth-last-child,
html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=white] * :nth-of-type,
html body .bvi-body[data-bvi-theme=white] * :only-child,
html body .bvi-body[data-bvi-theme=white] * :only-of-type,
html body .bvi-body[data-bvi-theme=white] * :optional,
html body .bvi-body[data-bvi-theme=white] * :read-write,
html body .bvi-body[data-bvi-theme=white] * :required,
html body .bvi-body[data-bvi-theme=white] * :root,
html body .bvi-body[data-bvi-theme=white] * :target,
html body .bvi-body[data-bvi-theme=white] * :valid,
html body .bvi-body[data-bvi-theme=white] * :visited,
html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=white] * :default {
    background-color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
    fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] *::selection {
    background-color: #000000 !important;
    color: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=white] * a {
    outline: 0 !important;
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=white] * a.active {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover * {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * button, html body .bvi-body[data-bvi-theme=white] * input[type=submit], html body .bvi-body[data-bvi-theme=white] * input[type=button], html body .bvi-body[data-bvi-theme=white] * button[type=submit], html body .bvi-body[data-bvi-theme=white] * button[type=button] {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover * {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] {
    background-color: #000000 !important;
    fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] * {
    background-color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] * .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link {
    color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * :checked,
html body .bvi-body[data-bvi-theme=black] * :default,
html body .bvi-body[data-bvi-theme=black] * :disabled,
html body .bvi-body[data-bvi-theme=black] * :empty,
html body .bvi-body[data-bvi-theme=black] * :enabled,
html body .bvi-body[data-bvi-theme=black] * :first-child,
html body .bvi-body[data-bvi-theme=black] * :first-of-type,
html body .bvi-body[data-bvi-theme=black] * :focus,
html body .bvi-body[data-bvi-theme=black] * :indeterminate,
html body .bvi-body[data-bvi-theme=black] * :hover,
html body .bvi-body[data-bvi-theme=black] * :last-child,
html body .bvi-body[data-bvi-theme=black] * :last-of-type,
html body .bvi-body[data-bvi-theme=black] * :link,
html body .bvi-body[data-bvi-theme=black] * :nth-last-child,
html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=black] * :nth-of-type,
html body .bvi-body[data-bvi-theme=black] * :only-child,
html body .bvi-body[data-bvi-theme=black] * :only-of-type,
html body .bvi-body[data-bvi-theme=black] * :optional,
html body .bvi-body[data-bvi-theme=black] * :read-write,
html body .bvi-body[data-bvi-theme=black] * :required,
html body .bvi-body[data-bvi-theme=black] * :root,
html body .bvi-body[data-bvi-theme=black] * :target,
html body .bvi-body[data-bvi-theme=black] * :valid,
html body .bvi-body[data-bvi-theme=black] * :visited,
html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=black] * :default {
    background-color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] *::selection {
    background-color: #ffffff !important;
    color: #000000 !important;
}
html body .bvi-body[data-bvi-theme=black] * a {
    outline: 0 !important;
    color: #ffffff !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=black] * a.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover * {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * button, html body .bvi-body[data-bvi-theme=black] * input[type=submit], html body .bvi-body[data-bvi-theme=black] * input[type=button], html body .bvi-body[data-bvi-theme=black] * button[type=submit], html body .bvi-body[data-bvi-theme=black] * button[type=button] {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover * {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] {
    background-color: #9DD1FF !important;
    fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] * {
    background-color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link {
    color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled {
    color: rgba(6, 52, 98, 0.5) !important;
    border: 1px solid rgba(6, 52, 98, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus {
    color: rgba(6, 52, 98, 0.5) !important;
    border: 1px solid rgba(6, 52, 98, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * :checked,
html body .bvi-body[data-bvi-theme=blue] * :default,
html body .bvi-body[data-bvi-theme=blue] * :disabled,
html body .bvi-body[data-bvi-theme=blue] * :empty,
html body .bvi-body[data-bvi-theme=blue] * :enabled,
html body .bvi-body[data-bvi-theme=blue] * :first-child,
html body .bvi-body[data-bvi-theme=blue] * :first-of-type,
html body .bvi-body[data-bvi-theme=blue] * :focus,
html body .bvi-body[data-bvi-theme=blue] * :indeterminate,
html body .bvi-body[data-bvi-theme=blue] * :hover,
html body .bvi-body[data-bvi-theme=blue] * :last-child,
html body .bvi-body[data-bvi-theme=blue] * :last-of-type,
html body .bvi-body[data-bvi-theme=blue] * :link,
html body .bvi-body[data-bvi-theme=blue] * :nth-last-child,
html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=blue] * :nth-of-type,
html body .bvi-body[data-bvi-theme=blue] * :only-child,
html body .bvi-body[data-bvi-theme=blue] * :only-of-type,
html body .bvi-body[data-bvi-theme=blue] * :optional,
html body .bvi-body[data-bvi-theme=blue] * :read-write,
html body .bvi-body[data-bvi-theme=blue] * :required,
html body .bvi-body[data-bvi-theme=blue] * :root,
html body .bvi-body[data-bvi-theme=blue] * :target,
html body .bvi-body[data-bvi-theme=blue] * :valid,
html body .bvi-body[data-bvi-theme=blue] * :visited,
html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=blue] * :default {
    background-color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] *::selection {
    background-color: #063462 !important;
    color: #9DD1FF !important;
}
html body .bvi-body[data-bvi-theme=blue] * a {
    outline: 0 !important;
    color: #063462 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.active {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover * {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9DD1FF !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * button, html body .bvi-body[data-bvi-theme=blue] * input[type=submit], html body .bvi-body[data-bvi-theme=blue] * input[type=button], html body .bvi-body[data-bvi-theme=blue] * button[type=submit], html body .bvi-body[data-bvi-theme=blue] * button[type=button] {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover * {
    color: #9DD1FF !important;
    background-color: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] {
    background-color: #F7F3D6 !important;
    fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] * {
    background-color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4D4B43 !important;
    color: #4D4B43 !important;
    fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link {
    color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled {
    color: rgba(77, 75, 67, 0.5) !important;
    border: 1px solid rgba(77, 75, 67, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus {
    color: rgba(77, 75, 67, 0.5) !important;
    border: 1px solid rgba(77, 75, 67, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * :checked,
html body .bvi-body[data-bvi-theme=brown] * :default,
html body .bvi-body[data-bvi-theme=brown] * :disabled,
html body .bvi-body[data-bvi-theme=brown] * :empty,
html body .bvi-body[data-bvi-theme=brown] * :enabled,
html body .bvi-body[data-bvi-theme=brown] * :first-child,
html body .bvi-body[data-bvi-theme=brown] * :first-of-type,
html body .bvi-body[data-bvi-theme=brown] * :focus,
html body .bvi-body[data-bvi-theme=brown] * :indeterminate,
html body .bvi-body[data-bvi-theme=brown] * :hover,
html body .bvi-body[data-bvi-theme=brown] * :last-child,
html body .bvi-body[data-bvi-theme=brown] * :last-of-type,
html body .bvi-body[data-bvi-theme=brown] * :link,
html body .bvi-body[data-bvi-theme=brown] * :nth-last-child,
html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=brown] * :nth-of-type,
html body .bvi-body[data-bvi-theme=brown] * :only-child,
html body .bvi-body[data-bvi-theme=brown] * :only-of-type,
html body .bvi-body[data-bvi-theme=brown] * :optional,
html body .bvi-body[data-bvi-theme=brown] * :read-write,
html body .bvi-body[data-bvi-theme=brown] * :required,
html body .bvi-body[data-bvi-theme=brown] * :root,
html body .bvi-body[data-bvi-theme=brown] * :target,
html body .bvi-body[data-bvi-theme=brown] * :valid,
html body .bvi-body[data-bvi-theme=brown] * :visited,
html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=brown] * :default {
    background-color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4D4B43 !important;
    color: #4D4B43 !important;
    fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4D4B43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4D4B43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] *::selection {
    background-color: #4D4B43 !important;
    color: #F7F3D6 !important;
}
html body .bvi-body[data-bvi-theme=brown] * a {
    outline: 0 !important;
    color: #4D4B43 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.active {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover * {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #F7F3D6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * button, html body .bvi-body[data-bvi-theme=brown] * input[type=submit], html body .bvi-body[data-bvi-theme=brown] * input[type=button], html body .bvi-body[data-bvi-theme=brown] * button[type=submit], html body .bvi-body[data-bvi-theme=brown] * button[type=button] {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover * {
    color: #F7F3D6 !important;
    background-color: #4D4B43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] {
    background-color: #3B2716 !important;
    fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] * {
    background-color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #A9E44D !important;
    color: #A9E44D !important;
    fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] * .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a {
    text-decoration: underline !important;
    outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link {
    color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled {
    color: rgba(169, 228, 77, 0.5) !important;
    border: 1px solid rgba(169, 228, 77, 0.5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus {
    color: rgba(169, 228, 77, 0.5) !important;
    border: 1px solid rgba(169, 228, 77, 0.5) !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    text-underline: none !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * :checked,
html body .bvi-body[data-bvi-theme=green] * :default,
html body .bvi-body[data-bvi-theme=green] * :disabled,
html body .bvi-body[data-bvi-theme=green] * :empty,
html body .bvi-body[data-bvi-theme=green] * :enabled,
html body .bvi-body[data-bvi-theme=green] * :first-child,
html body .bvi-body[data-bvi-theme=green] * :first-of-type,
html body .bvi-body[data-bvi-theme=green] * :focus,
html body .bvi-body[data-bvi-theme=green] * :indeterminate,
html body .bvi-body[data-bvi-theme=green] * :hover,
html body .bvi-body[data-bvi-theme=green] * :last-child,
html body .bvi-body[data-bvi-theme=green] * :last-of-type,
html body .bvi-body[data-bvi-theme=green] * :link,
html body .bvi-body[data-bvi-theme=green] * :nth-last-child,
html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=green] * :nth-of-type,
html body .bvi-body[data-bvi-theme=green] * :only-child,
html body .bvi-body[data-bvi-theme=green] * :only-of-type,
html body .bvi-body[data-bvi-theme=green] * :optional,
html body .bvi-body[data-bvi-theme=green] * :read-write,
html body .bvi-body[data-bvi-theme=green] * :required,
html body .bvi-body[data-bvi-theme=green] * :root,
html body .bvi-body[data-bvi-theme=green] * :target,
html body .bvi-body[data-bvi-theme=green] * :valid,
html body .bvi-body[data-bvi-theme=green] * :visited,
html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=green] * :default {
    background-color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #A9E44D !important;
    color: #A9E44D !important;
    fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #A9E44D !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #A9E44D !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] *::selection {
    background-color: #A9E44D !important;
    color: #3B2716 !important;
}
html body .bvi-body[data-bvi-theme=green] * a {
    outline: 0 !important;
    color: #A9E44D !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=green] * a.active {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover * {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover *:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover *:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3B2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * button, html body .bvi-body[data-bvi-theme=green] * input[type=submit], html body .bvi-body[data-bvi-theme=green] * input[type=button], html body .bvi-body[data-bvi-theme=green] * button[type=submit], html body .bvi-body[data-bvi-theme=green] * button[type=button] {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover * {
    color: #3B2716 !important;
    background-color: #A9E44D !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-size="40"] * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="40"] * h1,
html body .bvi-body[data-bvi-size="40"] * h1 * {
    font-size: 47px !important;
}
html body .bvi-body[data-bvi-size="40"] * h2,
html body .bvi-body[data-bvi-size="40"] * h2 * {
    font-size: 46px !important;
}
html body .bvi-body[data-bvi-size="40"] * h3,
html body .bvi-body[data-bvi-size="40"] * h3 * {
    font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="40"] * h4,
html body .bvi-body[data-bvi-size="40"] * h4 * {
    font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="40"] * h5,
html body .bvi-body[data-bvi-size="40"] * h5 * {
    font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="40"] * h6,
html body .bvi-body[data-bvi-size="40"] * h6 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="39"] * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="39"] * h1,
html body .bvi-body[data-bvi-size="39"] * h1 * {
    font-size: 46px !important;
}
html body .bvi-body[data-bvi-size="39"] * h2,
html body .bvi-body[data-bvi-size="39"] * h2 * {
    font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="39"] * h3,
html body .bvi-body[data-bvi-size="39"] * h3 * {
    font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="39"] * h4,
html body .bvi-body[data-bvi-size="39"] * h4 * {
    font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="39"] * h5,
html body .bvi-body[data-bvi-size="39"] * h5 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="39"] * h6,
html body .bvi-body[data-bvi-size="39"] * h6 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="38"] * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="38"] * h1,
html body .bvi-body[data-bvi-size="38"] * h1 * {
    font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="38"] * h2,
html body .bvi-body[data-bvi-size="38"] * h2 * {
    font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="38"] * h3,
html body .bvi-body[data-bvi-size="38"] * h3 * {
    font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="38"] * h4,
html body .bvi-body[data-bvi-size="38"] * h4 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="38"] * h5,
html body .bvi-body[data-bvi-size="38"] * h5 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="38"] * h6,
html body .bvi-body[data-bvi-size="38"] * h6 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="37"] * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="37"] * h1,
html body .bvi-body[data-bvi-size="37"] * h1 * {
    font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="37"] * h2,
html body .bvi-body[data-bvi-size="37"] * h2 * {
    font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="37"] * h3,
html body .bvi-body[data-bvi-size="37"] * h3 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="37"] * h4,
html body .bvi-body[data-bvi-size="37"] * h4 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="37"] * h5,
html body .bvi-body[data-bvi-size="37"] * h5 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="37"] * h6,
html body .bvi-body[data-bvi-size="37"] * h6 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="36"] * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="36"] * h1,
html body .bvi-body[data-bvi-size="36"] * h1 * {
    font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="36"] * h2,
html body .bvi-body[data-bvi-size="36"] * h2 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="36"] * h3,
html body .bvi-body[data-bvi-size="36"] * h3 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="36"] * h4,
html body .bvi-body[data-bvi-size="36"] * h4 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="36"] * h5,
html body .bvi-body[data-bvi-size="36"] * h5 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="36"] * h6,
html body .bvi-body[data-bvi-size="36"] * h6 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="35"] * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="35"] * h1,
html body .bvi-body[data-bvi-size="35"] * h1 * {
    font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="35"] * h2,
html body .bvi-body[data-bvi-size="35"] * h2 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="35"] * h3,
html body .bvi-body[data-bvi-size="35"] * h3 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="35"] * h4,
html body .bvi-body[data-bvi-size="35"] * h4 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="35"] * h5,
html body .bvi-body[data-bvi-size="35"] * h5 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="35"] * h6,
html body .bvi-body[data-bvi-size="35"] * h6 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="34"] * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="34"] * h1,
html body .bvi-body[data-bvi-size="34"] * h1 * {
    font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="34"] * h2,
html body .bvi-body[data-bvi-size="34"] * h2 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="34"] * h3,
html body .bvi-body[data-bvi-size="34"] * h3 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="34"] * h4,
html body .bvi-body[data-bvi-size="34"] * h4 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="34"] * h5,
html body .bvi-body[data-bvi-size="34"] * h5 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="34"] * h6,
html body .bvi-body[data-bvi-size="34"] * h6 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="33"] * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="33"] * h1,
html body .bvi-body[data-bvi-size="33"] * h1 * {
    font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="33"] * h2,
html body .bvi-body[data-bvi-size="33"] * h2 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="33"] * h3,
html body .bvi-body[data-bvi-size="33"] * h3 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="33"] * h4,
html body .bvi-body[data-bvi-size="33"] * h4 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="33"] * h5,
html body .bvi-body[data-bvi-size="33"] * h5 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="33"] * h6,
html body .bvi-body[data-bvi-size="33"] * h6 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="32"] * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="32"] * h1,
html body .bvi-body[data-bvi-size="32"] * h1 * {
    font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="32"] * h2,
html body .bvi-body[data-bvi-size="32"] * h2 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="32"] * h3,
html body .bvi-body[data-bvi-size="32"] * h3 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="32"] * h4,
html body .bvi-body[data-bvi-size="32"] * h4 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="32"] * h5,
html body .bvi-body[data-bvi-size="32"] * h5 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="32"] * h6,
html body .bvi-body[data-bvi-size="32"] * h6 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="31"] * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="31"] * h1,
html body .bvi-body[data-bvi-size="31"] * h1 * {
    font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="31"] * h2,
html body .bvi-body[data-bvi-size="31"] * h2 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="31"] * h3,
html body .bvi-body[data-bvi-size="31"] * h3 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="31"] * h4,
html body .bvi-body[data-bvi-size="31"] * h4 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="31"] * h5,
html body .bvi-body[data-bvi-size="31"] * h5 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="31"] * h6,
html body .bvi-body[data-bvi-size="31"] * h6 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="30"] * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="30"] * h1,
html body .bvi-body[data-bvi-size="30"] * h1 * {
    font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="30"] * h2,
html body .bvi-body[data-bvi-size="30"] * h2 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="30"] * h3,
html body .bvi-body[data-bvi-size="30"] * h3 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="30"] * h4,
html body .bvi-body[data-bvi-size="30"] * h4 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="30"] * h5,
html body .bvi-body[data-bvi-size="30"] * h5 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="30"] * h6,
html body .bvi-body[data-bvi-size="30"] * h6 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="29"] * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="29"] * h1,
html body .bvi-body[data-bvi-size="29"] * h1 * {
    font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="29"] * h2,
html body .bvi-body[data-bvi-size="29"] * h2 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="29"] * h3,
html body .bvi-body[data-bvi-size="29"] * h3 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="29"] * h4,
html body .bvi-body[data-bvi-size="29"] * h4 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="29"] * h5,
html body .bvi-body[data-bvi-size="29"] * h5 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="29"] * h6,
html body .bvi-body[data-bvi-size="29"] * h6 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="28"] * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="28"] * h1,
html body .bvi-body[data-bvi-size="28"] * h1 * {
    font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="28"] * h2,
html body .bvi-body[data-bvi-size="28"] * h2 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="28"] * h3,
html body .bvi-body[data-bvi-size="28"] * h3 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="28"] * h4,
html body .bvi-body[data-bvi-size="28"] * h4 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="28"] * h5,
html body .bvi-body[data-bvi-size="28"] * h5 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="28"] * h6,
html body .bvi-body[data-bvi-size="28"] * h6 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="27"] * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="27"] * h1,
html body .bvi-body[data-bvi-size="27"] * h1 * {
    font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="27"] * h2,
html body .bvi-body[data-bvi-size="27"] * h2 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="27"] * h3,
html body .bvi-body[data-bvi-size="27"] * h3 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="27"] * h4,
html body .bvi-body[data-bvi-size="27"] * h4 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="27"] * h5,
html body .bvi-body[data-bvi-size="27"] * h5 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="27"] * h6,
html body .bvi-body[data-bvi-size="27"] * h6 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="26"] * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="26"] * h1,
html body .bvi-body[data-bvi-size="26"] * h1 * {
    font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="26"] * h2,
html body .bvi-body[data-bvi-size="26"] * h2 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="26"] * h3,
html body .bvi-body[data-bvi-size="26"] * h3 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="26"] * h4,
html body .bvi-body[data-bvi-size="26"] * h4 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="26"] * h5,
html body .bvi-body[data-bvi-size="26"] * h5 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="26"] * h6,
html body .bvi-body[data-bvi-size="26"] * h6 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="25"] * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="25"] * h1,
html body .bvi-body[data-bvi-size="25"] * h1 * {
    font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="25"] * h2,
html body .bvi-body[data-bvi-size="25"] * h2 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="25"] * h3,
html body .bvi-body[data-bvi-size="25"] * h3 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="25"] * h4,
html body .bvi-body[data-bvi-size="25"] * h4 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="25"] * h5,
html body .bvi-body[data-bvi-size="25"] * h5 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="25"] * h6,
html body .bvi-body[data-bvi-size="25"] * h6 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="24"] * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="24"] * h1,
html body .bvi-body[data-bvi-size="24"] * h1 * {
    font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="24"] * h2,
html body .bvi-body[data-bvi-size="24"] * h2 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="24"] * h3,
html body .bvi-body[data-bvi-size="24"] * h3 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="24"] * h4,
html body .bvi-body[data-bvi-size="24"] * h4 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="24"] * h5,
html body .bvi-body[data-bvi-size="24"] * h5 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="24"] * h6,
html body .bvi-body[data-bvi-size="24"] * h6 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="23"] * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="23"] * h1,
html body .bvi-body[data-bvi-size="23"] * h1 * {
    font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="23"] * h2,
html body .bvi-body[data-bvi-size="23"] * h2 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="23"] * h3,
html body .bvi-body[data-bvi-size="23"] * h3 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="23"] * h4,
html body .bvi-body[data-bvi-size="23"] * h4 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="23"] * h5,
html body .bvi-body[data-bvi-size="23"] * h5 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="23"] * h6,
html body .bvi-body[data-bvi-size="23"] * h6 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="22"] * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="22"] * h1,
html body .bvi-body[data-bvi-size="22"] * h1 * {
    font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="22"] * h2,
html body .bvi-body[data-bvi-size="22"] * h2 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="22"] * h3,
html body .bvi-body[data-bvi-size="22"] * h3 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="22"] * h4,
html body .bvi-body[data-bvi-size="22"] * h4 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="22"] * h5,
html body .bvi-body[data-bvi-size="22"] * h5 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="22"] * h6,
html body .bvi-body[data-bvi-size="22"] * h6 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="21"] * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="21"] * h1,
html body .bvi-body[data-bvi-size="21"] * h1 * {
    font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="21"] * h2,
html body .bvi-body[data-bvi-size="21"] * h2 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="21"] * h3,
html body .bvi-body[data-bvi-size="21"] * h3 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="21"] * h4,
html body .bvi-body[data-bvi-size="21"] * h4 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="21"] * h5,
html body .bvi-body[data-bvi-size="21"] * h5 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="21"] * h6,
html body .bvi-body[data-bvi-size="21"] * h6 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="20"] * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="20"] * h1,
html body .bvi-body[data-bvi-size="20"] * h1 * {
    font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="20"] * h2,
html body .bvi-body[data-bvi-size="20"] * h2 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="20"] * h3,
html body .bvi-body[data-bvi-size="20"] * h3 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="20"] * h4,
html body .bvi-body[data-bvi-size="20"] * h4 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="20"] * h5,
html body .bvi-body[data-bvi-size="20"] * h5 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="20"] * h6,
html body .bvi-body[data-bvi-size="20"] * h6 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="19"] * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="19"] * h1,
html body .bvi-body[data-bvi-size="19"] * h1 * {
    font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="19"] * h2,
html body .bvi-body[data-bvi-size="19"] * h2 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="19"] * h3,
html body .bvi-body[data-bvi-size="19"] * h3 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="19"] * h4,
html body .bvi-body[data-bvi-size="19"] * h4 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="19"] * h5,
html body .bvi-body[data-bvi-size="19"] * h5 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="19"] * h6,
html body .bvi-body[data-bvi-size="19"] * h6 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="18"] * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="18"] * h1,
html body .bvi-body[data-bvi-size="18"] * h1 * {
    font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="18"] * h2,
html body .bvi-body[data-bvi-size="18"] * h2 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="18"] * h3,
html body .bvi-body[data-bvi-size="18"] * h3 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="18"] * h4,
html body .bvi-body[data-bvi-size="18"] * h4 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="18"] * h5,
html body .bvi-body[data-bvi-size="18"] * h5 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="18"] * h6,
html body .bvi-body[data-bvi-size="18"] * h6 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="17"] * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="17"] * h1,
html body .bvi-body[data-bvi-size="17"] * h1 * {
    font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="17"] * h2,
html body .bvi-body[data-bvi-size="17"] * h2 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="17"] * h3,
html body .bvi-body[data-bvi-size="17"] * h3 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="17"] * h4,
html body .bvi-body[data-bvi-size="17"] * h4 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="17"] * h5,
html body .bvi-body[data-bvi-size="17"] * h5 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="17"] * h6,
html body .bvi-body[data-bvi-size="17"] * h6 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="16"] * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="16"] * h1,
html body .bvi-body[data-bvi-size="16"] * h1 * {
    font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="16"] * h2,
html body .bvi-body[data-bvi-size="16"] * h2 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="16"] * h3,
html body .bvi-body[data-bvi-size="16"] * h3 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="16"] * h4,
html body .bvi-body[data-bvi-size="16"] * h4 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="16"] * h5,
html body .bvi-body[data-bvi-size="16"] * h5 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="16"] * h6,
html body .bvi-body[data-bvi-size="16"] * h6 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="15"] * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="15"] * h1,
html body .bvi-body[data-bvi-size="15"] * h1 * {
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="15"] * h2,
html body .bvi-body[data-bvi-size="15"] * h2 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="15"] * h3,
html body .bvi-body[data-bvi-size="15"] * h3 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="15"] * h4,
html body .bvi-body[data-bvi-size="15"] * h4 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="15"] * h5,
html body .bvi-body[data-bvi-size="15"] * h5 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="15"] * h6,
html body .bvi-body[data-bvi-size="15"] * h6 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="14"] * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="14"] * h1,
html body .bvi-body[data-bvi-size="14"] * h1 * {
    font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="14"] * h2,
html body .bvi-body[data-bvi-size="14"] * h2 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="14"] * h3,
html body .bvi-body[data-bvi-size="14"] * h3 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="14"] * h4,
html body .bvi-body[data-bvi-size="14"] * h4 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="14"] * h5,
html body .bvi-body[data-bvi-size="14"] * h5 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="14"] * h6,
html body .bvi-body[data-bvi-size="14"] * h6 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="13"] * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="13"] * h1,
html body .bvi-body[data-bvi-size="13"] * h1 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="13"] * h2,
html body .bvi-body[data-bvi-size="13"] * h2 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="13"] * h3,
html body .bvi-body[data-bvi-size="13"] * h3 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="13"] * h4,
html body .bvi-body[data-bvi-size="13"] * h4 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="13"] * h5,
html body .bvi-body[data-bvi-size="13"] * h5 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="13"] * h6,
html body .bvi-body[data-bvi-size="13"] * h6 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="12"] * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="12"] * h1,
html body .bvi-body[data-bvi-size="12"] * h1 * {
    font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="12"] * h2,
html body .bvi-body[data-bvi-size="12"] * h2 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="12"] * h3,
html body .bvi-body[data-bvi-size="12"] * h3 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="12"] * h4,
html body .bvi-body[data-bvi-size="12"] * h4 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="12"] * h5,
html body .bvi-body[data-bvi-size="12"] * h5 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="12"] * h6,
html body .bvi-body[data-bvi-size="12"] * h6 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="11"] * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="11"] * h1,
html body .bvi-body[data-bvi-size="11"] * h1 * {
    font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="11"] * h2,
html body .bvi-body[data-bvi-size="11"] * h2 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="11"] * h3,
html body .bvi-body[data-bvi-size="11"] * h3 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="11"] * h4,
html body .bvi-body[data-bvi-size="11"] * h4 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="11"] * h5,
html body .bvi-body[data-bvi-size="11"] * h5 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="11"] * h6,
html body .bvi-body[data-bvi-size="11"] * h6 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="10"] * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="10"] * h1,
html body .bvi-body[data-bvi-size="10"] * h1 * {
    font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="10"] * h2,
html body .bvi-body[data-bvi-size="10"] * h2 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="10"] * h3,
html body .bvi-body[data-bvi-size="10"] * h3 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="10"] * h4,
html body .bvi-body[data-bvi-size="10"] * h4 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="10"] * h5,
html body .bvi-body[data-bvi-size="10"] * h5 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="10"] * h6,
html body .bvi-body[data-bvi-size="10"] * h6 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="9"] * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="9"] * h1,
html body .bvi-body[data-bvi-size="9"] * h1 * {
    font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="9"] * h2,
html body .bvi-body[data-bvi-size="9"] * h2 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="9"] * h3,
html body .bvi-body[data-bvi-size="9"] * h3 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="9"] * h4,
html body .bvi-body[data-bvi-size="9"] * h4 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="9"] * h5,
html body .bvi-body[data-bvi-size="9"] * h5 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="9"] * h6,
html body .bvi-body[data-bvi-size="9"] * h6 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="8"] * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="8"] * h1,
html body .bvi-body[data-bvi-size="8"] * h1 * {
    font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="8"] * h2,
html body .bvi-body[data-bvi-size="8"] * h2 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="8"] * h3,
html body .bvi-body[data-bvi-size="8"] * h3 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="8"] * h4,
html body .bvi-body[data-bvi-size="8"] * h4 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="8"] * h5,
html body .bvi-body[data-bvi-size="8"] * h5 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="8"] * h6,
html body .bvi-body[data-bvi-size="8"] * h6 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="7"] * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="7"] * h1,
html body .bvi-body[data-bvi-size="7"] * h1 * {
    font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="7"] * h2,
html body .bvi-body[data-bvi-size="7"] * h2 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="7"] * h3,
html body .bvi-body[data-bvi-size="7"] * h3 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="7"] * h4,
html body .bvi-body[data-bvi-size="7"] * h4 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="7"] * h5,
html body .bvi-body[data-bvi-size="7"] * h5 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="7"] * h6,
html body .bvi-body[data-bvi-size="7"] * h6 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="6"] * {
    font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="6"] * h1,
html body .bvi-body[data-bvi-size="6"] * h1 * {
    font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="6"] * h2,
html body .bvi-body[data-bvi-size="6"] * h2 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="6"] * h3,
html body .bvi-body[data-bvi-size="6"] * h3 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="6"] * h4,
html body .bvi-body[data-bvi-size="6"] * h4 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="6"] * h5,
html body .bvi-body[data-bvi-size="6"] * h5 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="6"] * h6,
html body .bvi-body[data-bvi-size="6"] * h6 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="5"] * {
    font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="5"] * h1,
html body .bvi-body[data-bvi-size="5"] * h1 * {
    font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="5"] * h2,
html body .bvi-body[data-bvi-size="5"] * h2 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="5"] * h3,
html body .bvi-body[data-bvi-size="5"] * h3 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="5"] * h4,
html body .bvi-body[data-bvi-size="5"] * h4 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="5"] * h5,
html body .bvi-body[data-bvi-size="5"] * h5 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="5"] * h6,
html body .bvi-body[data-bvi-size="5"] * h6 * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="4"] * {
    font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="4"] * h1,
html body .bvi-body[data-bvi-size="4"] * h1 * {
    font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="4"] * h2,
html body .bvi-body[data-bvi-size="4"] * h2 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="4"] * h3,
html body .bvi-body[data-bvi-size="4"] * h3 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="4"] * h4,
html body .bvi-body[data-bvi-size="4"] * h4 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="4"] * h5,
html body .bvi-body[data-bvi-size="4"] * h5 * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="4"] * h6,
html body .bvi-body[data-bvi-size="4"] * h6 * {
    font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="3"] * {
    font-size: 3px !important;
}
html body .bvi-body[data-bvi-size="3"] * h1,
html body .bvi-body[data-bvi-size="3"] * h1 * {
    font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="3"] * h2,
html body .bvi-body[data-bvi-size="3"] * h2 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="3"] * h3,
html body .bvi-body[data-bvi-size="3"] * h3 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="3"] * h4,
html body .bvi-body[data-bvi-size="3"] * h4 * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="3"] * h5,
html body .bvi-body[data-bvi-size="3"] * h5 * {
    font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="3"] * h6,
html body .bvi-body[data-bvi-size="3"] * h6 * {
    font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="2"] * {
    font-size: 2px !important;
}
html body .bvi-body[data-bvi-size="2"] * h1,
html body .bvi-body[data-bvi-size="2"] * h1 * {
    font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="2"] * h2,
html body .bvi-body[data-bvi-size="2"] * h2 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="2"] * h3,
html body .bvi-body[data-bvi-size="2"] * h3 * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="2"] * h4,
html body .bvi-body[data-bvi-size="2"] * h4 * {
    font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="2"] * h5,
html body .bvi-body[data-bvi-size="2"] * h5 * {
    font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="2"] * h6,
html body .bvi-body[data-bvi-size="2"] * h6 * {
    font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="1"] * {
    font-size: 1px !important;
}
html body .bvi-body[data-bvi-size="1"] * h1,
html body .bvi-body[data-bvi-size="1"] * h1 * {
    font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="1"] * h2,
html body .bvi-body[data-bvi-size="1"] * h2 * {
    font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="1"] * h3,
html body .bvi-body[data-bvi-size="1"] * h3 * {
    font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="1"] * h4,
html body .bvi-body[data-bvi-size="1"] * h4 * {
    font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="1"] * h5,
html body .bvi-body[data-bvi-size="1"] * h5 * {
    font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="1"] * h6,
html body .bvi-body[data-bvi-size="1"] * h6 * {
    font-size: 3px !important;
}
html body .bvi-body .bvi-tts .bvi-tts-link {
    display: inline-block;
    border: 1px dashed transparent;
    border-bottom: 0;
    padding: 10px;
}
html body .bvi-body .bvi-tts .bvi-tts-text {
    border: 1px dashed transparent;
    padding: 10px;
}
html body .bvi-body a {
    text-decoration: none;
}
html body .bvi-body a.bvi-link {
    text-decoration: none;
    color: black;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    margin: 2px;
}
@media (max-width: 575.98px) {
    html body .bvi-body a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-body a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-body a.bvi-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-body a.bvi-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px;
    }
}
html body .bvi-body a.bvi-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-body a.bvi-link:hover {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-body a.bvi-link:focus {
    color: black;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none;
}
html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img,
html body .bvi-body[data-bvi-images=true] img.bvi-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
html body .bvi-body[data-bvi-images=true] .bvi-background-image {
    background-color: transparent !important;
}
html body .bvi-body[data-bvi-images=false] .bvi-background-image {
    background-image: none !important;
    border: 0 !important;
}
html body .bvi-body[data-bvi-images=false] div.bvi-img {
    vertical-align: middle;
    border: 2px dashed;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    word-wrap: break-word;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image,
html body .bvi-body[data-bvi-images=grayscale] img.bvi-img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27grayscale%27><feColorMatrix type=%27matrix%27 values=%270.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0%27/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27grayscale%27><feColorMatrix type=%27matrix%27 values=%270.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0%27/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27grayscale%27><feColorMatrix type=%27matrix%27 values=%271 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0%27/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27grayscale%27><feColorMatrix type=%27saturate%27 values=%270%27/></filter></svg>#grayscale");
    filter: grayscale(1);
}
html body .bvi-body[data-bvi-line-height=normal] *:not(.bvi-link) {
    line-height: 1.5 !important;
}
html body .bvi-body[data-bvi-line-height=average] *:not(.bvi-link) {
    line-height: 2 !important;
}
html body .bvi-body[data-bvi-line-height=big] *:not(.bvi-link) {
    line-height: 2.5 !important;
}
html body .bvi-body[data-bvi-letter-spacing=normal] *:not(.bvi-link) {
    letter-spacing: 0 !important;
}
html body .bvi-body[data-bvi-letter-spacing=average] *:not(.bvi-link) {
    letter-spacing: 2px !important;
}
html body .bvi-body[data-bvi-letter-spacing=big] *:not(.bvi-link) {
    letter-spacing: 4px !important;
}
html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span) {
    font-family: Arial, sans-serif !important;
}
html body .bvi-body[data-bvi-font-family=times] *:not(i):not(span) {
    font-family: "Times New roman" !important;
}
html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode,
html body .bvi-body[data-bvi-flash-iframe=true] iframe,
html body .bvi-body[data-bvi-flash-iframe=true] video,
html body .bvi-body[data-bvi-flash-iframe=true] ymaps,
html body .bvi-body[data-bvi-flash-iframe=true] figure {
    display: block !important;
}
html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode,
html body .bvi-body[data-bvi-flash-iframe=false] iframe,
html body .bvi-body[data-bvi-flash-iframe=false] video,
html body .bvi-body[data-bvi-flash-iframe=false] ymaps,
html body .bvi-body[data-bvi-flash-iframe=false] figure {
    display: none !important;
}
html body .bvi-body .bvi-hide {
    display: none;
}
html body .bvi-body .bvi-show {
    display: block;
}
html body .bvi-hide {
    display: block;
}
html body .bvi-show {
    display: none;
}
html body #bvi-panel-show.bvi-link {
    text-decoration: none;
    color: black;
    background-color: white;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
}
html body #bvi-panel-show.bvi-link.bvi-link-top {
    position: fixed !important;
    top: 2.5rem !important;
    right: 1.5rem !important;
    z-index: 999999 !important;
}
html body #bvi-panel-show .bvi-images {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
}
html body #bvi-panel-show .bvi-images.bvi-images-eye {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
}
html body a.bvi-link-widget, html body a.bvi-link-shortcode {
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    text-decoration: none;
}
html body a.bvi-link-widget .bvi-svg-eye, html body a.bvi-link-shortcode .bvi-svg-eye {
    display: inline-block;
    overflow: visible;
    width: 1.125em;
    height: 1em;
    font-size: 2em;
    vertical-align: middle;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat";
    margin-bottom: 0 !important;
}

body *{
    transition: unset;
}
.no-wrap-desktop-lg {
    white-space: nowrap;
}
.fs-14 {
    font-size: 14px;
}
.fs-14-wrapper p{
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.mt-sm {
    margin-top: 3rem;
}
.img-size-auto {
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}
.w-100 {
    width: 100% !important;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pt-3 {
    padding-top: 3rem;
}
.m-0 {
    margin: 0 !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.z-index-2 {
    z-index: 2;
}
.width-100 {
    width: 100%;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #f9f9f9;
}
.border-bottom-gray {
    border-bottom: 1px solid #E3E3E3;
}
.questionnaire-button-blue {
    background-color: #32a5ec !important;
}
.bg-blue-light {
    background: #c0dae9;
}
.bg-blue-light-side {
    position: relative;
}
.bg-blue-light-side::after {
    position: absolute;
    right: 0;
    top: -160px;
    width: 30%;
    height: 150%;
    background: #c0dae9;
    content:' ';
}
.bg-blue {
    background: #013765;
}
.bg-blue-deep {
    background: #1f2f4c;
}
.bg-green {
    background: #70c4a2;
}
.font-green {
    color: #70c4a2;
}
.font-black {
    color: #000;
}
.font-orange {
    color: #ff8a2e;
}
.font-orange-l {
    color: #ff9331;
}
.bg-orange {
    background: #ff9331;
}

.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-wrapper {
    overflow-y: hidden;
}

select::-moz-focus-inner {
    border: none;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.container-large {
    width: 100%;
    max-width: 1400px;
}

.container-center {
    display: flex;
    justify-content: center;
}

.container-full-width {
    width: 100%;
    max-width: 100%;
}

.header-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    z-index: 11 !important;
}

.page-themed .header-wrapper {
    max-width: unset;
    padding: 0 6rem;
}

.nav-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 860px;
    width: 100%;
}

.page-es .nav-wrapper, .page-ru .nav-wrapper {
    max-width: 900px;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-nav-item {
    font-size: 16px;
    line-height: 20px;
    color: #404d55;
    font-weight: 600;
}

.page-es .header-nav-item {
    font-size: 15px;
}

a.header-nav-item {
    text-decoration: none !important;
    transition-duration: unset;
    text-align: left;
}

a.header-nav-item.login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #32a5ec;
    padding: 5px 10px;
    border-radius: 10px;
    height: 40px;
}

.nav-link-wrapper ul.submenu {
    list-style-type: none;
}
.nav-link-wrapper a.left-submenu-link::after {
    top: 5px;
}

.nav-link-wrapper a.left-submenu-link.open::after {
    transform: rotate(180deg);
    transition: .15s;
    border-top: 7px solid #212529;
}

.nav-link {
    padding: 0;
}
.nav-link-wrapper .submenu {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    z-index: 10;
}

.nav-link-wrapper .submenu li {
    padding: 3px 15px 3px 0;
}

.nav-link-wrapper .submenu li a {
    color: #212529;
    font-weight: bold;
}

.header-nav-item.nav-link a:hover{
    color: #32a5ec;
}

.nav-link-wrapper .submenu li a:hover {
    color: #32a5ec;
}
.submenu.left-main-submenu li {
    margin-bottom: 0;
    padding-bottom: 6px;
}
.submenu.left-main-submenu.hidden {
    display: none;
}
/*
.header-nav-item.nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #32a5ec;
    transition: width .3s;
    position: relative;
    left: 10%;
    border-radius: 3px;
}

.header-nav-item.nav-link:hover {
    color: #32a5ec;
}

.header-nav-item.nav-link:hover::after {
    width: 80%;
}
*/
a.header-nav-item {
    transition-duration: unset;
}
.nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 7px;
    background-color: #32a5ec;
    color: #fff;
    text-align: center;
}

.nav-button:hover {
    background-color: #2d96d7;
    color: #fff;
}

#menu-toggle {
    opacity: 0;
}
.main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 800px;
    background-image: url("/images/onlinedivorcer-header-large-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    color: #fff;
    margin-bottom: 12rem;
}
.page-themed .main-info {
    min-height: 660px;
}
.page-themed .main-info.main-info-custom-bg {
    background-image: url("/images/onlinedivorcer-header-large-alt.jpg");
    background-position: 35% 10%;
}
.page-themed .main-info-custom-bg .main-info-wrapper {
    justify-content: start;
}
.page-themed h1 {
    font-size: 3.46rem;
}
.page-themed h2 {
    font-size: 2.75rem;
}
.page-themed h3 {
    font-size: 2.19rem;
}
.page-themed p {
    font-size: 15px;
}
.page-themed-main p, .page-themed-main .steps-block p {
    font-size: 16px;
}
.page-themed .h3 {
    font-size: 2.19rem;
}
.page-themed .text-uppercase-bold {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.page-themed .main-info {
    background-position: 100%;
    height: 660px;
}
.page-themed .main-infolist-wrapper {
    display: none;
}
.page-themed .main-info.state-top-info {
    padding-bottom: 0;
}
.main-info.state-top-info {
    padding-bottom: 8rem;
}
.page-themed .display-infolist.main-infolist-wrapper {
    display: block;
}
.state-top-info {
    margin-bottom: 0;
}
.state-top-info .main-infolist {
    visibility: hidden;
}
.state-top-info .display-infolist .main-infolist {
    visibility: visible;
}
.main-info-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.page-themed .main-info-wrapper{
    justify-content: space-between;
    width: 100%;
}
.page-themed .main-info-form, .page-themed .main-form {
    margin-right: 6rem;
}
.main-info-text {
    margin-top: 8rem;
    margin-left: 9rem;
    max-width: 500px;
}
.page-themed .main-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    padding: 0.5rem 0 0.5rem 6rem;
    max-width: 630px;
}
.page-themed .main-info-text .over-header {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    line-height: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}
.page-themed .state-top-info .main-info-form {
    margin-top: 0;
}
.page-themed .main-info-wrapper .main-form {
    margin-top: 0;
}
.page-themed .main-info-custom-bg .main-info-wrapper .main-form,
.page-themed .main-info-custom-bg.state-top-info .main-info-form{
    margin-right: 0;
    margin-left: 10%;
}

.main-info-text h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.page-themed .state-top-info .main-info-text h1 {
    font-size: 3.46rem;
    letter-spacing: -.5px;
    line-height: 3.75rem;
    padding-right: 1rem;
}
.page-themed .state-top-info .main-info-text h1.h1-medium {
    font-size: 3.2rem;
    line-height: 3rem;
}
.page-themed .state-top-info .main-info-text h1.h1-small {
    font-size: 2.7rem;
    line-height: 3rem;
}
.state-top-info .main-info-text h1 {
    font-size: 50px;
}

.main-info-text p {
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    padding-right: 2rem;
}

.page-themed .main-info-text p {
    font-size: 16px;
    letter-spacing: .25px;
    line-height: 1.5;
}



.main-info-price {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.main-info-price p {
    font-size: 12px;
    line-height: 18px;
}

.main-info-price p:first-child {
    margin-right: 2rem;
}

.main-info-price p span {
    font-size: 60px;
    line-height: 60px;
}

.page-themed .main-info-price p {
    font-size: 14px;
    margin-right: 0;
}

.page-themed .main-info-price p span {
    font-size: 50px;
}

.main-info-price .sign {
    font-size: 46px;
}

.page-themed .main-info-price {
    margin-top: 1rem;
}
.page-themed .main-info-price p {
    min-width: 135px;
}

.page-themed .trustpilot-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0.8;
}

.page-themed .testimonials-slider > div {
    align-items: unset;
}

.page-themed .testimonials-slider.testimonials-no-slider .glide__slide {
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    width: 33.3333%;
}

.page-themed .testimonials-rating {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
}
.page-themed .testimonials-verified img{
    margin-right: 0.2rem;
}
.page-themed .testimonials-verified {
    display: flex;
    align-items: center;
    font-size: 13px;
}

a.main-info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 65px;
    border-radius: 10px;
    background-color: #ff9331;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
}

a.main-info-button.themed-button {
    width: 180px;
    height: 52px;
}

.main-info-button:hover {
    background-color: #ee872e;
    color: #fff;
}
.main-info-button.small-button {
    width: 170px;
    height: 45px;
}
.main-info-button.thick-button {
    width: 210px;
    height: 55px;
}
.page-themed .logo-list-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
}
.page-themed .logo-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 6rem;
}
.page-themed .logo-list img {
    opacity: 0.2;
}
.page-themed .logo-list img:first-child {
    opacity: 1;
}
.page-themed .p-large {
    margin-top: 1rem;
    font-size: 20px;
    font-weight: bold;
}
.page-themed .how-full-center .how-right-block{
    text-align: start;
    min-height: 160px;
}
.page-themed .how-right-block .p-large{
    text-align: start;
}
.page-themed .how-full-center .how-number {
    margin: unset;
}
.language-block {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.page-themed .state-block {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.links-header {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 1rem;
}
.lang-select {
    height: 25px;
    margin-bottom: 0;
}
.page-themed .image-block img{
    margin-top: -3rem;
}
.page-themed .faq-page-right .faq-topic {
    padding: 20px 0;
}
.page-themed .faq-page-right {
    padding-left: 0;
}
.sticky-container {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: .25px;
}
/*
.left-sticky-wrapper,
.right-sticky-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
}
*/

.left-sticky-wrapper {
    max-width: 45%;
    flex: 0 0 45%;
}
.right-sticky-wrapper {
    max-width: 55%;
    flex: 0 0 55%;
}
.left-sticky-wrapper .left-sticky-info{
    max-width: 550px;
}
.left-sticky-wrapper > img {
    min-height: 550px;
}
.left-sticky-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 2em;
    padding-top: 1rem;
}
.left-sticky-info ul {
    padding-left: 0;
    padding-top: 15px;
}
.left-sticky-info ul li {
    list-style-type: none;
    padding-bottom: 0.5rem;
}
.left-sticky-info ul li img {
    margin-right: 1rem;
}
.left-sticky-info .description-top {
    padding: 1rem 0 2rem 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}
.left-sticky-info .description-large {
    font-weight: bold;
    font-size: 18px;
}
.left-sticky-info .description-bottom img{
    margin-right: 1rem;
}
.left-sticky-info .description-bottom p:first-child{
    font-weight: bold;
}
.left-sticky-info .faq-page-right {
    padding-left: 0;
    margin-bottom: 0;
}
.left-sticky-info .faq-question {
    color: black;
    font-weight: normal;
}
.left-sticky-info .faq-page-right .faq-topic {
    border: none;
}
.left-sticky-info .faq-page-right .faq-topic p {
    padding-left: 2rem;
}
.left-sticky-info .faq-page-right .faq-answer {
    font-size: 15px;
}
.left-sticky-info .faq-state-question:after {
    display: none;
}
.left-sticky-info .faq-state-question:before{
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    content: '';
    background-image: url('/images/plus-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}
.left-sticky-info .faq-question.open:before {
    background-image: url('/images/minus-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}
.left-sticky-info .faq-page-right .faq-question:before {
    width: 24px;
    height: 24px;
    border: none;
    background-size: 60%;
}
.fixed-sticky-block {
    position: fixed;
    top: 30px;
    max-width: 50%;
}
.fixed-scrollable-block {
    position: relative;
    width: 55%;
    left: 45%;
}
.slide-sticky-block {
    position: absolute;
    bottom: 30px;
}
.plus-icon-before, .check-icon-before {
    position: relative;
    padding-left: 2rem;
    list-style-type: none;
}
.plus-icon-before:before {
    position: absolute;
    content: '';
    background-image: url('/images/plus-icon-mini.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    top: -5px;
    left: -8px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 45%;
    text-align: center;
    font-size: 22px;
}
.check-icon-before:before {
    position: absolute;
    content: '';
    background-image: url('/images/check-solid.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    top: -5px;
    left: -8px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 45%;
    text-align: center;
    font-size: 22px;
}


.block-separator {
    border-bottom: 1px solid #d9d9d9;
}
.icon-text-line {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
}
.icon-text-line p {
    margin-bottom: 0;
}
.icon-text-line img {
    width: 22px;
    height: 22px;
    margin-right: 1rem;
}
.page-themed .how-with-bg {
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 0;
}
.page-themed .bg-header {
    color: #fff;
    position: relative;
}
.page-themed .steps-heading {
    font-size: 18px;
    font-weight: bold;
}
.page-themed .divorce-forms-header {
    font-size: 22px;
}
.page-themed .specific-state-header {
    font-size: 21px;
}
.page-themed .footer-state-list ul li a {
    font-size: 18px;
}
.themed-states .h2 {
    font-size: 2.75rem;
    text-align: center;
    font-weight: 500;
}
.steps-block {
    display: flex;
}
.steps-block img{
    height: auto;
    width: 270px;
    object-fit: cover;
}
.how-with-bg-main{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.how-with-bg-florida,
.how-with-bg-colorado,
.how-with-bg-georgia,
.how-with-bg-washington {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.how-with-bg-florida:before,
.how-with-bg-colorado:before,
.how-with-bg-georgia:before,
.how-with-bg-washington:before,
.how-with-bg-main:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(65, 65, 65, 0.39);
}
.how-with-bg-florida {
    background-image: url("/images/options-for-getting-a-divorce-in-florida.webp");
}
.how-with-bg-colorado {
    background-image: url("/images/options-for-getting-a-divorce-in-colorado.webp");
}
.how-with-bg-georgia {
    background-image: url("/images/options-for-getting-a-divorce-in-georgia.webp");
}
.how-with-bg-washington {
    background: url("/images/options-for-getting-a-divorce-in-washington-state.webp");
}
.how-with-bg-main {
    background: url("/images/options-for-getting-a-divorce.webp");
    background-position-y: 30%;
    background-size: 90%;
}
.how-with-card {
    background: #ececec;
    color: #000;
    height: 90%;
    padding: 1rem;
    border-radius: 5px;
}
.how-with-card-selected {
    height: 100%;
    background: #fff;
    box-shadow: 0px 9px 32px 1px rgba(99,99,99,0.75);
    -webkit-box-shadow: 0px 9px 32px 1px rgba(99,99,99,0.75);
}
.how-with-card-selected .main-info-button {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.how-with-bg .how-with-card ul{
    margin-top: 1rem;
    padding-left: 0;
}
.how-with-bg .how-with-card ul li{
    font-size: 15px;
    list-style-type: none;
    padding-bottom: 0.5rem;
}
.page-themed-main .how-with-card ul li {
    font-size: 16px;
}
.how-with-bg .how-with-card ul li img {
    margin-right: 0.2rem;
    margin-bottom: 2px;
}
.how-with-bg .how-with-card p {
    padding: 0 0 1rem 0;
    font-size: 15px;
    margin-bottom: 0;
}
.page-themed-main .how-with-card p {
    font-size: 16px;
}
.how-with-bg .how-with-card .p-large {
    font-size: 20px;
}
.free-guide-block {
    padding: 3rem;
}
.free-guide-block, .free-guide-block form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.free-guide-block .free-guide-description {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 1rem 0 1rem 0;
    max-width: 1000px;
}
.free-guide-block input {
    width: 60%;
    height: 41px;
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.free-guide-block input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.free-guide-block button {
    margin-top: 2rem;
    padding: 10px 16px 10px 16px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

/*FORM Styling*/

.main-info-form {
    width: 400px;
    height: 630px;
    background-color: #fff;
    border-radius: 14px;
    font-size: 16px;
    color: #313131;
    margin-top: 3rem;
}

.form-floating-block.blog-post .main-info-form {
    height: 530px;
}

.page-ru .main-info-form {
    height: 660px;
}

.state-top-info .main-info-form {
    margin-top: 5rem;
}

.incomplete-form .main-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.third-index-wrapper .main-form {
    max-width: 400px;
    max-height: 630px;
    margin-top: 3rem;
    border-radius: 14px;
    background: white;
    color: #404d55;
}
.third-index-wrapper .main-info .left-normal-text {
    font-size: 19px;
    line-height: 37px;
    font-weight: 500;
    padding-top: 55%;
}
.third-index-wrapper .main-info .left-normal-text a {
    color: #32a5ec;
}

.normal-text-form2 {
    font-size: 19px;
    line-height: 37px;
    font-weight: 500;
    padding-top: 1rem;
}

.incomplete-form .normal-text-form2 {
    padding-top: 0;
}

.form-header {
    font-size: 22px;
    text-align: center;
    color: #313131;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
}

.form-radio-wrapper {
    background-color: #f8f9fb;
}

.form-radio-wrapper,
.form-inputs-wrapper {
    padding-left: 39px;
    padding-right: 39px;
}

.form-radio-wrapper p {
    font-weight: bold;
    font-size: 14px;
}

.form-radio-wrapper p:first-child {
    padding-top: 2rem;
}

.form-select, .form-names input, .form-email input {
    margin-top: 0;
}

.form-radio {
    padding-bottom: 1rem;
}

.form-radio label {
    font-size: 16px;
    margin-right: 0.5rem;
}

.form-inputs-wrapper {
    margin-top: 1rem;
}

.form-inputs-wrapper .input-validate-group,
.form-inputs-wrapper .form-names,
.form-inputs-wrapper .form-email {
    margin-top: 0.7rem;
    margin-bottom: 0.1rem;
}

.form-inputs-wrapper .form-control {
    width: 100%;
    height: 41px;
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.main-info-form .input-validate-group span.error-message {
    position: absolute;
    margin: -6px 0 0 0;
    padding-left: 0.1rem;
    font-size: 12px;
}

.input-validate-group.for-select .form-control:read-only {
    color: #5d5d5d;
}

.form-inputs-wrapper .form-names .input-validate-group {
    width: 48%;
}

.form-select {
    padding-left: 0.8rem;
    background-color: #fff;
}

.form-select option {
    transition: none 0s ease 0s !important;
}

.form-select option:focus,
.form-select option:active {
    -moz-outline: 0;
    -ms-outline:0;
    -o-outline: 0;
    -webkit-outline: 0;
    outline: 0;
}
.form-select:focus {
    outline: none;
    border-color: #c6c6c6;
}

.form-select, .form-email {
    width: 100%;
}

.form-names {
    display: flex;
    justify-content: space-between;
}

.form-names input {
    width: 96%;
}

.form-email input {
    width: 100%;
}

.form-names input,
.form-email input {
    padding-left: 1rem;
}

.form-select,
.form-names input,
.form-email input {
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

a.form-submit {
    text-decoration: none !important;
}

.form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32a5ec;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 51px;
    border: none;
    border-radius: 10px;
    margin-top: 1.5rem;
    text-align: center;
}

.form-submit:hover {
    background-color: #2d96d7;
    color: #fff;
}

.main-infolist {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(3px 5.196px 5px rgba(0,0,0,0.07));
    position: relative;
    top: -50px;
    display: none;
}

.infolist-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #404d55;
    padding: 2.3rem 3rem 2.3rem 3rem;
}

.infolist-item:hover {
    cursor: pointer;
    text-decoration: none;
}

.infolist-item p {
    margin: 1rem 0 0 0;
}

.page-ru .infolist-item,
.page-es .infolist-item {
    font-size: 14px;
    padding: 2.3rem 2rem 2.3rem 2rem;
}

.icons-block-2 {
    display: flex;
    justify-content: center;
}

.how-with-bg-2 {
    display: flex;
    justify-content: center;
}

.faq-block {
    display: flex;
    justify-content: center;
}

.getting-divorce {
    display: flex;
    justify-content: center;
}

.other-info-inner {
    display: flex;
    justify-content: center;
}

.blog-posts-wrapper, .faq-page-left, .faq-page-right, body .testimonials-no-slider {
    padding-left: 0;
    padding-right: 0;
}

.review-3 {
    padding-left: 0;
    padding-right: 0;
}
.testimonials-slider.testimonials-page {
    max-width: none;
    margin: 0;
}
.icon-with-text img{
    max-height: none;
}

.icon-with-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.icon-with-text p {
    max-width: 300px;
}

.page-wrapper .testimonials-slider .testimonials-name img {
    margin-top: 5px;
}

.page-wrapper .testimonials-reviews-arrow-previous,
.page-wrapper .testimonials-reviews-arrow-next {
    top: 55%;
}
.footer-themed .footer-left-side .footer-menu a,
.footer-themed .footer-left-side .footer-email a,
.footer-themed .site-name span,
.footer-themed .footer-heading,
.footer-themed {
    color: #fff;
    font-size: 15px;
}
.footer-themed .for-footer-imgs {
    border: 1px solid #acacac;
    width: calc(100% - 1px);
}
.footer-themed .for-footer-imgs p {
    background: #1f304b;
    color: #fff;
}
.footer-themed .footer-left-side.footer-address-side.f-xl-end {
    display: flex;
    justify-content: end;
}
.footer-themed .footer-left-side.footer-address-side.f-xl-center {
    display: flex;
    justify-content: center;
}
.question{
    min-height: 40px;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 30px;
}
.answers {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
    width: 80%;
}
.should-i-get-a-divorce-quiz .answers {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.should-i-get-a-divorce-quiz .answers label {
    width: 47%;
    justify-content: center;
    min-height: 40px;
    font-weight: bold;
}
.answers label{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #32a5ec;
    border-radius: 10px;
    padding-right: 1rem;
    padding-left: 0.5rem;
    min-height: 2rem;
}
.answers label:hover {
    background: #cccccc;
    color: #212529;
    cursor: pointer;
}
.answers label.checked-answer:hover {
    background: #32a5ec;
    color: #fff;
}
.answers input {
    margin-left: -10px;
}
.answers input[type="radio"] {
    opacity: 0;
}
.checked-answer {
    background: #32a5ec;
    color: #fff;
}
.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}
.slide .image {
    width: 80%;
    height: auto;
    max-height: 450px;
}
.active-slide{
    opacity: 1;
    z-index: 2;
    position: relative;
}
.quiz-container{
    position: relative;
    margin-top: 40px;
}
.quiz-buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 80%;
}
.quiz button {
    position: relative;
    z-index: 10;
    width: 46%;
    height: 40px;
    background: #32a5ec;
    border-radius: 7px;
    border: 1px solid #32a5ec;
    color: #fff;
}
.quiz button:disabled,
.quiz button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.should-i-get-a-divorce-quiz .quiz-buttons button {
    width: 22%;
}
.quiz-results {
    display: none;
    min-height: 400px;
    padding: 1rem;
    background: #32a5ec;
    position: relative;
    border-radius: 10px;
}
.relationship-red-flags-quiz .quiz-results {
    padding-top: 3rem;
}
.quiz-results .more-quizzes {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    min-width: 120px;
    height: 40px;
    background-color: #cccccc;
    color: #000000;
    border-radius: 7px;
    text-decoration: none;
}
.relationship-red-flags-quiz .quiz-results .more-quizzes {
    left: 23%;
}

.quiz-result-info {
    display: flex;
    align-items: center;
}

.quiz-result-header {
    margin-bottom: -1rem;
}

.quiz-results p {
    color: #fff;
    padding-right: 1rem;
}

.quiz-result-info p{
    float: left;
    width: 60%;
    margin-top: 1rem;
}
.quiz-results img {
    float: right;
    width: 40%;
}

.quiz-results .white-link {
    color: #fff;
}

.should-i-get-a-divorce-quiz .quiz-results p:nth-child(2),
.sexless-marriage-quiz .quiz-results p:nth-child(2){
    width: 100%;
}

.should-i-get-a-divorce-quiz .quiz-results,
.sexless-marriage-quiz .quiz-results{
    min-height: 300px;
}

/*PRICING*/
.top-main-bare {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #edf0f9;
    padding: 5rem 0 0 0;
}
.top-main-bare-text {
    text-align: center;
    max-width: 800px;
}
.top-main-bare-text h1 {
    font-size: 2.75rem;
    margin-bottom: 2rem;
}
.top-main-bare-info {
    display: flex;
    background: #fff;
    border-bottom: 3px solid #32a5ec;
    margin-bottom: -7rem;
    z-index: 10;
}
.top-main-bare-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #32a5ec;
    height: 50px;
    margin-top: 20px;
    width: 250px;
    box-shadow: 0 4px 6px rgba(0,0,0,.15);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
}
.top-main-bare-link p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.top-main-bare-link:hover {
    text-decoration: none;
    background-color: #2d96d7;
}
.light-blue-bg {
    display: flex;
    justify-content: center;
    background: #edf0f9;
    width: 100%;
}
.pricing-info-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    border-right: 2px solid #edf0f9;
}
.pricing-info-left p {
    text-transform: uppercase;
}
.pricing-info-left p:first-child {
    margin-bottom: 0;
    font-size: 14px;
}
.pricing-info-left p:last-child {
    font-size: 16px;
    font-weight: bold;
}
.pricing-info-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 3rem 2rem 2rem 2rem;
    width: 320px;

}
.pricing-info-right {
    border-right: 2px solid #edf0f9;
}
.pricing-info-right p {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}
.pricing-info-right p:first-child {
    height: 100px;
}
.pricing-info-right a{
    height: 40px;
    width: 170px;
    padding: 0.5rem;
}
.price-chart {
    margin-top: 10rem;
}
.green-block-bg1, .green-block-bg2 {
    position: absolute;
    width: 350px;
    height: 350px;
    z-index: 1;
}
.green-block-bg1 {
    top: -20%;
    background: #d7eaeb;
}
.green-block-bg2 {
    background: #bed9db;
    right: 55px;
    top: 16%;
}
.price-table {
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.price-table .price-table-header {
    font-size: 18px;
    font-weight: bold;
}
.price-table-info {
    max-width: 420px;
}
.price-table table {
    border: 1px solid #edf0f9;
    border-collapse: collapse;
    width: 100%;
}
.price-table table tr td {
    border: 1px solid #d0d2da;
    height: 50px;
}
.price-table table tr td:first-child {
    width: 30%;
    padding-left: 0.5rem;
}
.price-table table tr td:last-child {
    width: 70%;
    text-align: center;
    font-weight: bold;
}
.price-info-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    height: 100%;
    background: #edf0f9;
    min-height: 200px;
}
.price-info-cart.no-top-border {
    border-top: none;
}
.price-info-cart .price-info-header {
    font-size: 30px;
    font-weight: bold;
}
.price-info-cart p {
    margin-bottom: 0;
    margin-left: 0.1rem;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.price-guarantee {
    max-width: 1100px;
}
.price-guarantee-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.rating-star-wrap {
    position: relative;
    min-height: 360px;
    width: 42%;
}
.rating-star-wrap .rating{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    top: 136px;
    left: 68px;
    z-index: 2;
    color: #fff;
}
.rating-star-large {
    position: relative;
    top: 0;
    left: 0;
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 280px;
    line-height: 1;
}
.rating-star-large::before {
    position: absolute;
    content: '★';
    text-shadow: 0 0 8px #fc0;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rating-star-large::after {
    position: absolute;
    content: '★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rating-star-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rating-star-item {
    display: flex;
    align-items: center;
}
.rating-star-item .grade {
    display: block;
    width: 38px;
}
.rating-stars {
    --percent: calc(var(--stars-rating) / 5 * 100%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}
.rating-stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-benefits-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rating-benefits-header {
    font-weight: bold;
}
.rating-benefits-col p:before{
    content: "\2713";
    padding-right: 0.2rem;
}
.reviews-block-wrap {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 700px;
    justify-content: center;
    box-shadow:
        0px 2px 3px -2px #d9d9d9,
        0px -2px 3px -2px #d9d9d9;
}
.reviews-column {
    display: flex;
    flex-direction: column;
}
.reviews-block {
    background: #f8f9fa;
    max-width: 270px;
    padding: 12px 12px 10px 12px;
    margin: 5px;
}
.reviews-block-heading {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.reviews-block-heading .name-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #a7a7a7;
    font-size: 13px;
    margin-left: 5px;
}
.reviews-block-heading .name-block p{
    font-size: 13px;
    margin-bottom: 0;
}
.reviews-block-heading .name-block p:first-child {
    color: #000;
    font-weight: bold;
}
.reviews-block-heading .grade-block {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.reviews-block-heading .grade-block p {
    font-size: 13px;
    margin-bottom: 0;
    color: #a7a7a7;
}
.reviews-block-heading .grade-block .rating-stars{
    margin-right: 0;
    font-size: 19px;
}
.reviews-block-heading .user-pic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.reviews-block-heading .img-block {
    position: relative;
}
.reviews-block-heading .check-pic {
    position: absolute;
    bottom: 0;
    right: 5px;
}
.reviews-block-main p {
    font-size: 13px;
}
.review-block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}
.review-block-footer p {
    margin-top: 2px;
    font-size: 13px;
}
.review-thumbs-block {
    display: flex;
}
.thumbs-description {
    margin-top: 5px;
    font-size: 10px;
}
.thumbs-up, .thumbs-down {
    margin-left: 5px;
}
.thumbs-up span, .thumbs-down span {
    font-size: 10px;
}
.page-faq .post-image {
    height:520px;
    object-fit: cover;
}

@media screen and (max-width: 1800px){
    .page-themed .main-info-custom-bg .main-info-wrapper .main-form,
    .page-themed .main-info-custom-bg.state-top-info .main-info-form{
        margin-right: 0;
        margin-left: 1%;
    }
    .page-themed .main-info.main-info-custom-bg {
        background-position: 45% 10%;
    }
}

@media screen and (max-width: 1500px){
    .slide .image{
        height: auto;
    }
    .quiz-buttons,
    .answers,
    .slide .image{
        width: 90%;
    }
    .should-i-get-a-divorce-quiz .answers {
        width: 90%;
    }
    .page-themed .main-info-custom-bg .main-info-wrapper .main-form,
    .page-themed .main-info-custom-bg.state-top-info .main-info-form{
        margin-right: 0;
        margin-left: -2rem;
    }
}

@media screen and (max-width: 992px){
    .quiz-buttons,
    .answers,
    .slide .image{
        width: 100%;
    }
    .should-i-get-a-divorce-quiz .answers {
        width: 100%;
    }
    #anchors-floating-wrapper .display-mob .main-info-form {
        position: relative;
        display: block;
        height: 440px;
    }
    #anchors-floating-wrapper .display-mob .main-form.questionnaire-form {
        display: block;
        position: relative;
        top: 0;
        margin-top: 0;
    }
    #anchors-floating-wrapper .display-mob .main-form.questionnaire-form .header-container {
        margin: 0;
    }
    #anchors-floating-wrapper .display-mob .main-form.questionnaire-form .nav-link-wrapper {
        display: none;
    }
    #anchors-floating-wrapper .display-mob .main-form.questionnaire-form .main-form-wrapper {
        display: block;
    }
    .how-with-card {
        height: 100%;
    }
    .free-guide-block {
        padding: 1rem;
    }
    .bg-blue-light-side::after {
        display: none;
    }
    .top-main-bare-info {
        flex-direction: column;
    }
    .pricing-info-left, .pricing-info-right {
        border-bottom: 2px solid #edf0f9;
    }
    .price-table table tr td:first-child {
        width: 70%;
    }
    .price-table table tr td:last-child {
        width: 30%;
    }
    .price-info-cart {
        border-bottom: 2px solid #32a5ec;
        border-top: none;
        max-width: 100%;
    }
    .price-guarantee-cart {
        width: 50%;
    }
    .page-themed .testimonials-slider > div {
        flex-direction: column;
    }
    .page-themed .testimonials-slider.testimonials-no-slider .glide__slide {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 720px){
    .quiz-results p:nth-child(2) {
        width: 100%;
        float: unset;
    }
    .quiz-results img {
        width: 100%;
        height: auto;
        float: unset;
        padding: 0 0 3rem 0;
    }
    .should-i-get-a-divorce-quiz .quiz-results,
    .sexless-marriage-quiz .quiz-results{
        min-height: 360px;
    }
    .quiz-results {
        padding-top: 2rem;
    }
    .quiz-result-info {
        flex-direction: column;
        justify-content: center;
    }
    .quiz-result-info p {
        width: 100%;
    }
    .relationship-red-flags-quiz .quiz-results .more-quizzes {
        left: 1rem;
    }
}

@media screen and (max-width: 460px){
    .should-i-get-a-divorce-quiz .quiz-results,
    .sexless-marriage-quiz .quiz-results{
        min-height: 500px;
    }
    .question {
        min-height: 72px;
        font-size: 20px;
        line-height: 24px;
    }
    .should-i-get-a-divorce-quiz .quiz-buttons button {
        width: 40%;
    }
    .price-guarantee-cart {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }
}
@media screen and (min-width: 1700px){
    .page-themed .main-info {
        height: 700px;
        background-position: 85%;
    }
}
@media screen and (min-width: 2300px){
    .page-themed .main-info,
    .main-info {
        height: 800px;
        background-position-y: 50%;
    }
}

@media screen and (min-width: 2000px){
    .page-themed .main-info {
        height: 700px;
    }
    .main-info {
       min-height: 900px;
    }
}

@media screen and (max-width: 1700px) {
    .page-themed .main-info {
        background-position: 66%;
        min-height: 660px;
    }
}
@media screen and (max-width: 1600px){
    .main-info {
        background-position: 20%;
    }
    .page-themed .main-info-text p {
        padding-right: 7rem;
    }
    .page-themed .main-info-price p {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1500px) {
    .container-padding {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .header-wrapper {
        padding-left: 7rem;
        padding-right: 7rem;
        height: 70px;
    }
    .page-themed .header-wrapper {
        padding: 0 3rem 0 3rem;
    }
    .side-paddings {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .header-nav {
        padding-left: 4rem;
        max-width: 750px;
    }
    .page-es .header-nav, .page-ru .header-nav {
        max-width: 800px;
    }
    .header-nav-item, .nav-link-wrapper .submenu a {
        font-size: 13px;
    }
    .page-ru .header-nav-item, .page-ru .nav-link-wrapper .submenu a,
    .page-es .header-nav-item, .page-es .nav-link-wrapper .submenu a {
        font-size: 11px;
    }
    .nav-button {
        width: 120px;
    }
    .nav-link-wrapper a.left-submenu-link::after {
        border-top: 6px solid #404d55;
    }
    .nav-link-wrapper a.left-submenu-link.open::after {
        border-top: 6px solid #404d55;
    }
    .main-info {
        margin-bottom: 8rem;
        min-height: auto;
        max-height: unset;
    }
    .page-themed .main-info {
        background-position: 60%;
    }
    .page-themed .main-info.state-top-info {
        padding-bottom: 0;
    }
    .main-info.state-top-info {
        margin-bottom: 0;
        padding-bottom: 10rem;
    }
    .page-themed .state-top-info .main-info-text h1 {
        padding-right: 4rem;
    }
    .main-info-wrapper {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .page-themed .main-info-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .page-themed .main-info-wrapper .main-form {
        margin-top: 3rem;
    }
    .main-info-text {
        margin-top: 6rem;
        margin-left: 6rem;
    }
    .page-themed .main-info-text {
        padding-left: 3rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .main-info-text h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .state-top-info .main-info-text h1 {
        font-size: 44px;
    }
    .main-info-text > p {
        font-size: 20px;
        line-height: 26px;
        padding-right: 5rem;
    }
    .main-info-price {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .main-info-price p span {
        font-size: 44px;
    }
    .main-info-price .sign {
        font-size: 26px;
    }
    .page-themed .main-info-price p {
        margin-right: 0;
    }
    .main-info-form {
        width: 300px;
        height: 500px;
        margin-top: 3rem;
    }
    .page-themed .main-info-form, .page-themed .main-form {
        margin-right: 3rem;
    }
    .page-ru .main-info-form .form-header {
        font-size: 16px;
    }
    .third-index-wrapper .main-form {
        max-width: 300px;
        max-height: 500px;
        margin-top: 3rem;
    }
    .third-index-wrapper .main-info .left-normal-text {
        font-size: 19px;
        line-height: 26px;
    }
    .normal-text-form2 {
        font-size: 15px;
        line-height: 26px;
    }
    .page-ru .main-info-form {
        height: 530px;
    }
    .state-top-info .main-info-form {
        margin-top: 5rem;
    }
    .page-themed .state-top-info .main-info-form {
        margin-top: 3rem;
    }
    .form-header {
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
        font-size: 18px;
    }
    .form-radio {
        padding-bottom: 0.3rem;
    }
    .form-radio label {
        font-size: 12px;
    }
    .form-radio-wrapper, .form-inputs-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .form-radio-wrapper p {
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
    .form-radio-wrapper p:first-child {
        padding-top: 1rem;
    }
    .form-select {
        padding-left: 6px;
        font-size: 12px;
    }
    .form-select, .form-names input, .form-email input {
        height: 34px;
    }
    a.main-info-button {
        width: 200px;
        height: 60px;
    }
    .form-names input, .form-email input, .form-select option {
        font-size: 12px;
        font-weight: 600;
    }

    .form-names input, .form-email input {
        padding-left: 0.6rem;
    }
    .form-inputs-wrapper .form-control {
        height: 34px;
        padding-left: 0.3rem;
        font-size: 12px;
    }
    .form-inputs-wrapper select.form-control {
        padding-left: 0;
    }

    .main-info-form .input-validate-group span.error-message {
        font-size: 9px;
        margin: -8px 0 0 0;
    }
    .form-inputs-wrapper .input-validate-group,
    .form-inputs-wrapper .form-names,
    .form-inputs-wrapper .form-email {
        margin-top: 0.5rem;
    }

    .main-infolist-wrapper {
        padding-left: 7rem;
        padding-right: 7rem;
        margin-bottom: -4rem;
    }
    .infolist-item {
        padding: 1.4rem 0.6rem 1.4rem 0.6rem;
    }
    .infolist-item:nth-child(1) img{
        width: 30px;
        height: 40px;
    }
    .infolist-item:nth-child(2) img{
        width: 30px;
        height: 40px;
    }
    .infolist-item:nth-child(3) img{
        width: 40px;
        height: 40px;
    }
    .infolist-item:nth-child(4) img{
        width: 40px;
        height: 40px;
    }
    .infolist-item:nth-child(5) img{
        width: 30px;
        height: 40px;
    }
    .infolist-item p {
        font-size: 12px;
    }
    .form-submit {
        height: 41px;
        border-radius: 5px;
        font-size: 14px;
    }
    .footer-wrapper-row {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .left-sticky-wrapper > img {
        max-width: 450px;
        height: auto;
        min-height: unset;
    }
    .left-sticky-wrapper .left-sticky-info {
        max-width: 450px;
    }
    .what-if-img {
        width: 100%;
        height: auto;
    }
    .no-wrap-desktop-lg {
        white-space: unset;
    }
}
@media screen and (max-width: 1280px){
    .left-sticky-wrapper .left-sticky-info {
        max-width: 450px;
    }
    .fixed-scrollable-block {
        width: 50%;
        left: 50%;
    }
    .right-sticky-wrapper {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 1200px){
    .page-wrapper .testimonials-slider .testimonials-name img {
        margin-top: 3px;
    }
    .img-auto-md {
        height: auto;
        width: 100%;
    }
    .reviews-column {
        width: 50%;
    }
    .reviews-block {
        max-width: 500px;
    }

}
@media screen and (max-width: 1150px){
    .container-padding {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .nav-link {
        padding: 0;
    }
    .main-info {
        background-position: 30% 0;
    }
    .header-wrapper, .main-info-wrapper, .main-infolist-wrapper, .side-paddings, .footer-wrapper-row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 992px){
    .display-none-mob {
        display: none;
    }
    .text-center-mob {
        text-align: center;
    }
    .desk-only-block {
        display: none;
    }
    .mt-sm {
        margin-top: 3rem;
    }
    .container-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header-container {
        margin-bottom: 70px;
    }
    .side-paddings, .footer-wrapper-row {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
    }
    #menu-toggle:checked ~ .menu-button > span {
        transform: rotate(45deg);
    }
    #menu-toggle:checked ~ .menu-button > span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu-toggle:checked ~ .menu-button > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu-toggle:checked ~ .header-nav {
        /*visibility: visible;*/
        display: flex;
        left: 0;
    }
    .menu-button {
        display: flex;
        align-items: center;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    .menu-button > span,
    .menu-button > span:before,
    .menu-button > span:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #32a5ec;
        transition-duration: .25s;
        border-radius: 3px;
    }
    .menu-button > span::before {
        content: '';
        top: -10px;
    }
    .menu-button > span::after {
        content: '';
        top: 10px;
    }
    .header-nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        /*visibility: hidden;*/
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-top: 70px;
        padding: 20px 30px;
        background-color: #32a5ec;
        transition-duration: .25s;
        max-width: 100%;
    }
    .header-nav-item {
        font-size: 15px;
    }
    .header-nav-item.nav-link{
        color: #fff;
    }
    .header-nav-item.nav-link:hover {
        color: #fff;
    }
    .nav-link-wrapper {
        height: 36px;
    }
    .nav-button {
        width: auto;
        display: inline-block;
        height: auto;
    }
    .nav-button:hover {
        background-color: #32a5ec;
    }
    a.nav-button {
        text-decoration: underline;
    }
    a.nav-button:first-letter {
        text-transform: uppercase;
    }
    .nav-link-wrapper a.left-submenu-link::after {
        border-top: 7px solid white;
    }
    .nav-link-wrapper a.left-submenu-link.open::after {
        border-top: 7px solid white;
    }
    .page-ru .header-nav-item, .page-ru .nav-link-wrapper .submenu a,
    .page-es .header-nav-item, .page-es .nav-link-wrapper .submenu a {
        font-size: 13px;
    }
    .page-es .header-nav, .page-ru .header-nav {
        max-width: 100%;
    }
    .main-infolist-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .main-infolist {
        margin-top: 9rem;
        border-radius: 0;
        filter: unset;
    }
    .page-themed .main-info-wrapper {
        justify-content: start;
    }
    .main-info {
        background-position: 40% 0;
        background-size: cover;
        margin-bottom: 4rem;
    }
    .page-themed .main-info {
        background-position: 35%;
    }
    .state-top-info .main-infolist{
        margin-top: 0;
    }

    .main-info-text {
        margin-top: 4rem;
        margin-left: 0;
    }
    .page-themed .state-top-info .main-info-text h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .sticky-container {
        flex-direction: column;
    }
    .left-sticky-wrapper, .right-sticky-wrapper {
        max-width: 100%;
    }
    .left-sticky-wrapper > img {
        max-width: unset;
        width: 100%;
    }
    .main-info-form {
        display: none;
    }
    .third-index-wrapper .main-form {
        display: none;
    }
    a.header-nav-item.login-button {
        padding: 0;
        height: unset;
    }
    a.header-nav-item.login-button img{
        display: none;
    }
}

@media screen and (min-height: 770px){
    .page-themed .main-form {
        min-height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .main-info {
        background-size: cover;
        background-position: 50% 0;
    }
    .infolist-item:last-child {
        display: none;
    }
    .page-themed .header-wrapper {
        padding: 0 1rem 0 1rem;
    }
    .page-themed .main-info {
        background-position: 45%;
        height: auto;
    }
    .page-themed .main-info-text {
        max-width: unset;
        padding-left: 1rem;
    }
    .page-themed .main-info-price a {
        display: flex;
        flex-direction: column;
    }
    .page-themed .main-info-price {
        flex-direction: column;
    }
    .page-themed .logo-list {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .page-themed .logo-list img:first-child {
        width: 50px;
        height: 40px;
    }
    .page-themed .logo-list img:nth-child(2) {
        width: 60px;
        height: 40px;
    }
    .page-themed .logo-list img:nth-child(3) {
        width: 50px;
        height: 30px;
    }
    .page-themed .logo-list img:nth-child(4) {
        width: 80px;
        height: 26px;
    }
    .page-themed .logo-list img:nth-child(5) {
        width: 70px;
        height: 26px;
    }
    .footer-themed .footer-left-side.footer-address-side.f-xl-end,
    .footer-themed .footer-left-side.footer-address-side.f-xl-center {
        justify-content: start;
    }
}

@media screen and (max-width: 600px) {
    .main-info {
        background-image: url("/images/onlinedivorcer-header-image-mobile.webp");
        background-position: 40%;
    }
    .page-themed .main-info.main-info-custom-bg {
        background-image: url("/images/onlinedivorcer-header-image-mobile.webp");
    }
    .main-infolist {
        background: #f9f9f9;
        filter: none;
        max-height: none;
    }
    .page-themed .state-top-info .main-info-text h1,
    .page-themed .main-info-text p{
        padding-right: 0;
    }
    .infolist-item {
        width: 50%;
    }
    .infolist-item p {
        font-weight: 600;
        font-size: 14px;
    }
    .main-infolist {
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .rating-star-wrap {
        min-height: unset;
        height: 300px;
        width: 100%;
    }
    .reviews-column {
        width: 90%;
    }
    .review-video {
        width: 400px;
        height: 260px;
    }
    .page-themed h3 {
        font-size: 2rem;
    }
    .page-themed .steps-block {
        flex-direction: column;
        padding-right: 0;
    }
    .page-themed .steps-heading {
        padding: 1rem;
    }
    .page-themed .steps-block img {
        width: 100%;
        height: auto;
    }
    .page-themed .steps-block p {
        padding: 1rem
    }
    .page-themed-main .main-info-text .light-blue-text {
        color: #fff;
    }
}

@media all and (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .main-info {
        background-image: url("/images/onlinedivorcer-header-mobile-min.webp");
        background-position: 40% 0;
    }
}

@media screen and (max-width: 430px){
    .main-info-text {
        margin-top: 2rem;
    }
    .main-info-text h1 {
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .state-top-info .main-info-text h1 {
        font-size: 34px;
        line-height: 46px;
    }
    .main-info-text > p {
        font-size: 16px;
    }
    .state-top-info .main-info-text {
        margin-top: 1rem;
    }
    .review-video {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 340px){
    .main-info-text {
        margin-top: 1rem;
    }
    .main-info-text h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 1rem;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-wrapper {
        display: block;
    }
    .nav-link-wrapper .submenu {
        margin-top: 1.3rem;
    }
}

/*!
 * 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)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{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-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}h1,h2,h3{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}ul{margin-top:0;margin-bottom:1rem}ul ul{margin-bottom:0}a{color:#007bff;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#0056b3;text-decoration:underline}img{vertical-align:middle;border-style:none}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type=button]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner{padding:0;border-style:none}input[type=radio]{box-sizing:border-box;padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}h1,h2,h3,.h1{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.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: 1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-6,.col-sm-6,.col-md-4,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-12,.col-xl-3,.col-xl-4,.col-xl-8,.col-xl-9,.col-xl-12{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media(min-width: 576px){.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 768px){.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}@media(min-width: 992px){.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn:disabled{opacity:.65}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus{box-shadow:none}.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#f08b2f;border-color:#f08b2f}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}}.clearfix::after{display:block;clear:both;content:""}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mt-5{margin-top:3rem !important}.mb-5{margin-bottom:3rem !important}.pb-1{padding-bottom:.25rem !important}.text-center{text-align:center !important}.visible{visibility:visible !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}}z img{opacity:1;transition:opacity .3s}/*!*src: url("../fonts/Circe-Bold.ttf") format("truetype");*!*//*!*src: url("../fonts/Circe-Regular.ttf") format("truetype");*!*//*!*src: url("../fonts/Montserrat-Regular.ttf") format("truetype");*!*//*!*src: url("../fonts/Montserrat-Medium.ttf") format("truetype");*!*//*!*src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");*!*//*!*src: url("../fonts/DINPro-Medium.ttf") format("truetype");*!*/*{font-family:"Montserrat",sans-serif}body{background-color:#f9f9f9}.clearfix:after{content:"";display:block;clear:both;height:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#9c9c9c}::-webkit-scrollbar-thumb:active{background:#303d47}.top-full-width{width:100%;max-width:100%}.top-main-block{background-repeat:no-repeat;background-size:cover;background-position:top right}.top-not-bg-head{margin-top:40px;margin-bottom:17px}.left-wrapper{width:350px;position:fixed;left:0;top:0;display:flex;flex-direction:column;height:100vh;overflow-y:inherit;z-index:1}body .content-block{padding-left:50px;padding-right:50px}body .btn.btn-primary{background-color:#ff9331;color:#fff;border:none;text-transform:uppercase;font-weight:bold}body .btn.btn-primary:focus:active,body .btn.btn-primary:focus{color:#fff}.top-menu{background-color:#32a5ec;flex-grow:1}.top-menu .menu{padding:0 30px 25px;background-color:#fff;margin-bottom:0}.site-name-wrapper{padding:30px;background-color:#fff;padding-bottom:25px;padding-top:23px;height:80px}.menu{list-style:none;padding:0}.menu li a{font-family:"Montserrat",sans-serif;font-size:17px;color:#404d55;text-decoration:none;font-size:19px;padding-left:15px}.menu li{margin-bottom:5px}.site-name span{font-family:"Montserrat",sans-serif;text-transform:uppercase;font-size:22px;color:#484848;display:inline-block;vertical-align:top;margin-top:3px}.site-name img{margin-right:10px;max-width:100%}.site-name{display:block;margin-top:0}.site-name:hover{text-decoration:none}.submenu{list-style:none;padding:0;padding-left:15px}.submenu li a{color:#919da5;text-decoration:none;font-size:15px}.submenu li:first-child{margin-top:5px}.submenu li:last-child{margin-bottom:5px}.submenu li:last-child{margin-bottom:10px}.left-submenu-link{position:relative;padding-right:20px}.left-submenu-link:after{content:"";display:block;position:absolute;right:4px;transition:.15s;top:8px;border:5px solid rgba(0,0,0,0);border-top:8px solid #404d55}.left-check-label{position:relative;padding-left:17px}.left-check-label input{display:none}.left-check-label input+span{border-radius:50%;width:11px;height:11px;border:1px solid #fff;display:block;position:absolute;left:0;top:6px}.left-check-label input:checked+span{border:3px solid #fff;width:12px;height:12px;background-color:#404d55}.main-form{background-color:#32a5ec;padding:23px 30px 15px;color:#fff}.big-strong{font-weight:bold;font-family:"Montserrat",sans-serif;font-size:21px}.main-form .big-strong{font-size:20px;margin-bottom:10px}.left-normal-text{font-family:"Montserrat",sans-serif;font-size:14px;margin-bottom:3px;line-height:23px}.radio-test{margin-bottom:10px;font-family:"Montserrat",sans-serif}.radio-test label{margin-right:20px;cursor:pointer}.main-form input,.main-form select,.main-form input:focus,.main-form select:focus{color:#fff;box-shadow:none;background-image:linear-gradient(0deg, #fff 2px, transparent 0),linear-gradient(0deg, #fff 1px, transparent 0)}.main-form select option{color:#404d55}.main-form input.form-control,.main-form select.form-control{margin-top:10px;height:30px;background-image:none;border-bottom:1px solid #abd9f6;font-size:15px;color:#fff;background-color:rgba(0,0,0,0);border:none;box-shadow:none;border-bottom:1px solid #fff;outline:none;border-radius:0;padding:5px 0px}.main-form input.form-control{padding:5px 4px}body .input-validate-group.for-select:after{display:none}.submenu.left-main-submenu li{margin-bottom:2px;display:block}.main-form .btn-default.white-btn{font-weight:700;text-transform:capitalize;margin-top:20px;letter-spacing:.03rem;font-size:15px;padding:8px 25px 7px;display:block}.btn-default.white-btn{color:#fff;background-color:#ff9331;font-weight:bold;text-transform:uppercase;margin-top:15px}.btn-default.white-btn:active,.btn-default.white-btn:focus{color:#fff;background-color:#f08b2f;box-shadow:none}.white{color:#fff}.h1{font-size:45px;line-height:65px;font-family:"Montserrat",sans-serif}.top-main-block{padding-top:130px;padding-left:50px;position:relative}.under-header{font-size:22px;color:#fff;margin-top:30px;margin-bottom:30px}.top-prices p{color:#fff;display:inline-block;margin-right:70px}.top-prices p>span{font-size:47px;display:block;font-family:Times,serif;font-weight:400}.top-prices p>span span{font-size:35px;font-family:Times,serif}.btn.main-start-btn{padding:17px 40px 16px 40px;margin-top:40px;font-size:16px;margin-bottom:220px}.profile-block{display:flex;align-items:center;flex-direction:row;position:absolute;top:55px;right:45px}body .btn{padding:11px 30px 10px;border-radius:5px}body .btn.btn-primary:hover,body .btn.btn-primary:active,body .row .btn.btn-primary:focus{background-color:#f08b2f;color:#fff}.icon-with-text{display:inline-block;vertical-align:top;margin-right:22px;margin-left:22px;text-decoration:none}.icon-with-text:hover{text-decoration:none}.icon-with-text img{max-height:40px;margin-bottom:15px}.icon-with-text p{max-width:195px;color:#2d3944;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:600}.light-blue-text{color:#32a5ec}.steps-block{border:1px solid #32a5ec;border-radius:5px;margin-bottom:20px;position:relative;padding-right:20px}.steps-heading{padding-left:55px;font-size:18px;padding-top:7px;font-family:"Montserrat",sans-serif;font-weight:bold}.steps-block p{padding-left:55px;color:#303d47;font-size:14px;line-height:26px}.steps-block span{position:absolute;left:0;top:-1px;background-color:#32a5ec;width:42px;height:42px;border-top-left-radius:4px;border-bottom-right-radius:5px;color:#fff;font-size:20px;font-family:"Montserrat",sans-serif;text-align:center;padding-top:6px}.steps-block:after{content:"";border-top-left-radius:5px;position:absolute;bottom:0px;right:0px;background-color:#32a5ec;height:8px;width:60px;border-bottom-right-radius:5px}.steps-block.first:after{border-right:42px solid #d4dee5}.steps-block.second:after{border-right:25px solid #d4dee5}.check-list p{padding-left:30px;font-family:"Montserrat",sans-serif;font-size:13px;color:#303d47;position:relative;margin-bottom:30px;font-weight:600}.check-list p:before{content:"";background-image:url(/public/00e721e656f6403c995d.png);background-repeat:no-repeat;background-size:100%;display:block;position:absolute;width:11px;height:10px;left:12px;top:6px}.check-list{margin-right:23px}.why-us-heading{font-size:20px;line-height:33px;font-family:"Montserrat",sans-serif;font-weight:600}.why-us-heading span{font-family:"Montserrat",sans-serif}.results-block{background-repeat:no-repeat;background-size:cover;text-align:center;padding-bottom:80px}.results-heading{margin:80px auto 50px;color:#fff;font-size:30px;font-family:"Montserrat",sans-serif;max-width:380px;text-align:center;font-weight:600}.results-heading span{font-family:"Montserrat",sans-serif}.results-info-block{display:inline-block;color:#fff;font-family:"Montserrat",sans-serif;margin-left:30px;margin-right:30px;padding-top:15px;border:1px solid #32a5ec;border-radius:5px;width:250px;height:165px;vertical-align:top}.results-info-block span{font-size:50px;font-family:Times,serif;font-weight:400;display:block;text-align:center;margin:auto}.why-choose{border:1px solid #def2ff;border-radius:5px;padding-bottom:25px}.why-choose img{width:100%;height:auto}.why-choose .strong{color:#303d47;font-family:"Montserrat",sans-serif;padding:25px 20px 15px;font-size:17px;margin-bottom:0;font-weight:600}.why-choose p{padding:0 20px 20px;margin-bottom:0;color:#303d47;font-size:14px}.why-choose-heading{font-family:"Montserrat",sans-serif;font-size:33px;margin-bottom:30px;font-weight:600}.why-choose-heading span{font-family:"Montserrat",sans-serif}.divorce-forms-block{background-color:#0164ae;border-radius:5px;padding:20px;height:195px}.divorce-forms-block img{max-width:28%}.divorce-forms-text{display:inline-block;max-width:67%;vertical-align:top;margin-left:3%;color:#fff}.divorce-forms-text p{font-family:"Montserrat",sans-serif;font-size:13px;font-weight:500}.divorce-forms-header{font-size:22px;font-family:"Montserrat",sans-serif;font-weight:600}.specific-state{border:1px solid #def2ff;border-radius:5px;padding:20px;height:195px}.specific-state select.form-control{color:#2d3944;border-color:#32a5ec}.specific-state-left{width:68%;float:left}.specific-state img{width:30%;float:right}.specific-state-header{font-family:"Montserrat",sans-serif;font-size:21px;font-weight:600}.specific-state-header span{font-family:"Montserrat",sans-serif}.specific-state-left p{color:#2d3944;font-size:14px}.specific-state-left select.form-control{border:1px solid #32a5ec;box-shadow:none;outline:none;padding:10px;border-radius:5px;background-image:none;background-color:rgba(0,0,0,0);padding-top:5px;padding-bottom:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.specific-state-left select.form-control::-ms-expand{display:none}.specific-state-select-wrapper{position:relative}.specific-state-left .specific-state-select-wrapper:after{content:"";background-repeat:no-repeat;position:absolute;right:15px;top:17px;width:14px;height:14px;background-image:url(/public/8ce2b4a911203f26d49e.png);background-size:100%;pointer-events:none}.text-header{font-size:30px;font-family:"Montserrat",sans-serif;font-weight:bold}.text-header span{font-family:"Montserrat",sans-serif}.partners-block img{margin-right:20px;margin-left:20px;max-width:195px;max-height:120px}.benefits-block{background-color:#fff;text-align:center;height:100%;padding:30px 15px 3px}.benefits-block img{max-height:55px;margin-bottom:17px}.benefits-block .benefits-header{font-family:"Montserrat",sans-serif;font-size:17px;font-weight:bold;min-height:50px;margin-bottom:9px}.benefits-block p{color:#303d47;font-size:14px}.testimonials-slider{overflow:hidden}.main-slider-pd{padding:0 37px}.testimonials-slider .glide__slide{background-color:#fff;padding:15px;margin:0 10px}.testimonials-slider>div{display:flex;flex-direction:row;align-items:flex-start;transition:.5s;margin-left:0}.testimonials-slider .testimonials-heading img{float:left;border-radius:50%;margin-left:0;margin-right:15px;max-width:50px;margin-top:5px}.testimonials-slider .testimonials-name img{float:none;margin:0;border-radius:0;max-width:14px;vertical-align:top;margin-top:7px;margin-left:2px}.testimonials-heading:after{content:"";display:block;clear:both;height:0}.testimonials-heading{margin-bottom:25px}.testimonials-heading p{color:#a7a7a7;font-family:"Montserrat",sans-serif;font-size:14px;margin-bottom:0;font-weight:500}.testimonials-heading .testimonials-name{color:#303d47;font-family:"Montserrat",sans-serif;font-size:16px;margin-bottom:10px;font-weight:bold}.testimonials-head-text{float:left}.map-left-text{color:#2d3944;font-size:20px;margin-bottom:15px;font-family:"Montserrat",sans-serif;font-weight:600}.map-left-text span{color:#1089f2;font-size:37px;font-weight:bold;font-family:"Montserrat",sans-serif}.usa-map{max-width:100%}.footer-menu li{list-style:none}.footer-payment-imgs{text-align:center;margin-bottom:40px}.footer-state-list a{color:#2d3944;text-decoration:none;margin-bottom:8px;font-size:12px;font-family:"Montserrat",sans-serif}.btn.btn-primary.get-big-btn{padding:13px 45px;font-size:16px;box-shadow:0 4px 6px rgba(0,0,0,.15);margin-top:20px;font-family:"Montserrat",sans-serif}.footer-left-side .site-name span{font-size:18px;vertical-align:middle;margin-top:6px}.footer-left-side .site-name{margin-bottom:20px}.footer-left-side .footer-menu{padding:0;font-weight:bold;line-height:32px;margin-bottom:30px}.footer-left-side .footer-menu a{color:#222;font-size:15px}.footer-left-side .footer-tel{margin-bottom:3px}.footer-left-side .footer-tel a{color:#32a5ec;font-size:22px;font-weight:bold}.footer-left-side .footer-email a{color:#484848;font-weight:bold}.footer-social{margin-top:26px;margin-bottom:20px}.footer-social img{max-height:20px;margin-right:20px}.icon-with-text-wrapper{text-align:center;display:flex;justify-content:space-around}.partners-block{text-align:left}.footer-bottom-heading{text-align:center;margin-top:7px;font-size:28px}.hamburger-box{perspective:80px;position:relative;display:inline-block;width:40px;height:24px}.hamburger{position:absolute;right:25px;top:35px}.hamburger-inner{transition:transform .25s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) .2s}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.25s;transition-property:transform;border-radius:4px;background-color:#32a5ec}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner:after,.hamburger-inner:before{transition:transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) .1s}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.25s;transition-property:transform;border-radius:4px;background-color:#32a5ec}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:rgba(0,0,0,0) !important}.visible{display:block !important}.hamburger{display:none}.mobile-img{display:none;background-image:url(/public/d48b4848d3fe02f575b9.jpg);background-repeat:no-repeat;background-size:cover;background-position:70% 0;position:absolute;filter:blur(8px);top:-10px;bottom:-10px;right:-10px;left:-10px;z-index:-1}.top-menu .profile-block{display:none}.testimonials-wrapper{margin-bottom:3rem}.strong{font-family:"Montserrat",sans-serif}.display-none{display:none !important}.profile-block .login-button,.profile-block .login-button:active{background-color:rgba(0,0,0,0);color:#fff;text-decoration:underline;font-family:"Montserrat",sans-serif;font-size:16px;text-transform:none;font-weight:500;padding:0 5px;outline:none;border:none;box-shadow:none}.testimonials-wrapper .text-header{font-size:25px;margin-bottom:35px}.top-menu{display:flex;flex-direction:column;background-color:#fff}.main-form{margin-top:auto}.top-menu .menu{margin-bottom:auto;margin-top:auto;padding-bottom:15px}.payment-options-top{text-align:center}.payment-options-top img{margin-right:17px;margin-left:17px;max-height:48px;max-width:140px;vertical-align:bottom}.input-validate-group.for-select{position:relative}.input-validate-group.for-select:after{content:"";display:block;position:absolute;top:12px;right:8px;border:8px solid rgba(0,0,0,0);border-top:7px solid #fff;z-index:-1}.main-form input.form-control::placeholder{color:#a1d3f2;font-size:15px}.profile-block a.profile-img-wrapper img{display:none}.profile-block .profile-block-text{display:flex;align-items:center;justify-content:space-between}.profile-block .profile-block-text span{color:#fff;margin-right:5px;margin-left:5px;font-weight:500}.profile-block .profile-block-text a{color:#fff;text-decoration:underline;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:500;padding:0 5px}.main-form-wrapper-safari{top:0;-webkit-transform:none;transform:none;margin-top:0 !important}.overflow-hidden{overflow:hidden !important}body .toast-success{background-color:#51a351}.third-index-wrapper .h1{font-size:40px;line-height:55px;margin-bottom:35px}@media only screen and (min-height: 770px){.main-form{margin-top:auto;min-height:57vh;padding-top:13px}}@media only screen and (min-height: 890px){.radio-test{margin-bottom:20px}.btn-default.white-btn{margin-top:37px}.main-form .big-strong{margin-bottom:20px;font-size:21px}.main-form{padding-top:12px}}@media only screen and (min-height: 950px){.top-menu .menu{padding-top:10px}}@media only screen and (min-width: 1921px){.top-main-block{background-position:right -25px}}@media only screen and (max-width: 1480px){.top-main-block{background-position:75% 0}.partners-block img{max-width:170px;max-height:80px}}@media only screen and (max-width: 1400px){.icon-with-text{margin-right:15px;margin-left:15px}}@media only screen and (max-width: 1372px){.divorce-forms-block,.specific-state{height:210px}.specific-state img{width:25%}.specific-state-left{width:72%}.specific-state-left p{font-size:13px}.specific-state-left select.form-control{font-size:14px}.specific-state-left .specific-state-select-wrapper:after{top:16px}}@media only screen and (max-width: 1330px){.site-name-wrapper{height:78px}.icon-with-text{margin-right:7px;margin-left:7px}.icon-with-text p{font-size:13px}.left-wrapper{width:300px}.btn-default.white-btn{padding-right:15px;padding-left:15px}.footer-payment-imgs img{margin-right:8px;margin-left:8px;margin-bottom:0}}@media only screen and (max-width: 1300px){.results-info-block{margin-right:20px;margin-left:20px;margin-bottom:40px}.results-block{padding-bottom:40px}.h1{font-size:40px}.top-prices p>span{font-size:52px}.testimonials-slider .testimonials-heading>img{margin-right:12px}.testimonials-slider .testimonials-name img{margin-top:3px}.testimonials-heading p{font-size:13px}.testimonials-heading .testimonials-name{font-size:14px}}@media only screen and (max-width: 1200px){.state-helpcenter .btn.btn-primary.shadow-btn{display:inline-block;max-width:100%}.icon-with-text{margin-right:5px;margin-left:5px}.icon-with-text p{max-width:180px;font-size:12px;max-width:105px}.icon-with-text-wrapper{text-align:left}.icon-with-text-wrapper .icon-with-text{text-align:center}.text-mobile-center{text-align:center}.why-right-block{margin-top:30px}.check-list p{margin-bottom:25px}.results-info-block{width:165px;font-size:14px;height:140px}.results-info-block span{font-size:37px}.why-choose img{float:left;width:280px;margin-right:15px;margin-bottom:5px}.why-choose .strong{padding:13px 0 10px;font-size:16px;margin-bottom:0}.why-choose p{padding:0 15px 3px;margin-bottom:0;color:#303d47}.why-choose{padding-bottom:15px;margin-bottom:20px}.partners-block img{margin-right:10px;margin-left:10px;max-width:120px;max-height:60px}.partners-block{text-align:left}.benefits-block .benefits-header{font-size:16px}.benefits-block p{font-size:13px}.testimonials-slider{max-width:100%}.testimonials-slider p{font-size:12px}.testimonials-slider .testimonials-heading img{max-width:35px;margin-left:0;margin-right:7px}.testimonials-heading .testimonials-name{margin-bottom:5px;font-size:13px}.testimonials-slider .testimonials-name img{max-width:13px;margin-top:3px}.text-header{font-size:22px}.map-left-text{font-size:14px}.map-left-text span{font-size:30px}.footer-state-list{margin-bottom:0}.footer-bottom-heading{text-align:left}.footer-payment-imgs img{margin-right:8px;margin-left:8px;margin-bottom:0}.btn.btn-default.white-btn{font-size:13px;padding:8px 10px}.check-list p:before{left:1px}.check-list p{padding-left:20px}.left-wrapper{width:300px}.footer-bottom-heading{margin-top:10px}.footer-payment-imgs{text-align:left}.h1{max-width:50%;text-shadow:0 0 8px #555}.under-header{text-shadow:0 0 8px #555}.h1 br{display:none}.top-prices p{text-shadow:0 0 8px #333}.top-prices p>span{text-shadow:0 0 8px #555}.footer-left-side .footer-email a{font-size:14px}}@media only screen and (max-width: 1170px){.divorce-forms-text p{font-size:12px}.divorce-forms-block,.specific-state{height:223px}.specific-state-left{width:78%}.specific-state img{width:20%}.specific-state-header{font-size:20px}.specific-state-left p{margin-bottom:10px}}@media only screen and (max-width: 992px){.site-name-wrapper{height:91px}.divorce-forms-block{height:auto}.divorce-forms-text p{font-size:13px}.specific-state{height:auto}.specific-state-left p{margin-bottom:20px}.top-menu .menu{padding-bottom:25px}.main-form{min-height:auto;padding-bottom:25px;padding-top:25px}.main-form-wrapper{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;top:0}.menu li a{padding-left:0}.top-menu .menu,.top-menu .main-form,body .top-menu .main-form.questionnaire-form{display:none}.left-wrapper{width:100%;position:relative;height:auto}.container.top-full-width{padding-right:0;padding-left:0}.left-wrapper .site-name{margin-top:3px;max-width:305px}.right-wrapper{padding-left:15px;padding-right:15px}.hamburger{display:block}.mobile-img{display:block}.top-main-block{background-image:none;overflow:hidden}body .content-block{padding-right:15px;padding-left:15px}.profile-block{display:none}.top-menu .profile-block{display:block;position:relative;left:0;top:0;margin-bottom:25px;padding-top:5px}.profile-block-text{display:inline-block;vertical-align:middle}.testimonials-wrapper{margin-bottom:0}.we-cover-block{margin-bottom:60px}.left-wrapper .site-name-wrapper{padding-left:15px;padding-right:15px}.hamburger{right:15px}}@media only screen and (max-width: 768px){.h1{max-width:100%}}@media only screen and (max-width: 630px){.icon-with-text-wrapper{display:block;text-align:center}.icon-with-text-wrapper .icon-with-text{margin:0;width:49%;margin-bottom:30px}.icon-with-text p{max-width:100%}.btn.main-start-btn{padding:17px 40px 16px 40px;margin-top:185px;font-size:18px;margin-bottom:20px;width:100%}.top-main-block{padding-left:15px}.h1{font-size:29px;line-height:50px}.top-main-block{padding-top:80px}.under-header{font-size:19px;margin-top:25px}.why-choose img{float:none;width:100%;margin-right:0;margin-bottom:5px}.why-choose .strong{padding-right:15px;padding-left:15px}.divorce-forms-block{text-align:center}.specific-state img{width:80%;display:block;margin:auto;float:none;margin-bottom:15px}.specific-state-left{width:100%;float:none;text-align:center}.partners-block img{max-width:130px;max-height:70px;margin-bottom:20px}.benefits-block{width:90%;margin-right:auto;margin-left:auto}.here-what{margin-bottom:70px}.divorce-forms-block img{max-width:200px}.divorce-forms-text{margin-left:0}.testimonials-wrapper .text-header{margin-bottom:75px}.testimonials-wrapper .text-header.here-what{margin-bottom:35px}body .third-index-wrapper .h1{font-size:30px;line-height:40px}.under-header{margin-top:30px;margin-bottom:25px}.top-prices p>span{font-size:35px}.top-prices p>span span{font-size:23px}.top-prices p{padding-right:13px;font-size:14px;margin-right:0}.third-index-wrapper .btn.main-start-btn{margin-bottom:55px;margin-top:28px}.mobile-img{background-image:none;background-color:#0b3e7c}}@media only screen and (max-width: 450px){.icon-with-text-wrapper .icon-with-text{width:100%}.icon-with-text p{font-size:15px}.site-name img{margin-right:0;max-width:244px;margin-bottom:3px}.left-wrapper .site-name{margin-top:6px}}.display-block{display:block}.modal-sign-in-button{width:175px}.form-control.has-error{border-bottom:1px solid #f44336;box-shadow:0 1px 0 0 #f44336}.text-danger{color:#dc3545 !important}.btn.btn-default.show-login.btn-transparent{padding:0;margin-bottom:16px;text-decoration:underline;border-radius:0;outline:none;box-shadow:none;margin-top:4px;margin-bottom:25px}.input-validate-group span.error-message{color:#ea1c0d;font-size:13px;line-height:18px;margin:3px 0 5px;padding:0;display:block}@media only screen and (max-width: 1330px){.input-validate-group span.error-message{font-size:12px}}.footer-ul{list-style:none;padding:0;margin:0;vertical-align:top}.footer-ul li{margin-bottom:1px}.footer-ul li a{vertical-align:top;font-weight:bold}.footer-wrapper-row{border-top:1px solid #e3e3e3;padding-top:30px}.sing-up-text{margin-bottom:4px;margin-top:21px}.sing-up-btn-wrapper .btn.btn-default{padding:0;margin-bottom:10px;text-decoration:underline;margin-top:10px;background:none;text-transform:none;font-size:16px}.menu .profile-block-text .login-button{text-decoration:underline;font-family:"Montserrat",sans-serif;color:#404d55;font-size:19px;padding:0;margin:0}.top-menu .main-form.questionnaire-form{overflow-y:auto;display:flex;align-items:center}.info-front-block.questionnaire-form .inputs-block select.form-control{-webkit-appearance:menulist}.main-form input.form-control::-ms-input-placeholder{color:rgba(255,255,255,.63)}.copyright-img-footer{width:100%;max-width:775px;margin:0 0 8px 0;text-align:start}.copyright-img-footer img{width:100%}.third-index-menu ul li{display:inline-block;vertical-align:top;position:relative}.third-index-menu ul li a{color:#fff;font-family:"Montserrat",sans-serif;padding-left:23px;font-size:16px;font-weight:500}.third-index-wrapper .top-main-block{padding-top:29px}.third-index-wrapper .profile-block{top:29px;right:45px}.third-index-menu ul.submenu{max-width:207px;width:207px;position:absolute;left:25px;top:32px;border:1px solid #f9f9f9;border-radius:5px;padding:0 0 4px;opacity:1;z-index:1;transition:z-index .15s step-start,opacity .15s linear}.third-index-menu ul.submenu li a{font-size:13px;display:block;padding:3px 3px 3px 15px}.third-index-menu{margin-bottom:66px}.third-index-menu .left-submenu-link:after{border-top:8px solid #fff}.third-index-menu .left-submenu-link.open:after{transform:rotate(180deg);transition:.15s;border-top:8px solid #fff}.third-index-wrapper .main-form{height:calc(100vh - 80px)}.third-index-wrapper .site-name span{font-size:16px;font-weight:bold}.third-index-wrapper .site-name img{margin-right:3px}.third-index-wrapper .site-name{max-width:245px}.hamburger-2 .hamburger-inner,.hamburger-2 .hamburger-inner:after,.hamburger-2 .hamburger-inner:before{width:30px}.hamburger-2 .hamburger-box{width:30px}.hamburger-2{position:absolute;right:23px;top:28px;cursor:pointer}.states-menu-wrapper{position:fixed;left:380px;top:15px;background-color:#fff;z-index:3;padding:0 0 7px;border-radius:5px;width:575px;visibility:hidden;box-shadow:0 0 6px rgba(0,0,0,.1);opacity:0;transition:visibility .15s step-end,opacity .15s linear}.states-menu-wrapper.visible{display:flex}.states-menu-wrapper:before{border:10px solid rgba(0,0,0,0);border-right:12px solid #f6f6f6;display:block;content:"";position:absolute;left:-21px;top:16px}.visible-flex{visibility:visible !important;opacity:1 !important;transition:visibility .15s step-start,opacity .15s linear !important}.third-index-wrapper .btn.main-start-btn{margin-bottom:67px}.third-index-menu ul.submenu{background-color:#fff;text-align:left;box-shadow:0 1px 3px rgba(0,0,0,.25)}.third-index-menu ul.submenu li a{color:#2d3944}.third-index-menu .under-header{margin-top:25px;margin-bottom:25px}body .mob-yes{display:none}.pl-0,.px-0{padding-left:0 !important}.left-submenu-link.open:after{border:5px solid rgba(0,0,0,0);top:2px}.third-index-menu .left-submenu-link.open:after{transform:rotate(180deg);transition:.15s;border-top:8px solid #fff}@media screen and (max-width: 1330px){.states-menu-wrapper{left:330px}.third-index-wrapper .site-name{max-width:218px;margin-left:-5px}}@media only screen and (max-width: 992px){body .mob-yes{display:block}.hamburger-2{display:none}.states-menu-wrapper{display:none !important}.third-index-wrapper .site-name{max-width:none;display:inline-block;width:305px;margin-left:0}.third-index-wrapper .site-name img{margin-right:10px;max-width:none;margin-top:0}}@media only screen and (max-width: 630px){.btn.main-start-btn{margin-top:35px}}@media screen and (max-height: 535px),screen and (max-width: 992px){.third-index-wrapper .main-form .main-form-wrapper{top:0;-webkit-transform:none;transform:none;margin-top:0 !important}}@media only screen and (max-width: 500px){.third-index-wrapper .site-name{max-width:245px;margin-top:6px}.third-index-wrapper .site-name img{margin-right:3px}.third-index-menu{margin-bottom:30px}.third-index-menu ul.menu{text-align:center;max-width:300px;margin:auto}.third-index-menu ul li{margin-bottom:15px}.third-index-menu ul li a{padding-left:20px !important;padding-right:20px}.third-index-menu ul.submenu{background-color:#fff;width:185px;text-align:left}}.main-form .profile-block .profile-block-text a,.main-form .profile-block .profile-block-text button{padding:0}.third-index-wrapper .main-form .profile-block{top:0}.under-header-middle{font-size:25px;font-weight:bold;margin-top:55px;margin-bottom:60px}ul.terms-ol{padding-left:0;list-style:none;font-size:14px}.questionnaire-form .info-page-heading{margin-bottom:25px}.contacts-page-left .page-contact .address-span{font-size:14px}.footer-wrapper-row{border-bottom:1px solid #e3e3e3;padding-bottom:23px}.footer-payment-imgs img{margin-right:8px;margin-left:8px;margin-bottom:0;max-height:47px;max-width:47px}.footer-payment-imgs img.type-2{max-height:30px}.footer-payment-imgs{margin-top:33px;margin-bottom:65px}.for-footer-imgs{display:flex;align-items:center;flex-direction:row;justify-content:center;width:calc(100% - 30px);max-width:320px;margin:auto;border:2px solid #acacac;border-radius:5px;position:relative;padding:6px 0 3px}.for-footer-imgs p{position:absolute;top:-16px;left:27%;transform:translateX(-50%);font-weight:600;background-color:#f9f9f9;color:#3c3e41;font-size:14px;padding-right:6px;padding-left:6px;font-family:"Montserrat",sans-serif}.for-footer-imgs span{font-size:1.2rem;font-weight:bold}.footer-heading{color:#2d3944;font-family:"Montserrat",sans-serif;font-size:21px;margin-bottom:3px;border-top:1px solid #e3e3e3;padding-top:19px;margin-top:25px;font-weight:600}.footer-map{text-align:center}.footer-map iframe{max-width:100%}.footer-left-side{max-width:600px;width:100%;margin:auto}.footer-left-side.footer-address-side{max-width:100%}.terms-ol.footer-ol{font-size:13px}.terms-ol.footer-ol li{margin-bottom:4px}.footer-left-side .footer-tel{margin-bottom:11px}.footer-mailing .bold{font-size:16px;margin-bottom:12px}.footer-mailing p{font-size:14px;margin-bottom:7px}.footer-email{margin-bottom:18px}.payment-options-top img{margin-bottom:17px}.col-lg-9{position:relative;width:100%;padding-right:15px;padding-left:15px}@media(min-width: 992px){.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media only screen and (max-width: 1200px){.payment-options-top img:first-child{margin-left:0}body .glider{padding-left:35px;padding-right:35px}body .glider-track .glider-slide{margin-right:75px}}.left-normal-text.bigger-text{font-size:18px}.left-normal-text.bigger-text a{color:#fff;text-decoration:underline;font-family:"Montserrat",sans-serif}.states-menu-wrapper .state-list-text{margin-bottom:9px;padding-top:9px;font-size:14px;font-family:"Montserrat",sans-serif;color:#2d3944;text-align:center}.menu-popup-list div a{font-size:13px;display:block;font-weight:bold}.bottom-discount{position:fixed;bottom:0;left:0;background-color:rgba(1,37,68,.88);width:100%;text-align:center;z-index:9;color:#fff;padding:10px 32px;font-size:17px}.bottom-discount .btn.btn-default{padding:5px 15px;font-size:18px;width:auto;border:2px solid #fff;margin-left:15px;margin-top:5px}.close-discount-btn{color:#fff;font-size:24px;display:inline-block;position:absolute;margin-top:-5px;right:19%;cursor:pointer;width:22px}.row.menu-popup-list{background-color:#f6f6f6;padding-top:15px;padding-bottom:5px;border-top-left-radius:5px;border-top-right-radius:5px}.hidden{opacity:0 !important;z-index:-1 !important;transition:z-index .15s step-end,opacity .15s linear !important}.pl-31{padding-left:31px}.loader-1{border:3px solid #e9ebec;border-top:3px solid #3381f0;border-radius:50%;animation:spin1 1.2s linear infinite;display:inline-block;height:23px;width:23px;vertical-align:top;margin-top:1px;margin-left:3px}.relative{position:relative}.relative .loader-1{position:absolute;right:15px;border-top:3px solid rgba(0,0,0,0)}.inline-block{display:inline-block !important}.login-page-wrapper .reset-btn.relative{width:240px;margin:30px auto 11px}.modal.fade.show{background-color:rgba(0,0,0,.67)}.testimonials-reviews-arrow-previous{position:absolute;left:15px;top:40%;display:block;width:35px;height:35px;border-radius:50%;background-color:#ddd;display:flex;align-items:center;justify-content:center;cursor:pointer}.testimonials-reviews-arrow-previous:after{content:"";border:7px solid rgba(0,0,0,0);border-right:7px solid #fff;display:block;margin-right:9px}.testimonials-reviews-arrow-next{position:absolute;right:15px;top:40%;display:block;width:35px;height:35px;border-radius:50%;background-color:#ddd;display:flex;align-items:center;justify-content:center;cursor:pointer}.testimonials-reviews-arrow-next:after{content:"";border:7px solid rgba(0,0,0,0);border-left:7px solid #fff;display:block;margin-left:9px}body .glider{overflow:hidden}body .glider-slide{padding:20px 15px 25px;margin-right:7px;margin-left:7px;background-color:#fff}body .glider-slide>p{font-size:15px;max-width:calc(100% - 25px)}body .glider-track{align-items:flex-start}.testimonials-reviews-arrow-previous.disabled,.testimonials-reviews-arrow-next.disabled{opacity:.55;cursor:initial}.left-wrapper .site-name-wrapper,.hamburger{transition:.15s}#scroll-to-top-btn{display:none}.start-now-mob-menu{display:none}.mob-yes{display:none !important}body .full-width{width:100%}@keyframes spin1{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media only screen and (max-width: 1080px){.third-index-menu ul li a{padding-left:25px}}#chartdiv{width:100%;height:500px}#states-map-text-bottom{display:none !important}.footer-choose-state-p{color:#2d3944;margin-bottom:35px;margin-top:7px;font-size:17px;font-weight:700;text-align:center}.main-form input.form-control:-webkit-autofill,.main-form select.form-control:-webkit-autofill,.main-form input.form-control:-webkit-autofill:hover,.main-form select.form-control:-webkit-autofill:hover,.main-form input.form-control:-webkit-autofill:focus,.main-form select.form-control:-webkit-autofill:focus,.main-form input.form-control:-webkit-autofill:active,.main-form select.form-control:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #32a5ec inset !important;-webkit-text-fill-color:#fff !important;transition:background-color 5000s ease-in-out 0s}.faq-page-left{padding-left:35px;padding-right:35px;padding-top:0;margin-bottom:35px}.faq-page-left .heading-2{font-size:21px;color:#2d3944;margin-bottom:0;font-family:"Montserrat",sans-serif;font-weight:600}.blue-hr{width:100px;height:1px;background-color:#32a5ec;margin-top:27px;margin-bottom:27px}.faq-page-left-bottom p{text-transform:uppercase;font-family:"Montserrat",sans-serif;font-size:15px;color:#2d3944;margin-bottom:5px}.faq-page-left-bottom p a{font-family:"Montserrat",sans-serif;color:#2d3944;text-transform:none}.faq-page-right{padding-right:30px;margin-bottom:40px}.faq-page-right .faq-topic{margin-bottom:0;padding-bottom:15px;padding-top:15px;border-bottom:1px solid #d5dfe5}.faq-page-right .faq-topic p{margin-bottom:0}.faq-page-right .faq-answer{margin-top:10px;padding-left:0}.faq-page-right .faq-question:after{width:24px;height:24px;border:none;background-size:60%}.faq-page-right .faq-answer:before{display:none}.faq-question{color:#303d47;font-family:"Montserrat",sans-serif;position:relative;padding-right:40px;margin-bottom:0;font-size:1rem;font-weight:600}.faq-state-question{cursor:pointer}.faq-state-question:after{position:absolute;content:"";background-image:url(/public/48fefca0b784123ffcfe.png);background-repeat:no-repeat;background-position:center;border:1px solid #32a5ec;border-radius:5px;top:0;right:0;display:block;width:30px;height:30px;background-size:45%;text-align:center;font-size:22px}.faq-state-text{font-family:"Montserrat",sans-serif;color:#303d47;margin-bottom:25px}.why-us-heading.state-faq-heading{font-size:26px;margin-bottom:20px}.faq-question.open:after{background-image:url(/public/22c42b48b875dfb0d9c4.png);background-repeat:no-repeat;background-position:center}.faq-answer{font-size:14px;padding-left:30px;color:#303d47;position:relative}.circle-left{padding-left:30px;position:relative}.faq-answer:before,.circle-left:before{position:absolute;top:4px;content:"";border:4px solid #32a5ec;left:7px;width:14px;height:14px;border-radius:50%}.faq-topic{margin-bottom:30px}.pr-0{padding-right:0 !important}.mb-0{margin-bottom:0 !important}.post-preview{background-color:#fff;box-shadow:0 5px 12px rgba(0,0,0,.12);text-decoration:none;color:#212529;cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:space-between}.post-preview:hover{text-decoration:none;color:#212529}.post-preview-heading{display:block;font-size:17px;font-weight:600;line-height:22px;margin-bottom:10px}.post-preview-content{padding:15px;display:flex;flex-direction:column;justify-content:space-between}.post-preview-text{display:block;font-size:14px;margin-bottom:0}.post-preview-content>*:last-child{margin-bottom:0}.post-preview-more{color:#007bff;cursor:pointer;font-size:13px;display:block;text-align:right;min-width:73px;width:73px}.post-preview-more:hover{color:#0056b3}.post-author-social a{display:inline-block}.post-author-social a img{margin-right:5px;margin-bottom:5px;width:32px}.post-preview-author-img{height:40px;width:40px;min-width:40px;margin-right:10px;background-size:cover;background-position:top center;border-radius:50%;display:flex}.post-preview-bottom{display:flex;justify-content:space-between;align-items:center;padding:5px 15px 15px}.post-preview .post-top{flex-grow:1;height:100%}.blog-posts-wrapper{margin-top:30px;margin-bottom:30px}.post-image{width:100%;height:auto}.post-preview-author{display:flex;align-items:center;justify-content:flex-start}.post-preview-author-name{font-size:14px;margin-bottom:5px;font-weight:500}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append{margin-left:-1px}.input-group-prepend,.input-group-append{display:-ms-flexbox;display:flex}.toggle-password-button{background-image:url(/images/visibility.svg);width:40px;background-repeat:no-repeat;background-size:20px;background-position:center;cursor:pointer}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.toggle-password-button.show-password{background-image:url(/images/invisible.svg)}.flex-sc{display:flex;align-items:center;justify-content:flex-start}.flex-col-ss{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.post-preview-bottom.elizabeth-bottom{min-height:79px}.post-preview-author-descr{font-size:11px;max-width:66%}.btv-icon-link img.grey-img{display:none !important}.btv-icon-link img{max-width:30px;margin-top:-5px}.bvi-panel a.bvi-link#bvi-tts-true,.bvi-panel a.bvi-link#bvi-tts-false{display:none}html body .bvi-body[data-bvi-theme=white] * ul li .bvi-panel-close:hover,html body .bvi-body[data-bvi-theme=white] * ul li .bvi-panel-close{margin-left:23px;background-color:#fa3f3f !important;text-decoration:none !important;padding:2px 7px 1px;border-radius:4px;margin-top:1px;display:inline-block}body .third-index-menu ul li a{font-size:15px;padding-left:15px}body .third-index-menu.menu-sm-1 ul li a{font-size:15px;padding-left:13px}.menu-sm-1 .left-submenu-link{padding-right:17px}.profile-block.profile-sm-1 .profile-block-text a{font-size:15px}.profile-block.profile-sm-1 .login-button,.profile-block.profile-sm-1 .login-button:active{font-size:15px}.profile-block.profile-sm-1 .profile-block-text span{margin-right:2px;margin-left:2px}.results-heading.bigger-max-width{max-width:510px;margin:60px auto 50px;font-size:28px}.lang-select{margin-bottom:35px;margin-top:-17px;display:block}.lang-select:focus,.lang-select option:focus,.lang-select:active,.lang-select option:active{outline:0;box-shadow:none}.third-index-wrapper .rus-h1{font-size:36px}.custom-toastr-1{position:fixed;bottom:30px;left:30px;width:300px;border-radius:10px;background-color:#c82333;opacity:0;pointer-events:none;transition:.2s;padding:15px}.custom-toastr-1:hover{opacity:1;transition:.2s;pointer-events:auto}.custom-toastr-1.show{opacity:.85;pointer-events:auto;z-index:9999}.custom-toastr-1 .error-text{color:#fff;font-size:17px;font-weight:500}.custom-toastr-1 span.close{position:absolute;top:8px;right:8px;font-size:20px;color:#fff;cursor:pointer}@media(min-width: 1530px)and (max-width: 1877px){.post-preview-bottom.samantha-jozwiak,.post-preview-bottom.elizabeth-vincento,.post-preview-bottom.kishnee-theus{min-height:96px}}@media(min-width: 1469px)and (max-width: 1530px){.post-preview-bottom.samantha-jozwiak,.post-preview-bottom.elizabeth-vincento,.post-preview-bottom.kishnee-theus{min-height:112px}}@media(min-width: 1265px)and (max-width: 1469px){.post-preview-bottom.kishnee-theus,.post-preview-bottom.elizabeth-vincento,.post-preview-bottom.samantha-jozwiak{min-height:133px}}@media(min-width: 992px)and (max-width: 1265px){.post-preview-bottom.kishnee-theus,.post-preview-bottom.elizabeth-vincento,.post-preview-bottom.samantha-jozwiak{min-height:150px}}@media only screen and (max-width: 992px){.post-preview-content{height:auto}.blog-posts-wrapper{padding:0}.mob-yes{display:block !important}.top-menu .main-form .third-index-menu{margin-bottom:0}.top-menu .main-form .third-index-menu .menu{background-color:rgba(0,0,0,0);padding:0;margin:0;max-width:100%;text-align:left;margin-bottom:20px}.top-menu .main-form .third-index-menu .menu>.mob-yes{display:none}.top-menu .main-form .third-index-menu ul li a{padding-left:0 !important;padding-right:30px}.top-menu .main-form .third-index-menu ul li a.left-submenu-link{padding-right:40px}.top-menu .main-form .left-submenu-link:after{right:25px}.top-menu .main-form .third-index-menu ul.submenu li{display:block}.top-menu .main-form .third-index-menu ul.submenu li a{display:block;padding:0;padding-left:15px !important;margin-bottom:2px;margin-top:5px}.top-menu .main-form .third-index-menu ul.submenu{left:-100px}.mob-none{display:none}.third-index-wrapper .top-main-block{padding-top:52px}.third-index-menu ul li{display:block}.profile-block .profile-block-text span{display:none}.profile-block .profile-block-text{flex-direction:column;align-items:flex-start;justify-content:flex-start}.main-form .profile-block .profile-block-text a.login-button{margin-bottom:10px}.fixed-header .left-wrapper .site-name-wrapper{position:fixed;width:100%;padding:11px 15px;height:69px;transition:.15s;box-shadow:0 0 5px rgba(0,0,0,.2)}.fixed-header .hamburger{top:23px}.fixed-header .right-wrapper{padding-top:69px}.top-menu .main-form .third-index-menu .menu{margin-bottom:0}.top-menu .main-form.questionnaire-form{overflow-y:inherit}.third-index-wrapper .main-form{height:auto;position:fixed;width:100%;top:91px}.third-index-wrapper.fixed-header .main-form{top:69px}.top-menu .main-form .third-index-menu ul.submenu{left:0}#scroll-to-top-btn{position:fixed;left:17px;bottom:15px;background-color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #b4daf4;box-shadow:0px 1px 8px rgba(19,65,94,.25)}#scroll-to-top-btn img{transform:rotate(180deg)}.start-now-mob-menu{display:block;margin-top:20px}.start-now-mob-menu a{text-decoration:underline !important}body .menu li.btv-icon-link{display:none}.img-mob-auto{margin-top:2rem;width:100%;height:auto}}@media only screen and (max-width: 768px){#mapdiv>span{width:100% !important;height:200px !important}#mapdiv>span>div{width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;height:200px !important}}@media only screen and (max-width: 490px){.for-footer-imgs{justify-content:space-evenly;width:unset}.for-footer-imgs p{left:30%}.footer-payment-imgs img{margin-right:2px;margin-left:2px}}@media only screen and (max-width: 460px){.top-menu .main-form .top-menu-links-group{display:block}.top-menu .main-form .third-index-menu ul.submenu{left:0}.top-menu .main-form .third-index-menu ul li a{padding-right:25px}.top-menu .main-form .third-index-menu ul li a.left-submenu-link{padding-right:35px}.top-menu .main-form .left-submenu-link:after{right:20px}}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width: 500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0)}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/public/007b2705c0a8f69dfdf6.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.iti__flag{background-image:url(/public/9d5328fb490cddd43f66.png)}}.iti__flag.iti__np{background-color:rgba(0,0,0,0)}
