﻿/*!
The MIT License (MIT)

Copyright (c) 2011-2018 Twitter, Inc.
Copyright (c) 2011-2018 The Bootstrap Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

.lmr-bootstrap-styles :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.lmr-bootstrap-styles .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

    .lmr-bootstrap-styles .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.lmr-bootstrap-styles .col {
    flex: 1 0 0%
}

.lmr-bootstrap-styles .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.lmr-bootstrap-styles .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.lmr-bootstrap-styles .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.lmr-bootstrap-styles .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.lmr-bootstrap-styles .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.lmr-bootstrap-styles .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.lmr-bootstrap-styles .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.lmr-bootstrap-styles .col-auto {
    flex: 0 0 auto;
    width: auto
}

.lmr-bootstrap-styles .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.lmr-bootstrap-styles .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.lmr-bootstrap-styles .col-3 {
    flex: 0 0 auto;
    width: 25%
}

.lmr-bootstrap-styles .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.lmr-bootstrap-styles .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.lmr-bootstrap-styles .col-6 {
    flex: 0 0 auto;
    width: 50%
}

.lmr-bootstrap-styles .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.lmr-bootstrap-styles .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.lmr-bootstrap-styles .col-9 {
    flex: 0 0 auto;
    width: 75%
}

.lmr-bootstrap-styles .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.lmr-bootstrap-styles .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.lmr-bootstrap-styles .col-12 {
    flex: 0 0 auto;
    width: 100%
}

.lmr-bootstrap-styles .offset-1 {
    margin-left: 8.33333333%
}

.lmr-bootstrap-styles .offset-2 {
    margin-left: 16.66666667%
}

.lmr-bootstrap-styles .offset-3 {
    margin-left: 25%
}

.lmr-bootstrap-styles .offset-4 {
    margin-left: 33.33333333%
}

.lmr-bootstrap-styles .offset-5 {
    margin-left: 41.66666667%
}

.lmr-bootstrap-styles .offset-6 {
    margin-left: 50%
}

.lmr-bootstrap-styles .offset-7 {
    margin-left: 58.33333333%
}

.lmr-bootstrap-styles .offset-8 {
    margin-left: 66.66666667%
}

.lmr-bootstrap-styles .offset-9 {
    margin-left: 75%
}

.lmr-bootstrap-styles .offset-10 {
    margin-left: 83.33333333%
}

.lmr-bootstrap-styles .offset-11 {
    margin-left: 91.66666667%
}

.lmr-bootstrap-styles .g-0, .lmr-bootstrap-styles .gx-0 {
    --bs-gutter-x: 0
}

.lmr-bootstrap-styles .g-0, .lmr-bootstrap-styles .gy-0 {
    --bs-gutter-y: 0
}

.lmr-bootstrap-styles .g-1, .lmr-bootstrap-styles .gx-1 {
    --bs-gutter-x: 0.25rem
}

.lmr-bootstrap-styles .g-1, .lmr-bootstrap-styles .gy-1 {
    --bs-gutter-y: 0.25rem
}

.lmr-bootstrap-styles .g-2, .lmr-bootstrap-styles .gx-2 {
    --bs-gutter-x: 0.5rem
}

.lmr-bootstrap-styles .g-2, .lmr-bootstrap-styles .gy-2 {
    --bs-gutter-y: 0.5rem
}

.lmr-bootstrap-styles .g-3, .lmr-bootstrap-styles .gx-3 {
    --bs-gutter-x: 1rem
}

.lmr-bootstrap-styles .g-3, .lmr-bootstrap-styles .gy-3 {
    --bs-gutter-y: 1rem
}

.lmr-bootstrap-styles .g-4, .lmr-bootstrap-styles .gx-4 {
    --bs-gutter-x: 1.5rem
}

.lmr-bootstrap-styles .g-4, .lmr-bootstrap-styles .gy-4 {
    --bs-gutter-y: 1.5rem
}

.lmr-bootstrap-styles .g-5, .lmr-bootstrap-styles .gx-5 {
    --bs-gutter-x: 3rem
}

.lmr-bootstrap-styles .g-5, .lmr-bootstrap-styles .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .lmr-bootstrap-styles .col-sm {
        flex: 1 0 0%
    }

    .lmr-bootstrap-styles .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .lmr-bootstrap-styles .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .lmr-bootstrap-styles .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .lmr-bootstrap-styles .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .lmr-bootstrap-styles .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .lmr-bootstrap-styles .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .lmr-bootstrap-styles .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .lmr-bootstrap-styles .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .lmr-bootstrap-styles .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .offset-sm-0 {
        margin-left: 0
    }

    .lmr-bootstrap-styles .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .lmr-bootstrap-styles .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .lmr-bootstrap-styles .offset-sm-3 {
        margin-left: 25%
    }

    .lmr-bootstrap-styles .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .lmr-bootstrap-styles .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .lmr-bootstrap-styles .offset-sm-6 {
        margin-left: 50%
    }

    .lmr-bootstrap-styles .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .lmr-bootstrap-styles .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .lmr-bootstrap-styles .offset-sm-9 {
        margin-left: 75%
    }

    .lmr-bootstrap-styles .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .lmr-bootstrap-styles .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .lmr-bootstrap-styles .g-sm-0, .lmr-bootstrap-styles .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .lmr-bootstrap-styles .g-sm-0, .lmr-bootstrap-styles .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .lmr-bootstrap-styles .g-sm-1, .lmr-bootstrap-styles .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .lmr-bootstrap-styles .g-sm-1, .lmr-bootstrap-styles .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .lmr-bootstrap-styles .g-sm-2, .lmr-bootstrap-styles .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .lmr-bootstrap-styles .g-sm-2, .lmr-bootstrap-styles .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .lmr-bootstrap-styles .g-sm-3, .lmr-bootstrap-styles .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .lmr-bootstrap-styles .g-sm-3, .lmr-bootstrap-styles .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .lmr-bootstrap-styles .g-sm-4, .lmr-bootstrap-styles .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .lmr-bootstrap-styles .g-sm-4, .lmr-bootstrap-styles .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .lmr-bootstrap-styles .g-sm-5, .lmr-bootstrap-styles .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .lmr-bootstrap-styles .g-sm-5, .lmr-bootstrap-styles .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .lmr-bootstrap-styles .col-md {
        flex: 1 0 0%
    }

    .lmr-bootstrap-styles .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .lmr-bootstrap-styles .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .lmr-bootstrap-styles .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .lmr-bootstrap-styles .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .lmr-bootstrap-styles .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .lmr-bootstrap-styles .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .lmr-bootstrap-styles .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .lmr-bootstrap-styles .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .lmr-bootstrap-styles .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .offset-md-0 {
        margin-left: 0
    }

    .lmr-bootstrap-styles .offset-md-1 {
        margin-left: 8.33333333%
    }

    .lmr-bootstrap-styles .offset-md-2 {
        margin-left: 16.66666667%
    }

    .lmr-bootstrap-styles .offset-md-3 {
        margin-left: 25%
    }

    .lmr-bootstrap-styles .offset-md-4 {
        margin-left: 33.33333333%
    }

    .lmr-bootstrap-styles .offset-md-5 {
        margin-left: 41.66666667%
    }

    .lmr-bootstrap-styles .offset-md-6 {
        margin-left: 50%
    }

    .lmr-bootstrap-styles .offset-md-7 {
        margin-left: 58.33333333%
    }

    .lmr-bootstrap-styles .offset-md-8 {
        margin-left: 66.66666667%
    }

    .lmr-bootstrap-styles .offset-md-9 {
        margin-left: 75%
    }

    .lmr-bootstrap-styles .offset-md-10 {
        margin-left: 83.33333333%
    }

    .lmr-bootstrap-styles .offset-md-11 {
        margin-left: 91.66666667%
    }

    .lmr-bootstrap-styles .g-md-0, .lmr-bootstrap-styles .gx-md-0 {
        --bs-gutter-x: 0
    }

    .lmr-bootstrap-styles .g-md-0, .lmr-bootstrap-styles .gy-md-0 {
        --bs-gutter-y: 0
    }

    .lmr-bootstrap-styles .g-md-1, .lmr-bootstrap-styles .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .lmr-bootstrap-styles .g-md-1, .lmr-bootstrap-styles .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .lmr-bootstrap-styles .g-md-2, .lmr-bootstrap-styles .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .lmr-bootstrap-styles .g-md-2, .lmr-bootstrap-styles .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .lmr-bootstrap-styles .g-md-3, .lmr-bootstrap-styles .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .lmr-bootstrap-styles .g-md-3, .lmr-bootstrap-styles .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .lmr-bootstrap-styles .g-md-4, .lmr-bootstrap-styles .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .lmr-bootstrap-styles .g-md-4, .lmr-bootstrap-styles .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .lmr-bootstrap-styles .g-md-5, .lmr-bootstrap-styles .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .lmr-bootstrap-styles .g-md-5, .lmr-bootstrap-styles .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .lmr-bootstrap-styles .col-lg {
        flex: 1 0 0%
    }

    .lmr-bootstrap-styles .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .lmr-bootstrap-styles .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .lmr-bootstrap-styles .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .lmr-bootstrap-styles .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .lmr-bootstrap-styles .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .lmr-bootstrap-styles .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .lmr-bootstrap-styles .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .lmr-bootstrap-styles .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .lmr-bootstrap-styles .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .offset-lg-0 {
        margin-left: 0
    }

    .lmr-bootstrap-styles .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .lmr-bootstrap-styles .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .lmr-bootstrap-styles .offset-lg-3 {
        margin-left: 25%
    }

    .lmr-bootstrap-styles .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .lmr-bootstrap-styles .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .lmr-bootstrap-styles .offset-lg-6 {
        margin-left: 50%
    }

    .lmr-bootstrap-styles .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .lmr-bootstrap-styles .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .lmr-bootstrap-styles .offset-lg-9 {
        margin-left: 75%
    }

    .lmr-bootstrap-styles .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .lmr-bootstrap-styles .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .lmr-bootstrap-styles .g-lg-0, .lmr-bootstrap-styles .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .lmr-bootstrap-styles .g-lg-0, .lmr-bootstrap-styles .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .lmr-bootstrap-styles .g-lg-1, .lmr-bootstrap-styles .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .lmr-bootstrap-styles .g-lg-1, .lmr-bootstrap-styles .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .lmr-bootstrap-styles .g-lg-2, .lmr-bootstrap-styles .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .lmr-bootstrap-styles .g-lg-2, .lmr-bootstrap-styles .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .lmr-bootstrap-styles .g-lg-3, .lmr-bootstrap-styles .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .lmr-bootstrap-styles .g-lg-3, .lmr-bootstrap-styles .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .lmr-bootstrap-styles .g-lg-4, .lmr-bootstrap-styles .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .lmr-bootstrap-styles .g-lg-4, .lmr-bootstrap-styles .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .lmr-bootstrap-styles .g-lg-5, .lmr-bootstrap-styles .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .lmr-bootstrap-styles .g-lg-5, .lmr-bootstrap-styles .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .lmr-bootstrap-styles .col-xl {
        flex: 1 0 0%
    }

    .lmr-bootstrap-styles .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .lmr-bootstrap-styles .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .lmr-bootstrap-styles .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .lmr-bootstrap-styles .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .lmr-bootstrap-styles .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .lmr-bootstrap-styles .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .lmr-bootstrap-styles .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .lmr-bootstrap-styles .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .lmr-bootstrap-styles .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .offset-xl-0 {
        margin-left: 0
    }

    .lmr-bootstrap-styles .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .lmr-bootstrap-styles .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .lmr-bootstrap-styles .offset-xl-3 {
        margin-left: 25%
    }

    .lmr-bootstrap-styles .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .lmr-bootstrap-styles .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .lmr-bootstrap-styles .offset-xl-6 {
        margin-left: 50%
    }

    .lmr-bootstrap-styles .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .lmr-bootstrap-styles .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .lmr-bootstrap-styles .offset-xl-9 {
        margin-left: 75%
    }

    .lmr-bootstrap-styles .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .lmr-bootstrap-styles .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .lmr-bootstrap-styles .g-xl-0, .lmr-bootstrap-styles .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .lmr-bootstrap-styles .g-xl-0, .lmr-bootstrap-styles .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .lmr-bootstrap-styles .g-xl-1, .lmr-bootstrap-styles .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .lmr-bootstrap-styles .g-xl-1, .lmr-bootstrap-styles .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .lmr-bootstrap-styles .g-xl-2, .lmr-bootstrap-styles .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .lmr-bootstrap-styles .g-xl-2, .lmr-bootstrap-styles .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .lmr-bootstrap-styles .g-xl-3, .lmr-bootstrap-styles .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .lmr-bootstrap-styles .g-xl-3, .lmr-bootstrap-styles .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .lmr-bootstrap-styles .g-xl-4, .lmr-bootstrap-styles .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .lmr-bootstrap-styles .g-xl-4, .lmr-bootstrap-styles .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .lmr-bootstrap-styles .g-xl-5, .lmr-bootstrap-styles .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .lmr-bootstrap-styles .g-xl-5, .lmr-bootstrap-styles .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .lmr-bootstrap-styles .col-xxl {
        flex: 1 0 0%
    }

    .lmr-bootstrap-styles .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .lmr-bootstrap-styles .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .lmr-bootstrap-styles .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .lmr-bootstrap-styles .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .lmr-bootstrap-styles .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .lmr-bootstrap-styles .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .lmr-bootstrap-styles .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .lmr-bootstrap-styles .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .lmr-bootstrap-styles .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .lmr-bootstrap-styles .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .lmr-bootstrap-styles .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .lmr-bootstrap-styles .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .lmr-bootstrap-styles .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .lmr-bootstrap-styles .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .lmr-bootstrap-styles .offset-xxl-0 {
        margin-left: 0
    }

    .lmr-bootstrap-styles .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .lmr-bootstrap-styles .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .lmr-bootstrap-styles .offset-xxl-3 {
        margin-left: 25%
    }

    .lmr-bootstrap-styles .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .lmr-bootstrap-styles .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .lmr-bootstrap-styles .offset-xxl-6 {
        margin-left: 50%
    }

    .lmr-bootstrap-styles .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .lmr-bootstrap-styles .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .lmr-bootstrap-styles .offset-xxl-9 {
        margin-left: 75%
    }

    .lmr-bootstrap-styles .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .lmr-bootstrap-styles .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .lmr-bootstrap-styles .g-xxl-0, .lmr-bootstrap-styles .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .lmr-bootstrap-styles .g-xxl-0, .lmr-bootstrap-styles .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .lmr-bootstrap-styles .g-xxl-1, .lmr-bootstrap-styles .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .lmr-bootstrap-styles .g-xxl-1, .lmr-bootstrap-styles .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .lmr-bootstrap-styles .g-xxl-2, .lmr-bootstrap-styles .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .lmr-bootstrap-styles .g-xxl-2, .lmr-bootstrap-styles .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .lmr-bootstrap-styles .g-xxl-3, .lmr-bootstrap-styles .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .lmr-bootstrap-styles .g-xxl-3, .lmr-bootstrap-styles .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .lmr-bootstrap-styles .g-xxl-4, .lmr-bootstrap-styles .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .lmr-bootstrap-styles .g-xxl-4, .lmr-bootstrap-styles .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .lmr-bootstrap-styles .g-xxl-5, .lmr-bootstrap-styles .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .lmr-bootstrap-styles .g-xxl-5, .lmr-bootstrap-styles .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.lmr-bootstrap-styles .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.lmr-bootstrap-styles .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.lmr-bootstrap-styles .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-primary:hover, .lmr-bootstrap-styles .link-primary:focus {
        color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-secondary:hover, .lmr-bootstrap-styles .link-secondary:focus {
        color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-success:hover, .lmr-bootstrap-styles .link-success:focus {
        color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-info:hover, .lmr-bootstrap-styles .link-info:focus {
        color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-warning:hover, .lmr-bootstrap-styles .link-warning:focus {
        color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-danger:hover, .lmr-bootstrap-styles .link-danger:focus {
        color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-light:hover, .lmr-bootstrap-styles .link-light:focus {
        color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-dark:hover, .lmr-bootstrap-styles .link-dark:focus {
        color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
        text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
    }

.lmr-bootstrap-styles .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

    .lmr-bootstrap-styles .link-body-emphasis:hover, .lmr-bootstrap-styles .link-body-emphasis:focus {
        color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
        text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
    }

.lmr-bootstrap-styles .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.lmr-bootstrap-styles .icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

    .lmr-bootstrap-styles .icon-link > .bi {
        flex-shrink: 0;
        width: 1em;
        height: 1em;
        fill: currentcolor;
        transition: .2s ease-in-out transform
    }

@media(prefers-reduced-motion: reduce) {
    .lmr-bootstrap-styles .icon-link > .bi {
        transition: none
    }
}

.lmr-bootstrap-styles .icon-link-hover:hover > .bi, .lmr-bootstrap-styles .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.lmr-bootstrap-styles .ratio {
    position: relative;
    width: 100%
}

    .lmr-bootstrap-styles .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .lmr-bootstrap-styles .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.lmr-bootstrap-styles .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.lmr-bootstrap-styles .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.lmr-bootstrap-styles .ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.lmr-bootstrap-styles .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.lmr-bootstrap-styles .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.lmr-bootstrap-styles .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.lmr-bootstrap-styles .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.lmr-bootstrap-styles .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .lmr-bootstrap-styles .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .lmr-bootstrap-styles .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .lmr-bootstrap-styles .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .lmr-bootstrap-styles .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .lmr-bootstrap-styles .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .lmr-bootstrap-styles .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .lmr-bootstrap-styles .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .lmr-bootstrap-styles .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .lmr-bootstrap-styles .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .lmr-bootstrap-styles .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.lmr-bootstrap-styles .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.lmr-bootstrap-styles .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.lmr-bootstrap-styles .visually-hidden, .lmr-bootstrap-styles .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .lmr-bootstrap-styles .visually-hidden:not(caption), .lmr-bootstrap-styles .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
        position: absolute !important
    }

.lmr-bootstrap-styles .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.lmr-bootstrap-styles .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lmr-bootstrap-styles .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.lmr-bootstrap-styles .align-baseline {
    vertical-align: baseline !important
}

.lmr-bootstrap-styles .align-top {
    vertical-align: top !important
}

.lmr-bootstrap-styles .align-middle {
    vertical-align: middle !important
}

.lmr-bootstrap-styles .align-bottom {
    vertical-align: bottom !important
}

.lmr-bootstrap-styles .align-text-bottom {
    vertical-align: text-bottom !important
}

.lmr-bootstrap-styles .align-text-top {
    vertical-align: text-top !important
}

.lmr-bootstrap-styles .float-start {
    float: left !important
}

.lmr-bootstrap-styles .float-end {
    float: right !important
}

.lmr-bootstrap-styles .float-none {
    float: none !important
}

.lmr-bootstrap-styles .object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.lmr-bootstrap-styles .object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.lmr-bootstrap-styles .object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.lmr-bootstrap-styles .object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.lmr-bootstrap-styles .object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.lmr-bootstrap-styles .opacity-0 {
    opacity: 0 !important
}

.lmr-bootstrap-styles .opacity-25 {
    opacity: .25 !important
}

.lmr-bootstrap-styles .opacity-50 {
    opacity: .5 !important
}

.lmr-bootstrap-styles .opacity-75 {
    opacity: .75 !important
}

.lmr-bootstrap-styles .opacity-100 {
    opacity: 1 !important
}

.lmr-bootstrap-styles .overflow-auto {
    overflow: auto !important
}

.lmr-bootstrap-styles .overflow-hidden {
    overflow: hidden !important
}

.lmr-bootstrap-styles .overflow-visible {
    overflow: visible !important
}

.lmr-bootstrap-styles .overflow-scroll {
    overflow: scroll !important
}

.lmr-bootstrap-styles .overflow-x-auto {
    overflow-x: auto !important
}

.lmr-bootstrap-styles .overflow-x-hidden {
    overflow-x: hidden !important
}

.lmr-bootstrap-styles .overflow-x-visible {
    overflow-x: visible !important
}

.lmr-bootstrap-styles .overflow-x-scroll {
    overflow-x: scroll !important
}

.lmr-bootstrap-styles .overflow-y-auto {
    overflow-y: auto !important
}

.lmr-bootstrap-styles .overflow-y-hidden {
    overflow-y: hidden !important
}

.lmr-bootstrap-styles .overflow-y-visible {
    overflow-y: visible !important
}

.lmr-bootstrap-styles .overflow-y-scroll {
    overflow-y: scroll !important
}

.lmr-bootstrap-styles .d-inline {
    display: inline !important
}

.lmr-bootstrap-styles .d-inline-block {
    display: inline-block !important
}

.lmr-bootstrap-styles .d-block {
    display: block !important
}

.lmr-bootstrap-styles .d-grid {
    display: grid !important
}

.lmr-bootstrap-styles .d-inline-grid {
    display: inline-grid !important
}

.lmr-bootstrap-styles .d-table {
    display: table !important
}

.lmr-bootstrap-styles .d-table-row {
    display: table-row !important
}

.lmr-bootstrap-styles .d-table-cell {
    display: table-cell !important
}

.lmr-bootstrap-styles .d-flex {
    display: flex !important
}

.lmr-bootstrap-styles .d-inline-flex {
    display: inline-flex !important
}

.lmr-bootstrap-styles .d-none {
    display: none !important
}

.lmr-bootstrap-styles .shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.lmr-bootstrap-styles .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.lmr-bootstrap-styles .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.lmr-bootstrap-styles .shadow-none {
    box-shadow: none !important
}

.lmr-bootstrap-styles .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.lmr-bootstrap-styles .position-static {
    position: static !important
}

.lmr-bootstrap-styles .position-relative {
    position: relative !important
}

.lmr-bootstrap-styles .position-absolute {
    position: absolute !important
}

.lmr-bootstrap-styles .position-fixed {
    position: fixed !important
}

.lmr-bootstrap-styles .position-sticky {
    position: sticky !important
}

.lmr-bootstrap-styles .top-0 {
    top: 0 !important
}

.lmr-bootstrap-styles .top-50 {
    top: 50% !important
}

.lmr-bootstrap-styles .top-100 {
    top: 100% !important
}

.lmr-bootstrap-styles .bottom-0 {
    bottom: 0 !important
}

.lmr-bootstrap-styles .bottom-50 {
    bottom: 50% !important
}

.lmr-bootstrap-styles .bottom-100 {
    bottom: 100% !important
}

.lmr-bootstrap-styles .start-0 {
    left: 0 !important
}

.lmr-bootstrap-styles .start-50 {
    left: 50% !important
}

.lmr-bootstrap-styles .start-100 {
    left: 100% !important
}

.lmr-bootstrap-styles .end-0 {
    right: 0 !important
}

.lmr-bootstrap-styles .end-50 {
    right: 50% !important
}

.lmr-bootstrap-styles .end-100 {
    right: 100% !important
}

.lmr-bootstrap-styles .translate-middle {
    transform: translate(-50%, -50%) !important
}

.lmr-bootstrap-styles .translate-middle-x {
    transform: translateX(-50%) !important
}

.lmr-bootstrap-styles .translate-middle-y {
    transform: translateY(-50%) !important
}

.lmr-bootstrap-styles .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.lmr-bootstrap-styles .border-0 {
    border: 0 !important
}

.lmr-bootstrap-styles .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.lmr-bootstrap-styles .border-top-0 {
    border-top: 0 !important
}

.lmr-bootstrap-styles .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.lmr-bootstrap-styles .border-end-0 {
    border-right: 0 !important
}

.lmr-bootstrap-styles .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.lmr-bootstrap-styles .border-bottom-0 {
    border-bottom: 0 !important
}

.lmr-bootstrap-styles .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.lmr-bootstrap-styles .border-start-0 {
    border-left: 0 !important
}

.lmr-bootstrap-styles .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.lmr-bootstrap-styles .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.lmr-bootstrap-styles .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.lmr-bootstrap-styles .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.lmr-bootstrap-styles .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.lmr-bootstrap-styles .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.lmr-bootstrap-styles .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.lmr-bootstrap-styles .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.lmr-bootstrap-styles .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.lmr-bootstrap-styles .border-1 {
    border-width: 1px !important
}

.lmr-bootstrap-styles .border-2 {
    border-width: 2px !important
}

.lmr-bootstrap-styles .border-3 {
    border-width: 3px !important
}

.lmr-bootstrap-styles .border-4 {
    border-width: 4px !important
}

.lmr-bootstrap-styles .border-5 {
    border-width: 5px !important
}

.lmr-bootstrap-styles .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.lmr-bootstrap-styles .border-opacity-25 {
    --bs-border-opacity: 0.25
}

.lmr-bootstrap-styles .border-opacity-50 {
    --bs-border-opacity: 0.5
}

.lmr-bootstrap-styles .border-opacity-75 {
    --bs-border-opacity: 0.75
}

.lmr-bootstrap-styles .border-opacity-100 {
    --bs-border-opacity: 1
}

.lmr-bootstrap-styles .w-25 {
    width: 25% !important
}

.lmr-bootstrap-styles .w-50 {
    width: 50% !important
}

.lmr-bootstrap-styles .w-75 {
    width: 75% !important
}

.lmr-bootstrap-styles .w-100 {
    width: 100% !important
}

.lmr-bootstrap-styles .w-auto {
    width: auto !important
}

.lmr-bootstrap-styles .mw-100 {
    max-width: 100% !important
}

.lmr-bootstrap-styles .vw-100 {
    width: 100vw !important
}

.lmr-bootstrap-styles .min-vw-100 {
    min-width: 100vw !important
}

.lmr-bootstrap-styles .h-25 {
    height: 25% !important
}

.lmr-bootstrap-styles .h-50 {
    height: 50% !important
}

.lmr-bootstrap-styles .h-75 {
    height: 75% !important
}

.lmr-bootstrap-styles .h-100 {
    height: 100% !important
}

.lmr-bootstrap-styles .h-auto {
    height: auto !important
}

.lmr-bootstrap-styles .mh-100 {
    max-height: 100% !important
}

.lmr-bootstrap-styles .vh-100 {
    height: 100vh !important
}

.lmr-bootstrap-styles .min-vh-100 {
    min-height: 100vh !important
}

.lmr-bootstrap-styles .flex-fill {
    flex: 1 1 auto !important
}

.lmr-bootstrap-styles .flex-row {
    flex-direction: row !important
}

.lmr-bootstrap-styles .flex-column {
    flex-direction: column !important
}

.lmr-bootstrap-styles .flex-row-reverse {
    flex-direction: row-reverse !important
}

.lmr-bootstrap-styles .flex-column-reverse {
    flex-direction: column-reverse !important
}

.lmr-bootstrap-styles .flex-grow-0 {
    flex-grow: 0 !important
}

.lmr-bootstrap-styles .flex-grow-1 {
    flex-grow: 1 !important
}

.lmr-bootstrap-styles .flex-shrink-0 {
    flex-shrink: 0 !important
}

.lmr-bootstrap-styles .flex-shrink-1 {
    flex-shrink: 1 !important
}

.lmr-bootstrap-styles .flex-wrap {
    flex-wrap: wrap !important
}

.lmr-bootstrap-styles .flex-nowrap {
    flex-wrap: nowrap !important
}

.lmr-bootstrap-styles .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.lmr-bootstrap-styles .justify-content-start {
    justify-content: flex-start !important
}

.lmr-bootstrap-styles .justify-content-end {
    justify-content: flex-end !important
}

.lmr-bootstrap-styles .justify-content-center {
    justify-content: center !important
}

.lmr-bootstrap-styles .justify-content-between {
    justify-content: space-between !important
}

.lmr-bootstrap-styles .justify-content-around {
    justify-content: space-around !important
}

.lmr-bootstrap-styles .justify-content-evenly {
    justify-content: space-evenly !important
}

.lmr-bootstrap-styles .align-items-start {
    align-items: flex-start !important
}

.lmr-bootstrap-styles .align-items-end {
    align-items: flex-end !important
}

.lmr-bootstrap-styles .align-items-center {
    align-items: center !important
}

.lmr-bootstrap-styles .align-items-baseline {
    align-items: baseline !important
}

.lmr-bootstrap-styles .align-items-stretch {
    align-items: stretch !important
}

.lmr-bootstrap-styles .align-content-start {
    align-content: flex-start !important
}

.lmr-bootstrap-styles .align-content-end {
    align-content: flex-end !important
}

.lmr-bootstrap-styles .align-content-center {
    align-content: center !important
}

.lmr-bootstrap-styles .align-content-between {
    align-content: space-between !important
}

.lmr-bootstrap-styles .align-content-around {
    align-content: space-around !important
}

.lmr-bootstrap-styles .align-content-stretch {
    align-content: stretch !important
}

.lmr-bootstrap-styles .align-self-auto {
    align-self: auto !important
}

.lmr-bootstrap-styles .align-self-start {
    align-self: flex-start !important
}

.lmr-bootstrap-styles .align-self-end {
    align-self: flex-end !important
}

.lmr-bootstrap-styles .align-self-center {
    align-self: center !important
}

.lmr-bootstrap-styles .align-self-baseline {
    align-self: baseline !important
}

.lmr-bootstrap-styles .align-self-stretch {
    align-self: stretch !important
}

.lmr-bootstrap-styles .order-first {
    order: -1 !important
}

.lmr-bootstrap-styles .order-0 {
    order: 0 !important
}

.lmr-bootstrap-styles .order-1 {
    order: 1 !important
}

.lmr-bootstrap-styles .order-2 {
    order: 2 !important
}

.lmr-bootstrap-styles .order-3 {
    order: 3 !important
}

.lmr-bootstrap-styles .order-4 {
    order: 4 !important
}

.lmr-bootstrap-styles .order-5 {
    order: 5 !important
}

.lmr-bootstrap-styles .order-last {
    order: 6 !important
}

.lmr-bootstrap-styles .m-0 {
    margin: 0 !important
}

.lmr-bootstrap-styles .m-1 {
    margin: .25rem !important
}

.lmr-bootstrap-styles .m-2 {
    margin: .5rem !important
}

.lmr-bootstrap-styles .m-3 {
    margin: 1rem !important
}

.lmr-bootstrap-styles .m-4 {
    margin: 1.5rem !important
}

.lmr-bootstrap-styles .m-5 {
    margin: 3rem !important
}

.lmr-bootstrap-styles .m-auto {
    margin: auto !important
}

.lmr-bootstrap-styles .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.lmr-bootstrap-styles .mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.lmr-bootstrap-styles .mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.lmr-bootstrap-styles .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.lmr-bootstrap-styles .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.lmr-bootstrap-styles .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.lmr-bootstrap-styles .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.lmr-bootstrap-styles .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.lmr-bootstrap-styles .my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.lmr-bootstrap-styles .my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.lmr-bootstrap-styles .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.lmr-bootstrap-styles .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.lmr-bootstrap-styles .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.lmr-bootstrap-styles .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.lmr-bootstrap-styles .mt-0 {
    margin-top: 0 !important
}

.lmr-bootstrap-styles .mt-1 {
    margin-top: .25rem !important
}

.lmr-bootstrap-styles .mt-2 {
    margin-top: .5rem !important
}

.lmr-bootstrap-styles .mt-3 {
    margin-top: 1rem !important
}

.lmr-bootstrap-styles .mt-4 {
    margin-top: 1.5rem !important
}

.lmr-bootstrap-styles .mt-5 {
    margin-top: 3rem !important
}

.lmr-bootstrap-styles .mt-auto {
    margin-top: auto !important
}

.lmr-bootstrap-styles .me-0 {
    margin-right: 0 !important
}

.lmr-bootstrap-styles .me-1 {
    margin-right: .25rem !important
}

.lmr-bootstrap-styles .me-2 {
    margin-right: .5rem !important
}

.lmr-bootstrap-styles .me-3 {
    margin-right: 1rem !important
}

.lmr-bootstrap-styles .me-4 {
    margin-right: 1.5rem !important
}

.lmr-bootstrap-styles .me-5 {
    margin-right: 3rem !important
}

.lmr-bootstrap-styles .me-auto {
    margin-right: auto !important
}

.lmr-bootstrap-styles .mb-0 {
    margin-bottom: 0 !important
}

.lmr-bootstrap-styles .mb-1 {
    margin-bottom: .25rem !important
}

.lmr-bootstrap-styles .mb-2 {
    margin-bottom: .5rem !important
}

.lmr-bootstrap-styles .mb-3 {
    margin-bottom: 1rem !important
}

.lmr-bootstrap-styles .mb-4 {
    margin-bottom: 1.5rem !important
}

.lmr-bootstrap-styles .mb-5 {
    margin-bottom: 3rem !important
}

.lmr-bootstrap-styles .mb-auto {
    margin-bottom: auto !important
}

.lmr-bootstrap-styles .ms-0 {
    margin-left: 0 !important
}

.lmr-bootstrap-styles .ms-1 {
    margin-left: .25rem !important
}

.lmr-bootstrap-styles .ms-2 {
    margin-left: .5rem !important
}

.lmr-bootstrap-styles .ms-3 {
    margin-left: 1rem !important
}

.lmr-bootstrap-styles .ms-4 {
    margin-left: 1.5rem !important
}

.lmr-bootstrap-styles .ms-5 {
    margin-left: 3rem !important
}

.lmr-bootstrap-styles .ms-auto {
    margin-left: auto !important
}

.lmr-bootstrap-styles .p-0 {
    padding: 0 !important
}

.lmr-bootstrap-styles .p-1 {
    padding: .25rem !important
}

.lmr-bootstrap-styles .p-2 {
    padding: .5rem !important
}

.lmr-bootstrap-styles .p-3 {
    padding: 1rem !important
}

.lmr-bootstrap-styles .p-4 {
    padding: 1.5rem !important
}

.lmr-bootstrap-styles .p-5 {
    padding: 3rem !important
}

.lmr-bootstrap-styles .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.lmr-bootstrap-styles .px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.lmr-bootstrap-styles .px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.lmr-bootstrap-styles .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.lmr-bootstrap-styles .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.lmr-bootstrap-styles .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.lmr-bootstrap-styles .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.lmr-bootstrap-styles .py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.lmr-bootstrap-styles .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.lmr-bootstrap-styles .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.lmr-bootstrap-styles .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.lmr-bootstrap-styles .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.lmr-bootstrap-styles .pt-0 {
    padding-top: 0 !important
}

.lmr-bootstrap-styles .pt-1 {
    padding-top: .25rem !important
}

.lmr-bootstrap-styles .pt-2 {
    padding-top: .5rem !important
}

.lmr-bootstrap-styles .pt-3 {
    padding-top: 1rem !important
}

.lmr-bootstrap-styles .pt-4 {
    padding-top: 1.5rem !important
}

.lmr-bootstrap-styles .pt-5 {
    padding-top: 3rem !important
}

.lmr-bootstrap-styles .pe-0 {
    padding-right: 0 !important
}

.lmr-bootstrap-styles .pe-1 {
    padding-right: .25rem !important
}

.lmr-bootstrap-styles .pe-2 {
    padding-right: .5rem !important
}

.lmr-bootstrap-styles .pe-3 {
    padding-right: 1rem !important
}

.lmr-bootstrap-styles .pe-4 {
    padding-right: 1.5rem !important
}

.lmr-bootstrap-styles .pe-5 {
    padding-right: 3rem !important
}

.lmr-bootstrap-styles .pb-0 {
    padding-bottom: 0 !important
}

.lmr-bootstrap-styles .pb-1 {
    padding-bottom: .25rem !important
}

.lmr-bootstrap-styles .pb-2 {
    padding-bottom: .5rem !important
}

.lmr-bootstrap-styles .pb-3 {
    padding-bottom: 1rem !important
}

.lmr-bootstrap-styles .pb-4 {
    padding-bottom: 1.5rem !important
}

.lmr-bootstrap-styles .pb-5 {
    padding-bottom: 3rem !important
}

.lmr-bootstrap-styles .ps-0 {
    padding-left: 0 !important
}

.lmr-bootstrap-styles .ps-1 {
    padding-left: .25rem !important
}

.lmr-bootstrap-styles .ps-2 {
    padding-left: .5rem !important
}

.lmr-bootstrap-styles .ps-3 {
    padding-left: 1rem !important
}

.lmr-bootstrap-styles .ps-4 {
    padding-left: 1.5rem !important
}

.lmr-bootstrap-styles .ps-5 {
    padding-left: 3rem !important
}

.lmr-bootstrap-styles .gap-0 {
    gap: 0 !important
}

.lmr-bootstrap-styles .gap-1 {
    gap: .25rem !important
}

.lmr-bootstrap-styles .gap-2 {
    gap: .5rem !important
}

.lmr-bootstrap-styles .gap-3 {
    gap: 1rem !important
}

.lmr-bootstrap-styles .gap-4 {
    gap: 1.5rem !important
}

.lmr-bootstrap-styles .gap-5 {
    gap: 3rem !important
}

.lmr-bootstrap-styles .row-gap-0 {
    row-gap: 0 !important
}

.lmr-bootstrap-styles .row-gap-1 {
    row-gap: .25rem !important
}

.lmr-bootstrap-styles .row-gap-2 {
    row-gap: .5rem !important
}

.lmr-bootstrap-styles .row-gap-3 {
    row-gap: 1rem !important
}

.lmr-bootstrap-styles .row-gap-4 {
    row-gap: 1.5rem !important
}

.lmr-bootstrap-styles .row-gap-5 {
    row-gap: 3rem !important
}

.lmr-bootstrap-styles .column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.lmr-bootstrap-styles .column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.lmr-bootstrap-styles .column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.lmr-bootstrap-styles .column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.lmr-bootstrap-styles .column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.lmr-bootstrap-styles .column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.lmr-bootstrap-styles .font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.lmr-bootstrap-styles .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.lmr-bootstrap-styles .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.lmr-bootstrap-styles .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.lmr-bootstrap-styles .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.lmr-bootstrap-styles .fs-5 {
    font-size: 1.25rem !important
}

.lmr-bootstrap-styles .fs-6 {
    font-size: 1rem !important
}

.lmr-bootstrap-styles .fst-italic {
    font-style: italic !important
}

.lmr-bootstrap-styles .fst-normal {
    font-style: normal !important
}

.lmr-bootstrap-styles .fw-lighter {
    font-weight: lighter !important
}

.lmr-bootstrap-styles .fw-light {
    font-weight: 300 !important
}

.lmr-bootstrap-styles .fw-normal {
    font-weight: 400 !important
}

.lmr-bootstrap-styles .fw-medium {
    font-weight: 500 !important
}

.lmr-bootstrap-styles .fw-semibold {
    font-weight: 600 !important
}

.lmr-bootstrap-styles .fw-bold {
    font-weight: 700 !important
}

.lmr-bootstrap-styles .fw-bolder {
    font-weight: bolder !important
}

.lmr-bootstrap-styles .lh-1 {
    line-height: 1 !important
}

.lmr-bootstrap-styles .lh-sm {
    line-height: 1.25 !important
}

.lmr-bootstrap-styles .lh-base {
    line-height: 1.5 !important
}

.lmr-bootstrap-styles .lh-lg {
    line-height: 2 !important
}

.lmr-bootstrap-styles .text-start {
    text-align: left !important
}

.lmr-bootstrap-styles .text-end {
    text-align: right !important
}

.lmr-bootstrap-styles .text-center {
    text-align: center !important
}

.lmr-bootstrap-styles .text-decoration-none {
    text-decoration: none !important
}

.lmr-bootstrap-styles .text-decoration-underline {
    text-decoration: underline !important
}

.lmr-bootstrap-styles .text-decoration-line-through {
    text-decoration: line-through !important
}

.lmr-bootstrap-styles .text-lowercase {
    text-transform: lowercase !important
}

.lmr-bootstrap-styles .text-uppercase {
    text-transform: uppercase !important
}

.lmr-bootstrap-styles .text-capitalize {
    text-transform: capitalize !important
}

.lmr-bootstrap-styles .text-wrap {
    white-space: normal !important
}

.lmr-bootstrap-styles .text-nowrap {
    white-space: nowrap !important
}

.lmr-bootstrap-styles .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.lmr-bootstrap-styles .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.lmr-bootstrap-styles .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.lmr-bootstrap-styles .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.lmr-bootstrap-styles .text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5) !important
}

.lmr-bootstrap-styles .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.lmr-bootstrap-styles .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.lmr-bootstrap-styles .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.lmr-bootstrap-styles .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.lmr-bootstrap-styles .text-opacity-25 {
    --bs-text-opacity: 0.25
}

.lmr-bootstrap-styles .text-opacity-50 {
    --bs-text-opacity: 0.5
}

.lmr-bootstrap-styles .text-opacity-75 {
    --bs-text-opacity: 0.75
}

.lmr-bootstrap-styles .text-opacity-100 {
    --bs-text-opacity: 1
}

.lmr-bootstrap-styles .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.lmr-bootstrap-styles .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.lmr-bootstrap-styles .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.lmr-bootstrap-styles .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.lmr-bootstrap-styles .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.lmr-bootstrap-styles .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.lmr-bootstrap-styles .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.lmr-bootstrap-styles .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.lmr-bootstrap-styles .link-opacity-10 {
    --bs-link-opacity: 0.1
}

.lmr-bootstrap-styles .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.lmr-bootstrap-styles .link-opacity-25 {
    --bs-link-opacity: 0.25
}

.lmr-bootstrap-styles .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.lmr-bootstrap-styles .link-opacity-50 {
    --bs-link-opacity: 0.5
}

.lmr-bootstrap-styles .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.lmr-bootstrap-styles .link-opacity-75 {
    --bs-link-opacity: 0.75
}

.lmr-bootstrap-styles .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.lmr-bootstrap-styles .link-opacity-100 {
    --bs-link-opacity: 1
}

.lmr-bootstrap-styles .link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.lmr-bootstrap-styles .link-offset-1 {
    text-underline-offset: .125em !important
}

.lmr-bootstrap-styles .link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.lmr-bootstrap-styles .link-offset-2 {
    text-underline-offset: .25em !important
}

.lmr-bootstrap-styles .link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.lmr-bootstrap-styles .link-offset-3 {
    text-underline-offset: .375em !important
}

.lmr-bootstrap-styles .link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.lmr-bootstrap-styles .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.lmr-bootstrap-styles .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.lmr-bootstrap-styles .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.lmr-bootstrap-styles .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.lmr-bootstrap-styles .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.lmr-bootstrap-styles .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.lmr-bootstrap-styles .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.lmr-bootstrap-styles .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.lmr-bootstrap-styles .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.lmr-bootstrap-styles .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.lmr-bootstrap-styles .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.lmr-bootstrap-styles .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.lmr-bootstrap-styles .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.lmr-bootstrap-styles .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.lmr-bootstrap-styles .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0,0,0,0) !important
}

.lmr-bootstrap-styles .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.lmr-bootstrap-styles .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.lmr-bootstrap-styles .bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.lmr-bootstrap-styles .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.lmr-bootstrap-styles .bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.lmr-bootstrap-styles .bg-opacity-100 {
    --bs-bg-opacity: 1
}

.lmr-bootstrap-styles .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.lmr-bootstrap-styles .bg-gradient {
    background-image: var(--bs-gradient) !important
}

.lmr-bootstrap-styles .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.lmr-bootstrap-styles .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.lmr-bootstrap-styles .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.lmr-bootstrap-styles .pe-none {
    pointer-events: none !important
}

.lmr-bootstrap-styles .pe-auto {
    pointer-events: auto !important
}

.lmr-bootstrap-styles .rounded {
    border-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-0 {
    border-radius: 0 !important
}

.lmr-bootstrap-styles .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.lmr-bootstrap-styles .rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.lmr-bootstrap-styles .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.lmr-bootstrap-styles .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.lmr-bootstrap-styles .rounded-circle {
    border-radius: 50% !important
}

.lmr-bootstrap-styles .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.lmr-bootstrap-styles .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.lmr-bootstrap-styles .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.lmr-bootstrap-styles .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.lmr-bootstrap-styles .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.lmr-bootstrap-styles .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.lmr-bootstrap-styles .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.lmr-bootstrap-styles .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.lmr-bootstrap-styles .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.lmr-bootstrap-styles .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.lmr-bootstrap-styles .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.lmr-bootstrap-styles .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.lmr-bootstrap-styles .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.lmr-bootstrap-styles .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.lmr-bootstrap-styles .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.lmr-bootstrap-styles .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.lmr-bootstrap-styles .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.lmr-bootstrap-styles .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.lmr-bootstrap-styles .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.lmr-bootstrap-styles .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.lmr-bootstrap-styles .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.lmr-bootstrap-styles .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.lmr-bootstrap-styles .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.lmr-bootstrap-styles .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.lmr-bootstrap-styles .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.lmr-bootstrap-styles .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.lmr-bootstrap-styles .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.lmr-bootstrap-styles .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.lmr-bootstrap-styles .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.lmr-bootstrap-styles .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.lmr-bootstrap-styles .visible {
    visibility: visible !important
}

.lmr-bootstrap-styles .invisible {
    visibility: hidden !important
}

.lmr-bootstrap-styles .z-n1 {
    z-index: -1 !important
}

.lmr-bootstrap-styles .z-0 {
    z-index: 0 !important
}

.lmr-bootstrap-styles .z-1 {
    z-index: 1 !important
}

.lmr-bootstrap-styles .z-2 {
    z-index: 2 !important
}

.lmr-bootstrap-styles .z-3 {
    z-index: 3 !important
}

@media(min-width: 576px) {
    .lmr-bootstrap-styles .float-sm-start {
        float: left !important
    }

    .lmr-bootstrap-styles .float-sm-end {
        float: right !important
    }

    .lmr-bootstrap-styles .float-sm-none {
        float: none !important
    }

    .lmr-bootstrap-styles .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .lmr-bootstrap-styles .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .lmr-bootstrap-styles .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .lmr-bootstrap-styles .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .lmr-bootstrap-styles .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .lmr-bootstrap-styles .d-sm-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-sm-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-sm-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-sm-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-sm-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-sm-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-sm-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-sm-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-sm-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-sm-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-sm-none {
        display: none !important
    }

    .lmr-bootstrap-styles .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .lmr-bootstrap-styles .flex-sm-row {
        flex-direction: row !important
    }

    .lmr-bootstrap-styles .flex-sm-column {
        flex-direction: column !important
    }

    .lmr-bootstrap-styles .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .lmr-bootstrap-styles .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .lmr-bootstrap-styles .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .lmr-bootstrap-styles .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .lmr-bootstrap-styles .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .lmr-bootstrap-styles .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .lmr-bootstrap-styles .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .lmr-bootstrap-styles .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .lmr-bootstrap-styles .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lmr-bootstrap-styles .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .lmr-bootstrap-styles .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .lmr-bootstrap-styles .justify-content-sm-center {
        justify-content: center !important
    }

    .lmr-bootstrap-styles .justify-content-sm-between {
        justify-content: space-between !important
    }

    .lmr-bootstrap-styles .justify-content-sm-around {
        justify-content: space-around !important
    }

    .lmr-bootstrap-styles .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .lmr-bootstrap-styles .align-items-sm-start {
        align-items: flex-start !important
    }

    .lmr-bootstrap-styles .align-items-sm-end {
        align-items: flex-end !important
    }

    .lmr-bootstrap-styles .align-items-sm-center {
        align-items: center !important
    }

    .lmr-bootstrap-styles .align-items-sm-baseline {
        align-items: baseline !important
    }

    .lmr-bootstrap-styles .align-items-sm-stretch {
        align-items: stretch !important
    }

    .lmr-bootstrap-styles .align-content-sm-start {
        align-content: flex-start !important
    }

    .lmr-bootstrap-styles .align-content-sm-end {
        align-content: flex-end !important
    }

    .lmr-bootstrap-styles .align-content-sm-center {
        align-content: center !important
    }

    .lmr-bootstrap-styles .align-content-sm-between {
        align-content: space-between !important
    }

    .lmr-bootstrap-styles .align-content-sm-around {
        align-content: space-around !important
    }

    .lmr-bootstrap-styles .align-content-sm-stretch {
        align-content: stretch !important
    }

    .lmr-bootstrap-styles .align-self-sm-auto {
        align-self: auto !important
    }

    .lmr-bootstrap-styles .align-self-sm-start {
        align-self: flex-start !important
    }

    .lmr-bootstrap-styles .align-self-sm-end {
        align-self: flex-end !important
    }

    .lmr-bootstrap-styles .align-self-sm-center {
        align-self: center !important
    }

    .lmr-bootstrap-styles .align-self-sm-baseline {
        align-self: baseline !important
    }

    .lmr-bootstrap-styles .align-self-sm-stretch {
        align-self: stretch !important
    }

    .lmr-bootstrap-styles .order-sm-first {
        order: -1 !important
    }

    .lmr-bootstrap-styles .order-sm-0 {
        order: 0 !important
    }

    .lmr-bootstrap-styles .order-sm-1 {
        order: 1 !important
    }

    .lmr-bootstrap-styles .order-sm-2 {
        order: 2 !important
    }

    .lmr-bootstrap-styles .order-sm-3 {
        order: 3 !important
    }

    .lmr-bootstrap-styles .order-sm-4 {
        order: 4 !important
    }

    .lmr-bootstrap-styles .order-sm-5 {
        order: 5 !important
    }

    .lmr-bootstrap-styles .order-sm-last {
        order: 6 !important
    }

    .lmr-bootstrap-styles .m-sm-0 {
        margin: 0 !important
    }

    .lmr-bootstrap-styles .m-sm-1 {
        margin: .25rem !important
    }

    .lmr-bootstrap-styles .m-sm-2 {
        margin: .5rem !important
    }

    .lmr-bootstrap-styles .m-sm-3 {
        margin: 1rem !important
    }

    .lmr-bootstrap-styles .m-sm-4 {
        margin: 1.5rem !important
    }

    .lmr-bootstrap-styles .m-sm-5 {
        margin: 3rem !important
    }

    .lmr-bootstrap-styles .m-sm-auto {
        margin: auto !important
    }

    .lmr-bootstrap-styles .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .mt-sm-0 {
        margin-top: 0 !important
    }

    .lmr-bootstrap-styles .mt-sm-1 {
        margin-top: .25rem !important
    }

    .lmr-bootstrap-styles .mt-sm-2 {
        margin-top: .5rem !important
    }

    .lmr-bootstrap-styles .mt-sm-3 {
        margin-top: 1rem !important
    }

    .lmr-bootstrap-styles .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .mt-sm-5 {
        margin-top: 3rem !important
    }

    .lmr-bootstrap-styles .mt-sm-auto {
        margin-top: auto !important
    }

    .lmr-bootstrap-styles .me-sm-0 {
        margin-right: 0 !important
    }

    .lmr-bootstrap-styles .me-sm-1 {
        margin-right: .25rem !important
    }

    .lmr-bootstrap-styles .me-sm-2 {
        margin-right: .5rem !important
    }

    .lmr-bootstrap-styles .me-sm-3 {
        margin-right: 1rem !important
    }

    .lmr-bootstrap-styles .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .me-sm-5 {
        margin-right: 3rem !important
    }

    .lmr-bootstrap-styles .me-sm-auto {
        margin-right: auto !important
    }

    .lmr-bootstrap-styles .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .mb-sm-auto {
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .ms-sm-0 {
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .ms-sm-1 {
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .ms-sm-2 {
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .ms-sm-3 {
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ms-sm-5 {
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .ms-sm-auto {
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .p-sm-0 {
        padding: 0 !important
    }

    .lmr-bootstrap-styles .p-sm-1 {
        padding: .25rem !important
    }

    .lmr-bootstrap-styles .p-sm-2 {
        padding: .5rem !important
    }

    .lmr-bootstrap-styles .p-sm-3 {
        padding: 1rem !important
    }

    .lmr-bootstrap-styles .p-sm-4 {
        padding: 1.5rem !important
    }

    .lmr-bootstrap-styles .p-sm-5 {
        padding: 3rem !important
    }

    .lmr-bootstrap-styles .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .pt-sm-0 {
        padding-top: 0 !important
    }

    .lmr-bootstrap-styles .pt-sm-1 {
        padding-top: .25rem !important
    }

    .lmr-bootstrap-styles .pt-sm-2 {
        padding-top: .5rem !important
    }

    .lmr-bootstrap-styles .pt-sm-3 {
        padding-top: 1rem !important
    }

    .lmr-bootstrap-styles .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .pt-sm-5 {
        padding-top: 3rem !important
    }

    .lmr-bootstrap-styles .pe-sm-0 {
        padding-right: 0 !important
    }

    .lmr-bootstrap-styles .pe-sm-1 {
        padding-right: .25rem !important
    }

    .lmr-bootstrap-styles .pe-sm-2 {
        padding-right: .5rem !important
    }

    .lmr-bootstrap-styles .pe-sm-3 {
        padding-right: 1rem !important
    }

    .lmr-bootstrap-styles .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .pe-sm-5 {
        padding-right: 3rem !important
    }

    .lmr-bootstrap-styles .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .ps-sm-0 {
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .ps-sm-1 {
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .ps-sm-2 {
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .ps-sm-3 {
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ps-sm-5 {
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .gap-sm-0 {
        gap: 0 !important
    }

    .lmr-bootstrap-styles .gap-sm-1 {
        gap: .25rem !important
    }

    .lmr-bootstrap-styles .gap-sm-2 {
        gap: .5rem !important
    }

    .lmr-bootstrap-styles .gap-sm-3 {
        gap: 1rem !important
    }

    .lmr-bootstrap-styles .gap-sm-4 {
        gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .gap-sm-5 {
        gap: 3rem !important
    }

    .lmr-bootstrap-styles .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .lmr-bootstrap-styles .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .lmr-bootstrap-styles .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .lmr-bootstrap-styles .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .lmr-bootstrap-styles .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .lmr-bootstrap-styles .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lmr-bootstrap-styles .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lmr-bootstrap-styles .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lmr-bootstrap-styles .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lmr-bootstrap-styles .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lmr-bootstrap-styles .text-sm-start {
        text-align: left !important
    }

    .lmr-bootstrap-styles .text-sm-end {
        text-align: right !important
    }

    .lmr-bootstrap-styles .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .lmr-bootstrap-styles .float-md-start {
        float: left !important
    }

    .lmr-bootstrap-styles .float-md-end {
        float: right !important
    }

    .lmr-bootstrap-styles .float-md-none {
        float: none !important
    }

    .lmr-bootstrap-styles .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .lmr-bootstrap-styles .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .lmr-bootstrap-styles .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .lmr-bootstrap-styles .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .lmr-bootstrap-styles .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .lmr-bootstrap-styles .d-md-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-md-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-md-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-md-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-md-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-md-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-md-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-md-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-md-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-md-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-md-none {
        display: none !important
    }

    .lmr-bootstrap-styles .flex-md-fill {
        flex: 1 1 auto !important
    }

    .lmr-bootstrap-styles .flex-md-row {
        flex-direction: row !important
    }

    .lmr-bootstrap-styles .flex-md-column {
        flex-direction: column !important
    }

    .lmr-bootstrap-styles .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .lmr-bootstrap-styles .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .lmr-bootstrap-styles .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .lmr-bootstrap-styles .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .lmr-bootstrap-styles .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .lmr-bootstrap-styles .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .lmr-bootstrap-styles .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .lmr-bootstrap-styles .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .lmr-bootstrap-styles .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lmr-bootstrap-styles .justify-content-md-start {
        justify-content: flex-start !important
    }

    .lmr-bootstrap-styles .justify-content-md-end {
        justify-content: flex-end !important
    }

    .lmr-bootstrap-styles .justify-content-md-center {
        justify-content: center !important
    }

    .lmr-bootstrap-styles .justify-content-md-between {
        justify-content: space-between !important
    }

    .lmr-bootstrap-styles .justify-content-md-around {
        justify-content: space-around !important
    }

    .lmr-bootstrap-styles .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .lmr-bootstrap-styles .align-items-md-start {
        align-items: flex-start !important
    }

    .lmr-bootstrap-styles .align-items-md-end {
        align-items: flex-end !important
    }

    .lmr-bootstrap-styles .align-items-md-center {
        align-items: center !important
    }

    .lmr-bootstrap-styles .align-items-md-baseline {
        align-items: baseline !important
    }

    .lmr-bootstrap-styles .align-items-md-stretch {
        align-items: stretch !important
    }

    .lmr-bootstrap-styles .align-content-md-start {
        align-content: flex-start !important
    }

    .lmr-bootstrap-styles .align-content-md-end {
        align-content: flex-end !important
    }

    .lmr-bootstrap-styles .align-content-md-center {
        align-content: center !important
    }

    .lmr-bootstrap-styles .align-content-md-between {
        align-content: space-between !important
    }

    .lmr-bootstrap-styles .align-content-md-around {
        align-content: space-around !important
    }

    .lmr-bootstrap-styles .align-content-md-stretch {
        align-content: stretch !important
    }

    .lmr-bootstrap-styles .align-self-md-auto {
        align-self: auto !important
    }

    .lmr-bootstrap-styles .align-self-md-start {
        align-self: flex-start !important
    }

    .lmr-bootstrap-styles .align-self-md-end {
        align-self: flex-end !important
    }

    .lmr-bootstrap-styles .align-self-md-center {
        align-self: center !important
    }

    .lmr-bootstrap-styles .align-self-md-baseline {
        align-self: baseline !important
    }

    .lmr-bootstrap-styles .align-self-md-stretch {
        align-self: stretch !important
    }

    .lmr-bootstrap-styles .order-md-first {
        order: -1 !important
    }

    .lmr-bootstrap-styles .order-md-0 {
        order: 0 !important
    }

    .lmr-bootstrap-styles .order-md-1 {
        order: 1 !important
    }

    .lmr-bootstrap-styles .order-md-2 {
        order: 2 !important
    }

    .lmr-bootstrap-styles .order-md-3 {
        order: 3 !important
    }

    .lmr-bootstrap-styles .order-md-4 {
        order: 4 !important
    }

    .lmr-bootstrap-styles .order-md-5 {
        order: 5 !important
    }

    .lmr-bootstrap-styles .order-md-last {
        order: 6 !important
    }

    .lmr-bootstrap-styles .m-md-0 {
        margin: 0 !important
    }

    .lmr-bootstrap-styles .m-md-1 {
        margin: .25rem !important
    }

    .lmr-bootstrap-styles .m-md-2 {
        margin: .5rem !important
    }

    .lmr-bootstrap-styles .m-md-3 {
        margin: 1rem !important
    }

    .lmr-bootstrap-styles .m-md-4 {
        margin: 1.5rem !important
    }

    .lmr-bootstrap-styles .m-md-5 {
        margin: 3rem !important
    }

    .lmr-bootstrap-styles .m-md-auto {
        margin: auto !important
    }

    .lmr-bootstrap-styles .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .mt-md-0 {
        margin-top: 0 !important
    }

    .lmr-bootstrap-styles .mt-md-1 {
        margin-top: .25rem !important
    }

    .lmr-bootstrap-styles .mt-md-2 {
        margin-top: .5rem !important
    }

    .lmr-bootstrap-styles .mt-md-3 {
        margin-top: 1rem !important
    }

    .lmr-bootstrap-styles .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .mt-md-5 {
        margin-top: 3rem !important
    }

    .lmr-bootstrap-styles .mt-md-auto {
        margin-top: auto !important
    }

    .lmr-bootstrap-styles .me-md-0 {
        margin-right: 0 !important
    }

    .lmr-bootstrap-styles .me-md-1 {
        margin-right: .25rem !important
    }

    .lmr-bootstrap-styles .me-md-2 {
        margin-right: .5rem !important
    }

    .lmr-bootstrap-styles .me-md-3 {
        margin-right: 1rem !important
    }

    .lmr-bootstrap-styles .me-md-4 {
        margin-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .me-md-5 {
        margin-right: 3rem !important
    }

    .lmr-bootstrap-styles .me-md-auto {
        margin-right: auto !important
    }

    .lmr-bootstrap-styles .mb-md-0 {
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .mb-md-auto {
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .ms-md-0 {
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .ms-md-1 {
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .ms-md-2 {
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .ms-md-3 {
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ms-md-5 {
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .ms-md-auto {
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .p-md-0 {
        padding: 0 !important
    }

    .lmr-bootstrap-styles .p-md-1 {
        padding: .25rem !important
    }

    .lmr-bootstrap-styles .p-md-2 {
        padding: .5rem !important
    }

    .lmr-bootstrap-styles .p-md-3 {
        padding: 1rem !important
    }

    .lmr-bootstrap-styles .p-md-4 {
        padding: 1.5rem !important
    }

    .lmr-bootstrap-styles .p-md-5 {
        padding: 3rem !important
    }

    .lmr-bootstrap-styles .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .pt-md-0 {
        padding-top: 0 !important
    }

    .lmr-bootstrap-styles .pt-md-1 {
        padding-top: .25rem !important
    }

    .lmr-bootstrap-styles .pt-md-2 {
        padding-top: .5rem !important
    }

    .lmr-bootstrap-styles .pt-md-3 {
        padding-top: 1rem !important
    }

    .lmr-bootstrap-styles .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .pt-md-5 {
        padding-top: 3rem !important
    }

    .lmr-bootstrap-styles .pe-md-0 {
        padding-right: 0 !important
    }

    .lmr-bootstrap-styles .pe-md-1 {
        padding-right: .25rem !important
    }

    .lmr-bootstrap-styles .pe-md-2 {
        padding-right: .5rem !important
    }

    .lmr-bootstrap-styles .pe-md-3 {
        padding-right: 1rem !important
    }

    .lmr-bootstrap-styles .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .pe-md-5 {
        padding-right: 3rem !important
    }

    .lmr-bootstrap-styles .pb-md-0 {
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .ps-md-0 {
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .ps-md-1 {
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .ps-md-2 {
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .ps-md-3 {
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ps-md-5 {
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .gap-md-0 {
        gap: 0 !important
    }

    .lmr-bootstrap-styles .gap-md-1 {
        gap: .25rem !important
    }

    .lmr-bootstrap-styles .gap-md-2 {
        gap: .5rem !important
    }

    .lmr-bootstrap-styles .gap-md-3 {
        gap: 1rem !important
    }

    .lmr-bootstrap-styles .gap-md-4 {
        gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .gap-md-5 {
        gap: 3rem !important
    }

    .lmr-bootstrap-styles .row-gap-md-0 {
        row-gap: 0 !important
    }

    .lmr-bootstrap-styles .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .lmr-bootstrap-styles .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .lmr-bootstrap-styles .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .lmr-bootstrap-styles .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .lmr-bootstrap-styles .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lmr-bootstrap-styles .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lmr-bootstrap-styles .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lmr-bootstrap-styles .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lmr-bootstrap-styles .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lmr-bootstrap-styles .text-md-start {
        text-align: left !important
    }

    .lmr-bootstrap-styles .text-md-end {
        text-align: right !important
    }

    .lmr-bootstrap-styles .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .lmr-bootstrap-styles .float-lg-start {
        float: left !important
    }

    .lmr-bootstrap-styles .float-lg-end {
        float: right !important
    }

    .lmr-bootstrap-styles .float-lg-none {
        float: none !important
    }

    .lmr-bootstrap-styles .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .lmr-bootstrap-styles .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .lmr-bootstrap-styles .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .lmr-bootstrap-styles .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .lmr-bootstrap-styles .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .lmr-bootstrap-styles .d-lg-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-lg-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-lg-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-lg-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-lg-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-lg-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-lg-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-lg-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-lg-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-lg-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-lg-none {
        display: none !important
    }

    .lmr-bootstrap-styles .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .lmr-bootstrap-styles .flex-lg-row {
        flex-direction: row !important
    }

    .lmr-bootstrap-styles .flex-lg-column {
        flex-direction: column !important
    }

    .lmr-bootstrap-styles .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .lmr-bootstrap-styles .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .lmr-bootstrap-styles .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .lmr-bootstrap-styles .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .lmr-bootstrap-styles .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .lmr-bootstrap-styles .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .lmr-bootstrap-styles .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .lmr-bootstrap-styles .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .lmr-bootstrap-styles .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lmr-bootstrap-styles .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .lmr-bootstrap-styles .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .lmr-bootstrap-styles .justify-content-lg-center {
        justify-content: center !important
    }

    .lmr-bootstrap-styles .justify-content-lg-between {
        justify-content: space-between !important
    }

    .lmr-bootstrap-styles .justify-content-lg-around {
        justify-content: space-around !important
    }

    .lmr-bootstrap-styles .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .lmr-bootstrap-styles .align-items-lg-start {
        align-items: flex-start !important
    }

    .lmr-bootstrap-styles .align-items-lg-end {
        align-items: flex-end !important
    }

    .lmr-bootstrap-styles .align-items-lg-center {
        align-items: center !important
    }

    .lmr-bootstrap-styles .align-items-lg-baseline {
        align-items: baseline !important
    }

    .lmr-bootstrap-styles .align-items-lg-stretch {
        align-items: stretch !important
    }

    .lmr-bootstrap-styles .align-content-lg-start {
        align-content: flex-start !important
    }

    .lmr-bootstrap-styles .align-content-lg-end {
        align-content: flex-end !important
    }

    .lmr-bootstrap-styles .align-content-lg-center {
        align-content: center !important
    }

    .lmr-bootstrap-styles .align-content-lg-between {
        align-content: space-between !important
    }

    .lmr-bootstrap-styles .align-content-lg-around {
        align-content: space-around !important
    }

    .lmr-bootstrap-styles .align-content-lg-stretch {
        align-content: stretch !important
    }

    .lmr-bootstrap-styles .align-self-lg-auto {
        align-self: auto !important
    }

    .lmr-bootstrap-styles .align-self-lg-start {
        align-self: flex-start !important
    }

    .lmr-bootstrap-styles .align-self-lg-end {
        align-self: flex-end !important
    }

    .lmr-bootstrap-styles .align-self-lg-center {
        align-self: center !important
    }

    .lmr-bootstrap-styles .align-self-lg-baseline {
        align-self: baseline !important
    }

    .lmr-bootstrap-styles .align-self-lg-stretch {
        align-self: stretch !important
    }

    .lmr-bootstrap-styles .order-lg-first {
        order: -1 !important
    }

    .lmr-bootstrap-styles .order-lg-0 {
        order: 0 !important
    }

    .lmr-bootstrap-styles .order-lg-1 {
        order: 1 !important
    }

    .lmr-bootstrap-styles .order-lg-2 {
        order: 2 !important
    }

    .lmr-bootstrap-styles .order-lg-3 {
        order: 3 !important
    }

    .lmr-bootstrap-styles .order-lg-4 {
        order: 4 !important
    }

    .lmr-bootstrap-styles .order-lg-5 {
        order: 5 !important
    }

    .lmr-bootstrap-styles .order-lg-last {
        order: 6 !important
    }

    .lmr-bootstrap-styles .m-lg-0 {
        margin: 0 !important
    }

    .lmr-bootstrap-styles .m-lg-1 {
        margin: .25rem !important
    }

    .lmr-bootstrap-styles .m-lg-2 {
        margin: .5rem !important
    }

    .lmr-bootstrap-styles .m-lg-3 {
        margin: 1rem !important
    }

    .lmr-bootstrap-styles .m-lg-4 {
        margin: 1.5rem !important
    }

    .lmr-bootstrap-styles .m-lg-5 {
        margin: 3rem !important
    }

    .lmr-bootstrap-styles .m-lg-auto {
        margin: auto !important
    }

    .lmr-bootstrap-styles .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .mt-lg-0 {
        margin-top: 0 !important
    }

    .lmr-bootstrap-styles .mt-lg-1 {
        margin-top: .25rem !important
    }

    .lmr-bootstrap-styles .mt-lg-2 {
        margin-top: .5rem !important
    }

    .lmr-bootstrap-styles .mt-lg-3 {
        margin-top: 1rem !important
    }

    .lmr-bootstrap-styles .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .mt-lg-5 {
        margin-top: 3rem !important
    }

    .lmr-bootstrap-styles .mt-lg-auto {
        margin-top: auto !important
    }

    .lmr-bootstrap-styles .me-lg-0 {
        margin-right: 0 !important
    }

    .lmr-bootstrap-styles .me-lg-1 {
        margin-right: .25rem !important
    }

    .lmr-bootstrap-styles .me-lg-2 {
        margin-right: .5rem !important
    }

    .lmr-bootstrap-styles .me-lg-3 {
        margin-right: 1rem !important
    }

    .lmr-bootstrap-styles .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .me-lg-5 {
        margin-right: 3rem !important
    }

    .lmr-bootstrap-styles .me-lg-auto {
        margin-right: auto !important
    }

    .lmr-bootstrap-styles .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .mb-lg-auto {
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .ms-lg-0 {
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .ms-lg-1 {
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .ms-lg-2 {
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .ms-lg-3 {
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ms-lg-5 {
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .ms-lg-auto {
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .p-lg-0 {
        padding: 0 !important
    }

    .lmr-bootstrap-styles .p-lg-1 {
        padding: .25rem !important
    }

    .lmr-bootstrap-styles .p-lg-2 {
        padding: .5rem !important
    }

    .lmr-bootstrap-styles .p-lg-3 {
        padding: 1rem !important
    }

    .lmr-bootstrap-styles .p-lg-4 {
        padding: 1.5rem !important
    }

    .lmr-bootstrap-styles .p-lg-5 {
        padding: 3rem !important
    }

    .lmr-bootstrap-styles .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .pt-lg-0 {
        padding-top: 0 !important
    }

    .lmr-bootstrap-styles .pt-lg-1 {
        padding-top: .25rem !important
    }

    .lmr-bootstrap-styles .pt-lg-2 {
        padding-top: .5rem !important
    }

    .lmr-bootstrap-styles .pt-lg-3 {
        padding-top: 1rem !important
    }

    .lmr-bootstrap-styles .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .pt-lg-5 {
        padding-top: 3rem !important
    }

    .lmr-bootstrap-styles .pe-lg-0 {
        padding-right: 0 !important
    }

    .lmr-bootstrap-styles .pe-lg-1 {
        padding-right: .25rem !important
    }

    .lmr-bootstrap-styles .pe-lg-2 {
        padding-right: .5rem !important
    }

    .lmr-bootstrap-styles .pe-lg-3 {
        padding-right: 1rem !important
    }

    .lmr-bootstrap-styles .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .pe-lg-5 {
        padding-right: 3rem !important
    }

    .lmr-bootstrap-styles .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .ps-lg-0 {
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .ps-lg-1 {
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .ps-lg-2 {
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .ps-lg-3 {
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ps-lg-5 {
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .gap-lg-0 {
        gap: 0 !important
    }

    .lmr-bootstrap-styles .gap-lg-1 {
        gap: .25rem !important
    }

    .lmr-bootstrap-styles .gap-lg-2 {
        gap: .5rem !important
    }

    .lmr-bootstrap-styles .gap-lg-3 {
        gap: 1rem !important
    }

    .lmr-bootstrap-styles .gap-lg-4 {
        gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .gap-lg-5 {
        gap: 3rem !important
    }

    .lmr-bootstrap-styles .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .lmr-bootstrap-styles .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .lmr-bootstrap-styles .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .lmr-bootstrap-styles .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .lmr-bootstrap-styles .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .lmr-bootstrap-styles .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lmr-bootstrap-styles .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lmr-bootstrap-styles .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lmr-bootstrap-styles .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lmr-bootstrap-styles .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lmr-bootstrap-styles .text-lg-start {
        text-align: left !important
    }

    .lmr-bootstrap-styles .text-lg-end {
        text-align: right !important
    }

    .lmr-bootstrap-styles .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .lmr-bootstrap-styles .float-xl-start {
        float: left !important
    }

    .lmr-bootstrap-styles .float-xl-end {
        float: right !important
    }

    .lmr-bootstrap-styles .float-xl-none {
        float: none !important
    }

    .lmr-bootstrap-styles .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .lmr-bootstrap-styles .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .lmr-bootstrap-styles .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .lmr-bootstrap-styles .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .lmr-bootstrap-styles .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .lmr-bootstrap-styles .d-xl-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-xl-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-xl-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-xl-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-xl-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-xl-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-xl-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-xl-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-xl-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-xl-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-xl-none {
        display: none !important
    }

    .lmr-bootstrap-styles .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .lmr-bootstrap-styles .flex-xl-row {
        flex-direction: row !important
    }

    .lmr-bootstrap-styles .flex-xl-column {
        flex-direction: column !important
    }

    .lmr-bootstrap-styles .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .lmr-bootstrap-styles .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .lmr-bootstrap-styles .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .lmr-bootstrap-styles .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .lmr-bootstrap-styles .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .lmr-bootstrap-styles .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .lmr-bootstrap-styles .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .lmr-bootstrap-styles .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .lmr-bootstrap-styles .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lmr-bootstrap-styles .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .lmr-bootstrap-styles .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .lmr-bootstrap-styles .justify-content-xl-center {
        justify-content: center !important
    }

    .lmr-bootstrap-styles .justify-content-xl-between {
        justify-content: space-between !important
    }

    .lmr-bootstrap-styles .justify-content-xl-around {
        justify-content: space-around !important
    }

    .lmr-bootstrap-styles .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .lmr-bootstrap-styles .align-items-xl-start {
        align-items: flex-start !important
    }

    .lmr-bootstrap-styles .align-items-xl-end {
        align-items: flex-end !important
    }

    .lmr-bootstrap-styles .align-items-xl-center {
        align-items: center !important
    }

    .lmr-bootstrap-styles .align-items-xl-baseline {
        align-items: baseline !important
    }

    .lmr-bootstrap-styles .align-items-xl-stretch {
        align-items: stretch !important
    }

    .lmr-bootstrap-styles .align-content-xl-start {
        align-content: flex-start !important
    }

    .lmr-bootstrap-styles .align-content-xl-end {
        align-content: flex-end !important
    }

    .lmr-bootstrap-styles .align-content-xl-center {
        align-content: center !important
    }

    .lmr-bootstrap-styles .align-content-xl-between {
        align-content: space-between !important
    }

    .lmr-bootstrap-styles .align-content-xl-around {
        align-content: space-around !important
    }

    .lmr-bootstrap-styles .align-content-xl-stretch {
        align-content: stretch !important
    }

    .lmr-bootstrap-styles .align-self-xl-auto {
        align-self: auto !important
    }

    .lmr-bootstrap-styles .align-self-xl-start {
        align-self: flex-start !important
    }

    .lmr-bootstrap-styles .align-self-xl-end {
        align-self: flex-end !important
    }

    .lmr-bootstrap-styles .align-self-xl-center {
        align-self: center !important
    }

    .lmr-bootstrap-styles .align-self-xl-baseline {
        align-self: baseline !important
    }

    .lmr-bootstrap-styles .align-self-xl-stretch {
        align-self: stretch !important
    }

    .lmr-bootstrap-styles .order-xl-first {
        order: -1 !important
    }

    .lmr-bootstrap-styles .order-xl-0 {
        order: 0 !important
    }

    .lmr-bootstrap-styles .order-xl-1 {
        order: 1 !important
    }

    .lmr-bootstrap-styles .order-xl-2 {
        order: 2 !important
    }

    .lmr-bootstrap-styles .order-xl-3 {
        order: 3 !important
    }

    .lmr-bootstrap-styles .order-xl-4 {
        order: 4 !important
    }

    .lmr-bootstrap-styles .order-xl-5 {
        order: 5 !important
    }

    .lmr-bootstrap-styles .order-xl-last {
        order: 6 !important
    }

    .lmr-bootstrap-styles .m-xl-0 {
        margin: 0 !important
    }

    .lmr-bootstrap-styles .m-xl-1 {
        margin: .25rem !important
    }

    .lmr-bootstrap-styles .m-xl-2 {
        margin: .5rem !important
    }

    .lmr-bootstrap-styles .m-xl-3 {
        margin: 1rem !important
    }

    .lmr-bootstrap-styles .m-xl-4 {
        margin: 1.5rem !important
    }

    .lmr-bootstrap-styles .m-xl-5 {
        margin: 3rem !important
    }

    .lmr-bootstrap-styles .m-xl-auto {
        margin: auto !important
    }

    .lmr-bootstrap-styles .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .mt-xl-0 {
        margin-top: 0 !important
    }

    .lmr-bootstrap-styles .mt-xl-1 {
        margin-top: .25rem !important
    }

    .lmr-bootstrap-styles .mt-xl-2 {
        margin-top: .5rem !important
    }

    .lmr-bootstrap-styles .mt-xl-3 {
        margin-top: 1rem !important
    }

    .lmr-bootstrap-styles .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .mt-xl-5 {
        margin-top: 3rem !important
    }

    .lmr-bootstrap-styles .mt-xl-auto {
        margin-top: auto !important
    }

    .lmr-bootstrap-styles .me-xl-0 {
        margin-right: 0 !important
    }

    .lmr-bootstrap-styles .me-xl-1 {
        margin-right: .25rem !important
    }

    .lmr-bootstrap-styles .me-xl-2 {
        margin-right: .5rem !important
    }

    .lmr-bootstrap-styles .me-xl-3 {
        margin-right: 1rem !important
    }

    .lmr-bootstrap-styles .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .me-xl-5 {
        margin-right: 3rem !important
    }

    .lmr-bootstrap-styles .me-xl-auto {
        margin-right: auto !important
    }

    .lmr-bootstrap-styles .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .mb-xl-auto {
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .ms-xl-0 {
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .ms-xl-1 {
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .ms-xl-2 {
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .ms-xl-3 {
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ms-xl-5 {
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .ms-xl-auto {
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .p-xl-0 {
        padding: 0 !important
    }

    .lmr-bootstrap-styles .p-xl-1 {
        padding: .25rem !important
    }

    .lmr-bootstrap-styles .p-xl-2 {
        padding: .5rem !important
    }

    .lmr-bootstrap-styles .p-xl-3 {
        padding: 1rem !important
    }

    .lmr-bootstrap-styles .p-xl-4 {
        padding: 1.5rem !important
    }

    .lmr-bootstrap-styles .p-xl-5 {
        padding: 3rem !important
    }

    .lmr-bootstrap-styles .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .pt-xl-0 {
        padding-top: 0 !important
    }

    .lmr-bootstrap-styles .pt-xl-1 {
        padding-top: .25rem !important
    }

    .lmr-bootstrap-styles .pt-xl-2 {
        padding-top: .5rem !important
    }

    .lmr-bootstrap-styles .pt-xl-3 {
        padding-top: 1rem !important
    }

    .lmr-bootstrap-styles .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .pt-xl-5 {
        padding-top: 3rem !important
    }

    .lmr-bootstrap-styles .pe-xl-0 {
        padding-right: 0 !important
    }

    .lmr-bootstrap-styles .pe-xl-1 {
        padding-right: .25rem !important
    }

    .lmr-bootstrap-styles .pe-xl-2 {
        padding-right: .5rem !important
    }

    .lmr-bootstrap-styles .pe-xl-3 {
        padding-right: 1rem !important
    }

    .lmr-bootstrap-styles .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .pe-xl-5 {
        padding-right: 3rem !important
    }

    .lmr-bootstrap-styles .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .ps-xl-0 {
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .ps-xl-1 {
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .ps-xl-2 {
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .ps-xl-3 {
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ps-xl-5 {
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .gap-xl-0 {
        gap: 0 !important
    }

    .lmr-bootstrap-styles .gap-xl-1 {
        gap: .25rem !important
    }

    .lmr-bootstrap-styles .gap-xl-2 {
        gap: .5rem !important
    }

    .lmr-bootstrap-styles .gap-xl-3 {
        gap: 1rem !important
    }

    .lmr-bootstrap-styles .gap-xl-4 {
        gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .gap-xl-5 {
        gap: 3rem !important
    }

    .lmr-bootstrap-styles .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .lmr-bootstrap-styles .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .lmr-bootstrap-styles .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .lmr-bootstrap-styles .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .lmr-bootstrap-styles .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .lmr-bootstrap-styles .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lmr-bootstrap-styles .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lmr-bootstrap-styles .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lmr-bootstrap-styles .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lmr-bootstrap-styles .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lmr-bootstrap-styles .text-xl-start {
        text-align: left !important
    }

    .lmr-bootstrap-styles .text-xl-end {
        text-align: right !important
    }

    .lmr-bootstrap-styles .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .lmr-bootstrap-styles .float-xxl-start {
        float: left !important
    }

    .lmr-bootstrap-styles .float-xxl-end {
        float: right !important
    }

    .lmr-bootstrap-styles .float-xxl-none {
        float: none !important
    }

    .lmr-bootstrap-styles .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .lmr-bootstrap-styles .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .lmr-bootstrap-styles .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .lmr-bootstrap-styles .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .lmr-bootstrap-styles .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .lmr-bootstrap-styles .d-xxl-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-xxl-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-xxl-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-xxl-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-xxl-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-xxl-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-xxl-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-xxl-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-xxl-none {
        display: none !important
    }

    .lmr-bootstrap-styles .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .lmr-bootstrap-styles .flex-xxl-row {
        flex-direction: row !important
    }

    .lmr-bootstrap-styles .flex-xxl-column {
        flex-direction: column !important
    }

    .lmr-bootstrap-styles .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .lmr-bootstrap-styles .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .lmr-bootstrap-styles .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .lmr-bootstrap-styles .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .lmr-bootstrap-styles .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .lmr-bootstrap-styles .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .lmr-bootstrap-styles .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .lmr-bootstrap-styles .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .lmr-bootstrap-styles .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-center {
        justify-content: center !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .lmr-bootstrap-styles .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .lmr-bootstrap-styles .align-items-xxl-start {
        align-items: flex-start !important
    }

    .lmr-bootstrap-styles .align-items-xxl-end {
        align-items: flex-end !important
    }

    .lmr-bootstrap-styles .align-items-xxl-center {
        align-items: center !important
    }

    .lmr-bootstrap-styles .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .lmr-bootstrap-styles .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .lmr-bootstrap-styles .align-content-xxl-start {
        align-content: flex-start !important
    }

    .lmr-bootstrap-styles .align-content-xxl-end {
        align-content: flex-end !important
    }

    .lmr-bootstrap-styles .align-content-xxl-center {
        align-content: center !important
    }

    .lmr-bootstrap-styles .align-content-xxl-between {
        align-content: space-between !important
    }

    .lmr-bootstrap-styles .align-content-xxl-around {
        align-content: space-around !important
    }

    .lmr-bootstrap-styles .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .lmr-bootstrap-styles .align-self-xxl-auto {
        align-self: auto !important
    }

    .lmr-bootstrap-styles .align-self-xxl-start {
        align-self: flex-start !important
    }

    .lmr-bootstrap-styles .align-self-xxl-end {
        align-self: flex-end !important
    }

    .lmr-bootstrap-styles .align-self-xxl-center {
        align-self: center !important
    }

    .lmr-bootstrap-styles .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .lmr-bootstrap-styles .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .lmr-bootstrap-styles .order-xxl-first {
        order: -1 !important
    }

    .lmr-bootstrap-styles .order-xxl-0 {
        order: 0 !important
    }

    .lmr-bootstrap-styles .order-xxl-1 {
        order: 1 !important
    }

    .lmr-bootstrap-styles .order-xxl-2 {
        order: 2 !important
    }

    .lmr-bootstrap-styles .order-xxl-3 {
        order: 3 !important
    }

    .lmr-bootstrap-styles .order-xxl-4 {
        order: 4 !important
    }

    .lmr-bootstrap-styles .order-xxl-5 {
        order: 5 !important
    }

    .lmr-bootstrap-styles .order-xxl-last {
        order: 6 !important
    }

    .lmr-bootstrap-styles .m-xxl-0 {
        margin: 0 !important
    }

    .lmr-bootstrap-styles .m-xxl-1 {
        margin: .25rem !important
    }

    .lmr-bootstrap-styles .m-xxl-2 {
        margin: .5rem !important
    }

    .lmr-bootstrap-styles .m-xxl-3 {
        margin: 1rem !important
    }

    .lmr-bootstrap-styles .m-xxl-4 {
        margin: 1.5rem !important
    }

    .lmr-bootstrap-styles .m-xxl-5 {
        margin: 3rem !important
    }

    .lmr-bootstrap-styles .m-xxl-auto {
        margin: auto !important
    }

    .lmr-bootstrap-styles .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .mt-xxl-0 {
        margin-top: 0 !important
    }

    .lmr-bootstrap-styles .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .lmr-bootstrap-styles .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .lmr-bootstrap-styles .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .lmr-bootstrap-styles .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .lmr-bootstrap-styles .mt-xxl-auto {
        margin-top: auto !important
    }

    .lmr-bootstrap-styles .me-xxl-0 {
        margin-right: 0 !important
    }

    .lmr-bootstrap-styles .me-xxl-1 {
        margin-right: .25rem !important
    }

    .lmr-bootstrap-styles .me-xxl-2 {
        margin-right: .5rem !important
    }

    .lmr-bootstrap-styles .me-xxl-3 {
        margin-right: 1rem !important
    }

    .lmr-bootstrap-styles .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .me-xxl-5 {
        margin-right: 3rem !important
    }

    .lmr-bootstrap-styles .me-xxl-auto {
        margin-right: auto !important
    }

    .lmr-bootstrap-styles .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .lmr-bootstrap-styles .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .lmr-bootstrap-styles .ms-xxl-0 {
        margin-left: 0 !important
    }

    .lmr-bootstrap-styles .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .lmr-bootstrap-styles .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .lmr-bootstrap-styles .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .lmr-bootstrap-styles .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .lmr-bootstrap-styles .ms-xxl-auto {
        margin-left: auto !important
    }

    .lmr-bootstrap-styles .p-xxl-0 {
        padding: 0 !important
    }

    .lmr-bootstrap-styles .p-xxl-1 {
        padding: .25rem !important
    }

    .lmr-bootstrap-styles .p-xxl-2 {
        padding: .5rem !important
    }

    .lmr-bootstrap-styles .p-xxl-3 {
        padding: 1rem !important
    }

    .lmr-bootstrap-styles .p-xxl-4 {
        padding: 1.5rem !important
    }

    .lmr-bootstrap-styles .p-xxl-5 {
        padding: 3rem !important
    }

    .lmr-bootstrap-styles .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .pt-xxl-0 {
        padding-top: 0 !important
    }

    .lmr-bootstrap-styles .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .lmr-bootstrap-styles .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .lmr-bootstrap-styles .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .lmr-bootstrap-styles .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .lmr-bootstrap-styles .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .lmr-bootstrap-styles .pe-xxl-0 {
        padding-right: 0 !important
    }

    .lmr-bootstrap-styles .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .lmr-bootstrap-styles .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .lmr-bootstrap-styles .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .lmr-bootstrap-styles .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .lmr-bootstrap-styles .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .lmr-bootstrap-styles .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .lmr-bootstrap-styles .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .lmr-bootstrap-styles .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .lmr-bootstrap-styles .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .lmr-bootstrap-styles .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .lmr-bootstrap-styles .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .lmr-bootstrap-styles .ps-xxl-0 {
        padding-left: 0 !important
    }

    .lmr-bootstrap-styles .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .lmr-bootstrap-styles .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .lmr-bootstrap-styles .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .lmr-bootstrap-styles .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .lmr-bootstrap-styles .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .lmr-bootstrap-styles .gap-xxl-0 {
        gap: 0 !important
    }

    .lmr-bootstrap-styles .gap-xxl-1 {
        gap: .25rem !important
    }

    .lmr-bootstrap-styles .gap-xxl-2 {
        gap: .5rem !important
    }

    .lmr-bootstrap-styles .gap-xxl-3 {
        gap: 1rem !important
    }

    .lmr-bootstrap-styles .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .gap-xxl-5 {
        gap: 3rem !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .lmr-bootstrap-styles .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .lmr-bootstrap-styles .text-xxl-start {
        text-align: left !important
    }

    .lmr-bootstrap-styles .text-xxl-end {
        text-align: right !important
    }

    .lmr-bootstrap-styles .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .lmr-bootstrap-styles .fs-1 {
        font-size: 2.5rem !important
    }

    .lmr-bootstrap-styles .fs-2 {
        font-size: 2rem !important
    }

    .lmr-bootstrap-styles .fs-3 {
        font-size: 1.75rem !important
    }

    .lmr-bootstrap-styles .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .lmr-bootstrap-styles .d-print-inline {
        display: inline !important
    }

    .lmr-bootstrap-styles .d-print-inline-block {
        display: inline-block !important
    }

    .lmr-bootstrap-styles .d-print-block {
        display: block !important
    }

    .lmr-bootstrap-styles .d-print-grid {
        display: grid !important
    }

    .lmr-bootstrap-styles .d-print-inline-grid {
        display: inline-grid !important
    }

    .lmr-bootstrap-styles .d-print-table {
        display: table !important
    }

    .lmr-bootstrap-styles .d-print-table-row {
        display: table-row !important
    }

    .lmr-bootstrap-styles .d-print-table-cell {
        display: table-cell !important
    }

    .lmr-bootstrap-styles .d-print-flex {
        display: flex !important
    }

    .lmr-bootstrap-styles .d-print-inline-flex {
        display: inline-flex !important
    }

    .lmr-bootstrap-styles .d-print-none {
        display: none !important
    }
}

/*# sourceMappingURL=styles.css.map */
