
.promo-page .breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.promo-page .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.promo-page .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.promo-page .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.promo-page .breadcrumb-item.active {
    color: #6c757d
}

.promo-page .pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.promo-page .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.promo-page .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.promo-page .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.promo-page .page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.promo-page .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.promo-page .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.promo-page .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.promo-page .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.promo-page .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.promo-page .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.promo-page .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.promo-page .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.promo-page .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.promo-page .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.promo-page .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.promo-page .badge:empty {
    display: none
}

.promo-page .btn .badge {
    position: relative;
    top: -1px
}

.promo-page .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.promo-page .badge-primary {
    color: #fff;
    background-color: #007bff
}

.promo-page .badge-primary[href]:focus, .promo-page .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.promo-page .badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.promo-page .badge-secondary[href]:focus, .promo-page .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.promo-page .badge-success {
    color: #fff;
    background-color: #28a745
}

.promo-page .badge-success[href]:focus, .promo-page .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.promo-page .badge-info {
    color: #fff;
    background-color: #17a2b8
}

.promo-page .badge-info[href]:focus, .promo-page .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.promo-page .badge-warning {
    color: #212529;
    background-color: #ffc107
}

.promo-page .badge-warning[href]:focus, .promo-page .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.promo-page .badge-danger {
    color: #fff;
    background-color: #dc3545
}

.promo-page .badge-danger[href]:focus, .promo-page .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.promo-page .badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.promo-page .badge-light[href]:focus, .promo-page .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.promo-page .badge-dark {
    color: #fff;
    background-color: #343a40
}

.promo-page .badge-dark[href]:focus, .promo-page .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.promo-page .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .promo-page .jumbotron {
        padding: 4rem 2rem
    }
}

.promo-page .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.promo-page .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.promo-page .alert-heading {
    color: inherit
}

.promo-page .alert-link {
    font-weight: 700
}

.promo-page .alert-dismissible {
    padding-right: 4rem
}

.promo-page .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.promo-page .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.promo-page .alert-primary hr {
    border-top-color: #9fcdff
}

.promo-page .alert-primary .alert-link {
    color: #002752
}

.promo-page .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.promo-page .alert-secondary hr {
    border-top-color: #c8cbcf
}

.promo-page .alert-secondary .alert-link {
    color: #202326
}

.promo-page .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.promo-page .alert-success hr {
    border-top-color: #b1dfbb
}

.promo-page .alert-success .alert-link {
    color: #0b2e13
}

.promo-page .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.promo-page .alert-info hr {
    border-top-color: #abdde5
}

.promo-page .alert-info .alert-link {
    color: #062c33
}

.promo-page .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.promo-page .alert-warning hr {
    border-top-color: #ffe8a1
}

.promo-page .alert-warning .alert-link {
    color: #533f03
}

.promo-page .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.promo-page .alert-danger hr {
    border-top-color: #f1b0b7
}

.promo-page .alert-danger .alert-link {
    color: #491217
}

.promo-page .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.promo-page .alert-light hr {
    border-top-color: #ececf6
}

.promo-page .alert-light .alert-link {
    color: #686868
}

.promo-page .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.promo-page .alert-dark hr {
    border-top-color: #b9bbbe
}

.promo-page .alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.promo-page .progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.promo-page .progress, .promo-page .progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.promo-page .progress-bar {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .promo-page .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.promo-page .progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.promo-page .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.promo-page .media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.promo-page .media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.promo-page .list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.promo-page .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.promo-page .list-group-item-action:focus, .promo-page .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.promo-page .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.promo-page .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.promo-page .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.promo-page .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.promo-page .list-group-item:focus, .promo-page .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.promo-page .list-group-item.disabled, .promo-page .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.promo-page .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.promo-page .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.promo-page .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.promo-page .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.promo-page .list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.promo-page .list-group-item-primary.list-group-item-action:focus, .promo-page .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.promo-page .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.promo-page .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.promo-page .list-group-item-secondary.list-group-item-action:focus, .promo-page .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.promo-page .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.promo-page .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.promo-page .list-group-item-success.list-group-item-action:focus, .promo-page .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.promo-page .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.promo-page .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.promo-page .list-group-item-info.list-group-item-action:focus, .promo-page .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.promo-page .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.promo-page .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.promo-page .list-group-item-warning.list-group-item-action:focus, .promo-page .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.promo-page .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.promo-page .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.promo-page .list-group-item-danger.list-group-item-action:focus, .promo-page .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.promo-page .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.promo-page .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.promo-page .list-group-item-light.list-group-item-action:focus, .promo-page .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.promo-page .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.promo-page .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.promo-page .list-group-item-dark.list-group-item-action:focus, .promo-page .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.promo-page .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.promo-page .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.promo-page .close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.promo-page .close:not(:disabled):not(.disabled):focus, .promo-page .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.promo-page button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.promo-page .modal-open {
    overflow: hidden
}

.promo-page .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.promo-page .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.promo-page .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.promo-page .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .promo-page .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.promo-page .modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.promo-page .modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.promo-page .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.promo-page .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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
}

.promo-page .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.promo-page .modal-backdrop.fade {
    opacity: 0
}

.promo-page .modal-backdrop.show {
    opacity: .5
}

.promo-page .modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.promo-page .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.promo-page .modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.promo-page .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.promo-page .modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.promo-page .modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.promo-page .modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.promo-page .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .promo-page .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .promo-page .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .promo-page .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .promo-page .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .promo-page .modal-lg {
        max-width: 800px
    }
}

.promo-page .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.promo-page .tooltip.show {
    opacity: .9
}

.promo-page .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.promo-page .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.promo-page .bs-tooltip-auto[x-placement^=top], .promo-page .bs-tooltip-top {
    padding: .4rem 0
}

.promo-page .bs-tooltip-auto[x-placement^=top] .arrow, .promo-page .bs-tooltip-top .arrow {
    bottom: 0
}

.promo-page .bs-tooltip-auto[x-placement^=top] .arrow:before, .promo-page .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.promo-page .bs-tooltip-auto[x-placement^=right], .promo-page .bs-tooltip-right {
    padding: 0 .4rem
}

.promo-page .bs-tooltip-auto[x-placement^=right] .arrow, .promo-page .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.promo-page .bs-tooltip-auto[x-placement^=right] .arrow:before, .promo-page .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.promo-page .bs-tooltip-auto[x-placement^=bottom], .promo-page .bs-tooltip-bottom {
    padding: .4rem 0
}

.promo-page .bs-tooltip-auto[x-placement^=bottom] .arrow, .promo-page .bs-tooltip-bottom .arrow {
    top: 0
}

.promo-page .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .promo-page .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.promo-page .bs-tooltip-auto[x-placement^=left], .promo-page .bs-tooltip-left {
    padding: 0 .4rem
}

.promo-page .bs-tooltip-auto[x-placement^=left] .arrow, .promo-page .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.promo-page .bs-tooltip-auto[x-placement^=left] .arrow:before, .promo-page .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.promo-page .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.promo-page .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.promo-page .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.promo-page .popover .arrow:after, .promo-page .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.promo-page .bs-popover-auto[x-placement^=top], .promo-page .bs-popover-top {
    margin-bottom: .5rem
}

.promo-page .bs-popover-auto[x-placement^=top] .arrow, .promo-page .bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.promo-page .bs-popover-auto[x-placement^=top] .arrow:after, .promo-page .bs-popover-auto[x-placement^=top] .arrow:before, .promo-page .bs-popover-top .arrow:after, .promo-page .bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.promo-page .bs-popover-auto[x-placement^=top] .arrow:before, .promo-page .bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.promo-page .bs-popover-auto[x-placement^=top] .arrow:after, .promo-page .bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.promo-page .bs-popover-auto[x-placement^=right], .promo-page .bs-popover-right {
    margin-left: .5rem
}

.promo-page .bs-popover-auto[x-placement^=right] .arrow, .promo-page .bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.promo-page .bs-popover-auto[x-placement^=right] .arrow:after, .promo-page .bs-popover-auto[x-placement^=right] .arrow:before, .promo-page .bs-popover-right .arrow:after, .promo-page .bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.promo-page .bs-popover-auto[x-placement^=right] .arrow:before, .promo-page .bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.promo-page .bs-popover-auto[x-placement^=right] .arrow:after, .promo-page .bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.promo-page .bs-popover-auto[x-placement^=bottom], .promo-page .bs-popover-bottom {
    margin-top: .5rem
}

.promo-page .bs-popover-auto[x-placement^=bottom] .arrow, .promo-page .bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.promo-page .bs-popover-auto[x-placement^=bottom] .arrow:after, .promo-page .bs-popover-auto[x-placement^=bottom] .arrow:before, .promo-page .bs-popover-bottom .arrow:after, .promo-page .bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem .5rem
}

.promo-page .bs-popover-auto[x-placement^=bottom] .arrow:before, .promo-page .bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.promo-page .bs-popover-auto[x-placement^=bottom] .arrow:after, .promo-page .bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.promo-page .bs-popover-auto[x-placement^=bottom] .popover-header:before, .promo-page .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.promo-page .bs-popover-auto[x-placement^=left], .promo-page .bs-popover-left {
    margin-right: .5rem
}

.promo-page .bs-popover-auto[x-placement^=left] .arrow, .promo-page .bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.promo-page .bs-popover-auto[x-placement^=left] .arrow:after, .promo-page .bs-popover-auto[x-placement^=left] .arrow:before, .promo-page .bs-popover-left .arrow:after, .promo-page .bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.promo-page .bs-popover-auto[x-placement^=left] .arrow:before, .promo-page .bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.promo-page .bs-popover-auto[x-placement^=left] .arrow:after, .promo-page .bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.promo-page .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.promo-page .popover-header:empty {
    display: none
}

.promo-page .popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.promo-page .carousel {
    position: relative
}

.promo-page .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.promo-page .carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.promo-page .carousel-item-next, .promo-page .carousel-item-prev, .promo-page .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .promo-page .carousel-item-next, .promo-page .carousel-item-prev, .promo-page .carousel-item.active {
        -webkit-transition: none;
        transition: none
    }
}

.promo-page .carousel-item-next, .promo-page .carousel-item-prev {
    position: absolute;
    top: 0
}

.promo-page .carousel-item-next.carousel-item-left, .promo-page .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .promo-page .carousel-item-next.carousel-item-left, .promo-page .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.promo-page .active.carousel-item-right, .promo-page .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .promo-page .active.carousel-item-right, .promo-page .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.promo-page .active.carousel-item-left, .promo-page .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .promo-page .active.carousel-item-left, .promo-page .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.promo-page .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.promo-page .carousel-fade .carousel-item-next.carousel-item-left, .promo-page .carousel-fade .carousel-item-prev.carousel-item-right, .promo-page .carousel-fade .carousel-item.active {
    opacity: 1
}

.promo-page .carousel-fade .active.carousel-item-left, .promo-page .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.promo-page .carousel-fade .active.carousel-item-left, .promo-page .carousel-fade .active.carousel-item-prev, .promo-page .carousel-fade .carousel-item-next, .promo-page .carousel-fade .carousel-item-prev, .promo-page .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .promo-page .carousel-fade .active.carousel-item-left, .promo-page .carousel-fade .active.carousel-item-prev, .promo-page .carousel-fade .carousel-item-next, .promo-page .carousel-fade .carousel-item-prev, .promo-page .carousel-fade .carousel-item.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.promo-page .carousel-control-next, .promo-page .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.promo-page .carousel-control-next:focus, .promo-page .carousel-control-next:hover, .promo-page .carousel-control-prev:focus, .promo-page .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.promo-page .carousel-control-prev {
    left: 0
}

.promo-page .carousel-control-next {
    right: 0
}

.promo-page .carousel-control-next-icon, .promo-page .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.promo-page .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.promo-page .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.promo-page .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.promo-page .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.promo-page .carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.promo-page .carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.promo-page .carousel-indicators .active {
    background-color: #fff
}

.promo-page .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.promo-page .align-baseline {
    vertical-align: baseline !important
}

.promo-page .align-top {
    vertical-align: top !important
}

.promo-page .align-middle {
    vertical-align: middle !important
}

.promo-page .align-bottom {
    vertical-align: bottom !important
}

.promo-page .align-text-bottom {
    vertical-align: text-bottom !important
}

.promo-page .align-text-top {
    vertical-align: text-top !important
}

.promo-page .bg-primary {
    background-color: #007bff !important
}

.promo-page a.bg-primary:focus, .promo-page a.bg-primary:hover, .promo-page button.bg-primary:focus, .promo-page button.bg-primary:hover {
    background-color: #0062cc !important
}

.promo-page .bg-secondary {
    background-color: #6c757d !important
}

.promo-page a.bg-secondary:focus, .promo-page a.bg-secondary:hover, .promo-page button.bg-secondary:focus, .promo-page button.bg-secondary:hover {
    background-color: #545b62 !important
}

.promo-page .bg-success {
    background-color: #28a745 !important
}

.promo-page a.bg-success:focus, .promo-page a.bg-success:hover, .promo-page button.bg-success:focus, .promo-page button.bg-success:hover {
    background-color: #1e7e34 !important
}

.promo-page .bg-info {
    background-color: #17a2b8 !important
}

.promo-page a.bg-info:focus, .promo-page a.bg-info:hover, .promo-page button.bg-info:focus, .promo-page button.bg-info:hover {
    background-color: #117a8b !important
}

.promo-page .bg-warning {
    background-color: #ffc107 !important
}

.promo-page a.bg-warning:focus, .promo-page a.bg-warning:hover, .promo-page button.bg-warning:focus, .promo-page button.bg-warning:hover {
    background-color: #d39e00 !important
}

.promo-page .bg-danger {
    background-color: #dc3545 !important
}

.promo-page a.bg-danger:focus, .promo-page a.bg-danger:hover, .promo-page button.bg-danger:focus, .promo-page button.bg-danger:hover {
    background-color: #bd2130 !important
}

.promo-page .bg-light {
    background-color: #f8f9fa !important
}

.promo-page a.bg-light:focus, .promo-page a.bg-light:hover, .promo-page button.bg-light:focus, .promo-page button.bg-light:hover {
    background-color: #dae0e5 !important
}

.promo-page .bg-dark {
    background-color: #343a40 !important
}

.promo-page a.bg-dark:focus, .promo-page a.bg-dark:hover, .promo-page button.bg-dark:focus, .promo-page button.bg-dark:hover {
    background-color: #1d2124 !important
}

.promo-page .bg-white {
    background-color: #fff !important
}

.promo-page .bg-transparent {
    background-color: transparent !important
}

.promo-page .border {
    border: 1px solid #dee2e6 !important
}

.promo-page .border-top {
    border-top: 1px solid #dee2e6 !important
}

.promo-page .border-right {
    border-right: 1px solid #dee2e6 !important
}

.promo-page .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.promo-page .border-left {
    border-left: 1px solid #dee2e6 !important
}

.promo-page .border-0 {
    border: 0 !important
}

.promo-page .border-top-0 {
    border-top: 0 !important
}

.promo-page .border-right-0 {
    border-right: 0 !important
}

.promo-page .border-bottom-0 {
    border-bottom: 0 !important
}

.promo-page .border-left-0 {
    border-left: 0 !important
}

.promo-page .border-primary {
    border-color: #007bff !important
}

.promo-page .border-secondary {
    border-color: #6c757d !important
}

.promo-page .border-success {
    border-color: #28a745 !important
}

.promo-page .border-info {
    border-color: #17a2b8 !important
}

.promo-page .border-warning {
    border-color: #ffc107 !important
}

.promo-page .border-danger {
    border-color: #dc3545 !important
}

.promo-page .border-light {
    border-color: #f8f9fa !important
}

.promo-page .border-dark {
    border-color: #343a40 !important
}

.promo-page .border-white {
    border-color: #fff !important
}

.promo-page .rounded {
    border-radius: .25rem !important
}

.promo-page .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.promo-page .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.promo-page .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.promo-page .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.promo-page .rounded-circle {
    border-radius: 50% !important
}

.promo-page .rounded-0 {
    border-radius: 0 !important
}

.promo-page .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.promo-page .d-none {
    display: none !important
}

.promo-page .d-inline {
    display: inline !important
}

.promo-page .d-inline-block {
    display: inline-block !important
}

.promo-page .d-block {
    display: block !important
}

.promo-page .d-table {
    display: table !important
}

.promo-page .d-table-row {
    display: table-row !important
}

.promo-page .d-table-cell {
    display: table-cell !important
}

.promo-page .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.promo-page .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .promo-page .d-sm-none {
        display: none !important
    }

    .promo-page .d-sm-inline {
        display: inline !important
    }

    .promo-page .d-sm-inline-block {
        display: inline-block !important
    }

    .promo-page .d-sm-block {
        display: block !important
    }

    .promo-page .d-sm-table {
        display: table !important
    }

    .promo-page .d-sm-table-row {
        display: table-row !important
    }

    .promo-page .d-sm-table-cell {
        display: table-cell !important
    }

    .promo-page .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .promo-page .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .promo-page .d-md-none {
        display: none !important
    }

    .promo-page .d-md-inline {
        display: inline !important
    }

    .promo-page .d-md-inline-block {
        display: inline-block !important
    }

    .promo-page .d-md-block {
        display: block !important
    }

    .promo-page .d-md-table {
        display: table !important
    }

    .promo-page .d-md-table-row {
        display: table-row !important
    }

    .promo-page .d-md-table-cell {
        display: table-cell !important
    }

    .promo-page .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .promo-page .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .promo-page .d-lg-none {
        display: none !important
    }

    .promo-page .d-lg-inline {
        display: inline !important
    }

    .promo-page .d-lg-inline-block {
        display: inline-block !important
    }

    .promo-page .d-lg-block {
        display: block !important
    }

    .promo-page .d-lg-table {
        display: table !important
    }

    .promo-page .d-lg-table-row {
        display: table-row !important
    }

    .promo-page .d-lg-table-cell {
        display: table-cell !important
    }

    .promo-page .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .promo-page .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .promo-page .d-xl-none {
        display: none !important
    }

    .promo-page .d-xl-inline {
        display: inline !important
    }

    .promo-page .d-xl-inline-block {
        display: inline-block !important
    }

    .promo-page .d-xl-block {
        display: block !important
    }

    .promo-page .d-xl-table {
        display: table !important
    }

    .promo-page .d-xl-table-row {
        display: table-row !important
    }

    .promo-page .d-xl-table-cell {
        display: table-cell !important
    }

    .promo-page .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .promo-page .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media print {
    .promo-page .d-print-none {
        display: none !important
    }

    .promo-page .d-print-inline {
        display: inline !important
    }

    .promo-page .d-print-inline-block {
        display: inline-block !important
    }

    .promo-page .d-print-block {
        display: block !important
    }

    .promo-page .d-print-table {
        display: table !important
    }

    .promo-page .d-print-table-row {
        display: table-row !important
    }

    .promo-page .d-print-table-cell {
        display: table-cell !important
    }

    .promo-page .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .promo-page .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.promo-page .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.promo-page .embed-responsive:before {
    display: block;
    content: ""
}

.promo-page .embed-responsive .embed-responsive-item, .promo-page .embed-responsive embed, .promo-page .embed-responsive iframe, .promo-page .embed-responsive object, .promo-page .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.promo-page .embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.promo-page .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.promo-page .embed-responsive-4by3:before {
    padding-top: 75%
}

.promo-page .embed-responsive-1by1:before {
    padding-top: 100%
}

.promo-page .flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.promo-page .flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.promo-page .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.promo-page .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.promo-page .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.promo-page .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.promo-page .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.promo-page .flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.promo-page .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.promo-page .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.promo-page .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.promo-page .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.promo-page .justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.promo-page .justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.promo-page .justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.promo-page .justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.promo-page .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.promo-page .align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.promo-page .align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.promo-page .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.promo-page .align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.promo-page .align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.promo-page .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.promo-page .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.promo-page .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.promo-page .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.promo-page .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.promo-page .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.promo-page .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.promo-page .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.promo-page .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.promo-page .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.promo-page .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.promo-page .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .promo-page .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .promo-page .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .promo-page .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .promo-page .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .promo-page .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .promo-page .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .promo-page .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .promo-page .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .promo-page .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .promo-page .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .promo-page .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .promo-page .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .promo-page .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .promo-page .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .promo-page .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .promo-page .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .promo-page .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .promo-page .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .promo-page .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .promo-page .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .promo-page .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .promo-page .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .promo-page .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .promo-page .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .promo-page .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .promo-page .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .promo-page .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .promo-page .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .promo-page .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .promo-page .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .promo-page .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .promo-page .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .promo-page .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .promo-page .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .promo-page .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .promo-page .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .promo-page .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .promo-page .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .promo-page .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .promo-page .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .promo-page .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .promo-page .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .promo-page .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .promo-page .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .promo-page .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .promo-page .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .promo-page .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .promo-page .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .promo-page .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .promo-page .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .promo-page .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .promo-page .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .promo-page .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .promo-page .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .promo-page .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .promo-page .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .promo-page .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .promo-page .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .promo-page .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .promo-page .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .promo-page .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .promo-page .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .promo-page .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .promo-page .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .promo-page .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .promo-page .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .promo-page .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .promo-page .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .promo-page .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .promo-page .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .promo-page .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .promo-page .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .promo-page .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .promo-page .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .promo-page .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .promo-page .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .promo-page .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .promo-page .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .promo-page .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .promo-page .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .promo-page .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .promo-page .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .promo-page .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .promo-page .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .promo-page .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .promo-page .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .promo-page .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .promo-page .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .promo-page .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .promo-page .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .promo-page .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .promo-page .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .promo-page .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .promo-page .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .promo-page .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .promo-page .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .promo-page .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .promo-page .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .promo-page .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .promo-page .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .promo-page .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .promo-page .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .promo-page .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .promo-page .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .promo-page .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .promo-page .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .promo-page .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .promo-page .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .promo-page .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .promo-page .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .promo-page .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .promo-page .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .promo-page .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .promo-page .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .promo-page .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .promo-page .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .promo-page .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .promo-page .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .promo-page .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .promo-page .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .promo-page .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .promo-page .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .promo-page .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .promo-page .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .promo-page .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .promo-page .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .promo-page .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .promo-page .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .promo-page .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .promo-page .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .promo-page .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .promo-page .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .promo-page .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .promo-page .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .promo-page .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .promo-page .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.promo-page .float-left {
    float: left !important
}

.promo-page .float-right {
    float: right !important
}

.promo-page .float-none {
    float: none !important
}

@media (min-width: 576px) {
    .promo-page .float-sm-left {
        float: left !important
    }

    .promo-page .float-sm-right {
        float: right !important
    }

    .promo-page .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .promo-page .float-md-left {
        float: left !important
    }

    .promo-page .float-md-right {
        float: right !important
    }

    .promo-page .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .promo-page .float-lg-left {
        float: left !important
    }

    .promo-page .float-lg-right {
        float: right !important
    }

    .promo-page .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .promo-page .float-xl-left {
        float: left !important
    }

    .promo-page .float-xl-right {
        float: right !important
    }

    .promo-page .float-xl-none {
        float: none !important
    }
}

.promo-page .position-static {
    position: static !important
}

.promo-page .position-relative {
    position: relative !important
}

.promo-page .position-absolute {
    position: absolute !important
}

.promo-page .position-fixed {
    position: fixed !important
}

.promo-page .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.promo-page .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.promo-page .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .promo-page .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.promo-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.promo-page .sr-only-focusable:active, .promo-page .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.promo-page .shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.promo-page .shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.promo-page .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.promo-page .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.promo-page .w-25 {
    width: 25% !important
}

.promo-page .w-50 {
    width: 50% !important
}

.promo-page .w-75 {
    width: 75% !important
}

.promo-page .w-100 {
    width: 100% !important
}

.promo-page .w-auto {
    width: auto !important
}

.promo-page .h-25 {
    height: 25% !important
}

.promo-page .h-50 {
    height: 50% !important
}

.promo-page .h-75 {
    height: 75% !important
}

.promo-page .h-100 {
    height: 100% !important
}

.promo-page .h-auto {
    height: auto !important
}

.promo-page .mw-100 {
    max-width: 100% !important
}

.promo-page .mh-100 {
    max-height: 100% !important
}

.promo-page .m-0 {
    margin: 0 !important
}

.promo-page .mt-0, .promo-page .my-0 {
    margin-top: 0 !important
}

.promo-page .mr-0, .promo-page .mx-0 {
    margin-right: 0 !important
}

.promo-page .mb-0, .promo-page .my-0 {
    margin-bottom: 0 !important
}

.promo-page .ml-0, .promo-page .mx-0 {
    margin-left: 0 !important
}

.promo-page .m-1 {
    margin: .25rem !important
}

.promo-page .mt-1, .promo-page .my-1 {
    margin-top: .25rem !important
}

.promo-page .mr-1, .promo-page .mx-1 {
    margin-right: .25rem !important
}

.promo-page .mb-1, .promo-page .my-1 {
    margin-bottom: .25rem !important
}

.promo-page .ml-1, .promo-page .mx-1 {
    margin-left: .25rem !important
}

.promo-page .m-2 {
    margin: .5rem !important
}

.promo-page .mt-2, .promo-page .my-2 {
    margin-top: .5rem !important
}

.promo-page .mr-2, .promo-page .mx-2 {
    margin-right: .5rem !important
}

.promo-page .mb-2, .promo-page .my-2 {
    margin-bottom: .5rem !important
}

.promo-page .ml-2, .promo-page .mx-2 {
    margin-left: .5rem !important
}

.promo-page .m-3 {
    margin: 1rem !important
}

.promo-page .mt-3, .promo-page .my-3 {
    margin-top: 1rem !important
}

.promo-page .mr-3, .promo-page .mx-3 {
    margin-right: 1rem !important
}

.promo-page .mb-3, .promo-page .my-3 {
    margin-bottom: 1rem !important
}

.promo-page .ml-3, .promo-page .mx-3 {
    margin-left: 1rem !important
}

.promo-page .m-4 {
    margin: 1.5rem !important
}

.promo-page .mt-4, .promo-page .my-4 {
    margin-top: 1.5rem !important
}

.promo-page .mr-4, .promo-page .mx-4 {
    margin-right: 1.5rem !important
}

.promo-page .mb-4, .promo-page .my-4 {
    margin-bottom: 1.5rem !important
}

.promo-page .ml-4, .promo-page .mx-4 {
    margin-left: 1.5rem !important
}

.promo-page .m-5 {
    margin: 3rem !important
}

.promo-page .mt-5, .promo-page .my-5 {
    margin-top: 3rem !important
}

.promo-page .mr-5, .promo-page .mx-5 {
    margin-right: 3rem !important
}

.promo-page .mb-5, .promo-page .my-5 {
    margin-bottom: 3rem !important
}

.promo-page .ml-5, .promo-page .mx-5 {
    margin-left: 3rem !important
}

.promo-page .p-0 {
    padding: 0 !important
}

.promo-page .pt-0, .promo-page .py-0 {
    padding-top: 0 !important
}

.promo-page .pr-0, .promo-page .px-0 {
    padding-right: 0 !important
}

.promo-page .pb-0, .promo-page .py-0 {
    padding-bottom: 0 !important
}

.promo-page .pl-0, .promo-page .px-0 {
    padding-left: 0 !important
}

.promo-page .p-1 {
    padding: .25rem !important
}

.promo-page .pt-1, .promo-page .py-1 {
    padding-top: .25rem !important
}

.promo-page .pr-1, .promo-page .px-1 {
    padding-right: .25rem !important
}

.promo-page .pb-1, .promo-page .py-1 {
    padding-bottom: .25rem !important
}

.promo-page .pl-1, .promo-page .px-1 {
    padding-left: .25rem !important
}

.promo-page .p-2 {
    padding: .5rem !important
}

.promo-page .pt-2, .promo-page .py-2 {
    padding-top: .5rem !important
}

.promo-page .pr-2, .promo-page .px-2 {
    padding-right: .5rem !important
}

.promo-page .pb-2, .promo-page .py-2 {
    padding-bottom: .5rem !important
}

.promo-page .pl-2, .promo-page .px-2 {
    padding-left: .5rem !important
}

.promo-page .p-3 {
    padding: 1rem !important
}

.promo-page .pt-3, .promo-page .py-3 {
    padding-top: 1rem !important
}

.promo-page .pr-3, .promo-page .px-3 {
    padding-right: 1rem !important
}

.promo-page .pb-3, .promo-page .py-3 {
    padding-bottom: 1rem !important
}

.promo-page .pl-3, .promo-page .px-3 {
    padding-left: 1rem !important
}

.promo-page .p-4 {
    padding: 1.5rem !important
}

.promo-page .pt-4, .promo-page .py-4 {
    padding-top: 1.5rem !important
}

.promo-page .pr-4, .promo-page .px-4 {
    padding-right: 1.5rem !important
}

.promo-page .pb-4, .promo-page .py-4 {
    padding-bottom: 1.5rem !important
}

.promo-page .pl-4, .promo-page .px-4 {
    padding-left: 1.5rem !important
}

.promo-page .p-5 {
    padding: 3rem !important
}

.promo-page .pt-5, .promo-page .py-5 {
    padding-top: 3rem !important
}

.promo-page .pr-5, .promo-page .px-5 {
    padding-right: 3rem !important
}

.promo-page .pb-5, .promo-page .py-5 {
    padding-bottom: 3rem !important
}

.promo-page .pl-5, .promo-page .px-5 {
    padding-left: 3rem !important
}

.promo-page .m-auto {
    margin: auto !important
}

.promo-page .mt-auto, .promo-page .my-auto {
    margin-top: auto !important
}

.promo-page .mr-auto, .promo-page .mx-auto {
    margin-right: auto !important
}

.promo-page .mb-auto, .promo-page .my-auto {
    margin-bottom: auto !important
}

.promo-page .ml-auto, .promo-page .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .promo-page .m-sm-0 {
        margin: 0 !important
    }

    .promo-page .mt-sm-0, .promo-page .my-sm-0 {
        margin-top: 0 !important
    }

    .promo-page .mr-sm-0, .promo-page .mx-sm-0 {
        margin-right: 0 !important
    }

    .promo-page .mb-sm-0, .promo-page .my-sm-0 {
        margin-bottom: 0 !important
    }

    .promo-page .ml-sm-0, .promo-page .mx-sm-0 {
        margin-left: 0 !important
    }

    .promo-page .m-sm-1 {
        margin: .25rem !important
    }

    .promo-page .mt-sm-1, .promo-page .my-sm-1 {
        margin-top: .25rem !important
    }

    .promo-page .mr-sm-1, .promo-page .mx-sm-1 {
        margin-right: .25rem !important
    }

    .promo-page .mb-sm-1, .promo-page .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .promo-page .ml-sm-1, .promo-page .mx-sm-1 {
        margin-left: .25rem !important
    }

    .promo-page .m-sm-2 {
        margin: .5rem !important
    }

    .promo-page .mt-sm-2, .promo-page .my-sm-2 {
        margin-top: .5rem !important
    }

    .promo-page .mr-sm-2, .promo-page .mx-sm-2 {
        margin-right: .5rem !important
    }

    .promo-page .mb-sm-2, .promo-page .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .promo-page .ml-sm-2, .promo-page .mx-sm-2 {
        margin-left: .5rem !important
    }

    .promo-page .m-sm-3 {
        margin: 1rem !important
    }

    .promo-page .mt-sm-3, .promo-page .my-sm-3 {
        margin-top: 1rem !important
    }

    .promo-page .mr-sm-3, .promo-page .mx-sm-3 {
        margin-right: 1rem !important
    }

    .promo-page .mb-sm-3, .promo-page .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .promo-page .ml-sm-3, .promo-page .mx-sm-3 {
        margin-left: 1rem !important
    }

    .promo-page .m-sm-4 {
        margin: 1.5rem !important
    }

    .promo-page .mt-sm-4, .promo-page .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .promo-page .mr-sm-4, .promo-page .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .promo-page .mb-sm-4, .promo-page .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .promo-page .ml-sm-4, .promo-page .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .promo-page .m-sm-5 {
        margin: 3rem !important
    }

    .promo-page .mt-sm-5, .promo-page .my-sm-5 {
        margin-top: 3rem !important
    }

    .promo-page .mr-sm-5, .promo-page .mx-sm-5 {
        margin-right: 3rem !important
    }

    .promo-page .mb-sm-5, .promo-page .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .promo-page .ml-sm-5, .promo-page .mx-sm-5 {
        margin-left: 3rem !important
    }

    .promo-page .p-sm-0 {
        padding: 0 !important
    }

    .promo-page .pt-sm-0, .promo-page .py-sm-0 {
        padding-top: 0 !important
    }

    .promo-page .pr-sm-0, .promo-page .px-sm-0 {
        padding-right: 0 !important
    }

    .promo-page .pb-sm-0, .promo-page .py-sm-0 {
        padding-bottom: 0 !important
    }

    .promo-page .pl-sm-0, .promo-page .px-sm-0 {
        padding-left: 0 !important
    }

    .promo-page .p-sm-1 {
        padding: .25rem !important
    }

    .promo-page .pt-sm-1, .promo-page .py-sm-1 {
        padding-top: .25rem !important
    }

    .promo-page .pr-sm-1, .promo-page .px-sm-1 {
        padding-right: .25rem !important
    }

    .promo-page .pb-sm-1, .promo-page .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .promo-page .pl-sm-1, .promo-page .px-sm-1 {
        padding-left: .25rem !important
    }

    .promo-page .p-sm-2 {
        padding: .5rem !important
    }

    .promo-page .pt-sm-2, .promo-page .py-sm-2 {
        padding-top: .5rem !important
    }

    .promo-page .pr-sm-2, .promo-page .px-sm-2 {
        padding-right: .5rem !important
    }

    .promo-page .pb-sm-2, .promo-page .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .promo-page .pl-sm-2, .promo-page .px-sm-2 {
        padding-left: .5rem !important
    }

    .promo-page .p-sm-3 {
        padding: 1rem !important
    }

    .promo-page .pt-sm-3, .promo-page .py-sm-3 {
        padding-top: 1rem !important
    }

    .promo-page .pr-sm-3, .promo-page .px-sm-3 {
        padding-right: 1rem !important
    }

    .promo-page .pb-sm-3, .promo-page .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .promo-page .pl-sm-3, .promo-page .px-sm-3 {
        padding-left: 1rem !important
    }

    .promo-page .p-sm-4 {
        padding: 1.5rem !important
    }

    .promo-page .pt-sm-4, .promo-page .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .promo-page .pr-sm-4, .promo-page .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .promo-page .pb-sm-4, .promo-page .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .promo-page .pl-sm-4, .promo-page .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .promo-page .p-sm-5 {
        padding: 3rem !important
    }

    .promo-page .pt-sm-5, .promo-page .py-sm-5 {
        padding-top: 3rem !important
    }

    .promo-page .pr-sm-5, .promo-page .px-sm-5 {
        padding-right: 3rem !important
    }

    .promo-page .pb-sm-5, .promo-page .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .promo-page .pl-sm-5, .promo-page .px-sm-5 {
        padding-left: 3rem !important
    }

    .promo-page .m-sm-auto {
        margin: auto !important
    }

    .promo-page .mt-sm-auto, .promo-page .my-sm-auto {
        margin-top: auto !important
    }

    .promo-page .mr-sm-auto, .promo-page .mx-sm-auto {
        margin-right: auto !important
    }

    .promo-page .mb-sm-auto, .promo-page .my-sm-auto {
        margin-bottom: auto !important
    }

    .promo-page .ml-sm-auto, .promo-page .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .promo-page .m-md-0 {
        margin: 0 !important
    }

    .promo-page .mt-md-0, .promo-page .my-md-0 {
        margin-top: 0 !important
    }

    .promo-page .mr-md-0, .promo-page .mx-md-0 {
        margin-right: 0 !important
    }

    .promo-page .mb-md-0, .promo-page .my-md-0 {
        margin-bottom: 0 !important
    }

    .promo-page .ml-md-0, .promo-page .mx-md-0 {
        margin-left: 0 !important
    }

    .promo-page .m-md-1 {
        margin: .25rem !important
    }

    .promo-page .mt-md-1, .promo-page .my-md-1 {
        margin-top: .25rem !important
    }

    .promo-page .mr-md-1, .promo-page .mx-md-1 {
        margin-right: .25rem !important
    }

    .promo-page .mb-md-1, .promo-page .my-md-1 {
        margin-bottom: .25rem !important
    }

    .promo-page .ml-md-1, .promo-page .mx-md-1 {
        margin-left: .25rem !important
    }

    .promo-page .m-md-2 {
        margin: .5rem !important
    }

    .promo-page .mt-md-2, .promo-page .my-md-2 {
        margin-top: .5rem !important
    }

    .promo-page .mr-md-2, .promo-page .mx-md-2 {
        margin-right: .5rem !important
    }

    .promo-page .mb-md-2, .promo-page .my-md-2 {
        margin-bottom: .5rem !important
    }

    .promo-page .ml-md-2, .promo-page .mx-md-2 {
        margin-left: .5rem !important
    }

    .promo-page .m-md-3 {
        margin: 1rem !important
    }

    .promo-page .mt-md-3, .promo-page .my-md-3 {
        margin-top: 1rem !important
    }

    .promo-page .mr-md-3, .promo-page .mx-md-3 {
        margin-right: 1rem !important
    }

    .promo-page .mb-md-3, .promo-page .my-md-3 {
        margin-bottom: 1rem !important
    }

    .promo-page .ml-md-3, .promo-page .mx-md-3 {
        margin-left: 1rem !important
    }

    .promo-page .m-md-4 {
        margin: 1.5rem !important
    }

    .promo-page .mt-md-4, .promo-page .my-md-4 {
        margin-top: 1.5rem !important
    }

    .promo-page .mr-md-4, .promo-page .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .promo-page .mb-md-4, .promo-page .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .promo-page .ml-md-4, .promo-page .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .promo-page .m-md-5 {
        margin: 3rem !important
    }

    .promo-page .mt-md-5, .promo-page .my-md-5 {
        margin-top: 3rem !important
    }

    .promo-page .mr-md-5, .promo-page .mx-md-5 {
        margin-right: 3rem !important
    }

    .promo-page .mb-md-5, .promo-page .my-md-5 {
        margin-bottom: 3rem !important
    }

    .promo-page .ml-md-5, .promo-page .mx-md-5 {
        margin-left: 3rem !important
    }

    .promo-page .p-md-0 {
        padding: 0 !important
    }

    .promo-page .pt-md-0, .promo-page .py-md-0 {
        padding-top: 0 !important
    }

    .promo-page .pr-md-0, .promo-page .px-md-0 {
        padding-right: 0 !important
    }

    .promo-page .pb-md-0, .promo-page .py-md-0 {
        padding-bottom: 0 !important
    }

    .promo-page .pl-md-0, .promo-page .px-md-0 {
        padding-left: 0 !important
    }

    .promo-page .p-md-1 {
        padding: .25rem !important
    }

    .promo-page .pt-md-1, .promo-page .py-md-1 {
        padding-top: .25rem !important
    }

    .promo-page .pr-md-1, .promo-page .px-md-1 {
        padding-right: .25rem !important
    }

    .promo-page .pb-md-1, .promo-page .py-md-1 {
        padding-bottom: .25rem !important
    }

    .promo-page .pl-md-1, .promo-page .px-md-1 {
        padding-left: .25rem !important
    }

    .promo-page .p-md-2 {
        padding: .5rem !important
    }

    .promo-page .pt-md-2, .promo-page .py-md-2 {
        padding-top: .5rem !important
    }

    .promo-page .pr-md-2, .promo-page .px-md-2 {
        padding-right: .5rem !important
    }

    .promo-page .pb-md-2, .promo-page .py-md-2 {
        padding-bottom: .5rem !important
    }

    .promo-page .pl-md-2, .promo-page .px-md-2 {
        padding-left: .5rem !important
    }

    .promo-page .p-md-3 {
        padding: 1rem !important
    }

    .promo-page .pt-md-3, .promo-page .py-md-3 {
        padding-top: 1rem !important
    }

    .promo-page .pr-md-3, .promo-page .px-md-3 {
        padding-right: 1rem !important
    }

    .promo-page .pb-md-3, .promo-page .py-md-3 {
        padding-bottom: 1rem !important
    }

    .promo-page .pl-md-3, .promo-page .px-md-3 {
        padding-left: 1rem !important
    }

    .promo-page .p-md-4 {
        padding: 1.5rem !important
    }

    .promo-page .pt-md-4, .promo-page .py-md-4 {
        padding-top: 1.5rem !important
    }

    .promo-page .pr-md-4, .promo-page .px-md-4 {
        padding-right: 1.5rem !important
    }

    .promo-page .pb-md-4, .promo-page .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .promo-page .pl-md-4, .promo-page .px-md-4 {
        padding-left: 1.5rem !important
    }

    .promo-page .p-md-5 {
        padding: 3rem !important
    }

    .promo-page .pt-md-5, .promo-page .py-md-5 {
        padding-top: 3rem !important
    }

    .promo-page .pr-md-5, .promo-page .px-md-5 {
        padding-right: 3rem !important
    }

    .promo-page .pb-md-5, .promo-page .py-md-5 {
        padding-bottom: 3rem !important
    }

    .promo-page .pl-md-5, .promo-page .px-md-5 {
        padding-left: 3rem !important
    }

    .promo-page .m-md-auto {
        margin: auto !important
    }

    .promo-page .mt-md-auto, .promo-page .my-md-auto {
        margin-top: auto !important
    }

    .promo-page .mr-md-auto, .promo-page .mx-md-auto {
        margin-right: auto !important
    }

    .promo-page .mb-md-auto, .promo-page .my-md-auto {
        margin-bottom: auto !important
    }

    .promo-page .ml-md-auto, .promo-page .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .promo-page .m-lg-0 {
        margin: 0 !important
    }

    .promo-page .mt-lg-0, .promo-page .my-lg-0 {
        margin-top: 0 !important
    }

    .promo-page .mr-lg-0, .promo-page .mx-lg-0 {
        margin-right: 0 !important
    }

    .promo-page .mb-lg-0, .promo-page .my-lg-0 {
        margin-bottom: 0 !important
    }

    .promo-page .ml-lg-0, .promo-page .mx-lg-0 {
        margin-left: 0 !important
    }

    .promo-page .m-lg-1 {
        margin: .25rem !important
    }

    .promo-page .mt-lg-1, .promo-page .my-lg-1 {
        margin-top: .25rem !important
    }

    .promo-page .mr-lg-1, .promo-page .mx-lg-1 {
        margin-right: .25rem !important
    }

    .promo-page .mb-lg-1, .promo-page .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .promo-page .ml-lg-1, .promo-page .mx-lg-1 {
        margin-left: .25rem !important
    }

    .promo-page .m-lg-2 {
        margin: .5rem !important
    }

    .promo-page .mt-lg-2, .promo-page .my-lg-2 {
        margin-top: .5rem !important
    }

    .promo-page .mr-lg-2, .promo-page .mx-lg-2 {
        margin-right: .5rem !important
    }

    .promo-page .mb-lg-2, .promo-page .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .promo-page .ml-lg-2, .promo-page .mx-lg-2 {
        margin-left: .5rem !important
    }

    .promo-page .m-lg-3 {
        margin: 1rem !important
    }

    .promo-page .mt-lg-3, .promo-page .my-lg-3 {
        margin-top: 1rem !important
    }

    .promo-page .mr-lg-3, .promo-page .mx-lg-3 {
        margin-right: 1rem !important
    }

    .promo-page .mb-lg-3, .promo-page .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .promo-page .ml-lg-3, .promo-page .mx-lg-3 {
        margin-left: 1rem !important
    }

    .promo-page .m-lg-4 {
        margin: 1.5rem !important
    }

    .promo-page .mt-lg-4, .promo-page .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .promo-page .mr-lg-4, .promo-page .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .promo-page .mb-lg-4, .promo-page .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .promo-page .ml-lg-4, .promo-page .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .promo-page .m-lg-5 {
        margin: 3rem !important
    }

    .promo-page .mt-lg-5, .promo-page .my-lg-5 {
        margin-top: 3rem !important
    }

    .promo-page .mr-lg-5, .promo-page .mx-lg-5 {
        margin-right: 3rem !important
    }

    .promo-page .mb-lg-5, .promo-page .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .promo-page .ml-lg-5, .promo-page .mx-lg-5 {
        margin-left: 3rem !important
    }

    .promo-page .p-lg-0 {
        padding: 0 !important
    }

    .promo-page .pt-lg-0, .promo-page .py-lg-0 {
        padding-top: 0 !important
    }

    .promo-page .pr-lg-0, .promo-page .px-lg-0 {
        padding-right: 0 !important
    }

    .promo-page .pb-lg-0, .promo-page .py-lg-0 {
        padding-bottom: 0 !important
    }

    .promo-page .pl-lg-0, .promo-page .px-lg-0 {
        padding-left: 0 !important
    }

    .promo-page .p-lg-1 {
        padding: .25rem !important
    }

    .promo-page .pt-lg-1, .promo-page .py-lg-1 {
        padding-top: .25rem !important
    }

    .promo-page .pr-lg-1, .promo-page .px-lg-1 {
        padding-right: .25rem !important
    }

    .promo-page .pb-lg-1, .promo-page .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .promo-page .pl-lg-1, .promo-page .px-lg-1 {
        padding-left: .25rem !important
    }

    .promo-page .p-lg-2 {
        padding: .5rem !important
    }

    .promo-page .pt-lg-2, .promo-page .py-lg-2 {
        padding-top: .5rem !important
    }

    .promo-page .pr-lg-2, .promo-page .px-lg-2 {
        padding-right: .5rem !important
    }

    .promo-page .pb-lg-2, .promo-page .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .promo-page .pl-lg-2, .promo-page .px-lg-2 {
        padding-left: .5rem !important
    }

    .promo-page .p-lg-3 {
        padding: 1rem !important
    }

    .promo-page .pt-lg-3, .promo-page .py-lg-3 {
        padding-top: 1rem !important
    }

    .promo-page .pr-lg-3, .promo-page .px-lg-3 {
        padding-right: 1rem !important
    }

    .promo-page .pb-lg-3, .promo-page .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .promo-page .pl-lg-3, .promo-page .px-lg-3 {
        padding-left: 1rem !important
    }

    .promo-page .p-lg-4 {
        padding: 1.5rem !important
    }

    .promo-page .pt-lg-4, .promo-page .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .promo-page .pr-lg-4, .promo-page .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .promo-page .pb-lg-4, .promo-page .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .promo-page .pl-lg-4, .promo-page .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .promo-page .p-lg-5 {
        padding: 3rem !important
    }

    .promo-page .pt-lg-5, .promo-page .py-lg-5 {
        padding-top: 3rem !important
    }

    .promo-page .pr-lg-5, .promo-page .px-lg-5 {
        padding-right: 3rem !important
    }

    .promo-page .pb-lg-5, .promo-page .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .promo-page .pl-lg-5, .promo-page .px-lg-5 {
        padding-left: 3rem !important
    }

    .promo-page .m-lg-auto {
        margin: auto !important
    }

    .promo-page .mt-lg-auto, .promo-page .my-lg-auto {
        margin-top: auto !important
    }

    .promo-page .mr-lg-auto, .promo-page .mx-lg-auto {
        margin-right: auto !important
    }

    .promo-page .mb-lg-auto, .promo-page .my-lg-auto {
        margin-bottom: auto !important
    }

    .promo-page .ml-lg-auto, .promo-page .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .promo-page .m-xl-0 {
        margin: 0 !important
    }

    .promo-page .mt-xl-0, .promo-page .my-xl-0 {
        margin-top: 0 !important
    }

    .promo-page .mr-xl-0, .promo-page .mx-xl-0 {
        margin-right: 0 !important
    }

    .promo-page .mb-xl-0, .promo-page .my-xl-0 {
        margin-bottom: 0 !important
    }

    .promo-page .ml-xl-0, .promo-page .mx-xl-0 {
        margin-left: 0 !important
    }

    .promo-page .m-xl-1 {
        margin: .25rem !important
    }

    .promo-page .mt-xl-1, .promo-page .my-xl-1 {
        margin-top: .25rem !important
    }

    .promo-page .mr-xl-1, .promo-page .mx-xl-1 {
        margin-right: .25rem !important
    }

    .promo-page .mb-xl-1, .promo-page .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .promo-page .ml-xl-1, .promo-page .mx-xl-1 {
        margin-left: .25rem !important
    }

    .promo-page .m-xl-2 {
        margin: .5rem !important
    }

    .promo-page .mt-xl-2, .promo-page .my-xl-2 {
        margin-top: .5rem !important
    }

    .promo-page .mr-xl-2, .promo-page .mx-xl-2 {
        margin-right: .5rem !important
    }

    .promo-page .mb-xl-2, .promo-page .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .promo-page .ml-xl-2, .promo-page .mx-xl-2 {
        margin-left: .5rem !important
    }

    .promo-page .m-xl-3 {
        margin: 1rem !important
    }

    .promo-page .mt-xl-3, .promo-page .my-xl-3 {
        margin-top: 1rem !important
    }

    .promo-page .mr-xl-3, .promo-page .mx-xl-3 {
        margin-right: 1rem !important
    }

    .promo-page .mb-xl-3, .promo-page .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .promo-page .ml-xl-3, .promo-page .mx-xl-3 {
        margin-left: 1rem !important
    }

    .promo-page .m-xl-4 {
        margin: 1.5rem !important
    }

    .promo-page .mt-xl-4, .promo-page .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .promo-page .mr-xl-4, .promo-page .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .promo-page .mb-xl-4, .promo-page .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .promo-page .ml-xl-4, .promo-page .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .promo-page .m-xl-5 {
        margin: 3rem !important
    }

    .promo-page .mt-xl-5, .promo-page .my-xl-5 {
        margin-top: 3rem !important
    }

    .promo-page .mr-xl-5, .promo-page .mx-xl-5 {
        margin-right: 3rem !important
    }

    .promo-page .mb-xl-5, .promo-page .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .promo-page .ml-xl-5, .promo-page .mx-xl-5 {
        margin-left: 3rem !important
    }

    .promo-page .p-xl-0 {
        padding: 0 !important
    }

    .promo-page .pt-xl-0, .promo-page .py-xl-0 {
        padding-top: 0 !important
    }

    .promo-page .pr-xl-0, .promo-page .px-xl-0 {
        padding-right: 0 !important
    }

    .promo-page .pb-xl-0, .promo-page .py-xl-0 {
        padding-bottom: 0 !important
    }

    .promo-page .pl-xl-0, .promo-page .px-xl-0 {
        padding-left: 0 !important
    }

    .promo-page .p-xl-1 {
        padding: .25rem !important
    }

    .promo-page .pt-xl-1, .promo-page .py-xl-1 {
        padding-top: .25rem !important
    }

    .promo-page .pr-xl-1, .promo-page .px-xl-1 {
        padding-right: .25rem !important
    }

    .promo-page .pb-xl-1, .promo-page .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .promo-page .pl-xl-1, .promo-page .px-xl-1 {
        padding-left: .25rem !important
    }

    .promo-page .p-xl-2 {
        padding: .5rem !important
    }

    .promo-page .pt-xl-2, .promo-page .py-xl-2 {
        padding-top: .5rem !important
    }

    .promo-page .pr-xl-2, .promo-page .px-xl-2 {
        padding-right: .5rem !important
    }

    .promo-page .pb-xl-2, .promo-page .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .promo-page .pl-xl-2, .promo-page .px-xl-2 {
        padding-left: .5rem !important
    }

    .promo-page .p-xl-3 {
        padding: 1rem !important
    }

    .promo-page .pt-xl-3, .promo-page .py-xl-3 {
        padding-top: 1rem !important
    }

    .promo-page .pr-xl-3, .promo-page .px-xl-3 {
        padding-right: 1rem !important
    }

    .promo-page .pb-xl-3, .promo-page .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .promo-page .pl-xl-3, .promo-page .px-xl-3 {
        padding-left: 1rem !important
    }

    .promo-page .p-xl-4 {
        padding: 1.5rem !important
    }

    .promo-page .pt-xl-4, .promo-page .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .promo-page .pr-xl-4, .promo-page .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .promo-page .pb-xl-4, .promo-page .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .promo-page .pl-xl-4, .promo-page .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .promo-page .p-xl-5 {
        padding: 3rem !important
    }

    .promo-page .pt-xl-5, .promo-page .py-xl-5 {
        padding-top: 3rem !important
    }

    .promo-page .pr-xl-5, .promo-page .px-xl-5 {
        padding-right: 3rem !important
    }

    .promo-page .pb-xl-5, .promo-page .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .promo-page .pl-xl-5, .promo-page .px-xl-5 {
        padding-left: 3rem !important
    }

    .promo-page .m-xl-auto {
        margin: auto !important
    }

    .promo-page .mt-xl-auto, .promo-page .my-xl-auto {
        margin-top: auto !important
    }

    .promo-page .mr-xl-auto, .promo-page .mx-xl-auto {
        margin-right: auto !important
    }

    .promo-page .mb-xl-auto, .promo-page .my-xl-auto {
        margin-bottom: auto !important
    }

    .promo-page .ml-xl-auto, .promo-page .mx-xl-auto {
        margin-left: auto !important
    }
}

.promo-page .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.promo-page .text-justify {
    text-align: justify !important
}

.promo-page .text-nowrap {
    white-space: nowrap !important
}

.promo-page .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.promo-page .text-left {
    text-align: left !important
}

.promo-page .text-right {
    text-align: right !important
}

.promo-page .text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .promo-page .text-sm-left {
        text-align: left !important
    }

    .promo-page .text-sm-right {
        text-align: right !important
    }

    .promo-page .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .promo-page .text-md-left {
        text-align: left !important
    }

    .promo-page .text-md-right {
        text-align: right !important
    }

    .promo-page .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .promo-page .text-lg-left {
        text-align: left !important
    }

    .promo-page .text-lg-right {
        text-align: right !important
    }

    .promo-page .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .promo-page .text-xl-left {
        text-align: left !important
    }

    .promo-page .text-xl-right {
        text-align: right !important
    }

    .promo-page .text-xl-center {
        text-align: center !important
    }
}

.promo-page .text-lowercase {
    text-transform: lowercase !important
}

.promo-page .text-uppercase {
    text-transform: uppercase !important
}

.promo-page .text-capitalize {
    text-transform: capitalize !important
}

.promo-page .font-weight-light {
    font-weight: 300 !important
}

.promo-page .font-weight-normal {
    font-weight: 400 !important
}

.promo-page .font-weight-bold {
    font-weight: 700 !important
}

.promo-page .font-italic {
    font-style: italic !important
}

.promo-page .text-white {
    color: #fff !important
}

.promo-page .text-primary {
    color: #007bff !important
}

.promo-page a.text-primary:focus, .promo-page a.text-primary:hover {
    color: #0062cc !important
}

.promo-page .text-secondary {
    color: #6c757d !important
}

.promo-page a.text-secondary:focus, .promo-page a.text-secondary:hover {
    color: #545b62 !important
}

.promo-page .text-success {
    color: #28a745 !important
}

.promo-page a.text-success:focus, .promo-page a.text-success:hover {
    color: #1e7e34 !important
}

.promo-page .text-info {
    color: #17a2b8 !important
}

.promo-page a.text-info:focus, .promo-page a.text-info:hover {
    color: #117a8b !important
}

.promo-page .text-warning {
    color: #ffc107 !important
}

.promo-page a.text-warning:focus, .promo-page a.text-warning:hover {
    color: #d39e00 !important
}

.promo-page .text-danger {
    color: #dc3545 !important
}

.promo-page a.text-danger:focus, .promo-page a.text-danger:hover {
    color: #bd2130 !important
}

.promo-page .text-light {
    color: #f8f9fa !important
}

.promo-page a.text-light:focus, .promo-page a.text-light:hover {
    color: #dae0e5 !important
}

.promo-page .text-dark {
    color: #343a40 !important
}

.promo-page a.text-dark:focus, .promo-page a.text-dark:hover {
    color: #1d2124 !important
}

.promo-page .text-body {
    color: #212529 !important
}

.promo-page .text-muted {
    color: #6c757d !important
}

.promo-page .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.promo-page .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.promo-page .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.promo-page .visible {
    visibility: visible !important
}

.promo-page .invisible {
    visibility: hidden !important
}

@media print {
    .promo-page *, .promo-page :after, .promo-page :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .promo-page a:not(.btn) {
        text-decoration: underline
    }

    .promo-page abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .promo-page pre {
        white-space: pre-wrap !important
    }

    .promo-page blockquote, .promo-page pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    .promo-page thead {
        display: table-header-group
    }

    .promo-page img, .promo-page tr {
        page-break-inside: avoid
    }

    .promo-page h2, .promo-page h3, .promo-page p {
        orphans: 3;
        widows: 3
    }

    .promo-page h2, .promo-page h3 {
        page-break-after: avoid
    }

    @page {

    .promo-page {
        size: a3
    }
}

.promo-page .container, .promo-page body {
    min-width: 992px !important
}

.promo-page .navbar {
    display: none
}

.promo-page .badge {
    border: 1px solid #000
}

.promo-page .table {
    border-collapse: collapse !important
}

.promo-page .table td, .promo-page .table th {
    background-color: #fff !important
}

.promo-page .table-bordered td, .promo-page .table-bordered th {
    border: 1px solid #dee2e6 !important
}

.promo-page .table-dark {
    color: inherit
}

.promo-page .table-dark tbody + tbody, .promo-page .table-dark td, .promo-page .table-dark th, .promo-page .table-dark thead th {
    border-color: #dee2e6
}

.promo-page .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
}

}
[class*=lightcase-icon-]:before {
    font-family: lightcase, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play:before {
    content: "\E800"
}

.lightcase-icon-pause:before {
    content: "\E801"
}

.lightcase-icon-close:before {
    content: "\E802"
}

.lightcase-icon-prev:before {
    content: "\E803"
}

.lightcase-icon-next:before {
    content: "\E804"
}

.lightcase-icon-spin:before {
    content: "\E805"
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-case, html[data-lc-type=inline] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important
    }
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width: 641px) {
    html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
        background-color: #333
    }
}

html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > * {
        width: 100% !important;
        max-width: none !important
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > :not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > :not(iframe), html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > :not(iframe) {
        height: auto !important;
        max-height: none !important
    }
}

@media screen and (max-width: 640px) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa
    }
}

@media screen and (min-width: 641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-open body {
    overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

#lightcase-info #lightcase-caption, #lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa
}

@media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

@media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s linear infinite;
    animation: lightcase-spin .5s linear infinite
}

#lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, .25s ease-in-out;
    transition: color, opacity, .25s ease-in-out
}

#lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px
}

a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, .25s ease-in-out;
    transition: color, opacity, .25s ease-in-out
}

a[class*=lightcase-icon-] > span {
    display: inline-block;
    text-indent: -9999px
}

a[class*=lightcase-icon-]:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

@media screen and (min-width: 641px) {
    a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
        opacity: 0
    }
}

@media screen and (max-width: 640px) {
    a[class*=lightcase-icon-] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width: 641px) {
    a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -.5em
    }

    #lightcase-case:hover ~ a[class*=lightcase-icon-], a[class*=lightcase-icon-]:hover {
        opacity: 1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333
}

@media screen and (max-width: 640px) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}

.promo-page {
    margin: 0 !important;
    padding: 0 !important;
    font-family: ProximaNova-Regular, serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

.promo-page *, .promo-page :after, .promo-page :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.promo-page a {
    -webkit-transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
    transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s
}

.promo-page a:active, .promo-page a:focus, .promo-page a:hover {
    text-decoration: none;
    outline: none
}

.promo-page h1, .promo-page h2, .promo-page h3, .promo-page h4, .promo-page h5, .promo-page h6, .promo-page p {
    clear: both;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    line-height: 1
}

.promo-page article, .promo-page aside, .promo-page details, .promo-page figcaption, .promo-page figure, .promo-page footer, .promo-page header, .promo-page main, .promo-page menu, .promo-page nav, .promo-page section, .promo-page summary {
    display: block;
    margin: 0;
    padding: 0
}

.promo-page audio, .promo-page canvas, .promo-page progress, .promo-page video {
    display: inline-block;
    vertical-align: baseline
}

.promo-page audio:not([controls]) {
    display: none;
    height: 0
}

.promo-page [hidden], .promo-page template {
    display: none
}

.promo-page abbr[title] {
    border-bottom: 1px dotted
}

.promo-page b, .promo-page strong {
    font-weight: 700
}

.promo-page small {
    font-size: 80%
}

.promo-page sub, .promo-page sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.promo-page sup {
    top: -.5em
}

.promo-page sub {
    bottom: -.25em
}

.promo-page img {
    border: 0
}

.promo-page svg:not(:root) {
    overflow: hidden
}

.promo-page figure {
    margin: 0
}

.promo-page hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.promo-page ol, .promo-page ul {
    margin: 0;
    padding: 0
}

.promo-page ul {
    list-style: none
}

.promo-page code, .promo-page kbd, .promo-page pre, .promo-page samp {
    font-size: 1em
}

.promo-page button, .promo-page input, .promo-page optgroup, .promo-page select, .promo-page textarea {
    margin: 0;
    padding: 0
}

.promo-page img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.promo-page select {
    text-transform: none
}

.promo-page button {
    overflow: visible
}

.promo-page button, .promo-page input, .promo-page select, .promo-page textarea {
    max-width: 100%
}

.promo-page button, .promo-page html input[type=button], .promo-page input[type=reset], .promo-page input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.promo-page button:focus {
    outline: none
}

.promo-page button[disabled], .promo-page html input[disabled] {
    cursor: default;
    opacity: .5
}

.promo-page button::-moz-focus-inner, .promo-page input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.promo-page input[type=checkbox], .promo-page input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .4375em;
    padding: 0
}

.promo-page input[type=number]::-webkit-inner-spin-button, .promo-page input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.promo-page input[type=search] {
    -webkit-appearance: textfield
}

.promo-page input[type=search]::-webkit-search-cancel-button, .promo-page input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.promo-page fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: .875em
}

.promo-page fieldset > :last-child {
    margin-bottom: 0
}

.promo-page legend {
    border: 0;
    padding: 0
}

.promo-page textarea {
    overflow: auto;
    vertical-align: top
}

.promo-page optgroup {
    font-weight: 700
}

.promo-page input[type=button], .promo-page input[type=button][disabled]:focus, .promo-page input[type=button][disabled]:hover, .promo-page input[type=reset], .promo-page input[type=reset][disabled]:focus, .promo-page input[type=reset][disabled]:hover, .promo-page input[type=submit], .promo-page input[type=submit][disabled]:focus, .promo-page input[type=submit][disabled]:hover {
    background: #333;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .84375em .875em .78125em;
    text-transform: uppercase
}

.promo-page input[type=button]:focus, .promo-page input[type=button]:hover, .promo-page input[type=reset]:focus, .promo-page input[type=reset]:hover, .promo-page input[type=submit]:focus, .promo-page input[type=submit]:hover {
    background: #007acc
}

.promo-page input[type=button]:focus, .promo-page input[type=reset]:focus, .promo-page input[type=submit]:focus {
    outline: thin dotted;
    outline-offset: -4px
}

.promo-page input[type=email], .promo-page input[type=number], .promo-page input[type=password], .promo-page input[type=search], .promo-page input[type=tel], .promo-page input[type=text], .promo-page input[type=url], .promo-page textarea {
    background: #fff;
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: .625em .4375em;
    width: 100%
}

.promo-page input[type=email]:focus, .promo-page input[type=number]:focus, .promo-page input[type=password]:focus, .promo-page input[type=search]:focus, .promo-page input[type=tel]:focus, .promo-page input[type=text]:focus, .promo-page input[type=url]:focus, .promo-page textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #333;
    outline: 0
}

.promo-page .container {
    max-width: 1200px;
    width: 100%;
    padding: 0
}

.promo-page .row {
    padding: 0
}

.promo-page .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-page .inline {
    display: inline
}

.promo-page .col-md-4, .promo-page .col-md-6 {
    padding: 0
}

.promo-page h1 {
    font-size: 50px;
    line-height: 60px
}

.promo-page h2 {
    font-size: 34px
}

.promo-page h3 {
    font-size: 25px;
    line-height: 40px
}

.promo-page h4 {
    font-size: 20px
}

.promo-page p {
    font-size: 18px;
    line-height: 30px
}

.promo-page ul li {
    position: relative;
    margin-left: 40px;
    margin-bottom: 15px
}

.promo-page ul li:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -36px
}

.promo-page ul li:last-child {
    margin-bottom: 0
}

.promo-page .p-40 {
    padding: 40px
}

.promo-page .pt-100 {
    padding-top: 100px
}

.promo-page .pt-150 {
    padding-top: 150px
}

.promo-page .pb-150 {
    padding-bottom: 150px
}

.promo-page .pb-100 {
    padding-bottom: 100px
}

.promo-page .pb-170 {
    padding-bottom: 170px
}

.promo-page .pb-70 {
    padding-bottom: 70px
}

.promo-page .text-red {
    color: #e6192a
}

.promo-page .text-white {
    color: #fff
}

.promo-page .text-dark {
    color: #000
}

.promo-page .bg-well {
    background-color: #f8f8f8
}

.promo-page .section-content {
    max-width: 500px;
    width: 100%
}

.promo-page .section-content p {
    margin-bottom: 25px
}

.promo-page .section-content p:last-child {
    margin-bottom: 0
}

.promo-page .banner-section {
    background-image: url(../../static/img/banner.d99c68bf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    padding-bottom: 340px
}

.promo-page .banner-section .title {
    margin-bottom: 55px
}

.promo-page .banner-info.text-white {
    max-width: 650px;
    width: 100%
}

.promo-page .section-cart {
    max-width: 1105px;
    width: 100%;
    margin-top: -20%
}

.promo-page .features {
    -webkit-box-shadow: 0 0 40px -4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px -4px rgba(0, 0, 0, .15);
    background-color: #fff
}

.promo-page .section-cart .feature-list {
    max-width: 350px;
    width: 100%;
    padding: 70px 10px 70px 40px
}

.promo-page .section-cart .feature-list ul li {
    font-size: 16px
}

.promo-page .section-cart .feature-list ul li:before {
    content: url(../../static/img/tiksign_o.215094f3.svg)
}

.promo-page .feature-video {
    max-width: calc(100% - 350px);
    width: 100%;
    position: relative
}

.promo-page .feature-video .video img {
    width: 100%
}

.promo-page .video-play {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.promo-page .video-play a:focus {
    outline: none;
    border: none
}

.promo-page .play-btn {
    margin-bottom: 20px
}

.promo-page .play-btn img {
    width: 75px
}

.promo-page .play-desp h3 {
    margin-bottom: 10px
}

.promo-page .section-cart .counter {
    margin-top: 30px
}

.promo-page .end-time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-page .end-time-text {
    margin-right: 20px
}

.promo-page .time {
    width: 50px;
    margin-right: 5px;
    text-align: center
}

.promo-page .time div {
    width: 50px;
    height: 50px;
    background: #e6182a;
    color: #fff;
    border-radius: 5px;
    font-size: 34px;
    font-weight: 500;
    line-height: 50px
}

.promo-page .time p {
    font-size: 9px;
    font-weight: 800;
    margin-top: -5px
}

.promo-page .cart {
    max-width: 305px;
    margin: 45px auto;
    margin-bottom: 0
}

.promo-page .cart-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo-page .cart-title p {
    font-weight: 400;
    margin-top: 7px
}

.promo-page .cart-title p span {
    font-size: 25px
}

.promo-page .regular-price {
    position: relative
}

.promo-page .cross {
    position: absolute;
    top: 6px;
    right: 3px
}

.promo-page .cross img {
    width: 55px
}

.promo-page .cart-btn {
    background-color: #26a9e1;
    border-radius: 45px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 7px;
    border: 2px solid #26a9e1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 60px;
    height: 60px;
    padding: 0 80px
}

.promo-page .cart-btn:hover {
    border: 2px solid #26a9e1;
    color: #26a9e1;
    background-color: transparent
}

.promo-page .cart-btn i {
    margin-left: 20px
}

.promo-page .cards-img {
    margin-top: 20px
}

.promo-page .cards-img img {
    max-width: 280px
}

.promo-page .section-title {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto
}

.promo-page .section-title h1 {
    font-weight: 400
}

.promo-page .cash-hits .section-title {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px
}

.promo-page .folks-section .section-title {
    margin-bottom: 25px
}

.promo-page .comment-section .container {
    padding: 100px 0;
    max-width: 1265px;
    width: 100%;
    position: relative
}

.promo-page .comment-section.alt .container {
    padding-bottom: 130px
}

.promo-page .comment-content {
    max-width: 550px;
    width: 100%;
    left: 50%
}

.promo-page .section-desp {
    margin-top: 40px
}

.promo-page .comment-img {
    position: absolute;
    top: -75px
}

.promo-page .alt .comment-content {
    left: 0;
    margin-top: 450px
}

.promo-page .alt .comment-img {
    top: 95px;
    right: 0
}

.promo-page .arrow img {
    width: 55px;
    margin-left: -22px;
    margin-top: 15px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg)
}

.promo-page .alt .arrow img {
    width: 55px;
    margin-left: 89%;
    margin-top: -36px;
    -webkit-transform: translateX(-50%) scaleX(-1) rotate(34deg);
    transform: translateX(-50%) scaleX(-1) rotate(34deg)
}

.promo-page .steps-section .section-title h1 {
    margin-bottom: 45px
}

.promo-page .steps {
    margin-top: 100px
}

.promo-page .step {
    max-width: 335px;
    margin: 0 auto
}

.promo-page .step-img {
    margin-bottom: 35px
}

.promo-page .section-bottom {
    margin-top: 100px
}

.promo-page .step-img img {
    height: 80px;
    width: auto
}

.promo-page .step-title {
    margin-bottom: 10px
}

.promo-page .step-title h3 {
    font-weight: 600
}

.promo-page .trip-list-section .container {
    max-width: 850px;
    width: 100%
}

.promo-page .trip-list {
    margin-top: 75px;
    margin-left: 115px;
    max-width: 680px;
    width: 100%
}

.promo-page .trip-list ul li {
    font-size: 25px
}

.promo-page .trip-list ul li:before {
    content: url(../../static/img/tiksign.e97ef960.svg);
    width: 25px;
    height: 25px;
    top: 6px;
    left: -39px
}

.promo-page .trip-list img {
    width: 20px
}

.promo-page .offer-section .section-title, .promo-page .offer-section .section-title h1 {
    margin-bottom: 40px
}

.promo-page .footer-section {
    background-image: url(../../static/img/footer.776cc5c8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.promo-page .footer {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: none;
    border: none
}

.promo-page .footer img {
    margin-top: 75px;
    margin-bottom: 75px
}

@media only screen and (max-width: 1410px) {
    .promo-page .section-title h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 1280px) {
    .promo-page footer, .promo-page section {
        padding: 15px
    }
}

@media only screen and (max-width: 1024px) {
    .promo-page h1 {
        font-size: 40px;
        line-height: 50px
    }

    .promo-page h2 {
        font-size: 34px
    }

    .promo-page h3 {
        font-size: 25px;
        line-height: 40px
    }

    .promo-page h4 {
        font-size: 20px
    }

    .promo-page p {
        font-size: 18px;
        line-height: 30px
    }

    .promo-page ul li {
        margin-bottom: 10px
    }

    .promo-page .alt .comment-content {
        left: 0;
        margin-top: 235px
    }

    .promo-page .play-btn, .promo-page .play-desp h3 {
        margin-bottom: 0
    }

    .promo-page .play-desp p {
        font-size: 18px;
        line-height: 14px
    }

    .promo-page .feature-video {
        padding: 20px
    }

    .promo-page .features {
        margin: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 820px) {
    .promo-page .banner-section {
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center
    }

    .promo-page .banner-info.text-white {
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .promo-page .section-cart {
        padding-bottom: 40px
    }

    .promo-page .cash-hits, .promo-page .checkout {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .promo-page .section-cart {
        width: auto;
        margin: 15px
    }

    .promo-page .trip-list {
        margin-top: 75px;
        margin-left: 0;
        max-width: auto;
        width: auto
    }

    .promo-page .selling-grp {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .promo-page .folks-section {
        padding-top: 40px;
        padding-bottom: 70px
    }

    .promo-page .section-cart .feature-list {
        padding: 15px 0 15px 15px
    }

    .promo-page .feature-video {
        padding: 15px
    }

    .promo-page .comment-section .container {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .promo-page .comment-section.alt .container {
        padding-bottom: 40px
    }

    .promo-page .steps {
        margin-top: 40px
    }

    .promo-page .steps-section {
        padding-bottom: 40px
    }

    .promo-page .steps-section .section-title h1 {
        margin-bottom: 30px
    }

    .promo-page .footer-section, .promo-page .offer-section, .promo-page .trip-list-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .promo-page .footer img {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 768px) {
    .promo-page section.banner-section.pt-100 {
        position: relative
    }

    .promo-page .section-title h1 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 27px
    }

    .promo-page section.banner-section.pt-100:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .2);
        z-index: -1
    }

    .promo-page .banner-section {
        z-index: 0
    }

    .promo-page h1 {
        text-align: center;
        font-size: 35px;
        line-height: 42px
    }

    .promo-page h3 {
        text-align: center;
        font-size: 22px;
        line-height: 30px
    }

    .promo-page .banner-section .title {
        margin-bottom: 40px
    }

    .promo-page section.banner-section.pt-100 {
        padding: 91px 15px
    }

    .promo-page p {
        text-align: center
    }

    .promo-page .comment-section .container {
        display: block
    }

    .promo-page .comment-content {
        max-width: 100%;
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute
    }

    .promo-page .alt .comment-img, .promo-page .comment-img {
        top: 0
    }

    .promo-page .alt .comment-content {
        margin-top: 0
    }

    .promo-page .section-cart .feature-list {
        padding: 21px 10px 20px 40px
    }

    .promo-page .video-play {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        margin-top: -140px;
        left: 0;
        position: relative
    }

    .promo-page .features {
        display: block;
        padding: 20px
    }

    .promo-page .section-cart .feature-list {
        padding: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .promo-page .section-content {
        margin: 0 auto
    }

    .promo-page .comment-img, .promo-page .folk-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-page .comment-content, .promo-page .comment-img {
        position: relative
    }

    .promo-page .arrow {
        display: none
    }

    .promo-page .steps-section {
        padding: 0 15px
    }

    .promo-page .section-bottom {
        margin-top: 64px;
        padding: 15px
    }

    .promo-page .end-time {
        display: block;
        text-align: center
    }

    .promo-page .end-time-text {
        margin-right: 0
    }

    .promo-page .count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-page .step {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 480px) {
    .promo-page h1 {
        font-size: 30px;
        line-height: 35px
    }

    .promo-page h3 {
        font-size: 18px;
        line-height: 20px
    }

    .promo-page .banner-section .title {
        margin-bottom: 35px;
        padding: 0 30px
    }

    .promo-page .cart {
        margin: 30px auto
    }

    .promo-page .comment-section .container {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .promo-page .play-btn img {
        width: 50px
    }

    .promo-page .video-play {
        -webkit-transform: translateY(-27%);
        transform: translateY(-27%);
        margin-top: -110px
    }

    .promo-page .play-btn {
        margin-bottom: 8px
    }

    .promo-page .play-desp h3 {
        margin-bottom: 5px;
        text-align: center
    }

    .promo-page .play-desp.text-white p {
        text-align: center
    }

    .promo-page .end-time-text {
        margin-bottom: 10px
    }

    .promo-page .regular-price {
        margin-top: -14px
    }

    .promo-page section.banner-section.pt-100:after {
        background: rgba(0, 0, 0, .3)
    }

    .promo-page h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 600
    }

    .promo-page .section-title h1 {
        font-size: 35px;
        line-height: 1.2
    }

    .promo-page .comment-section .comment-img img {
        max-height: 592px
    }

    .promo-page .trip-list ul li:before {
        width: 20px;
        height: 20px;
        left: -30px
    }

    .promo-page .trip-list {
        margin-top: 50px
    }

    .promo-page .time p {
        margin-top: 0
    }

    .promo-page .cart-btn {
        font-size: 16px;
        padding: 13px 32px
    }

    .promo-page .cart-btn i {
        margin-left: 8px
    }
}

@media only screen and (max-width: 320px) {
    .promo-page h1, .promo-page h3, .promo-page p {
        text-align: left
    }

    .promo-page .step h3, .promo-page .steps p {
        text-align: center
    }

    .promo-page .comment-section .comment-img img {
        max-height: 450px
    }

    .promo-page p {
        font-size: 15px;
        line-height: 20px
    }

    .promo-page .banner-section .title {
        padding: 0
    }

    .promo-page .section-cart {
        margin: 0
    }

    .promo-page .section-cart .feature-list {
        padding: 0
    }

    .promo-page .video-play {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }

    .promo-page .counter {
        margin-top: 50px;
        padding: 15px
    }

    .promo-page .cart {
        padding: 15px
    }

    .promo-page .comment img {
        max-height: 430px
    }
}

.signup-layout {
    padding-top: 40px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.signup-layout .page.signup {
    background: #f7f7f7;
    height: 100%;
    width: 100%;
    padding-top: 50px
}

.signup-layout .page.signup .form, .signup-layout .page.signup .step-content {
    top: 5vh;
    position: relative;
    display: block
}

.signup-layout .page.signup .form {
    max-width: 500px;
    margin: 0 auto;
    border: 2px solid #10AC6D;
    padding: 20px 40px;
    border-radius: 5px;
    background: #fff
}

.signup-layout .page.signup .form input {
    font-size: 19px;
    height: 50px
}

.signup-layout .page.signup .form .action-btn {
    padding: 15px;
    font-size: 18px;
    width: 100%;
    margin: 0 0 20px;
    background: #10AC6D
}

.signup-layout .page.signup .form .el-button-group {
    width: 100%
}

.signup-layout .page.signup .form .price-text {
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 17px
}

.signup-layout .page.signup .form .price {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 17px
}

.signup-layout .page.signup .form .terms {
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 13px
}

.signup-layout .page.signup .stripe-card {
    height: 50px;
    background: #fff;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    line-height: 50px;
    outline: 0;
    padding: 15px;
    border-radius: 4px
}

.signup-layout .page.signup .card-error {
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0;
    min-height: 24px;
    color: red;
    font-size: 13px
}

.signup-layout .page.signup .box-card {
    height: 270px;
    cursor: pointer
}

.signup-layout .page.signup .box-card.active {
    border: 1px dashed #10AC6D
}

.signup-layout .page.signup .box-card .el-card__body {
    text-align: center;
    position: relative
}

.signup-layout .page.signup .box-card .el-card__body span {
    display: block
}

.signup-layout .page.signup .box-card .el-card__body span strong {
    font-size: 24px
}

.signup-layout .page.signup .box-card .el-card__body span strong.price {
    font-size: 35px;
    margin: 0 5px
}

.signup-layout .page.signup .box-card .el-card__body span small {
    font-size: 17px
}

.signup-layout .page.signup .box-card .el-card__body p {
    padding: 5px
}

.signup-layout .page.signup .box-card .el-card__header {
    text-align: center;
    font-size: 20px;
    line-height: 1.3
}

.signup-layout .page.signup .box-card.annually {
    margin: 10px
}

.signup-layout .page.signup .box-card.annually .el-card__header {
    background: #03a9f4;
    color: #fff
}

.signup-layout .page.signup .box-card.annually .el-card__header i {
    color: #fff;
    font-size: 20px
}

.signup-layout .page.signup .box-card.annually .el-tag {
    position: absolute;
    padding: 5px;
    line-height: 1;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    left: 15px
}

.signup-layout .page.signup .box-card.monthly {
    margin: 10px
}

.signup-layout .page.signup .box-card.monthly .el-card__header {
    background: #9e9e9e;
    color: #fff
}

.signup-layout .page.signup .box-card.monthly .el-card__header i {
    color: #fff;
    font-size: 20px
}

.signup-layout .page.signup .membership-details {
    background: #fff;
    text-align: center;
    margin-top: 50px;
    padding: 20px
}

.signup-layout .page.signup .back {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px
}

.signup-layout .page.create-account {
    width: 100%;
    height: 100%
}

.signup-layout .page.create-account .inclusive-banner-bg {
    background-image: url(../../static/img/trip_launch_home_web_v2.4f271d94.jpg);
    width: 100%;
    height: 150%;
    background-repeat: no-repeat;
    background-size: cover
}

.signup-layout .page.create-account .background, .signup-layout .page.create-account .inclusive-banner-bg {
    padding: 0 25px 25px;
    position: relative;
    width: 100%
}

.signup-layout .page.create-account .background h1, .signup-layout .page.create-account .inclusive-banner-bg h1 {
    z-index: 100;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 40px 0 0
}

.signup-layout .page.create-account .background h1 small, .signup-layout .page.create-account .inclusive-banner-bg h1 small {
    display: block;
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 900px) {
    .signup-layout .page.create-account .background {
        padding: 0 0 25px
    }
}

.signup-layout .page.create-account .container {
    margin: 0 auto;
    padding: 0 0 0;
    max-width: 960px;
    width: 100%
}

.signup-layout .page.create-account .panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10
}

.signup-layout .page.create-account .pricing-table {
    -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .08), 0 20px 31px 3px rgba(0, 0, 0, .09), 0 8px 20px 7px rgba(0, 0, 0, .02);
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .08), 0 20px 31px 3px rgba(0, 0, 0, .09), 0 8px 20px 7px rgba(0, 0, 0, .02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.signup-layout .page.create-account .pricing-table .service-fee {
    font-size: 12px;
    display: block;
    margin: 0 auto
}

@media (min-width: 900px) {
    .signup-layout .page.create-account .pricing-table {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.signup-layout .page.create-account .pricing-table * {
    text-align: center
}

.signup-layout .page.create-account .pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px
}

.signup-layout .page.create-account .pricing-plan .el-button {
    padding: 20px 50px;
    font-size: 15px
}

.signup-layout .page.create-account .pricing-plan:last-child {
    border-bottom: none
}

@media (min-width: 900px) {
    .signup-layout .page.create-account .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #fff;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 25px 50px
    }

    .signup-layout .page.create-account .pricing-plan:last-child {
        border-right: none
    }
}

.signup-layout .page.create-account .pricing-img {
    margin-bottom: 25px;
    max-width: 100%
}

.signup-layout .page.create-account .pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px
}

.signup-layout .page.create-account .pricing-features {
    color: #10AC6D;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0 25px;
    min-height: 200px
}

.signup-layout .page.create-account .pricing-features-item {
    border-top: 1px solid #f3f3f3;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0;
    color: #000
}

.signup-layout .page.create-account .pricing-features-item:last-child {
    border-bottom: 1px solid #fce5e7
}

.signup-layout .page.create-account .pricing-price {
    color: #10AC6D;
    display: block;
    font-size: 32px;
    font-weight: 700
}

.signup-layout .page.create-account .pricing-button {
    border: 1px solid #10AC6D;
    border-radius: 10px;
    color: #10AC6D;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.signup-layout .page.create-account .pricing-button:focus, .signup-layout .page.create-account .pricing-button:hover {
    background-color: #10AC6D
}

.signup-layout .page.create-account .pricing-button.is-featured {
    background-color: #10AC6D;
    color: #fff
}

.signup-layout .page.create-account .pricing-button.is-featured:active, .signup-layout .page.create-account .pricing-button.is-featured:hover {
    background-color: #10AC6D
}

.headline {
    width: 100%;
    display: block;
    text-align: center
}

.headline:after {
    content: "";
    display: block;
    width: 120px;
    margin: 0 auto;
    height: 4px;
    background: #9e9e9e;
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: 20px
}

.booking-page-success .signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .27), 0 0 40px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .27), inset 0 0 40px rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 16px
}

.booking-page-success .signature-pad:after, .booking-page-success .signature-pad:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, .4);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .4)
}

.booking-page-success .signature-pad:before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg)
}

.booking-page-success .signature-pad:after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg)
}

.booking-page-success .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4
}

.booking-page-success .signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .02) inset;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .02)
}

.booking-page-success .signature-pad--footer {
    color: #c3c3c3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px
}

.booking-page-success .signature-pad--footer .el-divider {
    margin: 5px 0
}

.booking-page-success .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px
}

@font-face {
    font-family: element-icons;
    src: url(../../static/fonts/element-icons.535877f5.woff) format("woff"), url(../../static/fonts/element-icons.732389de.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-icon-ice-cream-round:before {
    content: "\E6A0"
}

.el-icon-ice-cream-square:before {
    content: "\E6A3"
}

.el-icon-lollipop:before {
    content: "\E6A4"
}

.el-icon-potato-strips:before {
    content: "\E6A5"
}

.el-icon-milk-tea:before {
    content: "\E6A6"
}

.el-icon-ice-drink:before {
    content: "\E6A7"
}

.el-icon-ice-tea:before {
    content: "\E6A9"
}

.el-icon-coffee:before {
    content: "\E6AA"
}

.el-icon-orange:before {
    content: "\E6AB"
}

.el-icon-pear:before {
    content: "\E6AC"
}

.el-icon-apple:before {
    content: "\E6AD"
}

.el-icon-cherry:before {
    content: "\E6AE"
}

.el-icon-watermelon:before {
    content: "\E6AF"
}

.el-icon-grape:before {
    content: "\E6B0"
}

.el-icon-refrigerator:before {
    content: "\E6B1"
}

.el-icon-goblet-square-full:before {
    content: "\E6B2"
}

.el-icon-goblet-square:before {
    content: "\E6B3"
}

.el-icon-goblet-full:before {
    content: "\E6B4"
}

.el-icon-goblet:before {
    content: "\E6B5"
}

.el-icon-cold-drink:before {
    content: "\E6B6"
}

.el-icon-coffee-cup:before {
    content: "\E6B8"
}

.el-icon-water-cup:before {
    content: "\E6B9"
}

.el-icon-hot-water:before {
    content: "\E6BA"
}

.el-icon-ice-cream:before {
    content: "\E6BB"
}

.el-icon-dessert:before {
    content: "\E6BC"
}

.el-icon-sugar:before {
    content: "\E6BD"
}

.el-icon-tableware:before {
    content: "\E6BE"
}

.el-icon-burger:before {
    content: "\E6BF"
}

.el-icon-knife-fork:before {
    content: "\E6C1"
}

.el-icon-fork-spoon:before {
    content: "\E6C2"
}

.el-icon-chicken:before {
    content: "\E6C3"
}

.el-icon-food:before {
    content: "\E6C4"
}

.el-icon-dish-1:before {
    content: "\E6C5"
}

.el-icon-dish:before {
    content: "\E6C6"
}

.el-icon-moon-night:before {
    content: "\E6EE"
}

.el-icon-moon:before {
    content: "\E6F0"
}

.el-icon-cloudy-and-sunny:before {
    content: "\E6F1"
}

.el-icon-partly-cloudy:before {
    content: "\E6F2"
}

.el-icon-cloudy:before {
    content: "\E6F3"
}

.el-icon-sunny:before {
    content: "\E6F6"
}

.el-icon-sunset:before {
    content: "\E6F7"
}

.el-icon-sunrise-1:before {
    content: "\E6F8"
}

.el-icon-sunrise:before {
    content: "\E6F9"
}

.el-icon-heavy-rain:before {
    content: "\E6FA"
}

.el-icon-lightning:before {
    content: "\E6FB"
}

.el-icon-light-rain:before {
    content: "\E6FC"
}

.el-icon-wind-power:before {
    content: "\E6FD"
}

.el-icon-baseball:before {
    content: "\E712"
}

.el-icon-soccer:before {
    content: "\E713"
}

.el-icon-football:before {
    content: "\E715"
}

.el-icon-basketball:before {
    content: "\E716"
}

.el-icon-ship:before {
    content: "\E73F"
}

.el-icon-truck:before {
    content: "\E740"
}

.el-icon-bicycle:before {
    content: "\E741"
}

.el-icon-mobile-phone:before {
    content: "\E6D3"
}

.el-icon-service:before {
    content: "\E6D4"
}

.el-icon-key:before {
    content: "\E6E2"
}

.el-icon-unlock:before {
    content: "\E6E4"
}

.el-icon-lock:before {
    content: "\E6E5"
}

.el-icon-watch:before {
    content: "\E6FE"
}

.el-icon-watch-1:before {
    content: "\E6FF"
}

.el-icon-timer:before {
    content: "\E702"
}

.el-icon-alarm-clock:before {
    content: "\E703"
}

.el-icon-map-location:before {
    content: "\E704"
}

.el-icon-delete-location:before {
    content: "\E705"
}

.el-icon-add-location:before {
    content: "\E706"
}

.el-icon-location-information:before {
    content: "\E707"
}

.el-icon-location-outline:before {
    content: "\E708"
}

