/*
	Theme Name: Madiavo
	Theme URI: https://madiavo.com/
	Description: Madiavo theme is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://madiavo.com/
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: rgba(0,0,0,0);
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:before,.simplebar-content:after {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.contest-logos .logo-item:nth-child(2) img {
    width: auto !important;
    height: auto !important;
}

.page-template-template-contest-form form input[type="file"] {
    opacity: 1;
    height: auto;
}

@media only screen and (max-width: 990px) {
    .contest-logos .logo-item:nth-child(2) img {
        width: 100% !important;
        height: 4.875rem !important;
    }
}

/*.contest-form form input[type="file"]{ opacity: 1!important; height: auto !important; font-size: 16px !important; }*/
/*!
 * FilePond 4.31.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0
}

.filepond--data {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    pointer-events: none;
    contain: strict
}

.filepond--drip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .1;
    pointer-events: none;
    border-radius: .5em;
    background: rgba(0,0,0,.01)
}

.filepond--drip-blob {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 8em;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    background: #292625;
    border-radius: 50%
}

.filepond--drip-blob,.filepond--drop-label {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform,opacity
}

.filepond--drop-label {
    right: 0;
    margin: 0;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em
}

.filepond--drop-label label {
    cursor: default;
    font-size: .875em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer
}

.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: .5
}

.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    will-change: transform,opacity
}

.filepond--file-action-button.filepond--file-action-button span {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%;
    height: 100%
}

.filepond--file-action-button.filepond--file-action-button:after {
    position: absolute;
    left: -0.75em;
    right: -0.75em;
    top: -0.75em;
    bottom: -0.75em;
    content: ""
}

.filepond--file-action-button {
    cursor: auto;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    background-image: none;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    transition: box-shadow .25s ease-in
}

.filepond--file-action-button:focus,.filepond--file-action-button:hover {
    box-shadow: 0 0 0 .125em rgba(255,255,255,.9)
}

.filepond--file-action-button[disabled] {
    color: rgba(255,255,255,.5);
    background-color: rgba(0,0,0,.25)
}

.filepond--file-action-button[hidden] {
    display: none
}

.filepond--action-edit-item.filepond--action-edit-item {
    width: 2em;
    height: 2em;
    padding: .1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
    margin-left: -0.1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
    margin-bottom: -0.1875em
}

.filepond--action-edit-item-alt {
    border: none;
    line-height: inherit;
    background: rgba(0,0,0,0);
    font-family: inherit;
    color: inherit;
    outline: none;
    padding: 0;
    margin: 0 0 0 .25em;
    pointer-events: all;
    position: absolute
}

.filepond--action-edit-item-alt svg {
    width: 1.3125em;
    height: 1.3125em
}

.filepond--action-edit-item-alt span {
    font-size: 0;
    opacity: 0
}

.filepond--file-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin: 0 .5em 0 0;
    min-width: 0;
    will-change: transform,opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-info * {
    margin: 0
}

.filepond--file-info .filepond--file-info-main {
    font-size: .75em;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.filepond--file-info .filepond--file-info-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out;
    white-space: nowrap
}

.filepond--file-info .filepond--file-info-sub:empty {
    display: none
}

.filepond--file-status {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    min-width: 2.25em;
    text-align: right;
    will-change: transform,opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-status * {
    margin: 0;
    white-space: nowrap
}

.filepond--file-status .filepond--file-status-main {
    font-size: .75em;
    line-height: 1.2
}

.filepond--file-status .filepond--file-status-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 100%
}

.filepond--file-wrapper.filepond--file-wrapper>legend {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file {
    position: static;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding: .5625em;
    color: #fff;
    border-radius: .5em
}

.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em
}

.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3
}

.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator {
    position: absolute
}

.filepond--file [data-align*=left] {
    left: .5625em
}

.filepond--file [data-align*=right] {
    right: .5625em
}

.filepond--file [data-align*=center] {
    left: calc(50% - .8125em)
}

.filepond--file [data-align*=bottom] {
    bottom: 1.125em
}

.filepond--file [data-align=center] {
    top: calc(50% - .8125em)
}

.filepond--file .filepond--progress-indicator {
    margin-top: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
    margin-right: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
    margin-left: .1875em
}

[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info {
    margin-right: 2.25em
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall .5s linear .125s both;
    animation: fall .5s linear .125s both
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub {
    opacity: .5
}

[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel {
    -webkit-animation: shake .65s linear both;
    animation: shake .65s linear both
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em)
    }

    20%,80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em)
    }

    30%,50%,70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em)
    }

    40%,60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em)
    }
}

@keyframes shake {
    10%,90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em)
    }

    20%,80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em)
    }

    30%,50%,70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em)
    }

    40%,60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em)
    }
}

@-webkit-keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.filepond--hopper[data-hopper-state=drag-over]>* {
    pointer-events: none
}

.filepond--hopper[data-hopper-state=drag-over]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.filepond--progress-indicator {
    z-index: 103
}

.filepond--file-action-button {
    z-index: 102
}

.filepond--file-status {
    z-index: 101
}

.filepond--file-info {
    z-index: 100
}

.filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: .25em;
    will-change: transform,opacity;
    touch-action: none
}

.filepond--item>.filepond--panel {
    z-index: -1
}

.filepond--item>.filepond--panel .filepond--panel-bottom {
    box-shadow: 0 .0625em .125em -0.0625em rgba(0,0,0,.25)
}

.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel {
    transition: opacity .15s ease-out
}

.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab
}

.filepond--item[data-drag-state]>.filepond--panel {
    transition: box-shadow .125s ease-in-out;
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.filepond--item[data-drag-state=drag] {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.filepond--item[data-drag-state=drag]>.filepond--panel {
    box-shadow: 0 .125em .3125em rgba(0,0,0,.325)
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
    z-index: 2
}

.filepond--item-panel {
    background-color: #64605e
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #369763
}

[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel {
    background-color: #c44e47
}

.filepond--item-panel {
    border-radius: .5em;
    transition: background-color .25s
}

.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
    bottom: 0;
    right: 0
}

.filepond--list-scroller[data-state=overflow] {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
    mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent)
}

.filepond--list-scroller::-webkit-scrollbar {
    background: rgba(0,0,0,0)
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 99999px;
    border: .3125em solid rgba(0,0,0,0);
    background-clip: content-box
}

.filepond--list.filepond--list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    will-change: transform
}

.filepond--list {
    left: .75em;
    right: .75em
}

.filepond--root[data-style-panel-layout~=integrated] {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
    border-radius: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>* {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
    display: none
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
    left: 0;
    right: 0;
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
    margin: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] {
    border-radius: 99999rem;
    overflow: hidden
}

.filepond--root[data-style-panel-layout~=circle]>.filepond--panel {
    border-radius: inherit
}

.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>* {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports(-webkit-appearance: none) and (stroke-color: transparent) {
        .filepond--root[data-style-panel-layout~=circle] {
            will-change:transform
        }
    }
}

.filepond--panel-root {
    border-radius: .5em;
    background-color: #f1f0ef
}

.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    height: 100% !important;
    pointer-events: none
}

.filepond-panel:not([data-scalable=false]) {
    height: auto !important
}

.filepond--panel[data-scalable=false]>div {
    display: none
}

.filepond--panel[data-scalable=true] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: rgba(0,0,0,0) !important;
    border: none !important
}

.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.filepond--panel-bottom,.filepond--panel-top {
    height: .5em
}

.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important
}

.filepond--panel-top:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: inherit
}

.filepond--panel-bottom,.filepond--panel-center {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0)
}

.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important
}

.filepond--panel-bottom:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: -1px;
    background-color: inherit
}

.filepond--panel-center {
    height: 100px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important
}

.filepond--panel-center:not([style]) {
    visibility: hidden
}

.filepond--progress-indicator {
    position: static;
    width: 1.25em;
    height: 1.25em;
    color: #fff;
    margin: 0;
    pointer-events: none;
    will-change: transform,opacity
}

.filepond--progress-indicator svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform-box: fill-box
}

.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor
}

.filepond--list-scroller {
    z-index: 6
}

.filepond--drop-label {
    z-index: 5
}

.filepond--drip {
    z-index: 3
}

.filepond--root>.filepond--panel {
    z-index: 2
}

.filepond--browser {
    z-index: 1
}

.filepond--root {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
    contain: layout style size
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit
}

.filepond--root :not(text) {
    font-size: inherit
}

.filepond--root[data-disabled] {
    pointer-events: none
}

.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all
}

.filepond--root[data-disabled] .filepond--list {
    pointer-events: none
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em
}

.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em
}

.filepond--root .filepond--credits {
    position: absolute;
    right: 0;
    opacity: .175;
    line-height: .85;
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    bottom: -14px
}

.filepond--root .filepond--credits[style] {
    top: 0;
    bottom: auto;
    margin-top: 14px
}

/*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media(min-width: 1920px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1920px
}

.row {
    --bs-gutter-x: 20px;
    --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))
}

.row>* {
    box-sizing: border-box;
    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)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 4px
}

.g-1,.gy-1 {
    --bs-gutter-y: 4px
}

.g-2,.gx-2 {
    --bs-gutter-x: 8px
}

.g-2,.gy-2 {
    --bs-gutter-y: 8px
}

.g-3,.gx-3 {
    --bs-gutter-x: 12px
}

.g-3,.gy-3 {
    --bs-gutter-y: 12px
}

.g-4,.gx-4 {
    --bs-gutter-x: 16px
}

.g-4,.gy-4 {
    --bs-gutter-y: 16px
}

.g-5,.gx-5 {
    --bs-gutter-x: 20px
}

.g-5,.gy-5 {
    --bs-gutter-y: 20px
}

.g-6,.gx-6 {
    --bs-gutter-x: 24px
}

.g-6,.gy-6 {
    --bs-gutter-y: 24px
}

.g-7,.gx-7 {
    --bs-gutter-x: 28px
}

.g-7,.gy-7 {
    --bs-gutter-y: 28px
}

.g-8,.gx-8 {
    --bs-gutter-x: 32px
}

.g-8,.gy-8 {
    --bs-gutter-y: 32px
}

.g-9,.gx-9 {
    --bs-gutter-x: 36px
}

.g-9,.gy-9 {
    --bs-gutter-y: 36px
}

.g-10,.gx-10 {
    --bs-gutter-x: 40px
}

.g-10,.gy-10 {
    --bs-gutter-y: 40px
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 4px
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 4px
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 8px
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 8px
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 12px
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 12px
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 16px
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 16px
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 20px
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 20px
    }

    .g-sm-6,.gx-sm-6 {
        --bs-gutter-x: 24px
    }

    .g-sm-6,.gy-sm-6 {
        --bs-gutter-y: 24px
    }

    .g-sm-7,.gx-sm-7 {
        --bs-gutter-x: 28px
    }

    .g-sm-7,.gy-sm-7 {
        --bs-gutter-y: 28px
    }

    .g-sm-8,.gx-sm-8 {
        --bs-gutter-x: 32px
    }

    .g-sm-8,.gy-sm-8 {
        --bs-gutter-y: 32px
    }

    .g-sm-9,.gx-sm-9 {
        --bs-gutter-x: 36px
    }

    .g-sm-9,.gy-sm-9 {
        --bs-gutter-y: 36px
    }

    .g-sm-10,.gx-sm-10 {
        --bs-gutter-x: 40px
    }

    .g-sm-10,.gy-sm-10 {
        --bs-gutter-y: 40px
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 4px
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 4px
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 8px
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 8px
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 12px
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 12px
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 16px
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 16px
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 20px
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 20px
    }

    .g-md-6,.gx-md-6 {
        --bs-gutter-x: 24px
    }

    .g-md-6,.gy-md-6 {
        --bs-gutter-y: 24px
    }

    .g-md-7,.gx-md-7 {
        --bs-gutter-x: 28px
    }

    .g-md-7,.gy-md-7 {
        --bs-gutter-y: 28px
    }

    .g-md-8,.gx-md-8 {
        --bs-gutter-x: 32px
    }

    .g-md-8,.gy-md-8 {
        --bs-gutter-y: 32px
    }

    .g-md-9,.gx-md-9 {
        --bs-gutter-x: 36px
    }

    .g-md-9,.gy-md-9 {
        --bs-gutter-y: 36px
    }

    .g-md-10,.gx-md-10 {
        --bs-gutter-x: 40px
    }

    .g-md-10,.gy-md-10 {
        --bs-gutter-y: 40px
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 4px
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 4px
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 8px
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 8px
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 12px
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 12px
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 16px
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 16px
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 20px
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 20px
    }

    .g-lg-6,.gx-lg-6 {
        --bs-gutter-x: 24px
    }

    .g-lg-6,.gy-lg-6 {
        --bs-gutter-y: 24px
    }

    .g-lg-7,.gx-lg-7 {
        --bs-gutter-x: 28px
    }

    .g-lg-7,.gy-lg-7 {
        --bs-gutter-y: 28px
    }

    .g-lg-8,.gx-lg-8 {
        --bs-gutter-x: 32px
    }

    .g-lg-8,.gy-lg-8 {
        --bs-gutter-y: 32px
    }

    .g-lg-9,.gx-lg-9 {
        --bs-gutter-x: 36px
    }

    .g-lg-9,.gy-lg-9 {
        --bs-gutter-y: 36px
    }

    .g-lg-10,.gx-lg-10 {
        --bs-gutter-x: 40px
    }

    .g-lg-10,.gy-lg-10 {
        --bs-gutter-y: 40px
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 4px
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 4px
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 8px
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 8px
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 12px
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 12px
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 16px
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 16px
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 20px
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 20px
    }

    .g-xl-6,.gx-xl-6 {
        --bs-gutter-x: 24px
    }

    .g-xl-6,.gy-xl-6 {
        --bs-gutter-y: 24px
    }

    .g-xl-7,.gx-xl-7 {
        --bs-gutter-x: 28px
    }

    .g-xl-7,.gy-xl-7 {
        --bs-gutter-y: 28px
    }

    .g-xl-8,.gx-xl-8 {
        --bs-gutter-x: 32px
    }

    .g-xl-8,.gy-xl-8 {
        --bs-gutter-y: 32px
    }

    .g-xl-9,.gx-xl-9 {
        --bs-gutter-x: 36px
    }

    .g-xl-9,.gy-xl-9 {
        --bs-gutter-y: 36px
    }

    .g-xl-10,.gx-xl-10 {
        --bs-gutter-x: 40px
    }

    .g-xl-10,.gy-xl-10 {
        --bs-gutter-y: 40px
    }
}

@media(min-width: 1920px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 4px
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 4px
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 8px
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 8px
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 12px
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 12px
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 16px
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 16px
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 20px
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 20px
    }

    .g-xxl-6,.gx-xxl-6 {
        --bs-gutter-x: 24px
    }

    .g-xxl-6,.gy-xxl-6 {
        --bs-gutter-y: 24px
    }

    .g-xxl-7,.gx-xxl-7 {
        --bs-gutter-x: 28px
    }

    .g-xxl-7,.gy-xxl-7 {
        --bs-gutter-y: 28px
    }

    .g-xxl-8,.gx-xxl-8 {
        --bs-gutter-x: 32px
    }

    .g-xxl-8,.gy-xxl-8 {
        --bs-gutter-y: 32px
    }

    .g-xxl-9,.gx-xxl-9 {
        --bs-gutter-x: 36px
    }

    .g-xxl-9,.gy-xxl-9 {
        --bs-gutter-y: 36px
    }

    .g-xxl-10,.gx-xxl-10 {
        --bs-gutter-x: 40px
    }

    .g-xxl-10,.gy-xxl-10 {
        --bs-gutter-y: 40px
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 4px !important
}

.m-2 {
    margin: 8px !important
}

.m-3 {
    margin: 12px !important
}

.m-4 {
    margin: 16px !important
}

.m-5 {
    margin: 20px !important
}

.m-6 {
    margin: 24px !important
}

.m-7 {
    margin: 28px !important
}

.m-8 {
    margin: 32px !important
}

.m-9 {
    margin: 36px !important
}

.m-10 {
    margin: 40px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important
}

.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important
}

.mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.mx-4 {
    margin-right: 16px !important;
    margin-left: 16px !important
}

.mx-5 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.mx-6 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.mx-7 {
    margin-right: 28px !important;
    margin-left: 28px !important
}

.mx-8 {
    margin-right: 32px !important;
    margin-left: 32px !important
}

.mx-9 {
    margin-right: 36px !important;
    margin-left: 36px !important
}

.mx-10 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
}

.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 4px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mt-3 {
    margin-top: 12px !important
}

.mt-4 {
    margin-top: 16px !important
}

.mt-5 {
    margin-top: 20px !important
}

.mt-6 {
    margin-top: 24px !important
}

.mt-7 {
    margin-top: 28px !important
}

.mt-8 {
    margin-top: 32px !important
}

.mt-9 {
    margin-top: 36px !important
}

.mt-10 {
    margin-top: 40px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 4px !important
}

.me-2 {
    margin-right: 8px !important
}

.me-3 {
    margin-right: 12px !important
}

.me-4 {
    margin-right: 16px !important
}

.me-5 {
    margin-right: 20px !important
}

.me-6 {
    margin-right: 24px !important
}

.me-7 {
    margin-right: 28px !important
}

.me-8 {
    margin-right: 32px !important
}

.me-9 {
    margin-right: 36px !important
}

.me-10 {
    margin-right: 40px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.mb-3 {
    margin-bottom: 12px !important
}

.mb-4 {
    margin-bottom: 16px !important
}

.mb-5 {
    margin-bottom: 20px !important
}

.mb-6 {
    margin-bottom: 24px !important
}

.mb-7 {
    margin-bottom: 28px !important
}

.mb-8 {
    margin-bottom: 32px !important
}

.mb-9 {
    margin-bottom: 36px !important
}

.mb-10 {
    margin-bottom: 40px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 4px !important
}

.ms-2 {
    margin-left: 8px !important
}

.ms-3 {
    margin-left: 12px !important
}

.ms-4 {
    margin-left: 16px !important
}

.ms-5 {
    margin-left: 20px !important
}

.ms-6 {
    margin-left: 24px !important
}

.ms-7 {
    margin-left: 28px !important
}

.ms-8 {
    margin-left: 32px !important
}

.ms-9 {
    margin-left: 36px !important
}

.ms-10 {
    margin-left: 40px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 4px !important
}

.p-2 {
    padding: 8px !important
}

.p-3 {
    padding: 12px !important
}

.p-4 {
    padding: 16px !important
}

.p-5 {
    padding: 20px !important
}

.p-6 {
    padding: 24px !important
}

.p-7 {
    padding: 28px !important
}

.p-8 {
    padding: 32px !important
}

.p-9 {
    padding: 36px !important
}

.p-10 {
    padding: 40px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important
}

.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.px-5 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.px-6 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.px-7 {
    padding-right: 28px !important;
    padding-left: 28px !important
}

.px-8 {
    padding-right: 32px !important;
    padding-left: 32px !important
}

.px-9 {
    padding-right: 36px !important;
    padding-left: 36px !important
}

.px-10 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
}

.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 4px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pt-3 {
    padding-top: 12px !important
}

.pt-4 {
    padding-top: 16px !important
}

.pt-5 {
    padding-top: 20px !important
}

.pt-6 {
    padding-top: 24px !important
}

.pt-7 {
    padding-top: 28px !important
}

.pt-8 {
    padding-top: 32px !important
}

.pt-9 {
    padding-top: 36px !important
}

.pt-10 {
    padding-top: 40px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 4px !important
}

.pe-2 {
    padding-right: 8px !important
}

.pe-3 {
    padding-right: 12px !important
}

.pe-4 {
    padding-right: 16px !important
}

.pe-5 {
    padding-right: 20px !important
}

.pe-6 {
    padding-right: 24px !important
}

.pe-7 {
    padding-right: 28px !important
}

.pe-8 {
    padding-right: 32px !important
}

.pe-9 {
    padding-right: 36px !important
}

.pe-10 {
    padding-right: 40px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.pb-3 {
    padding-bottom: 12px !important
}

.pb-4 {
    padding-bottom: 16px !important
}

.pb-5 {
    padding-bottom: 20px !important
}

.pb-6 {
    padding-bottom: 24px !important
}

.pb-7 {
    padding-bottom: 28px !important
}

.pb-8 {
    padding-bottom: 32px !important
}

.pb-9 {
    padding-bottom: 36px !important
}

.pb-10 {
    padding-bottom: 40px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 4px !important
}

.ps-2 {
    padding-left: 8px !important
}

.ps-3 {
    padding-left: 12px !important
}

.ps-4 {
    padding-left: 16px !important
}

.ps-5 {
    padding-left: 20px !important
}

.ps-6 {
    padding-left: 24px !important
}

.ps-7 {
    padding-left: 28px !important
}

.ps-8 {
    padding-left: 32px !important
}

.ps-9 {
    padding-left: 36px !important
}

.ps-10 {
    padding-left: 40px !important
}

@media(min-width: 576px) {
    .d-sm-inline {
        display:inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 4px !important
    }

    .m-sm-2 {
        margin: 8px !important
    }

    .m-sm-3 {
        margin: 12px !important
    }

    .m-sm-4 {
        margin: 16px !important
    }

    .m-sm-5 {
        margin: 20px !important
    }

    .m-sm-6 {
        margin: 24px !important
    }

    .m-sm-7 {
        margin: 28px !important
    }

    .m-sm-8 {
        margin: 32px !important
    }

    .m-sm-9 {
        margin: 36px !important
    }

    .m-sm-10 {
        margin: 40px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-sm-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-sm-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-sm-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-sm-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-sm-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-sm-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-sm-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-sm-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-sm-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-sm-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-sm-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-sm-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-sm-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-sm-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-sm-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-sm-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-sm-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 4px !important
    }

    .mt-sm-2 {
        margin-top: 8px !important
    }

    .mt-sm-3 {
        margin-top: 12px !important
    }

    .mt-sm-4 {
        margin-top: 16px !important
    }

    .mt-sm-5 {
        margin-top: 20px !important
    }

    .mt-sm-6 {
        margin-top: 24px !important
    }

    .mt-sm-7 {
        margin-top: 28px !important
    }

    .mt-sm-8 {
        margin-top: 32px !important
    }

    .mt-sm-9 {
        margin-top: 36px !important
    }

    .mt-sm-10 {
        margin-top: 40px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 4px !important
    }

    .me-sm-2 {
        margin-right: 8px !important
    }

    .me-sm-3 {
        margin-right: 12px !important
    }

    .me-sm-4 {
        margin-right: 16px !important
    }

    .me-sm-5 {
        margin-right: 20px !important
    }

    .me-sm-6 {
        margin-right: 24px !important
    }

    .me-sm-7 {
        margin-right: 28px !important
    }

    .me-sm-8 {
        margin-right: 32px !important
    }

    .me-sm-9 {
        margin-right: 36px !important
    }

    .me-sm-10 {
        margin-right: 40px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 4px !important
    }

    .mb-sm-2 {
        margin-bottom: 8px !important
    }

    .mb-sm-3 {
        margin-bottom: 12px !important
    }

    .mb-sm-4 {
        margin-bottom: 16px !important
    }

    .mb-sm-5 {
        margin-bottom: 20px !important
    }

    .mb-sm-6 {
        margin-bottom: 24px !important
    }

    .mb-sm-7 {
        margin-bottom: 28px !important
    }

    .mb-sm-8 {
        margin-bottom: 32px !important
    }

    .mb-sm-9 {
        margin-bottom: 36px !important
    }

    .mb-sm-10 {
        margin-bottom: 40px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 4px !important
    }

    .ms-sm-2 {
        margin-left: 8px !important
    }

    .ms-sm-3 {
        margin-left: 12px !important
    }

    .ms-sm-4 {
        margin-left: 16px !important
    }

    .ms-sm-5 {
        margin-left: 20px !important
    }

    .ms-sm-6 {
        margin-left: 24px !important
    }

    .ms-sm-7 {
        margin-left: 28px !important
    }

    .ms-sm-8 {
        margin-left: 32px !important
    }

    .ms-sm-9 {
        margin-left: 36px !important
    }

    .ms-sm-10 {
        margin-left: 40px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 4px !important
    }

    .p-sm-2 {
        padding: 8px !important
    }

    .p-sm-3 {
        padding: 12px !important
    }

    .p-sm-4 {
        padding: 16px !important
    }

    .p-sm-5 {
        padding: 20px !important
    }

    .p-sm-6 {
        padding: 24px !important
    }

    .p-sm-7 {
        padding: 28px !important
    }

    .p-sm-8 {
        padding: 32px !important
    }

    .p-sm-9 {
        padding: 36px !important
    }

    .p-sm-10 {
        padding: 40px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-sm-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-sm-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-sm-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-sm-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-sm-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-sm-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-sm-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-sm-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-sm-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-sm-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-sm-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-sm-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-sm-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-sm-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-sm-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-sm-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-sm-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 4px !important
    }

    .pt-sm-2 {
        padding-top: 8px !important
    }

    .pt-sm-3 {
        padding-top: 12px !important
    }

    .pt-sm-4 {
        padding-top: 16px !important
    }

    .pt-sm-5 {
        padding-top: 20px !important
    }

    .pt-sm-6 {
        padding-top: 24px !important
    }

    .pt-sm-7 {
        padding-top: 28px !important
    }

    .pt-sm-8 {
        padding-top: 32px !important
    }

    .pt-sm-9 {
        padding-top: 36px !important
    }

    .pt-sm-10 {
        padding-top: 40px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 4px !important
    }

    .pe-sm-2 {
        padding-right: 8px !important
    }

    .pe-sm-3 {
        padding-right: 12px !important
    }

    .pe-sm-4 {
        padding-right: 16px !important
    }

    .pe-sm-5 {
        padding-right: 20px !important
    }

    .pe-sm-6 {
        padding-right: 24px !important
    }

    .pe-sm-7 {
        padding-right: 28px !important
    }

    .pe-sm-8 {
        padding-right: 32px !important
    }

    .pe-sm-9 {
        padding-right: 36px !important
    }

    .pe-sm-10 {
        padding-right: 40px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 4px !important
    }

    .pb-sm-2 {
        padding-bottom: 8px !important
    }

    .pb-sm-3 {
        padding-bottom: 12px !important
    }

    .pb-sm-4 {
        padding-bottom: 16px !important
    }

    .pb-sm-5 {
        padding-bottom: 20px !important
    }

    .pb-sm-6 {
        padding-bottom: 24px !important
    }

    .pb-sm-7 {
        padding-bottom: 28px !important
    }

    .pb-sm-8 {
        padding-bottom: 32px !important
    }

    .pb-sm-9 {
        padding-bottom: 36px !important
    }

    .pb-sm-10 {
        padding-bottom: 40px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 4px !important
    }

    .ps-sm-2 {
        padding-left: 8px !important
    }

    .ps-sm-3 {
        padding-left: 12px !important
    }

    .ps-sm-4 {
        padding-left: 16px !important
    }

    .ps-sm-5 {
        padding-left: 20px !important
    }

    .ps-sm-6 {
        padding-left: 24px !important
    }

    .ps-sm-7 {
        padding-left: 28px !important
    }

    .ps-sm-8 {
        padding-left: 32px !important
    }

    .ps-sm-9 {
        padding-left: 36px !important
    }

    .ps-sm-10 {
        padding-left: 40px !important
    }
}

@media(min-width: 768px) {
    .d-md-inline {
        display:inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 4px !important
    }

    .m-md-2 {
        margin: 8px !important
    }

    .m-md-3 {
        margin: 12px !important
    }

    .m-md-4 {
        margin: 16px !important
    }

    .m-md-5 {
        margin: 20px !important
    }

    .m-md-6 {
        margin: 24px !important
    }

    .m-md-7 {
        margin: 28px !important
    }

    .m-md-8 {
        margin: 32px !important
    }

    .m-md-9 {
        margin: 36px !important
    }

    .m-md-10 {
        margin: 40px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-md-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-md-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-md-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-md-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-md-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-md-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-md-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-md-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-md-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-md-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-md-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-md-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-md-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-md-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-md-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-md-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-md-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 4px !important
    }

    .mt-md-2 {
        margin-top: 8px !important
    }

    .mt-md-3 {
        margin-top: 12px !important
    }

    .mt-md-4 {
        margin-top: 16px !important
    }

    .mt-md-5 {
        margin-top: 20px !important
    }

    .mt-md-6 {
        margin-top: 24px !important
    }

    .mt-md-7 {
        margin-top: 28px !important
    }

    .mt-md-8 {
        margin-top: 32px !important
    }

    .mt-md-9 {
        margin-top: 36px !important
    }

    .mt-md-10 {
        margin-top: 40px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 4px !important
    }

    .me-md-2 {
        margin-right: 8px !important
    }

    .me-md-3 {
        margin-right: 12px !important
    }

    .me-md-4 {
        margin-right: 16px !important
    }

    .me-md-5 {
        margin-right: 20px !important
    }

    .me-md-6 {
        margin-right: 24px !important
    }

    .me-md-7 {
        margin-right: 28px !important
    }

    .me-md-8 {
        margin-right: 32px !important
    }

    .me-md-9 {
        margin-right: 36px !important
    }

    .me-md-10 {
        margin-right: 40px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 4px !important
    }

    .mb-md-2 {
        margin-bottom: 8px !important
    }

    .mb-md-3 {
        margin-bottom: 12px !important
    }

    .mb-md-4 {
        margin-bottom: 16px !important
    }

    .mb-md-5 {
        margin-bottom: 20px !important
    }

    .mb-md-6 {
        margin-bottom: 24px !important
    }

    .mb-md-7 {
        margin-bottom: 28px !important
    }

    .mb-md-8 {
        margin-bottom: 32px !important
    }

    .mb-md-9 {
        margin-bottom: 36px !important
    }

    .mb-md-10 {
        margin-bottom: 40px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 4px !important
    }

    .ms-md-2 {
        margin-left: 8px !important
    }

    .ms-md-3 {
        margin-left: 12px !important
    }

    .ms-md-4 {
        margin-left: 16px !important
    }

    .ms-md-5 {
        margin-left: 20px !important
    }

    .ms-md-6 {
        margin-left: 24px !important
    }

    .ms-md-7 {
        margin-left: 28px !important
    }

    .ms-md-8 {
        margin-left: 32px !important
    }

    .ms-md-9 {
        margin-left: 36px !important
    }

    .ms-md-10 {
        margin-left: 40px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 4px !important
    }

    .p-md-2 {
        padding: 8px !important
    }

    .p-md-3 {
        padding: 12px !important
    }

    .p-md-4 {
        padding: 16px !important
    }

    .p-md-5 {
        padding: 20px !important
    }

    .p-md-6 {
        padding: 24px !important
    }

    .p-md-7 {
        padding: 28px !important
    }

    .p-md-8 {
        padding: 32px !important
    }

    .p-md-9 {
        padding: 36px !important
    }

    .p-md-10 {
        padding: 40px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-md-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-md-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-md-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-md-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-md-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-md-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-md-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-md-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-md-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-md-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-md-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-md-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-md-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-md-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-md-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-md-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-md-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 4px !important
    }

    .pt-md-2 {
        padding-top: 8px !important
    }

    .pt-md-3 {
        padding-top: 12px !important
    }

    .pt-md-4 {
        padding-top: 16px !important
    }

    .pt-md-5 {
        padding-top: 20px !important
    }

    .pt-md-6 {
        padding-top: 24px !important
    }

    .pt-md-7 {
        padding-top: 28px !important
    }

    .pt-md-8 {
        padding-top: 32px !important
    }

    .pt-md-9 {
        padding-top: 36px !important
    }

    .pt-md-10 {
        padding-top: 40px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 4px !important
    }

    .pe-md-2 {
        padding-right: 8px !important
    }

    .pe-md-3 {
        padding-right: 12px !important
    }

    .pe-md-4 {
        padding-right: 16px !important
    }

    .pe-md-5 {
        padding-right: 20px !important
    }

    .pe-md-6 {
        padding-right: 24px !important
    }

    .pe-md-7 {
        padding-right: 28px !important
    }

    .pe-md-8 {
        padding-right: 32px !important
    }

    .pe-md-9 {
        padding-right: 36px !important
    }

    .pe-md-10 {
        padding-right: 40px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 4px !important
    }

    .pb-md-2 {
        padding-bottom: 8px !important
    }

    .pb-md-3 {
        padding-bottom: 12px !important
    }

    .pb-md-4 {
        padding-bottom: 16px !important
    }

    .pb-md-5 {
        padding-bottom: 20px !important
    }

    .pb-md-6 {
        padding-bottom: 24px !important
    }

    .pb-md-7 {
        padding-bottom: 28px !important
    }

    .pb-md-8 {
        padding-bottom: 32px !important
    }

    .pb-md-9 {
        padding-bottom: 36px !important
    }

    .pb-md-10 {
        padding-bottom: 40px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 4px !important
    }

    .ps-md-2 {
        padding-left: 8px !important
    }

    .ps-md-3 {
        padding-left: 12px !important
    }

    .ps-md-4 {
        padding-left: 16px !important
    }

    .ps-md-5 {
        padding-left: 20px !important
    }

    .ps-md-6 {
        padding-left: 24px !important
    }

    .ps-md-7 {
        padding-left: 28px !important
    }

    .ps-md-8 {
        padding-left: 32px !important
    }

    .ps-md-9 {
        padding-left: 36px !important
    }

    .ps-md-10 {
        padding-left: 40px !important
    }
}

@media(min-width: 992px) {
    .d-lg-inline {
        display:inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 4px !important
    }

    .m-lg-2 {
        margin: 8px !important
    }

    .m-lg-3 {
        margin: 12px !important
    }

    .m-lg-4 {
        margin: 16px !important
    }

    .m-lg-5 {
        margin: 20px !important
    }

    .m-lg-6 {
        margin: 24px !important
    }

    .m-lg-7 {
        margin: 28px !important
    }

    .m-lg-8 {
        margin: 32px !important
    }

    .m-lg-9 {
        margin: 36px !important
    }

    .m-lg-10 {
        margin: 40px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-lg-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-lg-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-lg-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-lg-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-lg-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-lg-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-lg-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-lg-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-lg-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-lg-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-lg-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-lg-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-lg-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-lg-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-lg-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-lg-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-lg-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 4px !important
    }

    .mt-lg-2 {
        margin-top: 8px !important
    }

    .mt-lg-3 {
        margin-top: 12px !important
    }

    .mt-lg-4 {
        margin-top: 16px !important
    }

    .mt-lg-5 {
        margin-top: 20px !important
    }

    .mt-lg-6 {
        margin-top: 24px !important
    }

    .mt-lg-7 {
        margin-top: 28px !important
    }

    .mt-lg-8 {
        margin-top: 32px !important
    }

    .mt-lg-9 {
        margin-top: 36px !important
    }

    .mt-lg-10 {
        margin-top: 40px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 4px !important
    }

    .me-lg-2 {
        margin-right: 8px !important
    }

    .me-lg-3 {
        margin-right: 12px !important
    }

    .me-lg-4 {
        margin-right: 16px !important
    }

    .me-lg-5 {
        margin-right: 20px !important
    }

    .me-lg-6 {
        margin-right: 24px !important
    }

    .me-lg-7 {
        margin-right: 28px !important
    }

    .me-lg-8 {
        margin-right: 32px !important
    }

    .me-lg-9 {
        margin-right: 36px !important
    }

    .me-lg-10 {
        margin-right: 40px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 4px !important
    }

    .mb-lg-2 {
        margin-bottom: 8px !important
    }

    .mb-lg-3 {
        margin-bottom: 12px !important
    }

    .mb-lg-4 {
        margin-bottom: 16px !important
    }

    .mb-lg-5 {
        margin-bottom: 20px !important
    }

    .mb-lg-6 {
        margin-bottom: 24px !important
    }

    .mb-lg-7 {
        margin-bottom: 28px !important
    }

    .mb-lg-8 {
        margin-bottom: 32px !important
    }

    .mb-lg-9 {
        margin-bottom: 36px !important
    }

    .mb-lg-10 {
        margin-bottom: 40px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 4px !important
    }

    .ms-lg-2 {
        margin-left: 8px !important
    }

    .ms-lg-3 {
        margin-left: 12px !important
    }

    .ms-lg-4 {
        margin-left: 16px !important
    }

    .ms-lg-5 {
        margin-left: 20px !important
    }

    .ms-lg-6 {
        margin-left: 24px !important
    }

    .ms-lg-7 {
        margin-left: 28px !important
    }

    .ms-lg-8 {
        margin-left: 32px !important
    }

    .ms-lg-9 {
        margin-left: 36px !important
    }

    .ms-lg-10 {
        margin-left: 40px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 4px !important
    }

    .p-lg-2 {
        padding: 8px !important
    }

    .p-lg-3 {
        padding: 12px !important
    }

    .p-lg-4 {
        padding: 16px !important
    }

    .p-lg-5 {
        padding: 20px !important
    }

    .p-lg-6 {
        padding: 24px !important
    }

    .p-lg-7 {
        padding: 28px !important
    }

    .p-lg-8 {
        padding: 32px !important
    }

    .p-lg-9 {
        padding: 36px !important
    }

    .p-lg-10 {
        padding: 40px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-lg-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-lg-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-lg-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-lg-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-lg-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-lg-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-lg-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-lg-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-lg-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-lg-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-lg-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-lg-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-lg-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-lg-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-lg-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-lg-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-lg-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 4px !important
    }

    .pt-lg-2 {
        padding-top: 8px !important
    }

    .pt-lg-3 {
        padding-top: 12px !important
    }

    .pt-lg-4 {
        padding-top: 16px !important
    }

    .pt-lg-5 {
        padding-top: 20px !important
    }

    .pt-lg-6 {
        padding-top: 24px !important
    }

    .pt-lg-7 {
        padding-top: 28px !important
    }

    .pt-lg-8 {
        padding-top: 32px !important
    }

    .pt-lg-9 {
        padding-top: 36px !important
    }

    .pt-lg-10 {
        padding-top: 40px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 4px !important
    }

    .pe-lg-2 {
        padding-right: 8px !important
    }

    .pe-lg-3 {
        padding-right: 12px !important
    }

    .pe-lg-4 {
        padding-right: 16px !important
    }

    .pe-lg-5 {
        padding-right: 20px !important
    }

    .pe-lg-6 {
        padding-right: 24px !important
    }

    .pe-lg-7 {
        padding-right: 28px !important
    }

    .pe-lg-8 {
        padding-right: 32px !important
    }

    .pe-lg-9 {
        padding-right: 36px !important
    }

    .pe-lg-10 {
        padding-right: 40px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 4px !important
    }

    .pb-lg-2 {
        padding-bottom: 8px !important
    }

    .pb-lg-3 {
        padding-bottom: 12px !important
    }

    .pb-lg-4 {
        padding-bottom: 16px !important
    }

    .pb-lg-5 {
        padding-bottom: 20px !important
    }

    .pb-lg-6 {
        padding-bottom: 24px !important
    }

    .pb-lg-7 {
        padding-bottom: 28px !important
    }

    .pb-lg-8 {
        padding-bottom: 32px !important
    }

    .pb-lg-9 {
        padding-bottom: 36px !important
    }

    .pb-lg-10 {
        padding-bottom: 40px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 4px !important
    }

    .ps-lg-2 {
        padding-left: 8px !important
    }

    .ps-lg-3 {
        padding-left: 12px !important
    }

    .ps-lg-4 {
        padding-left: 16px !important
    }

    .ps-lg-5 {
        padding-left: 20px !important
    }

    .ps-lg-6 {
        padding-left: 24px !important
    }

    .ps-lg-7 {
        padding-left: 28px !important
    }

    .ps-lg-8 {
        padding-left: 32px !important
    }

    .ps-lg-9 {
        padding-left: 36px !important
    }

    .ps-lg-10 {
        padding-left: 40px !important
    }
}

@media(min-width: 1200px) {
    .d-xl-inline {
        display:inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 4px !important
    }

    .m-xl-2 {
        margin: 8px !important
    }

    .m-xl-3 {
        margin: 12px !important
    }

    .m-xl-4 {
        margin: 16px !important
    }

    .m-xl-5 {
        margin: 20px !important
    }

    .m-xl-6 {
        margin: 24px !important
    }

    .m-xl-7 {
        margin: 28px !important
    }

    .m-xl-8 {
        margin: 32px !important
    }

    .m-xl-9 {
        margin: 36px !important
    }

    .m-xl-10 {
        margin: 40px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xl-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xl-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xl-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xl-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xl-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-xl-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xl-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-xl-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xl-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xl-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xl-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xl-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-xl-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xl-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-xl-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 4px !important
    }

    .mt-xl-2 {
        margin-top: 8px !important
    }

    .mt-xl-3 {
        margin-top: 12px !important
    }

    .mt-xl-4 {
        margin-top: 16px !important
    }

    .mt-xl-5 {
        margin-top: 20px !important
    }

    .mt-xl-6 {
        margin-top: 24px !important
    }

    .mt-xl-7 {
        margin-top: 28px !important
    }

    .mt-xl-8 {
        margin-top: 32px !important
    }

    .mt-xl-9 {
        margin-top: 36px !important
    }

    .mt-xl-10 {
        margin-top: 40px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 4px !important
    }

    .me-xl-2 {
        margin-right: 8px !important
    }

    .me-xl-3 {
        margin-right: 12px !important
    }

    .me-xl-4 {
        margin-right: 16px !important
    }

    .me-xl-5 {
        margin-right: 20px !important
    }

    .me-xl-6 {
        margin-right: 24px !important
    }

    .me-xl-7 {
        margin-right: 28px !important
    }

    .me-xl-8 {
        margin-right: 32px !important
    }

    .me-xl-9 {
        margin-right: 36px !important
    }

    .me-xl-10 {
        margin-right: 40px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 4px !important
    }

    .mb-xl-2 {
        margin-bottom: 8px !important
    }

    .mb-xl-3 {
        margin-bottom: 12px !important
    }

    .mb-xl-4 {
        margin-bottom: 16px !important
    }

    .mb-xl-5 {
        margin-bottom: 20px !important
    }

    .mb-xl-6 {
        margin-bottom: 24px !important
    }

    .mb-xl-7 {
        margin-bottom: 28px !important
    }

    .mb-xl-8 {
        margin-bottom: 32px !important
    }

    .mb-xl-9 {
        margin-bottom: 36px !important
    }

    .mb-xl-10 {
        margin-bottom: 40px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 4px !important
    }

    .ms-xl-2 {
        margin-left: 8px !important
    }

    .ms-xl-3 {
        margin-left: 12px !important
    }

    .ms-xl-4 {
        margin-left: 16px !important
    }

    .ms-xl-5 {
        margin-left: 20px !important
    }

    .ms-xl-6 {
        margin-left: 24px !important
    }

    .ms-xl-7 {
        margin-left: 28px !important
    }

    .ms-xl-8 {
        margin-left: 32px !important
    }

    .ms-xl-9 {
        margin-left: 36px !important
    }

    .ms-xl-10 {
        margin-left: 40px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 4px !important
    }

    .p-xl-2 {
        padding: 8px !important
    }

    .p-xl-3 {
        padding: 12px !important
    }

    .p-xl-4 {
        padding: 16px !important
    }

    .p-xl-5 {
        padding: 20px !important
    }

    .p-xl-6 {
        padding: 24px !important
    }

    .p-xl-7 {
        padding: 28px !important
    }

    .p-xl-8 {
        padding: 32px !important
    }

    .p-xl-9 {
        padding: 36px !important
    }

    .p-xl-10 {
        padding: 40px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xl-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xl-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xl-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xl-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xl-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-xl-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xl-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-xl-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xl-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xl-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xl-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xl-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-xl-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xl-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-xl-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 4px !important
    }

    .pt-xl-2 {
        padding-top: 8px !important
    }

    .pt-xl-3 {
        padding-top: 12px !important
    }

    .pt-xl-4 {
        padding-top: 16px !important
    }

    .pt-xl-5 {
        padding-top: 20px !important
    }

    .pt-xl-6 {
        padding-top: 24px !important
    }

    .pt-xl-7 {
        padding-top: 28px !important
    }

    .pt-xl-8 {
        padding-top: 32px !important
    }

    .pt-xl-9 {
        padding-top: 36px !important
    }

    .pt-xl-10 {
        padding-top: 40px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 4px !important
    }

    .pe-xl-2 {
        padding-right: 8px !important
    }

    .pe-xl-3 {
        padding-right: 12px !important
    }

    .pe-xl-4 {
        padding-right: 16px !important
    }

    .pe-xl-5 {
        padding-right: 20px !important
    }

    .pe-xl-6 {
        padding-right: 24px !important
    }

    .pe-xl-7 {
        padding-right: 28px !important
    }

    .pe-xl-8 {
        padding-right: 32px !important
    }

    .pe-xl-9 {
        padding-right: 36px !important
    }

    .pe-xl-10 {
        padding-right: 40px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 4px !important
    }

    .pb-xl-2 {
        padding-bottom: 8px !important
    }

    .pb-xl-3 {
        padding-bottom: 12px !important
    }

    .pb-xl-4 {
        padding-bottom: 16px !important
    }

    .pb-xl-5 {
        padding-bottom: 20px !important
    }

    .pb-xl-6 {
        padding-bottom: 24px !important
    }

    .pb-xl-7 {
        padding-bottom: 28px !important
    }

    .pb-xl-8 {
        padding-bottom: 32px !important
    }

    .pb-xl-9 {
        padding-bottom: 36px !important
    }

    .pb-xl-10 {
        padding-bottom: 40px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 4px !important
    }

    .ps-xl-2 {
        padding-left: 8px !important
    }

    .ps-xl-3 {
        padding-left: 12px !important
    }

    .ps-xl-4 {
        padding-left: 16px !important
    }

    .ps-xl-5 {
        padding-left: 20px !important
    }

    .ps-xl-6 {
        padding-left: 24px !important
    }

    .ps-xl-7 {
        padding-left: 28px !important
    }

    .ps-xl-8 {
        padding-left: 32px !important
    }

    .ps-xl-9 {
        padding-left: 36px !important
    }

    .ps-xl-10 {
        padding-left: 40px !important
    }
}

@media(min-width: 1920px) {
    .d-xxl-inline {
        display:inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 4px !important
    }

    .m-xxl-2 {
        margin: 8px !important
    }

    .m-xxl-3 {
        margin: 12px !important
    }

    .m-xxl-4 {
        margin: 16px !important
    }

    .m-xxl-5 {
        margin: 20px !important
    }

    .m-xxl-6 {
        margin: 24px !important
    }

    .m-xxl-7 {
        margin: 28px !important
    }

    .m-xxl-8 {
        margin: 32px !important
    }

    .m-xxl-9 {
        margin: 36px !important
    }

    .m-xxl-10 {
        margin: 40px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xxl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xxl-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxl-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xxl-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxl-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xxl-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-xxl-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xxl-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-xxl-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xxl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xxl-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxl-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xxl-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxl-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xxl-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-xxl-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xxl-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-xxl-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 4px !important
    }

    .mt-xxl-2 {
        margin-top: 8px !important
    }

    .mt-xxl-3 {
        margin-top: 12px !important
    }

    .mt-xxl-4 {
        margin-top: 16px !important
    }

    .mt-xxl-5 {
        margin-top: 20px !important
    }

    .mt-xxl-6 {
        margin-top: 24px !important
    }

    .mt-xxl-7 {
        margin-top: 28px !important
    }

    .mt-xxl-8 {
        margin-top: 32px !important
    }

    .mt-xxl-9 {
        margin-top: 36px !important
    }

    .mt-xxl-10 {
        margin-top: 40px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 4px !important
    }

    .me-xxl-2 {
        margin-right: 8px !important
    }

    .me-xxl-3 {
        margin-right: 12px !important
    }

    .me-xxl-4 {
        margin-right: 16px !important
    }

    .me-xxl-5 {
        margin-right: 20px !important
    }

    .me-xxl-6 {
        margin-right: 24px !important
    }

    .me-xxl-7 {
        margin-right: 28px !important
    }

    .me-xxl-8 {
        margin-right: 32px !important
    }

    .me-xxl-9 {
        margin-right: 36px !important
    }

    .me-xxl-10 {
        margin-right: 40px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 4px !important
    }

    .mb-xxl-2 {
        margin-bottom: 8px !important
    }

    .mb-xxl-3 {
        margin-bottom: 12px !important
    }

    .mb-xxl-4 {
        margin-bottom: 16px !important
    }

    .mb-xxl-5 {
        margin-bottom: 20px !important
    }

    .mb-xxl-6 {
        margin-bottom: 24px !important
    }

    .mb-xxl-7 {
        margin-bottom: 28px !important
    }

    .mb-xxl-8 {
        margin-bottom: 32px !important
    }

    .mb-xxl-9 {
        margin-bottom: 36px !important
    }

    .mb-xxl-10 {
        margin-bottom: 40px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 4px !important
    }

    .ms-xxl-2 {
        margin-left: 8px !important
    }

    .ms-xxl-3 {
        margin-left: 12px !important
    }

    .ms-xxl-4 {
        margin-left: 16px !important
    }

    .ms-xxl-5 {
        margin-left: 20px !important
    }

    .ms-xxl-6 {
        margin-left: 24px !important
    }

    .ms-xxl-7 {
        margin-left: 28px !important
    }

    .ms-xxl-8 {
        margin-left: 32px !important
    }

    .ms-xxl-9 {
        margin-left: 36px !important
    }

    .ms-xxl-10 {
        margin-left: 40px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 4px !important
    }

    .p-xxl-2 {
        padding: 8px !important
    }

    .p-xxl-3 {
        padding: 12px !important
    }

    .p-xxl-4 {
        padding: 16px !important
    }

    .p-xxl-5 {
        padding: 20px !important
    }

    .p-xxl-6 {
        padding: 24px !important
    }

    .p-xxl-7 {
        padding: 28px !important
    }

    .p-xxl-8 {
        padding: 32px !important
    }

    .p-xxl-9 {
        padding: 36px !important
    }

    .p-xxl-10 {
        padding: 40px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xxl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xxl-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xxl-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xxl-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxl-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xxl-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-xxl-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xxl-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-xxl-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xxl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xxl-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xxl-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xxl-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxl-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xxl-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-xxl-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xxl-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-xxl-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 4px !important
    }

    .pt-xxl-2 {
        padding-top: 8px !important
    }

    .pt-xxl-3 {
        padding-top: 12px !important
    }

    .pt-xxl-4 {
        padding-top: 16px !important
    }

    .pt-xxl-5 {
        padding-top: 20px !important
    }

    .pt-xxl-6 {
        padding-top: 24px !important
    }

    .pt-xxl-7 {
        padding-top: 28px !important
    }

    .pt-xxl-8 {
        padding-top: 32px !important
    }

    .pt-xxl-9 {
        padding-top: 36px !important
    }

    .pt-xxl-10 {
        padding-top: 40px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 4px !important
    }

    .pe-xxl-2 {
        padding-right: 8px !important
    }

    .pe-xxl-3 {
        padding-right: 12px !important
    }

    .pe-xxl-4 {
        padding-right: 16px !important
    }

    .pe-xxl-5 {
        padding-right: 20px !important
    }

    .pe-xxl-6 {
        padding-right: 24px !important
    }

    .pe-xxl-7 {
        padding-right: 28px !important
    }

    .pe-xxl-8 {
        padding-right: 32px !important
    }

    .pe-xxl-9 {
        padding-right: 36px !important
    }

    .pe-xxl-10 {
        padding-right: 40px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 4px !important
    }

    .pb-xxl-2 {
        padding-bottom: 8px !important
    }

    .pb-xxl-3 {
        padding-bottom: 12px !important
    }

    .pb-xxl-4 {
        padding-bottom: 16px !important
    }

    .pb-xxl-5 {
        padding-bottom: 20px !important
    }

    .pb-xxl-6 {
        padding-bottom: 24px !important
    }

    .pb-xxl-7 {
        padding-bottom: 28px !important
    }

    .pb-xxl-8 {
        padding-bottom: 32px !important
    }

    .pb-xxl-9 {
        padding-bottom: 36px !important
    }

    .pb-xxl-10 {
        padding-bottom: 40px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 4px !important
    }

    .ps-xxl-2 {
        padding-left: 8px !important
    }

    .ps-xxl-3 {
        padding-left: 12px !important
    }

    .ps-xxl-4 {
        padding-left: 16px !important
    }

    .ps-xxl-5 {
        padding-left: 20px !important
    }

    .ps-xxl-6 {
        padding-left: 24px !important
    }

    .ps-xxl-7 {
        padding-left: 28px !important
    }

    .ps-xxl-8 {
        padding-left: 32px !important
    }

    .ps-xxl-9 {
        padding-left: 36px !important
    }

    .ps-xxl-10 {
        padding-left: 40px !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1919.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .5s ease-in-out !important
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .5s ease-in-out !important
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-scale {
    object-fit: scale-down !important
}

.object-fit-none {
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 4px !important
}

.m-2 {
    margin: 8px !important
}

.m-3 {
    margin: 12px !important
}

.m-4 {
    margin: 16px !important
}

.m-5 {
    margin: 20px !important
}

.m-6 {
    margin: 24px !important
}

.m-7 {
    margin: 28px !important
}

.m-8 {
    margin: 32px !important
}

.m-9 {
    margin: 36px !important
}

.m-10 {
    margin: 40px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important
}

.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important
}

.mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.mx-4 {
    margin-right: 16px !important;
    margin-left: 16px !important
}

.mx-5 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.mx-6 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.mx-7 {
    margin-right: 28px !important;
    margin-left: 28px !important
}

.mx-8 {
    margin-right: 32px !important;
    margin-left: 32px !important
}

.mx-9 {
    margin-right: 36px !important;
    margin-left: 36px !important
}

.mx-10 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
}

.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 4px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mt-3 {
    margin-top: 12px !important
}

.mt-4 {
    margin-top: 16px !important
}

.mt-5 {
    margin-top: 20px !important
}

.mt-6 {
    margin-top: 24px !important
}

.mt-7 {
    margin-top: 28px !important
}

.mt-8 {
    margin-top: 32px !important
}

.mt-9 {
    margin-top: 36px !important
}

.mt-10 {
    margin-top: 40px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 4px !important
}

.me-2 {
    margin-right: 8px !important
}

.me-3 {
    margin-right: 12px !important
}

.me-4 {
    margin-right: 16px !important
}

.me-5 {
    margin-right: 20px !important
}

.me-6 {
    margin-right: 24px !important
}

.me-7 {
    margin-right: 28px !important
}

.me-8 {
    margin-right: 32px !important
}

.me-9 {
    margin-right: 36px !important
}

.me-10 {
    margin-right: 40px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.mb-3 {
    margin-bottom: 12px !important
}

.mb-4 {
    margin-bottom: 16px !important
}

.mb-5 {
    margin-bottom: 20px !important
}

.mb-6 {
    margin-bottom: 24px !important
}

.mb-7 {
    margin-bottom: 28px !important
}

.mb-8 {
    margin-bottom: 32px !important
}

.mb-9 {
    margin-bottom: 36px !important
}

.mb-10 {
    margin-bottom: 40px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 4px !important
}

.ms-2 {
    margin-left: 8px !important
}

.ms-3 {
    margin-left: 12px !important
}

.ms-4 {
    margin-left: 16px !important
}

.ms-5 {
    margin-left: 20px !important
}

.ms-6 {
    margin-left: 24px !important
}

.ms-7 {
    margin-left: 28px !important
}

.ms-8 {
    margin-left: 32px !important
}

.ms-9 {
    margin-left: 36px !important
}

.ms-10 {
    margin-left: 40px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 4px !important
}

.p-2 {
    padding: 8px !important
}

.p-3 {
    padding: 12px !important
}

.p-4 {
    padding: 16px !important
}

.p-5 {
    padding: 20px !important
}

.p-6 {
    padding: 24px !important
}

.p-7 {
    padding: 28px !important
}

.p-8 {
    padding: 32px !important
}

.p-9 {
    padding: 36px !important
}

.p-10 {
    padding: 40px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important
}

.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.px-5 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.px-6 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.px-7 {
    padding-right: 28px !important;
    padding-left: 28px !important
}

.px-8 {
    padding-right: 32px !important;
    padding-left: 32px !important
}

.px-9 {
    padding-right: 36px !important;
    padding-left: 36px !important
}

.px-10 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
}

.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 4px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pt-3 {
    padding-top: 12px !important
}

.pt-4 {
    padding-top: 16px !important
}

.pt-5 {
    padding-top: 20px !important
}

.pt-6 {
    padding-top: 24px !important
}

.pt-7 {
    padding-top: 28px !important
}

.pt-8 {
    padding-top: 32px !important
}

.pt-9 {
    padding-top: 36px !important
}

.pt-10 {
    padding-top: 40px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 4px !important
}

.pe-2 {
    padding-right: 8px !important
}

.pe-3 {
    padding-right: 12px !important
}

.pe-4 {
    padding-right: 16px !important
}

.pe-5 {
    padding-right: 20px !important
}

.pe-6 {
    padding-right: 24px !important
}

.pe-7 {
    padding-right: 28px !important
}

.pe-8 {
    padding-right: 32px !important
}

.pe-9 {
    padding-right: 36px !important
}

.pe-10 {
    padding-right: 40px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.pb-3 {
    padding-bottom: 12px !important
}

.pb-4 {
    padding-bottom: 16px !important
}

.pb-5 {
    padding-bottom: 20px !important
}

.pb-6 {
    padding-bottom: 24px !important
}

.pb-7 {
    padding-bottom: 28px !important
}

.pb-8 {
    padding-bottom: 32px !important
}

.pb-9 {
    padding-bottom: 36px !important
}

.pb-10 {
    padding-bottom: 40px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 4px !important
}

.ps-2 {
    padding-left: 8px !important
}

.ps-3 {
    padding-left: 12px !important
}

.ps-4 {
    padding-left: 16px !important
}

.ps-5 {
    padding-left: 20px !important
}

.ps-6 {
    padding-left: 24px !important
}

.ps-7 {
    padding-left: 28px !important
}

.ps-8 {
    padding-left: 32px !important
}

.ps-9 {
    padding-left: 36px !important
}

.ps-10 {
    padding-left: 40px !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 4px !important
}

.gap-2 {
    gap: 8px !important
}

.gap-3 {
    gap: 12px !important
}

.gap-4 {
    gap: 16px !important
}

.gap-5 {
    gap: 20px !important
}

.gap-6 {
    gap: 24px !important
}

.gap-7 {
    gap: 28px !important
}

.gap-8 {
    gap: 32px !important
}

.gap-9 {
    gap: 36px !important
}

.gap-10 {
    gap: 40px !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: 4px !important
}

.row-gap-2 {
    row-gap: 8px !important
}

.row-gap-3 {
    row-gap: 12px !important
}

.row-gap-4 {
    row-gap: 16px !important
}

.row-gap-5 {
    row-gap: 20px !important
}

.row-gap-6 {
    row-gap: 24px !important
}

.row-gap-7 {
    row-gap: 28px !important
}

.row-gap-8 {
    row-gap: 32px !important
}

.row-gap-9 {
    row-gap: 36px !important
}

.row-gap-10 {
    row-gap: 40px !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: 4px !important
}

.column-gap-2 {
    column-gap: 8px !important
}

.column-gap-3 {
    column-gap: 12px !important
}

.column-gap-4 {
    column-gap: 16px !important
}

.column-gap-5 {
    column-gap: 20px !important
}

.column-gap-6 {
    column-gap: 24px !important
}

.column-gap-7 {
    column-gap: 28px !important
}

.column-gap-8 {
    column-gap: 32px !important
}

.column-gap-9 {
    column-gap: 36px !important
}

.column-gap-10 {
    column-gap: 40px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: .125em !important
}

.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2 {
    text-underline-offset: .25em !important
}

.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3 {
    text-underline-offset: .375em !important
}

.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0,0,0,0) !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float:left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 4px !important
    }

    .m-sm-2 {
        margin: 8px !important
    }

    .m-sm-3 {
        margin: 12px !important
    }

    .m-sm-4 {
        margin: 16px !important
    }

    .m-sm-5 {
        margin: 20px !important
    }

    .m-sm-6 {
        margin: 24px !important
    }

    .m-sm-7 {
        margin: 28px !important
    }

    .m-sm-8 {
        margin: 32px !important
    }

    .m-sm-9 {
        margin: 36px !important
    }

    .m-sm-10 {
        margin: 40px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-sm-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-sm-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-sm-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-sm-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-sm-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-sm-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-sm-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-sm-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-sm-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-sm-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-sm-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-sm-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-sm-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-sm-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-sm-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-sm-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-sm-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 4px !important
    }

    .mt-sm-2 {
        margin-top: 8px !important
    }

    .mt-sm-3 {
        margin-top: 12px !important
    }

    .mt-sm-4 {
        margin-top: 16px !important
    }

    .mt-sm-5 {
        margin-top: 20px !important
    }

    .mt-sm-6 {
        margin-top: 24px !important
    }

    .mt-sm-7 {
        margin-top: 28px !important
    }

    .mt-sm-8 {
        margin-top: 32px !important
    }

    .mt-sm-9 {
        margin-top: 36px !important
    }

    .mt-sm-10 {
        margin-top: 40px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 4px !important
    }

    .me-sm-2 {
        margin-right: 8px !important
    }

    .me-sm-3 {
        margin-right: 12px !important
    }

    .me-sm-4 {
        margin-right: 16px !important
    }

    .me-sm-5 {
        margin-right: 20px !important
    }

    .me-sm-6 {
        margin-right: 24px !important
    }

    .me-sm-7 {
        margin-right: 28px !important
    }

    .me-sm-8 {
        margin-right: 32px !important
    }

    .me-sm-9 {
        margin-right: 36px !important
    }

    .me-sm-10 {
        margin-right: 40px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 4px !important
    }

    .mb-sm-2 {
        margin-bottom: 8px !important
    }

    .mb-sm-3 {
        margin-bottom: 12px !important
    }

    .mb-sm-4 {
        margin-bottom: 16px !important
    }

    .mb-sm-5 {
        margin-bottom: 20px !important
    }

    .mb-sm-6 {
        margin-bottom: 24px !important
    }

    .mb-sm-7 {
        margin-bottom: 28px !important
    }

    .mb-sm-8 {
        margin-bottom: 32px !important
    }

    .mb-sm-9 {
        margin-bottom: 36px !important
    }

    .mb-sm-10 {
        margin-bottom: 40px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 4px !important
    }

    .ms-sm-2 {
        margin-left: 8px !important
    }

    .ms-sm-3 {
        margin-left: 12px !important
    }

    .ms-sm-4 {
        margin-left: 16px !important
    }

    .ms-sm-5 {
        margin-left: 20px !important
    }

    .ms-sm-6 {
        margin-left: 24px !important
    }

    .ms-sm-7 {
        margin-left: 28px !important
    }

    .ms-sm-8 {
        margin-left: 32px !important
    }

    .ms-sm-9 {
        margin-left: 36px !important
    }

    .ms-sm-10 {
        margin-left: 40px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 4px !important
    }

    .p-sm-2 {
        padding: 8px !important
    }

    .p-sm-3 {
        padding: 12px !important
    }

    .p-sm-4 {
        padding: 16px !important
    }

    .p-sm-5 {
        padding: 20px !important
    }

    .p-sm-6 {
        padding: 24px !important
    }

    .p-sm-7 {
        padding: 28px !important
    }

    .p-sm-8 {
        padding: 32px !important
    }

    .p-sm-9 {
        padding: 36px !important
    }

    .p-sm-10 {
        padding: 40px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-sm-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-sm-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-sm-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-sm-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-sm-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-sm-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-sm-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-sm-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-sm-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-sm-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-sm-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-sm-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-sm-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-sm-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-sm-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-sm-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-sm-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 4px !important
    }

    .pt-sm-2 {
        padding-top: 8px !important
    }

    .pt-sm-3 {
        padding-top: 12px !important
    }

    .pt-sm-4 {
        padding-top: 16px !important
    }

    .pt-sm-5 {
        padding-top: 20px !important
    }

    .pt-sm-6 {
        padding-top: 24px !important
    }

    .pt-sm-7 {
        padding-top: 28px !important
    }

    .pt-sm-8 {
        padding-top: 32px !important
    }

    .pt-sm-9 {
        padding-top: 36px !important
    }

    .pt-sm-10 {
        padding-top: 40px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 4px !important
    }

    .pe-sm-2 {
        padding-right: 8px !important
    }

    .pe-sm-3 {
        padding-right: 12px !important
    }

    .pe-sm-4 {
        padding-right: 16px !important
    }

    .pe-sm-5 {
        padding-right: 20px !important
    }

    .pe-sm-6 {
        padding-right: 24px !important
    }

    .pe-sm-7 {
        padding-right: 28px !important
    }

    .pe-sm-8 {
        padding-right: 32px !important
    }

    .pe-sm-9 {
        padding-right: 36px !important
    }

    .pe-sm-10 {
        padding-right: 40px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 4px !important
    }

    .pb-sm-2 {
        padding-bottom: 8px !important
    }

    .pb-sm-3 {
        padding-bottom: 12px !important
    }

    .pb-sm-4 {
        padding-bottom: 16px !important
    }

    .pb-sm-5 {
        padding-bottom: 20px !important
    }

    .pb-sm-6 {
        padding-bottom: 24px !important
    }

    .pb-sm-7 {
        padding-bottom: 28px !important
    }

    .pb-sm-8 {
        padding-bottom: 32px !important
    }

    .pb-sm-9 {
        padding-bottom: 36px !important
    }

    .pb-sm-10 {
        padding-bottom: 40px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 4px !important
    }

    .ps-sm-2 {
        padding-left: 8px !important
    }

    .ps-sm-3 {
        padding-left: 12px !important
    }

    .ps-sm-4 {
        padding-left: 16px !important
    }

    .ps-sm-5 {
        padding-left: 20px !important
    }

    .ps-sm-6 {
        padding-left: 24px !important
    }

    .ps-sm-7 {
        padding-left: 28px !important
    }

    .ps-sm-8 {
        padding-left: 32px !important
    }

    .ps-sm-9 {
        padding-left: 36px !important
    }

    .ps-sm-10 {
        padding-left: 40px !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 4px !important
    }

    .gap-sm-2 {
        gap: 8px !important
    }

    .gap-sm-3 {
        gap: 12px !important
    }

    .gap-sm-4 {
        gap: 16px !important
    }

    .gap-sm-5 {
        gap: 20px !important
    }

    .gap-sm-6 {
        gap: 24px !important
    }

    .gap-sm-7 {
        gap: 28px !important
    }

    .gap-sm-8 {
        gap: 32px !important
    }

    .gap-sm-9 {
        gap: 36px !important
    }

    .gap-sm-10 {
        gap: 40px !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: 4px !important
    }

    .row-gap-sm-2 {
        row-gap: 8px !important
    }

    .row-gap-sm-3 {
        row-gap: 12px !important
    }

    .row-gap-sm-4 {
        row-gap: 16px !important
    }

    .row-gap-sm-5 {
        row-gap: 20px !important
    }

    .row-gap-sm-6 {
        row-gap: 24px !important
    }

    .row-gap-sm-7 {
        row-gap: 28px !important
    }

    .row-gap-sm-8 {
        row-gap: 32px !important
    }

    .row-gap-sm-9 {
        row-gap: 36px !important
    }

    .row-gap-sm-10 {
        row-gap: 40px !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: 4px !important
    }

    .column-gap-sm-2 {
        column-gap: 8px !important
    }

    .column-gap-sm-3 {
        column-gap: 12px !important
    }

    .column-gap-sm-4 {
        column-gap: 16px !important
    }

    .column-gap-sm-5 {
        column-gap: 20px !important
    }

    .column-gap-sm-6 {
        column-gap: 24px !important
    }

    .column-gap-sm-7 {
        column-gap: 28px !important
    }

    .column-gap-sm-8 {
        column-gap: 32px !important
    }

    .column-gap-sm-9 {
        column-gap: 36px !important
    }

    .column-gap-sm-10 {
        column-gap: 40px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float:left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        object-fit: contain !important
    }

    .object-fit-md-cover {
        object-fit: cover !important
    }

    .object-fit-md-fill {
        object-fit: fill !important
    }

    .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 4px !important
    }

    .m-md-2 {
        margin: 8px !important
    }

    .m-md-3 {
        margin: 12px !important
    }

    .m-md-4 {
        margin: 16px !important
    }

    .m-md-5 {
        margin: 20px !important
    }

    .m-md-6 {
        margin: 24px !important
    }

    .m-md-7 {
        margin: 28px !important
    }

    .m-md-8 {
        margin: 32px !important
    }

    .m-md-9 {
        margin: 36px !important
    }

    .m-md-10 {
        margin: 40px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-md-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-md-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-md-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-md-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-md-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-md-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-md-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-md-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-md-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-md-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-md-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-md-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-md-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-md-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-md-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-md-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-md-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 4px !important
    }

    .mt-md-2 {
        margin-top: 8px !important
    }

    .mt-md-3 {
        margin-top: 12px !important
    }

    .mt-md-4 {
        margin-top: 16px !important
    }

    .mt-md-5 {
        margin-top: 20px !important
    }

    .mt-md-6 {
        margin-top: 24px !important
    }

    .mt-md-7 {
        margin-top: 28px !important
    }

    .mt-md-8 {
        margin-top: 32px !important
    }

    .mt-md-9 {
        margin-top: 36px !important
    }

    .mt-md-10 {
        margin-top: 40px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 4px !important
    }

    .me-md-2 {
        margin-right: 8px !important
    }

    .me-md-3 {
        margin-right: 12px !important
    }

    .me-md-4 {
        margin-right: 16px !important
    }

    .me-md-5 {
        margin-right: 20px !important
    }

    .me-md-6 {
        margin-right: 24px !important
    }

    .me-md-7 {
        margin-right: 28px !important
    }

    .me-md-8 {
        margin-right: 32px !important
    }

    .me-md-9 {
        margin-right: 36px !important
    }

    .me-md-10 {
        margin-right: 40px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 4px !important
    }

    .mb-md-2 {
        margin-bottom: 8px !important
    }

    .mb-md-3 {
        margin-bottom: 12px !important
    }

    .mb-md-4 {
        margin-bottom: 16px !important
    }

    .mb-md-5 {
        margin-bottom: 20px !important
    }

    .mb-md-6 {
        margin-bottom: 24px !important
    }

    .mb-md-7 {
        margin-bottom: 28px !important
    }

    .mb-md-8 {
        margin-bottom: 32px !important
    }

    .mb-md-9 {
        margin-bottom: 36px !important
    }

    .mb-md-10 {
        margin-bottom: 40px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 4px !important
    }

    .ms-md-2 {
        margin-left: 8px !important
    }

    .ms-md-3 {
        margin-left: 12px !important
    }

    .ms-md-4 {
        margin-left: 16px !important
    }

    .ms-md-5 {
        margin-left: 20px !important
    }

    .ms-md-6 {
        margin-left: 24px !important
    }

    .ms-md-7 {
        margin-left: 28px !important
    }

    .ms-md-8 {
        margin-left: 32px !important
    }

    .ms-md-9 {
        margin-left: 36px !important
    }

    .ms-md-10 {
        margin-left: 40px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 4px !important
    }

    .p-md-2 {
        padding: 8px !important
    }

    .p-md-3 {
        padding: 12px !important
    }

    .p-md-4 {
        padding: 16px !important
    }

    .p-md-5 {
        padding: 20px !important
    }

    .p-md-6 {
        padding: 24px !important
    }

    .p-md-7 {
        padding: 28px !important
    }

    .p-md-8 {
        padding: 32px !important
    }

    .p-md-9 {
        padding: 36px !important
    }

    .p-md-10 {
        padding: 40px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-md-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-md-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-md-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-md-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-md-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-md-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-md-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-md-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-md-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-md-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-md-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-md-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-md-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-md-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-md-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-md-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-md-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 4px !important
    }

    .pt-md-2 {
        padding-top: 8px !important
    }

    .pt-md-3 {
        padding-top: 12px !important
    }

    .pt-md-4 {
        padding-top: 16px !important
    }

    .pt-md-5 {
        padding-top: 20px !important
    }

    .pt-md-6 {
        padding-top: 24px !important
    }

    .pt-md-7 {
        padding-top: 28px !important
    }

    .pt-md-8 {
        padding-top: 32px !important
    }

    .pt-md-9 {
        padding-top: 36px !important
    }

    .pt-md-10 {
        padding-top: 40px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 4px !important
    }

    .pe-md-2 {
        padding-right: 8px !important
    }

    .pe-md-3 {
        padding-right: 12px !important
    }

    .pe-md-4 {
        padding-right: 16px !important
    }

    .pe-md-5 {
        padding-right: 20px !important
    }

    .pe-md-6 {
        padding-right: 24px !important
    }

    .pe-md-7 {
        padding-right: 28px !important
    }

    .pe-md-8 {
        padding-right: 32px !important
    }

    .pe-md-9 {
        padding-right: 36px !important
    }

    .pe-md-10 {
        padding-right: 40px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 4px !important
    }

    .pb-md-2 {
        padding-bottom: 8px !important
    }

    .pb-md-3 {
        padding-bottom: 12px !important
    }

    .pb-md-4 {
        padding-bottom: 16px !important
    }

    .pb-md-5 {
        padding-bottom: 20px !important
    }

    .pb-md-6 {
        padding-bottom: 24px !important
    }

    .pb-md-7 {
        padding-bottom: 28px !important
    }

    .pb-md-8 {
        padding-bottom: 32px !important
    }

    .pb-md-9 {
        padding-bottom: 36px !important
    }

    .pb-md-10 {
        padding-bottom: 40px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 4px !important
    }

    .ps-md-2 {
        padding-left: 8px !important
    }

    .ps-md-3 {
        padding-left: 12px !important
    }

    .ps-md-4 {
        padding-left: 16px !important
    }

    .ps-md-5 {
        padding-left: 20px !important
    }

    .ps-md-6 {
        padding-left: 24px !important
    }

    .ps-md-7 {
        padding-left: 28px !important
    }

    .ps-md-8 {
        padding-left: 32px !important
    }

    .ps-md-9 {
        padding-left: 36px !important
    }

    .ps-md-10 {
        padding-left: 40px !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 4px !important
    }

    .gap-md-2 {
        gap: 8px !important
    }

    .gap-md-3 {
        gap: 12px !important
    }

    .gap-md-4 {
        gap: 16px !important
    }

    .gap-md-5 {
        gap: 20px !important
    }

    .gap-md-6 {
        gap: 24px !important
    }

    .gap-md-7 {
        gap: 28px !important
    }

    .gap-md-8 {
        gap: 32px !important
    }

    .gap-md-9 {
        gap: 36px !important
    }

    .gap-md-10 {
        gap: 40px !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: 4px !important
    }

    .row-gap-md-2 {
        row-gap: 8px !important
    }

    .row-gap-md-3 {
        row-gap: 12px !important
    }

    .row-gap-md-4 {
        row-gap: 16px !important
    }

    .row-gap-md-5 {
        row-gap: 20px !important
    }

    .row-gap-md-6 {
        row-gap: 24px !important
    }

    .row-gap-md-7 {
        row-gap: 28px !important
    }

    .row-gap-md-8 {
        row-gap: 32px !important
    }

    .row-gap-md-9 {
        row-gap: 36px !important
    }

    .row-gap-md-10 {
        row-gap: 40px !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: 4px !important
    }

    .column-gap-md-2 {
        column-gap: 8px !important
    }

    .column-gap-md-3 {
        column-gap: 12px !important
    }

    .column-gap-md-4 {
        column-gap: 16px !important
    }

    .column-gap-md-5 {
        column-gap: 20px !important
    }

    .column-gap-md-6 {
        column-gap: 24px !important
    }

    .column-gap-md-7 {
        column-gap: 28px !important
    }

    .column-gap-md-8 {
        column-gap: 32px !important
    }

    .column-gap-md-9 {
        column-gap: 36px !important
    }

    .column-gap-md-10 {
        column-gap: 40px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float:left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 4px !important
    }

    .m-lg-2 {
        margin: 8px !important
    }

    .m-lg-3 {
        margin: 12px !important
    }

    .m-lg-4 {
        margin: 16px !important
    }

    .m-lg-5 {
        margin: 20px !important
    }

    .m-lg-6 {
        margin: 24px !important
    }

    .m-lg-7 {
        margin: 28px !important
    }

    .m-lg-8 {
        margin: 32px !important
    }

    .m-lg-9 {
        margin: 36px !important
    }

    .m-lg-10 {
        margin: 40px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-lg-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-lg-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-lg-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-lg-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-lg-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-lg-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-lg-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-lg-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-lg-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-lg-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-lg-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-lg-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-lg-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-lg-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-lg-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-lg-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-lg-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 4px !important
    }

    .mt-lg-2 {
        margin-top: 8px !important
    }

    .mt-lg-3 {
        margin-top: 12px !important
    }

    .mt-lg-4 {
        margin-top: 16px !important
    }

    .mt-lg-5 {
        margin-top: 20px !important
    }

    .mt-lg-6 {
        margin-top: 24px !important
    }

    .mt-lg-7 {
        margin-top: 28px !important
    }

    .mt-lg-8 {
        margin-top: 32px !important
    }

    .mt-lg-9 {
        margin-top: 36px !important
    }

    .mt-lg-10 {
        margin-top: 40px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 4px !important
    }

    .me-lg-2 {
        margin-right: 8px !important
    }

    .me-lg-3 {
        margin-right: 12px !important
    }

    .me-lg-4 {
        margin-right: 16px !important
    }

    .me-lg-5 {
        margin-right: 20px !important
    }

    .me-lg-6 {
        margin-right: 24px !important
    }

    .me-lg-7 {
        margin-right: 28px !important
    }

    .me-lg-8 {
        margin-right: 32px !important
    }

    .me-lg-9 {
        margin-right: 36px !important
    }

    .me-lg-10 {
        margin-right: 40px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 4px !important
    }

    .mb-lg-2 {
        margin-bottom: 8px !important
    }

    .mb-lg-3 {
        margin-bottom: 12px !important
    }

    .mb-lg-4 {
        margin-bottom: 16px !important
    }

    .mb-lg-5 {
        margin-bottom: 20px !important
    }

    .mb-lg-6 {
        margin-bottom: 24px !important
    }

    .mb-lg-7 {
        margin-bottom: 28px !important
    }

    .mb-lg-8 {
        margin-bottom: 32px !important
    }

    .mb-lg-9 {
        margin-bottom: 36px !important
    }

    .mb-lg-10 {
        margin-bottom: 40px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 4px !important
    }

    .ms-lg-2 {
        margin-left: 8px !important
    }

    .ms-lg-3 {
        margin-left: 12px !important
    }

    .ms-lg-4 {
        margin-left: 16px !important
    }

    .ms-lg-5 {
        margin-left: 20px !important
    }

    .ms-lg-6 {
        margin-left: 24px !important
    }

    .ms-lg-7 {
        margin-left: 28px !important
    }

    .ms-lg-8 {
        margin-left: 32px !important
    }

    .ms-lg-9 {
        margin-left: 36px !important
    }

    .ms-lg-10 {
        margin-left: 40px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 4px !important
    }

    .p-lg-2 {
        padding: 8px !important
    }

    .p-lg-3 {
        padding: 12px !important
    }

    .p-lg-4 {
        padding: 16px !important
    }

    .p-lg-5 {
        padding: 20px !important
    }

    .p-lg-6 {
        padding: 24px !important
    }

    .p-lg-7 {
        padding: 28px !important
    }

    .p-lg-8 {
        padding: 32px !important
    }

    .p-lg-9 {
        padding: 36px !important
    }

    .p-lg-10 {
        padding: 40px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-lg-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-lg-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-lg-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-lg-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-lg-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-lg-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-lg-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-lg-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-lg-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-lg-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-lg-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-lg-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-lg-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-lg-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-lg-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-lg-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-lg-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 4px !important
    }

    .pt-lg-2 {
        padding-top: 8px !important
    }

    .pt-lg-3 {
        padding-top: 12px !important
    }

    .pt-lg-4 {
        padding-top: 16px !important
    }

    .pt-lg-5 {
        padding-top: 20px !important
    }

    .pt-lg-6 {
        padding-top: 24px !important
    }

    .pt-lg-7 {
        padding-top: 28px !important
    }

    .pt-lg-8 {
        padding-top: 32px !important
    }

    .pt-lg-9 {
        padding-top: 36px !important
    }

    .pt-lg-10 {
        padding-top: 40px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 4px !important
    }

    .pe-lg-2 {
        padding-right: 8px !important
    }

    .pe-lg-3 {
        padding-right: 12px !important
    }

    .pe-lg-4 {
        padding-right: 16px !important
    }

    .pe-lg-5 {
        padding-right: 20px !important
    }

    .pe-lg-6 {
        padding-right: 24px !important
    }

    .pe-lg-7 {
        padding-right: 28px !important
    }

    .pe-lg-8 {
        padding-right: 32px !important
    }

    .pe-lg-9 {
        padding-right: 36px !important
    }

    .pe-lg-10 {
        padding-right: 40px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 4px !important
    }

    .pb-lg-2 {
        padding-bottom: 8px !important
    }

    .pb-lg-3 {
        padding-bottom: 12px !important
    }

    .pb-lg-4 {
        padding-bottom: 16px !important
    }

    .pb-lg-5 {
        padding-bottom: 20px !important
    }

    .pb-lg-6 {
        padding-bottom: 24px !important
    }

    .pb-lg-7 {
        padding-bottom: 28px !important
    }

    .pb-lg-8 {
        padding-bottom: 32px !important
    }

    .pb-lg-9 {
        padding-bottom: 36px !important
    }

    .pb-lg-10 {
        padding-bottom: 40px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 4px !important
    }

    .ps-lg-2 {
        padding-left: 8px !important
    }

    .ps-lg-3 {
        padding-left: 12px !important
    }

    .ps-lg-4 {
        padding-left: 16px !important
    }

    .ps-lg-5 {
        padding-left: 20px !important
    }

    .ps-lg-6 {
        padding-left: 24px !important
    }

    .ps-lg-7 {
        padding-left: 28px !important
    }

    .ps-lg-8 {
        padding-left: 32px !important
    }

    .ps-lg-9 {
        padding-left: 36px !important
    }

    .ps-lg-10 {
        padding-left: 40px !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 4px !important
    }

    .gap-lg-2 {
        gap: 8px !important
    }

    .gap-lg-3 {
        gap: 12px !important
    }

    .gap-lg-4 {
        gap: 16px !important
    }

    .gap-lg-5 {
        gap: 20px !important
    }

    .gap-lg-6 {
        gap: 24px !important
    }

    .gap-lg-7 {
        gap: 28px !important
    }

    .gap-lg-8 {
        gap: 32px !important
    }

    .gap-lg-9 {
        gap: 36px !important
    }

    .gap-lg-10 {
        gap: 40px !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: 4px !important
    }

    .row-gap-lg-2 {
        row-gap: 8px !important
    }

    .row-gap-lg-3 {
        row-gap: 12px !important
    }

    .row-gap-lg-4 {
        row-gap: 16px !important
    }

    .row-gap-lg-5 {
        row-gap: 20px !important
    }

    .row-gap-lg-6 {
        row-gap: 24px !important
    }

    .row-gap-lg-7 {
        row-gap: 28px !important
    }

    .row-gap-lg-8 {
        row-gap: 32px !important
    }

    .row-gap-lg-9 {
        row-gap: 36px !important
    }

    .row-gap-lg-10 {
        row-gap: 40px !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: 4px !important
    }

    .column-gap-lg-2 {
        column-gap: 8px !important
    }

    .column-gap-lg-3 {
        column-gap: 12px !important
    }

    .column-gap-lg-4 {
        column-gap: 16px !important
    }

    .column-gap-lg-5 {
        column-gap: 20px !important
    }

    .column-gap-lg-6 {
        column-gap: 24px !important
    }

    .column-gap-lg-7 {
        column-gap: 28px !important
    }

    .column-gap-lg-8 {
        column-gap: 32px !important
    }

    .column-gap-lg-9 {
        column-gap: 36px !important
    }

    .column-gap-lg-10 {
        column-gap: 40px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float:left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 4px !important
    }

    .m-xl-2 {
        margin: 8px !important
    }

    .m-xl-3 {
        margin: 12px !important
    }

    .m-xl-4 {
        margin: 16px !important
    }

    .m-xl-5 {
        margin: 20px !important
    }

    .m-xl-6 {
        margin: 24px !important
    }

    .m-xl-7 {
        margin: 28px !important
    }

    .m-xl-8 {
        margin: 32px !important
    }

    .m-xl-9 {
        margin: 36px !important
    }

    .m-xl-10 {
        margin: 40px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xl-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xl-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xl-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xl-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xl-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-xl-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xl-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-xl-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xl-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xl-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xl-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xl-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-xl-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xl-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-xl-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 4px !important
    }

    .mt-xl-2 {
        margin-top: 8px !important
    }

    .mt-xl-3 {
        margin-top: 12px !important
    }

    .mt-xl-4 {
        margin-top: 16px !important
    }

    .mt-xl-5 {
        margin-top: 20px !important
    }

    .mt-xl-6 {
        margin-top: 24px !important
    }

    .mt-xl-7 {
        margin-top: 28px !important
    }

    .mt-xl-8 {
        margin-top: 32px !important
    }

    .mt-xl-9 {
        margin-top: 36px !important
    }

    .mt-xl-10 {
        margin-top: 40px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 4px !important
    }

    .me-xl-2 {
        margin-right: 8px !important
    }

    .me-xl-3 {
        margin-right: 12px !important
    }

    .me-xl-4 {
        margin-right: 16px !important
    }

    .me-xl-5 {
        margin-right: 20px !important
    }

    .me-xl-6 {
        margin-right: 24px !important
    }

    .me-xl-7 {
        margin-right: 28px !important
    }

    .me-xl-8 {
        margin-right: 32px !important
    }

    .me-xl-9 {
        margin-right: 36px !important
    }

    .me-xl-10 {
        margin-right: 40px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 4px !important
    }

    .mb-xl-2 {
        margin-bottom: 8px !important
    }

    .mb-xl-3 {
        margin-bottom: 12px !important
    }

    .mb-xl-4 {
        margin-bottom: 16px !important
    }

    .mb-xl-5 {
        margin-bottom: 20px !important
    }

    .mb-xl-6 {
        margin-bottom: 24px !important
    }

    .mb-xl-7 {
        margin-bottom: 28px !important
    }

    .mb-xl-8 {
        margin-bottom: 32px !important
    }

    .mb-xl-9 {
        margin-bottom: 36px !important
    }

    .mb-xl-10 {
        margin-bottom: 40px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 4px !important
    }

    .ms-xl-2 {
        margin-left: 8px !important
    }

    .ms-xl-3 {
        margin-left: 12px !important
    }

    .ms-xl-4 {
        margin-left: 16px !important
    }

    .ms-xl-5 {
        margin-left: 20px !important
    }

    .ms-xl-6 {
        margin-left: 24px !important
    }

    .ms-xl-7 {
        margin-left: 28px !important
    }

    .ms-xl-8 {
        margin-left: 32px !important
    }

    .ms-xl-9 {
        margin-left: 36px !important
    }

    .ms-xl-10 {
        margin-left: 40px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 4px !important
    }

    .p-xl-2 {
        padding: 8px !important
    }

    .p-xl-3 {
        padding: 12px !important
    }

    .p-xl-4 {
        padding: 16px !important
    }

    .p-xl-5 {
        padding: 20px !important
    }

    .p-xl-6 {
        padding: 24px !important
    }

    .p-xl-7 {
        padding: 28px !important
    }

    .p-xl-8 {
        padding: 32px !important
    }

    .p-xl-9 {
        padding: 36px !important
    }

    .p-xl-10 {
        padding: 40px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xl-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xl-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xl-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xl-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xl-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-xl-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xl-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-xl-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xl-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xl-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xl-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xl-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-xl-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xl-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-xl-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 4px !important
    }

    .pt-xl-2 {
        padding-top: 8px !important
    }

    .pt-xl-3 {
        padding-top: 12px !important
    }

    .pt-xl-4 {
        padding-top: 16px !important
    }

    .pt-xl-5 {
        padding-top: 20px !important
    }

    .pt-xl-6 {
        padding-top: 24px !important
    }

    .pt-xl-7 {
        padding-top: 28px !important
    }

    .pt-xl-8 {
        padding-top: 32px !important
    }

    .pt-xl-9 {
        padding-top: 36px !important
    }

    .pt-xl-10 {
        padding-top: 40px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 4px !important
    }

    .pe-xl-2 {
        padding-right: 8px !important
    }

    .pe-xl-3 {
        padding-right: 12px !important
    }

    .pe-xl-4 {
        padding-right: 16px !important
    }

    .pe-xl-5 {
        padding-right: 20px !important
    }

    .pe-xl-6 {
        padding-right: 24px !important
    }

    .pe-xl-7 {
        padding-right: 28px !important
    }

    .pe-xl-8 {
        padding-right: 32px !important
    }

    .pe-xl-9 {
        padding-right: 36px !important
    }

    .pe-xl-10 {
        padding-right: 40px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 4px !important
    }

    .pb-xl-2 {
        padding-bottom: 8px !important
    }

    .pb-xl-3 {
        padding-bottom: 12px !important
    }

    .pb-xl-4 {
        padding-bottom: 16px !important
    }

    .pb-xl-5 {
        padding-bottom: 20px !important
    }

    .pb-xl-6 {
        padding-bottom: 24px !important
    }

    .pb-xl-7 {
        padding-bottom: 28px !important
    }

    .pb-xl-8 {
        padding-bottom: 32px !important
    }

    .pb-xl-9 {
        padding-bottom: 36px !important
    }

    .pb-xl-10 {
        padding-bottom: 40px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 4px !important
    }

    .ps-xl-2 {
        padding-left: 8px !important
    }

    .ps-xl-3 {
        padding-left: 12px !important
    }

    .ps-xl-4 {
        padding-left: 16px !important
    }

    .ps-xl-5 {
        padding-left: 20px !important
    }

    .ps-xl-6 {
        padding-left: 24px !important
    }

    .ps-xl-7 {
        padding-left: 28px !important
    }

    .ps-xl-8 {
        padding-left: 32px !important
    }

    .ps-xl-9 {
        padding-left: 36px !important
    }

    .ps-xl-10 {
        padding-left: 40px !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 4px !important
    }

    .gap-xl-2 {
        gap: 8px !important
    }

    .gap-xl-3 {
        gap: 12px !important
    }

    .gap-xl-4 {
        gap: 16px !important
    }

    .gap-xl-5 {
        gap: 20px !important
    }

    .gap-xl-6 {
        gap: 24px !important
    }

    .gap-xl-7 {
        gap: 28px !important
    }

    .gap-xl-8 {
        gap: 32px !important
    }

    .gap-xl-9 {
        gap: 36px !important
    }

    .gap-xl-10 {
        gap: 40px !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: 4px !important
    }

    .row-gap-xl-2 {
        row-gap: 8px !important
    }

    .row-gap-xl-3 {
        row-gap: 12px !important
    }

    .row-gap-xl-4 {
        row-gap: 16px !important
    }

    .row-gap-xl-5 {
        row-gap: 20px !important
    }

    .row-gap-xl-6 {
        row-gap: 24px !important
    }

    .row-gap-xl-7 {
        row-gap: 28px !important
    }

    .row-gap-xl-8 {
        row-gap: 32px !important
    }

    .row-gap-xl-9 {
        row-gap: 36px !important
    }

    .row-gap-xl-10 {
        row-gap: 40px !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: 4px !important
    }

    .column-gap-xl-2 {
        column-gap: 8px !important
    }

    .column-gap-xl-3 {
        column-gap: 12px !important
    }

    .column-gap-xl-4 {
        column-gap: 16px !important
    }

    .column-gap-xl-5 {
        column-gap: 20px !important
    }

    .column-gap-xl-6 {
        column-gap: 24px !important
    }

    .column-gap-xl-7 {
        column-gap: 28px !important
    }

    .column-gap-xl-8 {
        column-gap: 32px !important
    }

    .column-gap-xl-9 {
        column-gap: 36px !important
    }

    .column-gap-xl-10 {
        column-gap: 40px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1920px) {
    .float-xxl-start {
        float:left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 4px !important
    }

    .m-xxl-2 {
        margin: 8px !important
    }

    .m-xxl-3 {
        margin: 12px !important
    }

    .m-xxl-4 {
        margin: 16px !important
    }

    .m-xxl-5 {
        margin: 20px !important
    }

    .m-xxl-6 {
        margin: 24px !important
    }

    .m-xxl-7 {
        margin: 28px !important
    }

    .m-xxl-8 {
        margin: 32px !important
    }

    .m-xxl-9 {
        margin: 36px !important
    }

    .m-xxl-10 {
        margin: 40px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xxl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xxl-3 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxl-4 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xxl-5 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxl-6 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xxl-7 {
        margin-right: 28px !important;
        margin-left: 28px !important
    }

    .mx-xxl-8 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xxl-9 {
        margin-right: 36px !important;
        margin-left: 36px !important
    }

    .mx-xxl-10 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xxl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xxl-3 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxl-4 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xxl-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxl-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xxl-7 {
        margin-top: 28px !important;
        margin-bottom: 28px !important
    }

    .my-xxl-8 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xxl-9 {
        margin-top: 36px !important;
        margin-bottom: 36px !important
    }

    .my-xxl-10 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 4px !important
    }

    .mt-xxl-2 {
        margin-top: 8px !important
    }

    .mt-xxl-3 {
        margin-top: 12px !important
    }

    .mt-xxl-4 {
        margin-top: 16px !important
    }

    .mt-xxl-5 {
        margin-top: 20px !important
    }

    .mt-xxl-6 {
        margin-top: 24px !important
    }

    .mt-xxl-7 {
        margin-top: 28px !important
    }

    .mt-xxl-8 {
        margin-top: 32px !important
    }

    .mt-xxl-9 {
        margin-top: 36px !important
    }

    .mt-xxl-10 {
        margin-top: 40px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 4px !important
    }

    .me-xxl-2 {
        margin-right: 8px !important
    }

    .me-xxl-3 {
        margin-right: 12px !important
    }

    .me-xxl-4 {
        margin-right: 16px !important
    }

    .me-xxl-5 {
        margin-right: 20px !important
    }

    .me-xxl-6 {
        margin-right: 24px !important
    }

    .me-xxl-7 {
        margin-right: 28px !important
    }

    .me-xxl-8 {
        margin-right: 32px !important
    }

    .me-xxl-9 {
        margin-right: 36px !important
    }

    .me-xxl-10 {
        margin-right: 40px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 4px !important
    }

    .mb-xxl-2 {
        margin-bottom: 8px !important
    }

    .mb-xxl-3 {
        margin-bottom: 12px !important
    }

    .mb-xxl-4 {
        margin-bottom: 16px !important
    }

    .mb-xxl-5 {
        margin-bottom: 20px !important
    }

    .mb-xxl-6 {
        margin-bottom: 24px !important
    }

    .mb-xxl-7 {
        margin-bottom: 28px !important
    }

    .mb-xxl-8 {
        margin-bottom: 32px !important
    }

    .mb-xxl-9 {
        margin-bottom: 36px !important
    }

    .mb-xxl-10 {
        margin-bottom: 40px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 4px !important
    }

    .ms-xxl-2 {
        margin-left: 8px !important
    }

    .ms-xxl-3 {
        margin-left: 12px !important
    }

    .ms-xxl-4 {
        margin-left: 16px !important
    }

    .ms-xxl-5 {
        margin-left: 20px !important
    }

    .ms-xxl-6 {
        margin-left: 24px !important
    }

    .ms-xxl-7 {
        margin-left: 28px !important
    }

    .ms-xxl-8 {
        margin-left: 32px !important
    }

    .ms-xxl-9 {
        margin-left: 36px !important
    }

    .ms-xxl-10 {
        margin-left: 40px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 4px !important
    }

    .p-xxl-2 {
        padding: 8px !important
    }

    .p-xxl-3 {
        padding: 12px !important
    }

    .p-xxl-4 {
        padding: 16px !important
    }

    .p-xxl-5 {
        padding: 20px !important
    }

    .p-xxl-6 {
        padding: 24px !important
    }

    .p-xxl-7 {
        padding: 28px !important
    }

    .p-xxl-8 {
        padding: 32px !important
    }

    .p-xxl-9 {
        padding: 36px !important
    }

    .p-xxl-10 {
        padding: 40px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xxl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xxl-3 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xxl-4 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xxl-5 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxl-6 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xxl-7 {
        padding-right: 28px !important;
        padding-left: 28px !important
    }

    .px-xxl-8 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xxl-9 {
        padding-right: 36px !important;
        padding-left: 36px !important
    }

    .px-xxl-10 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xxl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xxl-3 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xxl-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xxl-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxl-6 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xxl-7 {
        padding-top: 28px !important;
        padding-bottom: 28px !important
    }

    .py-xxl-8 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xxl-9 {
        padding-top: 36px !important;
        padding-bottom: 36px !important
    }

    .py-xxl-10 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 4px !important
    }

    .pt-xxl-2 {
        padding-top: 8px !important
    }

    .pt-xxl-3 {
        padding-top: 12px !important
    }

    .pt-xxl-4 {
        padding-top: 16px !important
    }

    .pt-xxl-5 {
        padding-top: 20px !important
    }

    .pt-xxl-6 {
        padding-top: 24px !important
    }

    .pt-xxl-7 {
        padding-top: 28px !important
    }

    .pt-xxl-8 {
        padding-top: 32px !important
    }

    .pt-xxl-9 {
        padding-top: 36px !important
    }

    .pt-xxl-10 {
        padding-top: 40px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 4px !important
    }

    .pe-xxl-2 {
        padding-right: 8px !important
    }

    .pe-xxl-3 {
        padding-right: 12px !important
    }

    .pe-xxl-4 {
        padding-right: 16px !important
    }

    .pe-xxl-5 {
        padding-right: 20px !important
    }

    .pe-xxl-6 {
        padding-right: 24px !important
    }

    .pe-xxl-7 {
        padding-right: 28px !important
    }

    .pe-xxl-8 {
        padding-right: 32px !important
    }

    .pe-xxl-9 {
        padding-right: 36px !important
    }

    .pe-xxl-10 {
        padding-right: 40px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 4px !important
    }

    .pb-xxl-2 {
        padding-bottom: 8px !important
    }

    .pb-xxl-3 {
        padding-bottom: 12px !important
    }

    .pb-xxl-4 {
        padding-bottom: 16px !important
    }

    .pb-xxl-5 {
        padding-bottom: 20px !important
    }

    .pb-xxl-6 {
        padding-bottom: 24px !important
    }

    .pb-xxl-7 {
        padding-bottom: 28px !important
    }

    .pb-xxl-8 {
        padding-bottom: 32px !important
    }

    .pb-xxl-9 {
        padding-bottom: 36px !important
    }

    .pb-xxl-10 {
        padding-bottom: 40px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 4px !important
    }

    .ps-xxl-2 {
        padding-left: 8px !important
    }

    .ps-xxl-3 {
        padding-left: 12px !important
    }

    .ps-xxl-4 {
        padding-left: 16px !important
    }

    .ps-xxl-5 {
        padding-left: 20px !important
    }

    .ps-xxl-6 {
        padding-left: 24px !important
    }

    .ps-xxl-7 {
        padding-left: 28px !important
    }

    .ps-xxl-8 {
        padding-left: 32px !important
    }

    .ps-xxl-9 {
        padding-left: 36px !important
    }

    .ps-xxl-10 {
        padding-left: 40px !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 4px !important
    }

    .gap-xxl-2 {
        gap: 8px !important
    }

    .gap-xxl-3 {
        gap: 12px !important
    }

    .gap-xxl-4 {
        gap: 16px !important
    }

    .gap-xxl-5 {
        gap: 20px !important
    }

    .gap-xxl-6 {
        gap: 24px !important
    }

    .gap-xxl-7 {
        gap: 28px !important
    }

    .gap-xxl-8 {
        gap: 32px !important
    }

    .gap-xxl-9 {
        gap: 36px !important
    }

    .gap-xxl-10 {
        gap: 40px !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: 4px !important
    }

    .row-gap-xxl-2 {
        row-gap: 8px !important
    }

    .row-gap-xxl-3 {
        row-gap: 12px !important
    }

    .row-gap-xxl-4 {
        row-gap: 16px !important
    }

    .row-gap-xxl-5 {
        row-gap: 20px !important
    }

    .row-gap-xxl-6 {
        row-gap: 24px !important
    }

    .row-gap-xxl-7 {
        row-gap: 28px !important
    }

    .row-gap-xxl-8 {
        row-gap: 32px !important
    }

    .row-gap-xxl-9 {
        row-gap: 36px !important
    }

    .row-gap-xxl-10 {
        row-gap: 40px !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: 4px !important
    }

    .column-gap-xxl-2 {
        column-gap: 8px !important
    }

    .column-gap-xxl-3 {
        column-gap: 12px !important
    }

    .column-gap-xxl-4 {
        column-gap: 16px !important
    }

    .column-gap-xxl-5 {
        column-gap: 20px !important
    }

    .column-gap-xxl-6 {
        column-gap: 24px !important
    }

    .column-gap-xxl-7 {
        column-gap: 28px !important
    }

    .column-gap-xxl-8 {
        column-gap: 32px !important
    }

    .column-gap-xxl-9 {
        column-gap: 36px !important
    }

    .column-gap-xxl-10 {
        column-gap: 40px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lh-1-1 {
    line-height: 1.1 !important
}

.lh-1-2 {
    line-height: 1.2 !important
}

.lh-1-3 {
    line-height: 1.3 !important
}

.lh-1-4 {
    line-height: 1.4 !important
}

.lh-1-5 {
    line-height: 1.5 !important
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important
}

.bg-black {
    background-color: #000
}

.bg-navy {
    background-color: #c72e2e
}

.has-contrast .bg-navy {
    background-color: #fdf300
}

.bg-red {
    background: #dc3545
}

.bg-red ::-moz-selection {
    color: #fff;
    background: #000
}

.bg-red ::selection {
    color: #fff;
    background: #000
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.fs-10 {
    font-size: .625rem
}

.fs-11 {
    font-size: .6875rem !important
}

.fs-12 {
    font-size: .75rem !important
}

.fs-13 {
    font-size: .8125rem !important
}

.fs-14 {
    font-size: .875rem !important
}

.fs-15 {
    font-size: .9375rem !important
}

.fs-16 {
    font-size: 1rem !important
}

.fs-17 {
    font-size: 1.0625rem !important
}

.fs-18 {
    font-size: 1.125rem !important
}

.fs-20 {
    font-size: 1.25rem !important
}

.fs-22 {
    font-size: 1.375rem !important
}

.fs-24 {
    font-size: 1.5rem !important
}

@media(max-width: 575.98px) {
    .fs-m-10 {
        font-size:.625rem !important
    }
}

@media(max-width: 575.98px) {
    .fs-m-16 {
        font-size:1rem !important
    }
}

@media(max-width: 575.98px) {
    .fs-m-18 {
        font-size:1.125rem !important
    }
}

.ls-1 {
    letter-spacing: 1px
}

.ls-unset {
    letter-spacing: unset !important
}

.ls-3 {
    letter-spacing: 2.5px !important
}

@media(min-width: 576px) {
    .ls-3 {
        letter-spacing:3px !important
    }
}

.ls-4 {
    letter-spacing: 3.5px !important
}

@media(min-width: 576px) {
    .ls-4 {
        letter-spacing:4.2px !important
    }
}

.br {
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.br-medium {
    overflow: hidden;
    border-radius: 1rem;
    -webkit-transform: translateZ(0)
}

.br-small {
    overflow: hidden;
    border-radius: .625rem;
    -webkit-transform: translateZ(0)
}

.zIndex30 {
    z-index: 30
}

.zIndex2 {
    z-index: 2
}

.zIndex5 {
    z-index: 5
}

.zIndex10 {
    z-index: 10
}

.hover-underline a,.hover-underline button {
    position: relative
}

.hover-underline a:before,.hover-underline button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s
}

.hover-underline .current-menu-item a:before,.hover-underline a:hover:before,.hover-underline button:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1)
}

a.hover-flip:hover img {
    transform: translateY(-100%)
}

.hover-flip {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.hover-flip img {
    display: inline-block;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform .3s cubic-bezier(0.4, 0, 0.1, 1)
}

.hover-zoom {
    display: block;
    overflow: hidden
}

.hover-zoom:hover img {
    transform: scale(1.1)
}

.hover-zoom img {
    pointer-events: none;
    width: 100%;
    will-change: transform;
    transition: transform .5s cubic-bezier(0.4, 0, 0.1, 1),opacity .3s cubic-bezier(0.4, 0, 0.1, 1)
}

.hover-img .ratio img:nth-of-type(2) {
    opacity: 0;
    filter: none;
    transition: opacity .3s cubic-bezier(0.4, 0, 0.1, 1)
}

.hover-img:hover .ratio img:nth-of-type(2) {
    opacity: 1
}

.pb-100 {
    padding-bottom: 6.25rem
}

.pt-100 {
    padding-top: 6.25rem
}

.p-menu {
    padding-right: 0 !important
}

@media(min-width: 768px) {
    .p-menu {
        padding-right:90px !important
    }
}

.pt {
    padding-top: 20vh
}

@media(min-width: 768px) {
    .pt {
        padding-top:30vh
    }
}

@media(max-width: 575.98px) {
    .pt-m-0 {
        padding-bottom:0 !important
    }
}

html,body,div,span,applet,object,iframe,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,.small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,.mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.sr-only:focus,.sr-only:active {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important
}

.link-a11y g path {
    transition: .4s fill ease,.4s stroke ease
}

.has-contrast .link-a11y g path:first-of-type {
    stroke: #fff
}

.has-contrast .link-a11y g path:last-of-type {
    fill: #fff
}

.has-contrast .link-a11y[aria-expanded=true] {
    color: #fdf300
}

.has-contrast .link-a11y[aria-expanded=true] g path:first-of-type {
    stroke: #fdf300
}

.has-contrast .link-a11y[aria-expanded=true] g path:last-of-type {
    fill: #fdf300
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content {
    width: 138px
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content>div {
    padding: 4px 14px
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .text-special {
    letter-spacing: 1.5px
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast,.link-a11y+[data-tippy-root] .tippy-box .tippy-content .font-size {
    width: 24px;
    margin-left: 15px;
    flex-shrink: 0
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast {
    height: 11px;
    border-radius: 5.5px;
    border: 1px solid currentColor;
    background-color: currentColor;
    transition: all .4s ease
}

.has-contrast .link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast {
    color: #000;
    border: 1px solid #fdf300
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast span {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 1px solid #c72e2e;
    background: #f4efea;
    left: -0.5px;
    display: inline-block;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 11px;
    transition: all .4s ease
}

.has-contrast .link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast span {
    border: 1px solid #fdf300;
    background: #fdf300
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast:before {
    content: none
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content .contrast[aria-pressed=true] span {
    left: 11.5px
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content button {
    padding: 0;
    font-family: "new-reason",sans-serif
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content button:first-of-type {
    font-size: 10px
}

.link-a11y+[data-tippy-root] .tippy-box .tippy-content button:last-of-type {
    font-size: 12px
}

.invert {
    transition: filter .4s ease
}

.has-contrast .invert {
    filter: brightness(0) invert(1)
}

.invert-black {
    transition: filter .4s ease
}

.has-contrast .invert-black {
    filter: brightness(0) !important
}

.btn {
    display: inline-block;
    transition: .3s ease opacity
}

.btn span {
    display: inline-block
}

.btn span,.btn svg,.btn img {
    pointer-events: none
}

.btn-arrow {
    padding: .25rem 0;
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    font-family: "new-spirit-condensed",serif;
    justify-content: space-between
}

.has-contrast .btn-arrow {
    color: #fdf300
}

.btn-arrow[data-arrow=left] span {
    margin-top: 0;
    margin-right: 0;
    margin-left: .5rem
}

.btn-arrow[data-arrow=left] svg {
    transform: scaleX(-1) translateX(-3px)
}

.btn-arrow[data-arrow=right] span {
    margin-top: 0;
    margin-left: 1.25rem
}

.btn-arrow[data-arrow=down] {
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.btn-arrow[data-arrow=down] svg {
    transform: rotate(90deg) translateX(-3px)
}

.btn-arrow span {
    margin-right: 0;
    order: 2;
    margin-top: .75rem
}

.btn-blue,.btn-transparent,.btn-light,.btn-download,.btn-white {
    border-radius: 5px;
    font-family: "new-reason",sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: .875rem 1.75rem;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0)
}

.btn-blue:is(a),.btn-transparent:is(a),.btn-light:is(a),.btn-download:is(a),.btn-white:is(a) {
    transition: all .3s ease
}

.btn-transparent {
    border: 1px solid
}

.btn-light {
    background-color: #97a4ff;
    color: #fff
}

.has-contrast .btn-light {
    background: #e5e5e5;
    color: #000
}

.btn-white {
    background-color: #fff;
    color: #c72e2e
}

.has-contrast .btn-white {
    background: #e5e5e5;
    color: #000
}

.btn-blue {
    color: #fff;
    background: #c72e2e
}

.has-contrast .btn-blue {
    background: #000;
    border: 1px solid #fff
}

.btn-blue:is(a):hover {
    background-color: #c72e2e
}

.has-contrast .btn-blue:is(a):hover {
    background: #000
}

.btn-download {
    min-width: 13.75rem;
    justify-content: center;
    overflow: hidden;
    border: 1px solid currentColor;
    letter-spacing: 1.86px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    background-color: rgba(0,0,0,0);
    text-transform: uppercase;
    transition: background-color .3s ease
}

.btn-download:hover {
    background-color: #dee0fe
}

.has-contrast .btn-download:hover {
    background-color: #fff;
    color: #000
}

.has-contrast .btn-download:hover img,.has-contrast .btn-download:hover svg {
    filter: brightness(0)
}

.btn-download img,.btn-download svg {
    margin-left: .625rem
}

.has-contrast .btn-download img,.has-contrast .btn-download svg {
    filter: brightness(0) invert(100%)
}

.btn-group .btn {
    margin-left: 1.125rem;
    margin-top: .5rem
}

.btn-group .btn:first-of-type {
    margin-left: 0
}

@media(max-width: 575.98px) {
    .btn-group .btn {
        margin-left:0;
        margin-top: 1.125rem;
        margin-right: auto
    }
}

.btn-group-shrink .btn {
    margin-left: 0;
    width: 100%
}

@media(min-width: 576px) {
    .btn-group-shrink .btn {
        width:auto
    }
}

@media(min-width: 576px) {
    .btn-group-shrink .btn:not(:first-of-type) {
        margin-left:.5rem
    }
}

.btn-big {
    height: 4.5rem;
    text-align: center;
    min-width: 46%
}

@media(min-width: 768px) {
    .btn-big {
        min-width:17.375rem
    }
}

.btn-wide {
    text-align: center;
    min-width: 9.25rem
}

@media(max-width: 575.98px) {
    .js-more {
        flex-direction:column
    }

    .js-more svg {
        margin: auto
    }

    .js-more span {
        order: 2;
        margin-right: 0;
        display: block;
        margin-top: .75rem
    }
}

.has-contrast .arrow-hover path,.has-contrast .btn-arrow path {
    stroke: #fdf300
}

* {
    box-sizing: border-box;
    -ms-content-zooming: none;
    -ms-scroll-chaining: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none
}

::-moz-selection {
    color: #fff;
    background: #c72e2e
}

.has-contrast ::-moz-selection {
    color: #000;
    background: #fdf300
}

::selection {
    color: #fff;
    background: #c72e2e
}

.has-contrast ::selection {
    color: #000;
    background: #fdf300
}

html,body {
    min-width: 100%;
    max-width: 100%;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: "new-spirit",serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior: none
}

body {
    font-size: 16px;
    padding-top: 4rem;
    color: #c72e2e;
    background-color: #f4efea;
    transition: background-color .4s ease,color .4s ease
}

body.has-contrast {
    color: #fff;
    background-color: #000
}

body:not(.home) {
    overflow-x: hidden
}

@media(min-width: 576px) {
    body {
        padding-top:6rem
    }
}

.home section {
    overflow-x: hidden
}

a {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none
}

a:hover,a:focus {
    text-decoration: none
}

img,svg {
    max-width: 100%;
    display: block;
    height: auto
}

textarea {
    border-radius: 0;
    overflow: hidden;
    resize: none
}

input {
    font-size: inherit;
    border-radius: 0;
    color: #000;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal
}

button,input[type=submit] {
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,0);
    color: currentColor
}

button,input,select,textarea {
    font: inherit
}

em,i {
    font-style: italic
}

.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,body .fslightbox-slide-btn-container,body .fslightboxci,.archive-years {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media(min-width: 576px) {
    .container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,body .fslightbox-slide-btn-container,body .fslightboxci,.archive-years {
        padding-left:1.875rem;
        padding-right: 1.875rem
    }
}

@media(min-width: 992px) {
    .container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,body .fslightbox-slide-btn-container,body .fslightboxci,.archive-years {
        padding-left:3.125rem;
        padding-right: 3.125rem
    }
}

@media(min-width: 1920px) {
    .container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,body .fslightbox-slide-btn-container,body .fslightboxci,.archive-years {
        padding-left:4.25rem;
        padding-right: 4.25rem
    }
}

.is-disabled {
    opacity: .3;
    pointer-events: none
}

.p-n {
    pointer-events: none
}

body:not(.home) section:first-of-type {
    padding-top: 3.125rem
}

@media(min-width: 1920px) {
    body:not(.home) section:first-of-type {
        padding-top:6rem
    }
}

@media(max-width: 991.98px) {
    [style="--bs-gutter-x: 26px;"] {
        margin-right:-6.5px;
        margin-left: -6.5px
    }

    [style="--bs-gutter-x: 26px;"]>* {
        padding-left: 6.5px;
        padding-right: 6.5px
    }
}

.swiper {
    opacity: 0;
    transition: opacity .3s ease
}

.swiper-initialized {
    opacity: 1
}

.pn {
    pointer-events: none
}

.is-loading * {
    transition: all 0s ease !important
}

p,ul,ol {
    font-family: "new-reason",sans-serif;
    font-weight: 400
}

p strong,p b,ul strong,ul b,ol strong,ol b {
    font-weight: 500
}

[class^=paragraph] p,[class^=paragraph] ul,[class^=paragraph] ol,[class*=" paragraph"] p,[class*=" paragraph"] ul,[class*=" paragraph"] ol {
    margin-bottom: 1.5rem
}

[class^=paragraph] p .current-menu-item a,[class^=paragraph] ul .current-menu-item a,[class^=paragraph] ol .current-menu-item a,[class*=" paragraph"] p .current-menu-item a,[class*=" paragraph"] ul .current-menu-item a,[class*=" paragraph"] ol .current-menu-item a {
    background-size: 100% 100%
}

[class^=paragraph] p a,[class^=paragraph] ul a,[class^=paragraph] ol a,[class*=" paragraph"] p a,[class*=" paragraph"] ul a,[class*=" paragraph"] ol a {
    position: relative;
    display: inline !important;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s cubic-bezier(0.9, 0, 0.2, 1)
}

[class^=paragraph] p a:hover,[class^=paragraph] ul a:hover,[class^=paragraph] ol a:hover,[class*=" paragraph"] p a:hover,[class*=" paragraph"] ul a:hover,[class*=" paragraph"] ol a:hover {
    background-size: 100% 100%
}

[class^=paragraph] ol,[class*=" paragraph"] ol {
    list-style-type: decimal;
    padding-left: 1.25rem
}

[class^=paragraph] *:last-child,[class*=" paragraph"] *:last-child {
    margin-bottom: 0
}

[class^=paragraph] img,[class*=" paragraph"] img {
    height: auto;
    width: auto
}

h1,.h1 {
    font-family: "new-spirit-condensed",serif;
    font-size: 4.375rem;
    font-weight: 300;
    line-height: 98%
}

@media(min-width: 768px) {
    h1,.h1 {
        font-size:8.125rem
    }
}

@media(min-width: 992px) {
    h1,.h1 {
        font-size:10.625rem
    }
}

@media screen and (max-width: 350px) {
    h1,.h1 {
        font-size:3.5rem !important
    }
}

@media(min-width: 1200px) {
    .single-renginys h1,.single-renginys .h1 {
        margin-top:-10.5rem
    }
}

@media(min-width: 1920px) {
    .single-renginys h1,.single-renginys .h1 {
        margin-top:-13.75rem
    }
}

@media(min-width: 1920px) {
    h1,.h1 {
        font-size:13.75rem
    }
}

@media(min-width: 1920px) {
    .single-renginys h1-small,.single-renginys .h1-small {
        margin-top:-5.8125rem
    }
}

@media(min-width: 768px) {
    h1-small,.h1-small {
        font-size:5.9375rem
    }
}

h2,.h2 {
    font-family: "new-spirit-condensed",serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 98%
}

@media(min-width: 768px) {
    h2,.h2 {
        font-size:4.25rem
    }
}

@media(min-width: 992px) {
    h2,.h2 {
        font-size:5.9375rem
    }
}

@media(min-width: 1920px) {
    h2,.h2 {
        font-size:7.875rem
    }
}

h2-small,.h2-small {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1
}

@media(min-width: 992px) {
    h2-small,.h2-small {
        font-size:4.25rem
    }
}

@media(min-width: 1920px) {
    h2-small,.h2-small {
        font-size:5.5rem
    }
}

@media(min-width: 992px) {
    .page-template-template-contact h2-small br:first-of-type,.page-template-template-contact .h2-small br:first-of-type {
        display:none
    }
}

h2-smaller,.h2-smaller {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: "new-spirit",serif
}

h3,.h3 {
    font-family: "new-spirit-condensed",serif;
    font-size: 2.4375rem;
    font-style: normal;
    line-height: 98%;
    font-weight: 300
}

@media(min-width: 992px) {
    h3,.h3 {
        font-size:4.25rem
    }
}

h4,.h4 {
    font-family: "new-spirit-condensed",serif;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.06
}

@media(min-width: 576px) {
    h4,.h4 {
        font-size:2rem
    }
}

h5,.h5 {
    font-family: "new-spirit-condensed",serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1
}

.date {
    font-family: "new-spirit",serif;
    font-size: 1.3125rem;
    line-height: 98%;
    text-transform: lowercase;
    font-weight: 300
}

@media(min-width: 992px) {
    .date {
        font-size:2.25rem
    }
}

@media(max-width: 767.98px) {
    .single-renginys .date {
        font-size:1.625rem
    }
}

.text {
    font-size: 1rem;
    letter-spacing: .18px;
    font-family: "new-reason",sans-serif;
    font-weight: 400;
    line-height: 1.3
}

.single-post .text {
    color: #c72e2e
}

.has-contrast .single-post .text {
    color: #fdf300
}

.single-renginys .text {
    color: #333
}

.has-contrast .single-renginys .text {
    color: #fdf300
}

.page-template-default .text {
    color: #c72e2e
}

.has-contrast .page-template-default .text {
    color: #fdf300
}

.has-contrast.page-template-default .text {
    color: #fdf300 !important
}

@media(min-width: 992px) {
    .text {
        font-size:1.125rem
    }
}

.text h2,.text .h2,.text h3,.text .h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    max-width: 760px;
    font-family: "new-reason",sans-serif;
    margin-bottom: 1.5rem
}

.text a {
    position: relative;
    display: inline !important;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    transition: background-size .3s cubic-bezier(0.9, 0, 0.2, 1)
}

.text a:hover {
    background-size: 0 100% !important
}

.text p,.text ul,.text ol {
    margin-bottom: 1.5rem
}

.text ul,.text ol {
    list-style-type: none
}

.text ul li,.text ol li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: .5rem
}

.text ul li:before,.text ol li:before {
    content: "";
    position: absolute;
    width: .25rem;
    height: .25rem;
    background: currentColor;
    left: 1.125rem;
    top: .625rem;
    border-radius: 50%
}

.text ol {
    counter-reset: item
}

.text ol li {
    margin-bottom: 1rem
}

.text ol li:before {
    width: auto;
    height: auto;
    min-width: 1rem;
    top: 0;
    left: .625rem;
    background: rgba(0,0,0,0);
    content: counter(item) ". ";
    counter-increment: item
}

.text-special,.tags {
    font-family: "new-reason",sans-serif;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase
}

hr {
    display: block;
    height: 1px;
    color: currentColor;
    background-color: currentColor;
    border: 0;
    border-color: currentColor;
    margin: 0;
    padding: 0;
    transition: .4s ease color
}

.has-contrast hr {
    color: #fdf300
}

.icon {
    margin-right: .625rem
}

.list-unstyled {
    list-style-type: none
}

.text-transform-none {
    text-transform: none
}

.text-black {
    color: #000
}

.text-navy {
    color: #c72e2e
}

.has-contrast .text-navy {
    color: #fdf300
}

.text-white {
    color: #fff
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }
}

@media(min-width: 576px) {
    *::-webkit-scrollbar {
        width:7px
    }

    *::-webkit-scrollbar-track {
        border-radius: 0;
        border-left: 1px solid #c72e2e;
        background: #f4efea
    }

    .has-contrast *::-webkit-scrollbar-track {
        border-left: 1px solid #fdf300;
        background: #000
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 0;
        border: 0px solid #f4efea;
        background-color: #c72e2e
    }

    .has-contrast *::-webkit-scrollbar-thumb {
        border: 0px solid #fdf300;
        background-color: #fdf300
    }
}

.simplebar-scrollbar:before {
    border-radius: .5rem;
    width: 2px;
    border-radius: 0;
    background-color: #97a4ff;
    opacity: 1;
    right: 0;
    margin-left: auto
}

.has-contrast .simplebar-scrollbar:before {
    background-color: #fdf300
}

.simplebar-track.simplebar-vertical:before {
    content: "";
    height: 100%;
    background: #dee0fe;
    width: 2px;
    right: 0;
    position: absolute
}

.has-contrast .simplebar-track.simplebar-vertical:before {
    background: #fdf300
}

form {
    max-width: 30rem;
    position: relative
}

@media(min-width: 992px) {
    form {
        max-width:27rem
    }
}

form input[type=file] {
    opacity: 0;
    width: 1px;
    height: 1px;
    padding: 0
}

form input[type=file].filepond--browser {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0
}

form textarea::placeholder {
    line-height: 1.1
}

.contest-form form input:not([type=checkbox]) {
    padding: .625rem .75rem
}

@media(min-width: 992px) {
    .contest-form form input:not([type=checkbox]) {
        padding:.625rem 1.25rem
    }
}

.contest-form form textarea {
    padding: .9375rem 2.125rem 1.25rem .625rem
}

@media(min-width: 992px) {
    .contest-form form textarea {
        padding:.9375rem 1.25rem
    }
}

form label {
    cursor: pointer;
    font-family: "new-reason",sans-serif
}

form label a {
    position: relative;
    display: inline !important;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size .3s cubic-bezier(0.9, 0, 0.2, 1)
}

form label a:hover {
    background-size: 0% 100%
}

form .form-row {
    position: relative;
    max-width: 16.875rem
}

@media(min-width: 576px) {
    form .form-row {
        max-width:24.375rem
    }
}

.contest-form form .form-row {
    max-width: 100%
}

form input:not([type=checkbox]),form textarea {
    font-size: 1.125rem;
    border: none;
    border-radius: .625rem;
    outline-width: 0;
    padding: .625rem .875rem;
    width: 100%;
    color: #c72e2e;
    transition: background-color .4s ease,color .4s ease
}

.has-contrast form input:not([type=checkbox]),.has-contrast form textarea {
    color: #000
}

@media(min-width: 576px) {
    form input:not([type=checkbox]),form textarea {
        font-size:1.625rem
    }
}

.contest-form form input:not([type=checkbox]),.contest-form form textarea {
    font-family: "new-spirit-condensed",serif;
    font-size: 1.625rem;
    font-weight: 300
}

form input:not([type=checkbox]):not([type=search]):focus,form textarea:not([type=search]):focus {
    background-color: #ffffff !important
}

.has-contrast form input:not([type=checkbox]):not([type=search]):focus,.has-contrast form textarea:not([type=search]):focus {
    background-color: #fff !important
}

.form-light form input:not([type=checkbox]),.form-light form textarea {
    background-color: #dee0fe
}

.has-contrast .form-light form input:not([type=checkbox]),.has-contrast .form-light form textarea {
    background-color: rgba(255,255,255,.5)
}

.newsletter-blue form input:not([type=checkbox]),.newsletter-blue form textarea {
    background-color: #fff
}

.has-contrast .newsletter-blue form input:not([type=checkbox]),.has-contrast .newsletter-blue form textarea {
    background-color: #fff
}

form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    margin: 0
}

form input[type=checkbox]:checked+label:before,form input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background-size: .75rem
}

form input[type=checkbox]+label,form input[type=checkbox]+.wpcf7-list-item-label {
    padding-left: 1.625rem;
    position: relative;
    font-size: .875rem;
    line-height: 1.1
}

form input[type=checkbox]+label:before,form input[type=checkbox]+.wpcf7-list-item-label:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA2MSA2MSIgZmlsbD0iIzNFMDBGRCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTQ2LjM2NzMgNDYuMzY3M0M2MC40NTkyIDMyLjI3NTUgNjQuNzUyNyAxMy43MjE1IDU1Ljk1NzEgNC45MjU4NkM0Ny4xNjE1IC0zLjg2OTc1IDI4LjYwNzUgMC40MjM3MzYgMTQuNTE1NiAxNC41MTU2QzAuNDIzNzMyIDI4LjYwNzUgLTMuODY5NzUgNDcuMTYxNSA0LjkyNTg2IDU1Ljk1NzFDMTMuNzIxNSA2NC43NTI3IDMyLjI3NTUgNjAuNDU5MiA0Ni4zNjczIDQ2LjM2NzNaIi8+Cjwvc3ZnPgo=);
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    border: 1px solid;
    transition: background-size .3s ease
}

.contest-form form input[type=checkbox]+label:before,.contest-form form input[type=checkbox]+.wpcf7-list-item-label:before {
    top: .45rem
}

.newsletter-blue form input[type=checkbox]+label:before,.newsletter-blue form input[type=checkbox]+.wpcf7-list-item-label:before {
    filter: brightness(0) invert(100)
}

.has-contrast .newsletter-blue form input[type=checkbox]+label:before,.has-contrast .newsletter-blue form input[type=checkbox]+.wpcf7-list-item-label:before {
    filter: brightness(0)
}

form ::placeholder {
    color: #c72e2e;
    font-size: 1.125rem
    font-weight: 400;
}

.has-contrast form ::placeholder {
    color: #000
}

@media(min-width: 576px) {
    form ::placeholder {
        font-size:1.625rem
    }
}

.contest-form form ::placeholder {
    font-family: "new-spirit-condensed",serif;
    font-size: 1.625rem;
    font-weight: 300
}

form input[type=submit],form button[type=submit] {
    background-color: #c72e2e;
    border-radius: 5px;
    padding: .875rem 1.75rem;
    font-family: "new-reason",sans-serif;
    color: #f4efea;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: uppercase
}

.has-contrast form input[type=submit],.has-contrast form button[type=submit] {
    color: #000;
    background-color: #fff
}

.newsletter-blue form input[type=submit],.newsletter-blue form button[type=submit] {
    color: #c72e2e;
    background-color: #f4efea
}

.has-contrast .newsletter-blue form input[type=submit],.has-contrast .newsletter-blue form button[type=submit] {
    color: #fff;
    background-color: #000
}

form .wpcf7-form-control-wrap {
    display: block
}

form .wpcf7-list-item {
    margin-left: 0
}

form span.wpcf7-not-valid-tip {
    font-size: .625rem;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: calc(100% + 3px);
    font-family: "new-reason",sans-serif
}

@media(min-width: 992px) {
    form span.wpcf7-not-valid-tip {
        white-space:nowrap
    }
}

form .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    font-size: .875rem;
    position: absolute;
    left: 0;
    top: calc(100% + 1.5rem)
}

.invalid form .wpcf7-response-output {
    color: #dc3232
}

.contest-form form .wpcf7-response-output {
    top: 100%
}

.contest-form form {
    max-width: 100%
}

.contest-form form input,.contest-form form textarea {
    color: #c72e2e
}

.contest-form form input:not([type=checkbox]):not([type=search]):focus,.contest-form form textarea:not([type=checkbox]):not([type=search]):focus {
    background-color: #dee0fe !important
}

form .supporting-text {
    padding-left: 1.25rem;
    display: block;
    color: #c72e2e;
    position: relative;
    font-family: "new-reason",sans-serif;
    font-size: .75rem;
    line-height: 1.3;
    letter-spacing: .12px
}

.has-contrast form .supporting-text {
    color: #fff
}

form .supporting-text:before {
    content: "";
    width: 13px;
    position: absolute;
    top: .125rem;
    left: 0;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8Y2lyY2xlIGN4PSI2LjUiIGN5PSI2LjUiIHI9IjYiIHN0cm9rZT0iIzAwMDA3QyIvPgogIDxwYXRoIGQ9Ik02LjI5IDcuNzhINi43Nkw3LjAyIDMuOTZWM0g2LjA4VjMuOTZMNi4yOSA3Ljc4Wk02IDEwSDcuMDhWOC45SDZWMTBaIiBmaWxsPSIjMDAwMDdDIi8+Cjwvc3ZnPg==)
}

.has-contrast form .supporting-text:before {
    filter: brightness(0) invert(100%)
}

.wpcf7-list-item-label {
    display: block
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

input[type=search]::-ms-clear,input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

form .wpcf7-not-valid {
    z-index: 1
}

form .wpcf7-not-valid .filepond--file-status {
    background: #f4efea;
    z-index: 2
}

.has-contrast form .wpcf7-not-valid .filepond--file-status {
    background-color: #000
}

form .filepond input[type=file] {
    position: absolute;
    left: 0;
    top: 0
}

form .filepond--root {
    z-index: 2
}

form .filepond--panel-root {
    background-color: #f4efea
}

.has-contrast form .filepond--panel-root {
    background-color: #000
}

form .filepond--action-abort-item-processing {
    background-color: rgba(0,0,0,0);
    left: 2rem !important;
    right: unset;
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - .75rem);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwLjc3NzggMFY0LjY2NjhIMTMuMjIyMlYwSDEwLjc3NzhaTTcuMDU4NjggMC45OTU0MjVMNC45NDEzMiAyLjIxNzYyTDcuMjc1OTEgNi4yNjEzOUw5LjM5MDg5IDUuMDM5MTlMNy4wNTg2OCAwLjk5NTQyNVpNMTYuOTQxMyAwLjk5NTQyNUwxNC42MDkxIDUuMDM5MTlMMTYuNzI0MSA2LjI2MTM5TDE5LjA1ODcgMi4yMTc2MkwxNi45NDEzIDAuOTk1NDI1Wk0yLjIxNzYyIDQuOTQxMzJMMC45OTU0MjUgNy4wNTg2OEw1LjAzOTE5IDkuMzkwODlMNi4yNjEzOSA3LjI3NTkxTDIuMjE3NjIgNC45NDEzMlpNMjEuNzgyNCA0Ljk0MTMyTDE3LjczODYgNy4yNzU5MUwxOC45NjA4IDkuMzkwODlMMjMuMDA0NiA3LjA1ODY4TDIxLjc4MjQgNC45NDEzMlpNMCAxMC43Nzc4VjEzLjIyMjJINC42NjY4VjEwLjc3NzhIMFpNMTkuMzMzMiAxMC43Nzc4VjEzLjIyMjJIMjRWMTAuNzc3OEgxOS4zMzMyWk01LjAzOTE5IDE0LjYwOTFMMC45OTU0MjUgMTYuOTQxM0wyLjIxNzYyIDE5LjA1ODdMNi4yNjEzOSAxNi43MjQxTDUuMDM5MTkgMTQuNjA5MVpNMTguOTYwOCAxNC42MDkxTDE3LjczODYgMTYuNzI0MUwyMS43ODI0IDE5LjA1ODdMMjMuMDA0NiAxNi45NDEzTDE4Ljk2MDggMTQuNjA5MVpNNy4yNzU5MSAxNy43Mzg2TDQuOTQxMzIgMjEuNzgyNEw3LjA1ODY4IDIzLjAwNDZMOS4zOTA4OSAxOC45NjA4TDcuMjc1OTEgMTcuNzM4NlpNMTYuNzI0MSAxNy43Mzg2TDE0LjYwOTEgMTguOTYwOEwxNi45NDEzIDIzLjAwNDZMMTkuMDU4NyAyMS43ODI0TDE2LjcyNDEgMTcuNzM4NlpNMTAuNzc3OCAxOS4zMzMyVjI0SDEzLjIyMjJWMTkuMzMzMkgxMC43Nzc4WiIgZmlsbD0iIzNFMDBGRCIvPgo8L3N2Zz4K);
    animation: loading 3s infinite linear
}

form .filepond--item-panel {
    background: rgba(0,0,0,0) !important
}

form .filepond [data-filepond-item-state*=error] .filepond--item-panel,form .filepond [data-filepond-item-state*=invalid] .filepond--item-panel,form .filepond [data-filepond-item-state*=invalid] .filepond--item-panel {
    background: rgba(0,0,0,0) !important
}

form .filepond--file-status {
    position: absolute;
    left: -5.625rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    top: calc(100% + 3px)
}

form .filepond--file-status-main {
    color: #c72e2e;
    font-size: .625rem !important
}

.has-contrast form .filepond--file-status-main {
    color: #fdf300
}

form .filepond--root#gallery {
    margin-bottom: 2.5rem
}

form .filepond--root#gallery .filepond--list {
    margin-top: 1rem !important
}

form .filepond input[type=file] {
    opacity: 1
}

form .filepond--panel-top,form .filepond--panel-center,form .filepond--panel-bottom {
    border: none
}

form .filepond--item-panel {
    background: rgba(0,0,0,0)
}

form .filepond--list-scroller {
    margin: 1rem 0 0 !important
}

.has-contrast form .filepond--list-scroller {
    background-color: #000
}

form .filepond--list {
    margin-top: 1rem;
    position: static !important
}

form .filepond--item {
    height: 6.25rem;
    position: relative;
    margin: 0 0 1rem !important;
    padding-left: 5.625rem;
    border: 1px solid #c72e2e;
    border-radius: .625rem;
    transform: translate3d(0px, 0, 0px) !important
}

.has-contrast form .filepond--item {
    border-color: #fdf300
}

@media(min-width: 768px) {
    form .filepond--item {
        height:66px !important
    }
}

form .filepond--item>.filepond--panel .filepond--panel-bottom {
    box-shadow: none !important
}

form .filepond--file {
    background-color: rgba(0,0,0,0);
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    padding-right: 5rem
}

form .filepond--file-info {
    height: 100%;
    justify-content: center;
    min-width: 70%;
    transform: translate3d(0, 0, 0) !important
}

form .filepond--file-info-main {
    font-weight: 500;
    line-height: 1.4
}

form .filepond--file .filepond--action-remove-item {
    left: unset;
    top: calc(50% - .8125rem);
    color: inherit;
    background-color: rgba(0,0,0,0);
    box-shadow: none !important;
    right: 1.875rem
}

form .filepond--file .filepond--action-remove-item svg {
    width: .625rem;
    height: .625rem
}

form .filepond--drop-label {
    cursor: pointer;
    min-height: 6.25rem !important;
    max-height: 6.25rem !important;
    justify-content: flex-start;
    padding-left: 5.625rem;
    letter-spacing: 3px;
    border-radius: .625rem;
    border: 1px dashed #97a4ff;
    color: #c72e2e;
    transition: background-color .3s ease
}

.has-contrast form .filepond--drop-label {
    border-color: #fff;
    color: #fff
}

@media(min-width: 768px) {
    form .filepond--drop-label {
        min-height:66px !important;
        max-height: 66px !important
    }
}

form .filepond--drop-label:before {
    content: "";
    width: 2.0625rem;
    height: 1.625rem;
    position: absolute;
    left: 1.75rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IkNvbWJpbmVkIFNoYXBlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDc1IDBIMC44MjVDMC4zNjk2IDAgMCAwLjM2OTYgMCAwLjgyNVYyLjQ3NUMwIDIuOTMwNCAwLjM2OTYgMy4zIDAuODI1IDMuM0MxLjI4MDQgMy4zIDEuNjUgMi45MzA0IDEuNjUgMi40NzVWMS42NUgyLjQ3NUMyLjkzMDQgMS42NSAzLjMgMS4yODA0IDMuMyAwLjgyNUMzLjMgMC4zNjk2IDIuOTMwNCAwIDIuNDc1IDBaTTEuNjUgMTAuNzI0NkMxLjY1IDExLjE4IDEuMjgwNCAxMS41NDk2IDAuODI1IDExLjU0OTZDMC4zNjk2IDExLjU0OTYgMCAxMS4xOCAwIDEwLjcyNDZWNy40MjQ2MUMwIDYuOTY5MjEgMC4zNjk2IDYuNTk5NjEgMC44MjUgNi41OTk2MUMxLjI4MDQgNi41OTk2MSAxLjY1IDYuOTY5MjEgMS42NSA3LjQyNDYxVjEwLjcyNDZaTTkuMDc1IDguMjVIMzIuMTc1QzMyLjYzMDQgOC4yNSAzMyA4LjYxOTYgMzMgOS4wNzVWMTQuMDI1QzMzIDE0LjQ4MDQgMzIuNjMwNCAxNC44NSAzMi4xNzUgMTQuODVDMzEuNzE5NiAxNC44NSAzMS4zNSAxNC40ODA0IDMxLjM1IDE0LjAyNVY5LjlIOS45VjI0Ljc1SDE3LjMyNUMxNy43ODA0IDI0Ljc1IDE4LjE1IDI1LjExOTYgMTguMTUgMjUuNTc1QzE4LjE1IDI2LjAzMDQgMTcuNzgwNCAyNi40IDE3LjMyNSAyNi40SDkuMDc1QzguNjE5NiAyNi40IDguMjUgMjYuMDMwNCA4LjI1IDI1LjU3NVY5LjA3NUM4LjI1IDguNjE5NiA4LjYxOTYgOC4yNSA5LjA3NSA4LjI1Wk0yNC43NjM5IDIzLjk0NDJDMjQuNzYzOSAyNC40MDM0IDI0LjM5MTIgMjQuNzc2MSAyMy45MzE5IDI0Ljc3NjFDMjMuNDcyNyAyNC43NzYxIDIzLjEgMjQuNDAzNCAyMy4xIDIzLjk0NDJWMTcuMzMyM0MyMy4xIDE3LjIyNDEgMjMuMTIxNiAxNy4xMTYgMjMuMTY0OSAxNy4wMTQ1QzIzLjI0ODEgMTYuODExNSAyMy40MTExIDE2LjY0ODUgMjMuNjE0MSAxNi41NjM2QzIzLjcxNTYgMTYuNTIzNyAyMy44MjM4IDE2LjUwMDQgMjMuOTMxOSAxNi41MDA0SDMwLjY0MjNDMzEuMTAxNSAxNi41MDA0IDMxLjQ3NDIgMTYuODczMSAzMS40NzQyIDE3LjMzMjNDMzEuNDc0MiAxNy43OTMyIDMxLjEwMTUgMTguMTY0MiAzMC42NDIzIDE4LjE2NDJIMjUuOTQwMkwzMi43NTcxIDI0Ljk4MDhDMzIuOTE4NSAyNS4xNDM4IDMzIDI1LjM1NjggMzMgMjUuNTY5N0MzMyAyNS43ODEgMzIuOTE4NSAyNS45OTQgMzIuNzU3MSAyNi4xNTcxQzMyLjQzMSAyNi40ODE1IDMxLjkwNTIgMjYuNDgxNSAzMS41ODA3IDI2LjE1NzFMMjQuNzYzOSAxOS4zNDA1VjIzLjk0NDJaTTIuNDc1IDE2LjQ5OTZIMS42NVYxNS42NzQ2QzEuNjUgMTUuMjE5MiAxLjI4MDQgMTQuODQ5NiAwLjgyNSAxNC44NDk2QzAuMzY5NiAxNC44NDk2IDAgMTUuMjE5MiAwIDE1LjY3NDZWMTcuMzI0NkMwIDE3Ljc4IDAuMzY5NiAxOC4xNDk2IDAuODI1IDE4LjE0OTZIMi40NzVDMi45MzA0IDE4LjE0OTYgMy4zIDE3Ljc4IDMuMyAxNy4zMjQ2QzMuMyAxNi44NjkyIDIuOTMwNCAxNi40OTk2IDIuNDc1IDE2LjQ5OTZaTTEwLjA5MDEgMEMxMC41NDU1IDAgMTAuOTE1MSAwLjM2OTYgMTAuOTE1MSAwLjgyNUMxMC45MTUxIDEuMjgwNCAxMC41NDU1IDEuNjUgMTAuMDkwMSAxLjY1SDcuMDQ0MTlDNi41ODcxNCAxLjY1IDYuMjE5MTkgMS4yODA0IDYuMjE5MTkgMC44MjVDNi4yMTkxOSAwLjM2OTYgNi41ODcxNCAwIDcuMDQ0MTkgMEgxMC4wOTAxWk0xNC42NTkzIDEuNjVIMTcuNzA1MkMxOC4xNjIzIDEuNjUgMTguNTMwMiAxLjI4MDQgMTguNTMwMiAwLjgyNUMxOC41MzAyIDAuMzY5NiAxOC4xNjIzIDAgMTcuNzA1MiAwSDE0LjY1OTNDMTQuMjAzOSAwIDEzLjgzNDMgMC4zNjk2IDEzLjgzNDMgMC44MjVDMTMuODM0MyAxLjI4MDQgMTQuMjAzOSAxLjY1IDE0LjY1OTMgMS42NVpNMjMuMSAxLjY1SDIyLjI3NUMyMS44MTk2IDEuNjUgMjEuNDUgMS4yODA0IDIxLjQ1IDAuODI1QzIxLjQ1IDAuMzY5NiAyMS44MTk2IDAgMjIuMjc1IDBIMjMuOTI1QzI0LjM4MDQgMCAyNC43NSAwLjM2OTYgMjQuNzUgMC44MjVWMi40NzVDMjQuNzUgMi45MzA0IDI0LjM4MDQgMy4zIDIzLjkyNSAzLjNDMjMuNDY5NiAzLjMgMjMuMSAyLjkzMDQgMjMuMSAyLjQ3NVYxLjY1WiIgZmlsbD0iIzNFMDBGRCIvPgo8L3N2Zz4K)
}

.has-contrast form .filepond--drop-label:before {
    filter: brightness(0) invert(100%)
}

form .filepond--drop-label:hover {
    background-color: #dee0fe
}

.has-contrast form .filepond--drop-label:hover {
    background-color: #000
}

.has-contrast form .filepond--drop-label {
    border-color: #fdf300;
    color: #fdf300;
    background-color: #000
}

form .filepond--drop-label .text-special:nth-of-type(2) {
    color: #97a4ff;
    margin-top: 1px
}

.has-contrast form .filepond--drop-label .text-special:nth-of-type(2) {
    color: #fff
}

@media(max-width: 767.98px) {
    form .filepond--drop-label .text-special:nth-of-type(2) {
        max-width:170px
    }
}

form .filepond--credits {
    display: none !important
}

form .filepond--file-status .filepond--file-status-sub,form .filepond--file-info .filepond--file-info-sub {
    font-size: .625rem;
    font-weight: 500;
    opacity: 1 !important;
    color: #97a4ff;
    line-height: 1.4;
    margin-top: 1px;
    letter-spacing: 3px;
    font-family: "new-reason",sans-serif
}

.has-contrast form .filepond--file-status .filepond--file-status-sub,.has-contrast form .filepond--file-info .filepond--file-info-sub {
    color: #fff
}

form .filepond--file-status .filepond--file-status-sub {
    color: #c72e2e
}

.has-contrast form .filepond--file-status .filepond--file-status-sub {
    color: #fff
}

body .fslightbox-container {
    color: #c72e2e;
    background: rgba(244,239,234,.95)
}

.has-contrast body .fslightbox-container {
    color: #fdf300;
    background: rgba(0,0,0,.95)
}

body .fslightbox-toolbar,body .fslightbox-slide-btn {
    background: rgba(0,0,0,0)
}

body .fslightbox-slide-number-container {
    display: none !important
}

body .fslightbox-nav,body .fslightbox-slide-btn-container {
    opacity: 1 !important;
    z-index: 20 !important
}

body .fslightbox-slide-btn {
    padding: 0 !important;
    background-color: #f4efea;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center
}

.has-contrast body .fslightbox-slide-btn {
    background-color: #000
}

body .fslightboxs {
    cursor: default !important
}

body .fslightboxci {
    color: #c72e2e;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-family: "new-reason",sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between
}

.has-contrast body .fslightboxci {
    color: #fdf300
}

body .fslightboxci span {
    width: 50%
}

body .fslightboxci span:first-of-type {
    width: 25%;
    text-align: left;
    padding-right: 1rem
}

body .fslightboxci span:last-of-type {
    width: 25%;
    padding-left: 1rem;
    text-align: right
}

body .fslightboxc:after {
    background: linear-gradient(180deg, rgba(244, 239, 234, 0), #F4EFEA 100%)
}

.has-contrast body .fslightboxc:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 100%)
}

body .fslightbox-toolbar .fslightbox-toolbar-button {
    height: auto;
    width: auto;
    position: fixed;
    right: 1.25rem;
    top: 1.25rem
}

body .fslightbox-toolbar .fslightbox-toolbar-button svg {
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

body .fslightbox-toolbar .fslightbox-toolbar-button:hover svg {
    transform: rotate(1turn)
}

@media(min-width: 576px) {
    body .fslightbox-toolbar .fslightbox-toolbar-button {
        top:1.875rem;
        right: .9375rem
    }
}

@media(min-width: 992px) {
    body .fslightbox-toolbar .fslightbox-toolbar-button {
        top:3.125rem;
        right: 3.125rem
    }
}

@media(min-width: 1920px) {
    body .fslightbox-toolbar .fslightbox-toolbar-button {
        top:4.25rem;
        right: 4.25rem
    }
}

body .fslightbox-toolbar .fslightbox-toolbar-button:not(:nth-of-type(5)) {
    display: none
}

body .fslightbox-slide-btn-container-previous svg {
    transform: translateX(7px) scale(-1)
}

body .fslightbox-slide-btn-container-next svg {
    transform: translateX(-7px)
}

:root {
    --plyr-color-main: $blue
}

body .plyr--paused .plyr__controls {
    opacity: 0
}

body .plyr__video-wrapper,body .plyr--video {
    border-radius: 1.25rem !important
}

body .plyr__video-embed {
    aspect-ratio: 16/9 !important
}

body .plyr__controls {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important
}

body .plyr button[data-plyr=play].plyr__control--overlaid {
    height: 5.125rem;
    opacity: 1;
    background-color: rgba(0,0,0,0);
    background-position: center center;
    background-repeat: no-repeat;
    width: 5.125rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iODMiIHZpZXdCb3g9IjAgMCA4MyA4MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxwYXRoIGQ9Ik01Ny4zNjczIDU3LjM2NzNDNzEuNDU5MiA0My4yNzU1IDc1Ljc1MjcgMjQuNzIxNSA2Ni45NTcxIDE1LjkyNTlDNTguMTYxNSA3LjEzMDI1IDM5LjYwNzUgMTEuNDIzNyAyNS41MTU2IDI1LjUxNTZDMTEuNDIzNyAzOS42MDc1IDcuMTMwMjUgNTguMTYxNSAxNS45MjU5IDY2Ljk1NzFDMjQuNzIxNSA3NS43NTI3IDQzLjI3NTUgNzEuNDU5MiA1Ny4zNjczIDU3LjM2NzNaIiBmaWxsPSIjM0UwMEZEIi8+CjxwYXRoIGQ9Ik01NCA0M0wzNC41IDU0LjI1ODNMMzQuNSAzMS43NDE3TDU0IDQzWiIgZmlsbD0iI0Y0RjRGNCIvPgo8L2c+Cjwvc3ZnPgo=) !important;
    transition: .3s ease transform
}

.has-contrast body .plyr button[data-plyr=play].plyr__control--overlaid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iODMiIHZpZXdCb3g9IjAgMCA4MyA4MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxwYXRoIGQ9Ik01Ny4zNjczIDU3LjM2NzNDNzEuNDU5MiA0My4yNzU1IDc1Ljc1MjcgMjQuNzIxNSA2Ni45NTcxIDE1LjkyNTlDNTguMTYxNSA3LjEzMDI1IDM5LjYwNzUgMTEuNDIzNyAyNS41MTU2IDI1LjUxNTZDMTEuNDIzNyAzOS42MDc1IDcuMTMwMjUgNTguMTYxNSAxNS45MjU5IDY2Ljk1NzFDMjQuNzIxNSA3NS43NTI3IDQzLjI3NTUgNzEuNDU5MiA1Ny4zNjczIDU3LjM2NzNaIiBmaWxsPSIjMDAwIi8+CjxwYXRoIGQ9Ik01NCA0M0wzNC41IDU0LjI1ODNMMzQuNSAzMS43NDE3TDU0IDQzWiIgZmlsbD0iI0Y0RjRGNCIvPgo8L2c+Cjwvc3ZnPgo=) !important
}

body .plyr button[data-plyr=play].plyr__control--overlaid:hover {
    background-color: rgba(0,0,0,0);
    transform: translate(-50%, -50%) scale(1.1)
}

body .plyr button[data-plyr=play].plyr__control--overlaid svg {
    display: none
}

body .plyr .plyr__controls__item:hover {
    background-color: rgba(0,0,0,0)
}

.tippy-box {
    background: #f4efea;
    color: #c72e2e
}

.has-contrast .tippy-box {
    background: #000;
    color: #fdf300
}

.tippy-box .tippy-arrow {
    z-index: 2;
    color: #f4efea;
    width: 22px;
    height: 18px;
    transition: color .4s ease
}

.has-contrast .tippy-box .tippy-arrow {
    color: #fdf300
}

.tippy-box .tippy-arrow:after {
    content: "";
    height: 7px;
    width: 100%;
    background: #f4efea;
    z-index: 9;
    position: absolute;
    bottom: 1px;
    transition: background .4s ease
}

.has-contrast .tippy-box .tippy-arrow:after {
    background: #000
}

.tippy-box .tippy-arrow:before {
    content: "";
    z-index: -1;
    top: -8px;
    border-width: 0 !important;
    width: 22px;
    transform-origin: center center;
    height: 18px;
    left: 50% !important;
    position: absolute;
    transform-origin: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZjRlZmVhIiBzdHJva2U9IiNjNzJlMmUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgd2lkdGg9IjIyIj48cGF0aCBkPSJtOS4zMjA1MyAxLjU5NzI2Yy43ODgwNy0xLjIxODY2OSAyLjU3MDg3LTEuMjE4NjcgMy4zNTg5NyAwbDguNDQ5MyAxMy4wNjY3NGMuODYwNiAxLjMzMDgtLjA5NDcgMy4wODYtMS42Nzk0IDMuMDg2aC0xNi44OTg3OGMtMS41ODQ3MzggMC0yLjUzOTk3NzctMS43NTUyLTEuNjc5NDY4LTMuMDg2eiIvPjwvc3ZnPg==)
}

.has-contrast .tippy-box .tippy-arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjMDAwIiBzdHJva2U9IiNGREYzMDAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgd2lkdGg9IjIyIj48cGF0aCBkPSJtOS4zMjA1MyAxLjU5NzI2Yy43ODgwNy0xLjIxODY2OSAyLjU3MDg3LTEuMjE4NjcgMy4zNTg5NyAwbDguNDQ5MyAxMy4wNjY3NGMuODYwNiAxLjMzMDgtLjA5NDcgMy4wODYtMS42Nzk0IDMuMDg2aC0xNi44OTg3OGMtMS41ODQ3MzggMC0yLjUzOTk3NzctMS43NTUyLTEuNjc5NDY4LTMuMDg2eiIvPjwvc3ZnPg==)
}

.tippy-box .svg {
    pointer-events: none
}

.tippy-box .tippy-content {
    width: 5rem;
    padding: .5rem 0;
    background: #f4efea;
    border: 1px solid #c72e2e;
    text-align: center;
    border-radius: .25rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    font-family: "new-spirit-condensed",serif;
    transition: background .4s ease,border-color .4s ease
}

.has-contrast .tippy-box .tippy-content {
    background: #000;
    border: 1px solid #fdf300
}

.tippy-box .tippy-content>span {
    position: relative;
    z-index: 4
}

.tippy-box[data-placement=bottom] .tippy-arrow:before {
    top: -8px;
    transform: translateX(-50%) !important
}

.tippy-box[data-placement=bottom] .tippy-arrow:after {
    bottom: 8px;
    height: 9px
}

.tippy-box[data-placement=top] .tippy-arrow:before {
    top: calc(100% - .5rem);
    bottom: unset !important;
    transform: translateX(-50%) scale(-1) !important
}

.tippy-box[data-placement=right] .tippy-arrow:before {
    top: 50%;
    bottom: unset !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    left: -6px !important
}

.tippy-box[data-placement=right] .tippy-arrow:after {
    left: 1px;
    width: 7px;
    height: 22px;
    bottom: -2px
}

.tippy-box button[disabled=true] {
    pointer-events: none;
    color: #e5e5e5
}

[data-tippy-content] {
    cursor: pointer
}

.pagination {
    font-family: "new-spirit-condensed",serif
}

.pagination .prev {
    transform: scale(-1)
}

.pagination .page-numbers:not(.prev):not(.next) {
    padding: 0 5px;
    margin: 0 5px;
    opacity: .5;
    color: #97a4ff;
    transition: color .3s ease,opacity .3s ease
}

.pagination .page-numbers:not(.prev):not(.next):hover,.pagination .page-numbers:not(.prev):not(.next)[aria-current=page] {
    color: currentColor;
    opacity: 1
}

.filters {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    bottom: 0;
    background: #f4efea;
    z-index: 5;
    padding: 2rem 1.25rem 1.5rem;
    display: none;
    opacity: 0;
    box-shadow: 0px 4px 7px 0px rgba(62,0,253,.25)
}

.has-contrast .filters {
    background: #000;
    box-shadow: none;
    border-left: 1px solid #fff
}

@media(min-width: 576px) {
    .filters {
        padding:2rem 1.875rem 1.5rem
    }
}

.filters .loader {
    opacity: 1
}

.filters .simplebar-content {
    padding-right: 1.25rem !important;
    padding-bottom: 2.5rem !important
}

.filters-inner {
    width: 375px;
    position: relative;
    height: calc(100% - 135px);
    overflow: auto;
    max-width: 100%
}

@media(min-width: 576px) {
    .filters-inner {
        height:calc(100% - 215px)
    }
}

.filters-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 2.5rem;
    background: #fff;
    background: linear-gradient(180deg, rgba(244, 239, 234, 0), #F4EFEA 90%);
    pointer-events: none
}

.has-contrast .filters-inner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 90%)
}

.filters-top {
    padding-bottom: 2rem
}

.filters h3,.filters .h3 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

.filters .close {
    position: fixed;
    right: 1.25rem;
    top: 2rem;
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 576px) {
    .filters .close:hover {
        transform:rotate(1turn)
    }
}

.filter-cats {
    margin: 0 -6px 1.5rem
}

@media(min-width: 768px) {
    .filter-cats {
        margin:-6px
    }
}

.filter-cats a,.filter-cats div {
    margin: 6px;
    color: inherit;
    background-color: #dee0fe;
    border: 1px solid #dee0fe;
    font-size: .625rem;
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    transition: border-color .3s ease
}

@media(min-width: 576px) {
    .filter-cats a:is(a):hover,.filter-cats div:is(a):hover {
        border:1px solid #c72e2e
    }

    .has-contrast .filter-cats a:is(a):hover,.has-contrast .filter-cats div:is(a):hover {
        border: 1px solid #fdf300;
        background-color: #fdf300
    }
}

.filter-cats a:is(a)[aria-pressed=true],.filter-cats div:is(a)[aria-pressed=true] {
    border: 1px solid #c72e2e
}

.has-contrast .filter-cats a:is(a)[aria-pressed=true],.has-contrast .filter-cats div:is(a)[aria-pressed=true] {
    border: 1px solid #fdf300;
    background-color: #fdf300
}

@media(min-width: 768px) {
    .filter-cats-active {
        transform:translateY(-1.875rem);
        margin: 0 1.875rem
    }
}

.filter-cats-active a,.filter-cats-active div {
    padding-right: 1.875rem;
    position: relative;
    margin: 0 1.0625rem 1.0625rem 0;
    border: 1px solid currentColor
}

.has-contrast .filter-cats-active a,.has-contrast .filter-cats-active div {
    border: 1px solid #fdf300
}

.filter-cats-active a button,.filter-cats-active div button {
    position: absolute;
    padding: .5rem;
    margin: 0 -0.5rem;
    right: .875rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.filter-cats-active a button svg,.filter-cats-active div button svg {
    pointer-events: none;
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 576px) {
    .filter-cats-active a button:hover svg,.filter-cats-active div button:hover svg {
        transform:rotate(1turn)
    }
}

@media(max-width: 575.98px) {
    .flex-container {
        width:100%
    }
}

.is-hidden {
    display: none !important
}

footer {
    background-color: #c72e2e;
    letter-spacing: .16px;
    overflow: hidden;
    color: #f4efea;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    font-family: "new-reason",sans-serif;
    font-weight: 400;
    position: relative;
    transition: background-color .4s ease
}

.has-contrast footer {
    background-color: #000
}

@media(min-width: 576px) {
    footer {
        padding-bottom:.875rem
    }
}

@media(min-width: 992px) {
    footer {
        padding-top:5.625rem
    }
}

@media(min-width: 992px) {
    footer {
        padding-bottom:3.5rem;
        padding-top: 6.625rem
    }
}

footer>img,footer>.lottie {
    position: absolute;
    right: 0;
    top: 6.625rem;
    max-height: 35rem
}

footer>.lottie {
    width: 60vw;
    right: -20%
}

footer>.lottie path {
    stroke: currentColor
}

footer .socials li:not(:last-of-type) {
    margin-right: 1.5625rem
}

footer .socials a svg {
    transition: fill .3s cubic-bezier(0.9, 0, 0.2, 1)
}

footer .socials a:hover svg {
    fill: #97a4ff
}

.has-contrast footer .socials a:hover svg {
    fill: #fdf300
}

@media(max-width: 575.98px) {
    footer .partners {
        margin-bottom:-1.75rem
    }

    footer .partners>div {
        margin-bottom: 1.75rem
    }

    footer .partners>div:nth-of-type(2n) {
        width: 55%
    }

    footer .partners>div:nth-of-type(2n+1) {
        width: 33.33333333%
    }
}

footer .partners img {
    max-height: 2.5rem
}

.has-contrast footer .partners img {
    filter: grayscale(1)
}

footer .footer-img {
    margin-top: 4.25rem
}

@media(min-width: 576px) {
    footer .footer-img {
        margin-top:7.5rem
    }
}

@media(min-width: 992px) {
    footer .footer-img {
        transform:translateX(3.125rem);
        height: 650px
    }
}

@media(min-width: 576px) {
    footer .footer-img img {
        transform:translateX(1.875rem);
        max-width: 100%;
        width: auto;
        margin-left: auto
    }
}

@media(max-width: 575.98px) {
    footer .footer-img img {
        width:calc(100vw + 1.75rem);
        max-width: unset;
        transform: translateX(-3rem)
    }
}

header {
    letter-spacing: 3.5px;
    line-height: 1.5;
    padding-bottom: 0;
    font-size: .625rem;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 4rem;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: background .4s ease,border-color .4s ease,transform .4s ease
}

@media(min-width: 576px) {
    header {
        height:6rem
    }
}

header.is-hidden {
    transform: translateY(-100%)
}

header .lottie {
    position: relative;
    z-index: 3
}

header .logo {
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
    display: inline-block
}

@media(min-width: 576px) {
    header .logo {
        height:4.375rem;
        width: 4.375rem
    }
}

header .logo img,header .logo svg {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: unset;
    width: 8rem !important;
    height: 4rem !important;
    transform: translateY(0.875rem);
    transition: all .15s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 576px) {
    header .logo img,header .logo svg {
        width:219px !important;
        height: 106px !important;
        transform: translateY(1.5rem)
    }
}

header.is-fixed {
    background: #f4efea;
    border-color: #c72e2e
}

.has-contrast header.is-fixed {
    background: #000;
    border-color: #fff
}

header.is-fixed .hamburger {
    top: 1.875rem !important
}

@media(min-width: 576px) {
    header.is-fixed .hamburger {
        top:2.5rem !important
    }
}

header.search-open {
    border-color: #c72e2e !important
}

.has-contrast header.search-open {
    border-color: #fff !important
}

@media(max-width: 575.98px) {
    header.search-open a.logo span.lottie svg,header.search-open a.logo span.lottie img {
        width:2.5rem !important;
        height: 2.5rem !important
    }
}

header ul li:not(:first-of-type) {
    margin-left: 2.25rem
}

header ul a,header ul button {
    display: inline-flex;
    align-items: center
}

header ul svg {
    margin-right: .5rem
}

header .link-ticket svg {
    transition: transform .4s ease
}

header .link-ticket path:first-of-type {
    transition: transform .4s ease
}

header .link-ticket:hover svg {
    transform: rotate(-35deg)
}

header .link-ticket:hover path:first-of-type {
    transform: rotate(16deg) translate(3px, 0px)
}

header .link-search svg {
    transition: transform .4s ease,stroke .4s ease
}

.has-contrast header .link-search svg {
    stroke: #fff
}

header .link-search:hover svg {
    transform: rotate(-35deg)
}

body:not(.home) header {
    border-bottom-color: rgba(0,0,0,0)
}

body:not(.home) header.is-scrolled {
    border-bottom-color: currentColor
}

header.is-fixed .logo img,header.is-fixed .logo svg,.overlay-open header .logo img,.overlay-open header .logo svg {
    width: 5.5rem !important;
    height: 2.5rem !important;
    transform: translateY(3px)
}

@media(min-width: 576px) {
    header.is-fixed .logo img,header.is-fixed .logo svg,.overlay-open header .logo img,.overlay-open header .logo svg {
        width:11.375rem !important;
        height: 4.375rem !important;
        transform: translateY(3px);
    }
}

@media(max-width: 575.98px) {
    body:not(.home) header.is-fixed .logo img,body:not(.home) header.is-fixed .logo svg {
        width:8rem !important;
        height: 4rem !important
    }

    body:not(.home) header.is-fixed.is-scrolled .logo svg,body:not(.home) header.is-fixed.is-scrolled .logo img {
        width: 5.5rem !important;
        height: 2.5rem !important
    }
}

.img-fit {
    object-fit: cover
}

[style*="--aspect-ratio"]::before {
    padding-bottom: calc(100%/(var(--aspect-ratio)))
}

img.lazyload {
    opacity: 0;
    transition: all .4s ease
}

.has-contrast img.lazyload {
    filter: grayscale(1)
}

img.lazyload.loaded {
    opacity: 1
}

figcaption {
    margin-top: 1rem;
    line-height: 1.15;
    font-size: .8125rem
}

.ratio {
    display: block;
    background: #c72e2e
}

.has-contrast .ratio {
    background: rgba(0,0,0,0) !important
}

.ratio img {
    object-fit: cover
}

.icon-contrast {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .4s ease
}

.has-contrast .icon-contrast {
    opacity: 1
}

.icon-nocontrast {
    opacity: 1;
    transition: opacity .4s ease
}

.has-contrast .icon-nocontrast {
    opacity: 0
}

.nav img,.nav .lottie {
    position: fixed;
    right: 0;
    margin-left: auto;
    max-height: calc(100% - 12.5rem);
    bottom: 1.25rem;
    max-width: 50vw;
    pointer-events: none
}

@media(min-width: 576px) {
    .nav img,.nav .lottie {
        bottom:4.25rem
    }
}

.has-contrast .nav img,.has-contrast .nav .lottie {
    filter: brightness(0) invert(1)
}

.nav .lottie {
    right: -2%;
    width: 50vw
}

.nav ul.col-12 {
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5)
}

.nav li:not(:last-of-type) {
    margin-bottom: 1.25rem
}

@media(min-width: 768px) {
    .nav li:not(:last-of-type) {
        margin-bottom:1.475rem
    }
}

.nav li a:hover:not(.no-hover),.nav li.current-menu-item a:not(.no-hover),.nav li.current-page-ancestor a:not(.no-hover) {
    padding-left: 3.5rem
}

@media(min-width: 768px) {
    .nav li a:hover:not(.no-hover),.nav li.current-menu-item a:not(.no-hover),.nav li.current-page-ancestor a:not(.no-hover) {
        padding-left:7rem
    }
}

.nav li a:hover:not(.no-hover):before,.nav li.current-menu-item a:not(.no-hover):before,.nav li.current-page-ancestor a:not(.no-hover):before {
    opacity: 1
}

@media(max-width: 575.98px) {
    .nav li>a:nth-of-type(2) {
        margin-right:.8125rem
    }
}

.nav a:not(.no-hover) {
    position: relative;
    transition: padding-left .3s ease
}

.nav a:not(.no-hover):before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    height: 2.5rem;
    width: 2.5rem;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA2MCA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0zMS4yMzQ2IDEuMDAwNDlMNTguNTY0NyAyNi4wMDAyTDMxLjIzNDYgNTEiIHN0cm9rZT0iI0M3MkUyRSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTUuMDU5MWUtMDUgMjYuMDAzNEw1OC41NjQ3IDI2LjAwMzQiIHN0cm9rZT0iI0M3MkUyRSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9zdmc+);
    transform: translateY(-50%);
    transition: opacity .3s ease,filter .4s ease
}

.has-contrast .nav a:not(.no-hover):before {
    filter: brightness(0) invert(1)
}

@media(min-width: 768px) {
    .nav a:not(.no-hover):before {
        height:4rem;
        width: 4rem
    }
}

@media(min-width: 992px) {
    .nav a:not(.no-hover):before {
        height:5rem;
        width: 5rem
    }
}

.nav-page li {
    text-transform: lowercase
}

.nav-page li:not(:last-of-type) {
    margin-right: 2rem
}

@media(min-width: 992px) {
    .nav-page li:not(:last-of-type) {
        margin-right:3rem
    }
}

.nav-page li a {
    color: #97a4ff;
    opacity: .7;
    transition: color .3s ease,opacity .3s ease
}

.has-contrast .nav-page li a {
    color: #fff
}

.nav-page li a[aria-current=page] {
    opacity: 1;
    color: #c72e2e;
    cursor: default
}

.has-contrast .nav-page li a[aria-current=page] {
    color: #fdf300
}

@media(min-width: 768px) {
    .nav-page li a:hover {
        color:#c72e2e;
        opacity: 1
    }

    .has-contrast .nav-page li a:hover {
        color: #fdf300
    }
}

.search form input[type=search],.search form ::placeholder {
    font-family: "new-spirit-condensed",serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 98%;
    outline: 0
}

.has-contrast .search form input[type=search],.has-contrast .search form ::placeholder {
    color: #fff
}

@media(min-width: 768px) {
    .search form input[type=search],.search form ::placeholder {
        font-size:4.25rem
    }
}

@media(min-width: 992px) {
    .search form input[type=search],.search form ::placeholder {
        font-size:5.9375rem
    }
}

@media(min-width: 1920px) {
    .search form input[type=search],.search form ::placeholder {
        font-size:7.875rem
    }
}

.search-inner {
    padding-bottom: 5.25rem
}

@media(min-width: 576px) {
    .search-inner {
        padding-bottom:4.25rem
    }
}

.search-close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 6px;
    z-index: 9;
    top: -0.625rem;
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 992px) {
    .search-close {
        width:1.875rem;
        height: 1.875rem;
        top: 1.5rem;
        right: .625rem
    }
}

.search-close:hover {
    transform: rotate(1turn)
}

.search-close:before,.search-close:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    background: currentColor;
    position: absolute;
    top: 50%
}

.search-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.search-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.search form ::placeholder {
    color: inherit;
    font-size: inherit
}

@media(min-width: 576px) {
    .search form ::placeholder {
        font-size:inherit
    }
}

.search form input {
    background: rgba(0,0,0,0) !important;
    border-radius: 0;
    padding: 0;
    padding-right: 3rem
}

@media(min-width: 768px) {
    .search form input {
        padding-right:6rem
    }
}

.search form input:hover,.search form input:focus {
    background: rgba(0,0,0,0) !important
}

.search form button[type=submit] {
    background: rgba(0,0,0,0);
    border-radius: 0;
    position: absolute;
    padding-right: .625rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.search form button[type=submit] img,.search form button[type=submit] svg {
    height: 2.5rem;
    width: 5rem
}

@media(min-width: 768px) {
    .search form button[type=submit] img,.search form button[type=submit] svg {
        height:4rem;
        width: 8.125rem
    }
}

@media(min-width: 992px) {
    .search form button[type=submit] img,.search form button[type=submit] svg {
        height:5rem;
        width: 10.125rem
    }
}

.form-archive {
    overflow: hidden;
    padding: 0;
    border-radius: .625rem;
    display: flex;
    height: 2.9375rem;
    align-items: center
}

.form-archive [data-bs-target="#collapse-archive"] {
    width: 2.9375rem;
    height: 2.9375rem;
    padding: 0;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
    transition: background-color .5s ease-in-out
}

.has-contrast .form-archive [data-bs-target="#collapse-archive"] svg {
    stroke: #000
}

.form-archive [data-bs-target="#collapse-archive"]:hover {
    background: #97a4ff
}

.has-contrast .form-archive [data-bs-target="#collapse-archive"]:hover {
    background: #fdf300
}

.form-archive #collapse-archive {
    width: 0;
    background: #fff;
    height: 2.9375rem;
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
    transition: width .5s ease-in-out !important
}

.form-archive #collapse-archive.show {
    width: 10.25rem
}

.form-archive ::placeholder,.form-archive input[type=search] {
    font-size: 1.125rem;
    color: #c72e2e;
    font-family: "new-spirit-condensed",serif;
    font-weight: 300
}

.has-contrast .form-archive ::placeholder,.has-contrast .form-archive input[type=search] {
    color: #000
}

.form-archive input[type=search] {
    padding: 0 1rem 0 1rem;
    height: 100%;
    border-radius: .625rem
}

.form-archive button[type=submit] {
    position: absolute;
    left: 0;
    height: 100%;
    border-top-left-radius: .625rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    transform: translateX(-100%);
    top: 0;
    bottom: 0;
    width: 2.9375rem;
    background-color: rgba(0,0,0,0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem;
    padding: 0;
    transition: background-color .5s ease-in-out
}

.has-contrast .form-archive button[type=submit] {
    background-color: rgba(0,0,0,0)
}

.form-archive button[type=submit]:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNi4xIDE1LjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjM2UwMGZkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Im05LjggMTIuMWMzLjIgMCA1LjgtMi42IDUuOC01LjhzLTIuNi01LjgtNS44LTUuOC01LjggMi42LTUuOCA1LjggMi42IDUuOCA1LjggNS44eiIvPjxwYXRoIGQ9Im01LjYgMTAuMy01LjMgNS4yIi8+PC9zdmc+);
    background-color: #97a4ff
}

.has-contrast .form-archive button[type=submit]:hover {
    background-color: #fdf300;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNi4xIDE1LjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Im05LjggMTIuMWMzLjIgMCA1LjgtMi42IDUuOC01LjhzLTIuNi01LjgtNS44LTUuOC01LjggMi42LTUuOCA1LjggMi42IDUuOCA1LjggNS44eiIvPjxwYXRoIGQ9Im01LjYgMTAuMy01LjMgNS4yIi8+PC9zdmc+)
}

.search-item {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    border-bottom: 1px solid currentColor;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease,color .3s ease
}

@media(min-width: 768px) {
    .search-item {
        padding-top:3.375rem;
        padding-bottom: 3.375rem
    }
}

.search-item>.row {
    min-width: 100%
}

.search-item:hover {
    background-color: #dee0fe
}

.search-item:hover .is-light>span {
    background-color: #97a4ff !important
}

.search-item:first-of-type {
    border-top: 1px solid currentColor
}

.search-item:last-of-type {
    border-bottom: none
}

.search-item-img {
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    background-color: #c72e2e
}

.search-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.search-item .h5 {
    width: calc(100% - 112px)
}

.search-item .tags {
    margin-right: -0.875rem
}

.overlay {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: #f4efea;
    height: 100vh;
    height: 100svh;
    position: fixed;
    opacity: 0;
    max-height: -webkit-fill-available
}

.has-contrast .overlay {
    background: #000
}

.overlay-open {
    overflow: hidden
}

.overlay-open header {
    border-color: rgba(0,0,0,0)
}

@media(max-width: 575.98px) {
    .overlay-open .hamburger {
        top:1.875rem !important
    }
}

.overlay-open .logo img {
    width: 2.5rem;
    transform: translateY(3px)
}

@media(min-width: 576px) {
    .overlay-open .logo img {
        width:70px;
        transform: translateY(3px)
    }
}

.overlay-inner {
    overflow: auto;
    padding-top: 7.75rem;
    padding-bottom: 2rem;
    height: 100%;
    align-items: center
}

.hamburger {
    letter-spacing: 3.5px;
    font-family: "new-reason",sans-serif;
    line-height: 1.5;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    margin-left: 1.5rem;
    align-items: center;
    position: fixed;
    top: 2.5rem;
    right: calc(1.5rem - 3px);
    z-index: 4;
    width: auto !important;
    padding: .625rem;
    margin: -0.625rem;
    transition: top .3s ease .1s
}

@media(min-width: 576px) {
    .hamburger {
        top:2.5rem
    }
}

@media(min-width: 768px) {
    .hamburger {
        right:calc(1.875rem - 3px);
        top: 4rem
    }
}

@media(min-width: 992px) {
    .hamburger {
        left:50%;
        right: unset;
        top: 2.5rem;
        transform: translateX(-50%)
    }
}

.hamburger[aria-expanded=false]:hover .hamburger-inner span:first-of-type {
    top: 2px
}

.hamburger[aria-expanded=false]:hover .hamburger-inner span:last-of-type {
    top: calc(100% - 2px)
}

.hamburger[aria-expanded=true] .hamburger-inner span:first-of-type {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hamburger[aria-expanded=true] .hamburger-inner span:last-of-type {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hamburger[aria-expanded=true]:hover .hamburger-inner {
    transform: rotate(1turn)
}

.hamburger-inner {
    width: 2.625rem;
    height: .5rem;
    display: inline-block;
    position: relative;
    margin-top: -2px;
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 576px) {
    .hamburger-inner {
        margin-right:.875rem;
        width: .9375rem;
        height: .375rem
    }
}

.hamburger-inner span {
    width: 100%;
    height: 1px;
    background: #c72e2e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    will-change: top,transform;
    transition: top .2s cubic-bezier(0.9, 0, 0.2, 1),transform .2s cubic-bezier(0.9, 0, 0.2, 1)
}

.hamburger-inner span:first-of-type {
    top: 0
}

.hamburger-inner span:last-of-type {
    top: 100%
}

.loader,.loader:after {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem
}

.loader {
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -0.625rem;
    text-indent: -9999em;
    border-top: 2px solid #dee0fe;
    border-right: 2px solid #dee0fe;
    border-bottom: 2px solid #dee0fe;
    border-left: 2px solid currentColor;
    transform: translateZ(0);
    transition: opacity .3s ease;
    animation: loading 1.1s infinite linear
}

.has-contrast .loader {
    border-top: 2px solid rgba(255,255,255,.3);
    border-right: 2px solid rgba(255,255,255,.3);
    border-bottom: 2px solid rgba(255,255,255,.3);
    border-left: 2px solid #fdf300
}

@keyframes loading {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.news-item {
    height: 100%;
    border: 1px solid;
    display: flex;
    flex-direction: column
}

@media(max-width: 575.98px) {
    .news-item {
        border-radius:.75rem
    }
}

.news-item .ratio {
    background: #c72e2e
}

.news-item span {
    display: block
}

@media(max-width: 575.98px) {
    .news-item .text-special {
        font-size:.5rem !important
    }
}

.event-item {
    margin-bottom: .75rem
}

.event-item img,.event-item svg {
    user-select: none
}

@media(min-width: 992px) {
    .event-item {
        margin-bottom:2.5rem
    }
}

.event-item a {
    padding: 1.5rem 1.125rem 1.25rem;
    border: 1px solid;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: background-color .4s ease,color .4s ease
}

.has-contrast .event-item a {
    background: #fff;
    color: #000
}

@media(min-width: 992px) {
    .event-item a {
        padding:2.875rem 1.875rem 1.25rem
    }
}

@media(min-width: 768px) {
    .event-item a.event-item-square h3,.event-item a.event-item-square .h3 {
        max-width:calc(100% - 2rem)
    }
}

@media(min-width: 992px) {
    .event-item a.event-item-square h3,.event-item a.event-item-square .h3 {
        max-width:calc(100% - 1.25rem)
    }
}

.event-item a.event-item-hor h3,.event-item a.event-item-hor .h3 {
    max-width: calc(100% - 11.25rem)
}

@media(min-width: 992px) {
    .event-item a.event-item-hor h3,.event-item a.event-item-hor .h3 {
        max-width:calc(100% - 12.25rem)
    }
}

.event-item a:hover {
    background-color: #c72e2e;
    color: #fff
}

.has-contrast .event-item a:hover {
    background-color: #fdf300;
    color: #000
}

.has-contrast .event-item a:hover .tags li span {
    border-color: #fff
}

.event-item a:hover .icons img {
    filter: brightness(0) invert(100%)
}

body:not(.has-contrast) .event-item a:hover .icons svg:not(.ticket-label)>path:not(:last-of-type) {
    fill: #fff
}

body:not(.has-contrast) .event-item a:hover .icons svg:not(.ticket-label)>path:last-of-type {
    fill: #c72e2e;
    stroke: #fff
}

body:not(.has-contrast) .event-item a:hover .icons svg:not(.ticket-label) g {
    stroke: #fff
}

body:not(.has-contrast) .event-item a:hover .icons svg.ticket-label>path:first-of-type {
    fill: #fff
}

body:not(.has-contrast) .event-item a:hover .icons svg.ticket-label>path:nth-of-type(2) {
    stroke: #fff;
    fill: #c72e2e
}

body:not(.has-contrast) .event-item a:hover .icons svg.ticket-label>path:nth-of-type(3) {
    fill: #fff
}

body:not(.has-contrast) .event-item a:hover .icons svg.ticket-label>g {
    stroke: #c72e2e
}

.event-item a:hover img {
    filter: none
}

.event-item a:hover .btn-blue {
    border-color: #f4efea
}

.has-contrast .event-item a:hover .btn-blue {
    border: none !important
}

.event-item a .btn {
    position: absolute;
    right: 1.125rem;
    bottom: 1.25rem
}

@media(min-width: 992px) {
    .event-item a .btn {
        right:1.875rem
    }
}

.event-item a .btn-blue {
    transition: all .4s ease
}

.event-item .ratio {
    max-height: 144px
}

@media(min-width: 992px) {
    .event-item .ratio {
        max-height:247px
    }
}

.event-item .ratio.ratio-square {
    max-width: 124px;
    margin-bottom: 4.5rem
}

@media(min-width: 768px) {
    .event-item .ratio.ratio-square {
        max-width:144px
    }
}

@media(min-width: 992px) {
    .event-item .ratio.ratio-square {
        max-width:247px;
        margin-bottom: 7.5rem
    }
}

.has-contrast .event-item .ratio img {
    filter: grayscale(1)
}

.event-item .icons [data-tippy-content] svg,.event-item .icons [data-tippy-content] img,.event-item .icons [data-tippy-content] svg,.event-item .icons [data-tippy-content] img {
    margin-left: 0 !important
}

.event-item .icons img,.event-item .icons svg,.event-item .icons [data-tippy-content] {
    margin-left: .625rem
}

@media(min-width: 576px) {
    .event-item .icons img,.event-item .icons svg,.event-item .icons [data-tippy-content] {
        margin-left:.875rem
    }
}

@media(min-width: 992px) {
    .event-item .icons img,.event-item .icons svg,.event-item .icons [data-tippy-content] {
        margin-left:1rem
    }
}

@media(max-width: 575.98px) {
    .event-item .icons img,.event-item .icons svg,.event-item .icons [data-tippy-content] {
        height:1rem;
        flex-shrink: 0
    }
}

.event-item .icons svg.ticket-label g path {
    transition: none
}

@media(max-width: 575.98px) {
    .event-item .tags {
        font-size:.5rem
    }
}

.event-item .tags li {
    margin-left: 1rem;
    margin-right: 0;
    font-weight: 400
}

.event-item .tags span {
    color: #c72e2e
}

.has-contrast .event-item .tags span {
    color: #000;
    background: #fff;
    border-color: #000
}

.event-item .h3-container {
    max-width: calc(100% - 164px)
}

@media(min-width: 992px) {
    .event-item .h3-container {
        max-width:calc(100% - 264px)
    }
}

@media(max-width: 575.98px) {
    .event-item h3,.event-item .h3 {
        font-size:2.125rem
    }
}

@media(max-width: 991.98px) {
    .event-item .date+.text-special {
        font-size:7px !important
    }
}

.event-item img {
    transition: filter .3s ease
}

.event-item svg path,.event-item svg g {
    transition: all .3s ease
}

.event-item-list {
    margin-bottom: .75rem
}

.event-item-list a {
    padding: 1.5rem 1.5rem 1.5rem 1.375rem
}

@media(min-width: 992px) {
    .event-item-list a {
        padding:1.375rem 2.25rem 1.375rem 2rem
    }
}

.event-item-list .h3 {
    max-width: calc(100% - 150px)
}

@media(max-width: 767.98px) {
    .event-item-list .h3 {
        font-size:1.625rem
    }
}

@media(min-width: 992px) {
    .event-item-list .h3 {
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 90px - 32px - 35px - 270px)
    }
}

.event-item-list-meta {
    width: 100%
}

@media(min-width: 992px) {
    .event-item-list-meta {
        width:220px
    }
}

.event-item-list .ratio {
    max-height: 4.5rem;
    max-width: 4.5rem
}

.event-item-list .date {
    font-size: 1.625rem
}

@media(min-width: 992px) {
    .event-item-list .date {
        font-size:1.3125rem
    }
}

@media(min-width: 992px) {
    .event-item-list .date {
        font-size:2rem
    }
}

.event-item-list .btn {
    position: static !important;
    margin-left: auto
}

@media(max-width: 991.98px) {
    .event-item-list .btn {
        margin-top:auto
    }
}

.event-item-list .tags li:first-of-type {
    margin-left: 0
}

.event-item-archive a {
    flex-direction: row;
    align-items: flex-start
}

@media(max-width: 575.98px) {
    .event-item-archive a {
        padding:1rem .75rem !important;
        border-radius: .625rem
    }

    .event-item-archive a .text-special {
        font-size: .5rem
    }

    .event-item-archive a h3,.event-item-archive a .h3 {
        font-size: 1.125rem
    }
}

.event-item-archive .ratio {
    max-width: 9.6875rem
}

@media(max-width: 767.98px) {
    .event-item-archive .ratio {
        max-width:5rem
    }
}

@media(max-width: 575.98px) {
    .event-item-archive .ratio {
        max-width:4rem;
        border-radius: .625rem
    }
}

img.turn {
    transform: scale(-1)
}

.has-contrast .event-item:hover>a .icons svg.ticket-label>g {
    stroke: #fdf300
}

.has-contrast .event-item:hover>a .icons svg>path:nth-of-type(2) {
    fill: #fdf300
}

.has-contrast .icons svg:not(.ticket-label)>path:not(:last-of-type) {
    fill: #000
}

.has-contrast .icons svg:not(.ticket-label)>path:last-of-type {
    fill: #fff;
    stroke: #000
}

.has-contrast .icons svg:not(.ticket-label) g {
    stroke: #000
}

.has-contrast .icons svg.ticket-label>path:first-of-type {
    fill: #000
}

.has-contrast .icons svg.ticket-label>path:nth-of-type(2) {
    stroke: #000;
    fill: #fff
}

.has-contrast .icons svg.ticket-label>path:nth-of-type(3) {
    fill: #000
}

.has-contrast .icons svg.ticket-label>g {
    stroke: #fff
}

@media screen and (max-width: 1380px) {
    .files {
        flex-direction:column
    }

    .files .btn-group {
        margin-left: 0 !important
    }
}

.accordion-item {
    padding: .875rem 1.75rem;
    border: 1px solid currentColor;
    border-radius: 5px
}

.accordion-item-img {
    border-radius: .625rem;
    padding: 1rem .875rem;
    padding-right: 1rem
}

@media(min-width: 576px) {
    .accordion-item-img {
        border-radius:1.25rem;
        padding: 1.5rem 1.75rem;
        padding-right: 3.125rem
    }
}

@media screen and (max-width: 1199px)and (min-width: 992px) {
    .accordion-item-img .h3 {
        font-size:3.5rem
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .accordion-item-img .h3 {
        font-size:2.5rem
    }
}

@media(max-width: 575.98px) {
    .accordion-item-img .h3 {
        font-size:2.125rem
    }
}

.accordion-item-img [aria-expanded=true] svg:first-of-type {
    transform: scale(0) translate(-50%, -50%)
}

.accordion-item-img [aria-expanded=true] svg:nth-of-type(2) {
    opacity: 1;
    transform: scale(1)
}

.has-contrast .accordion-item-img svg {
    filter: brightness(0) invert(100%)
}

.accordion-item-img svg:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    left: 0
}

.accordion-item-img .ratio {
    overflow: hidden;
    width: 4.5625rem;
    height: 4.5625rem;
    margin-right: .75rem;
    border-radius: .625rem;
    flex-shrink: 0
}

@media(min-width: 768px) {
    .accordion-item-img .ratio {
        margin-right:2rem
    }
}

.has-contrast .accordion-item-img .ratio img {
    filter: grayscale(1)
}

.accordion-item-img .text {
    max-width: 44rem
}

@media(min-width: 768px) {
    .accordion-item-img .text {
        margin-left:6.5625rem
    }
}

.accordion-item button {
    border: none;
    background-color: rgba(0,0,0,0)
}

.accordion-item button[aria-expanded=true] svg {
    transform: rotate(-90deg) translate(0px, 0px)
}

.accordion-item button svg {
    transition: .3s ease transform
}

.accordion-item button:hover svg {
    transform: rotate(90deg) translate(0px, 0px)
}

.marquee {
    z-index: 99;
    width: 100%;
    overflow: hidden;
    position: sticky;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 2.5rem;
    line-height: 2.5rem;
    background: var(--mbg);
    font-family: "new-reason",sans-serif
}

@media(min-width: 576px) {
    .marquee {
        margin-left:-1.875rem;
        width: calc(100% + 3.75rem)
    }
}

@media(min-width: 992px) {
    .marquee {
        margin-left:-3.125rem;
        width: calc(100% + 6.25rem);
        transform: translateY(2rem)
    }
}

@media(min-width: 1920px) {
    .marquee {
        margin-left:-4.25rem;
        width: calc(100% + 8.5rem)
    }
}

.has-contrast .marquee {
    background-color: #fdf300
}

.marquee-track {
    display: flex;
    position: relative
}

.marquee-slide {
    flex-shrink: 0;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0 .5rem;
    color: #fff;
    position: relative
}

.has-contrast .marquee-slide {
    background-color: #000
}

.marquee-slide:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--mdot, )
}

.marquee-slide span {
    display: inline-flex
}

.marquee-slide strong {
    font-weight: 700
}

.home .hero {
    overflow: visible !important
}

.hero-text {
    padding-top: 1.625rem
}

@media(min-width: 576px) {
    .hero-text {
        padding-top:2.5rem
    }
}

@media(min-width: 992px) {
    .hero-text {
        padding-top:5rem
    }
}

.hero-text>div,.hero-text h4,.hero-text .h4 {
    padding-right: 1rem
}

.hero-text h2,.hero-text .h2 {
    padding-right: 2rem
}

.hero-text h2 a,.hero-text .h2 a {
    display: inline !important;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0 90%;
    transition: background-size .3s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 992px) {
    .hero-text h2 a:hover,.hero-text .h2 a:hover {
        background-size:100% 90%
    }
}

.hero .swiper a:hover img:nth-of-type(2) {
    opacity: 0 !important
}

.hero .ratio {
    background-color: rgba(0,0,0,0)
}

@media(max-width: 575.98px) {
    .hero .ratio:before {
        padding-top:100% !important
    }
}

.hero-pagination-outer {
    position: absolute;
    right: 0;
    left: 0;
    top: 1.75rem;
    transform: translateY(1.875rem)
}

@media(min-width: 576px) {
    .hero-pagination-outer {
        top:3.25rem
    }
}

.hero-pagination {
    width: auto;
    height: auto;
    right: 0;
    display: flex;
    top: unset;
    left: unset;
    z-index: 2;
    flex-direction: column;
    position: absolute
}

@media(min-width: 992px) {
    .hero-pagination {
        flex-direction:row
    }
}

.hero-pagination .swiper-pagination-bullet {
    width: .5625rem;
    height: .5625rem;
    border: 1px solid;
    margin-bottom: 1rem;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: rgba(0,0,0,0);
    transition: background .3s cubic-bezier(0.9, 0, 0.2, 1)
}

@media(min-width: 992px) {
    .hero-pagination .swiper-pagination-bullet {
        margin-left:1.125rem;
        margin-bottom: 0
    }
}

.hero-pagination .swiper-pagination-bullet-active,.hero-pagination .swiper-pagination-bullet:hover {
    background: currentColor
}

.newsletter {
    border-top: 1px solid
}

.newsletter-blue {
    background-color: #c72e2e;
    color: #f4efea
}

.has-contrast .newsletter-blue {
    background-color: #fdf300;
    color: #000
}

.newsletter h4,.newsletter .h4 {
    font-family: "new-reason",sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1
}

@media(max-width: 991.98px) {
    .newsletter p a:before {
        content:"";
        display: block
    }
}

.newsletter button[type=submit] {
    overflow: hidden
}

.newsletter .thanks {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: calc(100% + 56px);
    width: 100%;
    pointer-events: none;
    opacity: 0;
    display: none
}

.has-contrast .newsletter .thanks {
    filter: brightness(0)
}

@media(min-width: 992px) {
    .newsletter .thanks {
        width:130%
    }
}

.newsletter .thanks span {
    font-family: "new-spirit-condensed",serif;
    font-size: 3.125rem;
    font-weight: 300;
    display: block;
    line-height: 106%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.newsletter .thanks img {
    height: 100%;
    margin: auto
}

.news {
    transition: .4s ease color
}

.has-contrast .news {
    color: #fdf300
}

.swiper-news {
    overflow: visible
}

@media(min-width: 992px) {
    .swiper-news {
        overflow:hidden
    }
}

@media(min-width: 1920px) {
    .swiper-news {
        overflow:visible
    }
}

.swiper-news .swiper-slide {
    margin-right: 1.25rem
}

@media(max-width: 991.98px) {
    .swiper-news .swiper-slide {
        width:41.66666667%
    }
}

@media(max-width: 575.98px) {
    .swiper-news .swiper-slide {
        width:64%
    }
}

.page-template-template-contact section .socials li {
    margin-right: 0;
    margin-bottom: .875rem;
    width: 100%
}

@media(min-width: 992px) {
    .page-template-template-contact section .socials li {
        margin-right:2.5rem;
        width: auto;
        margin-bottom: 2.5rem
    }
}

@media(min-width: 1200px) {
    .page-template-template-contact section .socials li {
        margin-right:4.5rem;
        margin-bottom: 4.5rem
    }
}

.is-loading .js-more {
    opacity: .1;
    pointer-events: none
}

.is-loading .loader {
    opacity: 1
}

.tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.4rem
}

.tags li,.tags .li {
    margin-right: .875rem;
    margin-bottom: .4rem
}

.tags li.is-light span,.tags .li.is-light span {
    background: #dee0fe
}

.has-contrast .tags li.is-light span,.has-contrast .tags .li.is-light span {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.tags a,.tags li>span,.tags .li>span {
    padding: 6px 12px;
    background: #fff;
    color: currentColor;
    display: inline-block;
    border-radius: 5px;
    transition: all .4s ease
}

.has-contrast .tags a,.has-contrast .tags li>span,.has-contrast .tags .li>span {
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff
}

.tags a.is-light,.tags li>span.is-light,.tags .li>span.is-light {
    background: #dee0fe
}

.has-contrast .tags a.is-light,.has-contrast .tags li>span.is-light,.has-contrast .tags .li>span.is-light {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.tags a.is-light:is(a):hover,.tags li>span.is-light:is(a):hover,.tags .li>span.is-light:is(a):hover {
    color: #c72e2e;
    background: #97a4ff
}

.tags a:hover {
    background-color: #c72e2e;
    color: #fff
}

.tags-light a,.tags-light span {
    background: #dee0fe
}

.has-contrast .post-container article {
    color: #fdf300
}

.has-contrast:not(.home).page h1,.has-contrast:not(.home).page .h1 {
    color: #fdf300
}

.calendar {
    max-width: 100%;
    position: relative;
    min-height: 465px
}

@media(min-width: 576px) {
    .calendar {
        min-height:755px
    }
}

@media(min-width: 992px) {
    .calendar {
        min-height:412px
    }
}

.calendar .loader {
    opacity: 1;
    display: inline-block;
    position: sticky;
    top: 1.5rem
}

.calendar h2,.calendar .h2 {
    font-weight: 300
}

.easepick-wrapper {
    display: block;
    z-index: 1
}

.section-calendar+hr {
    transform: translateY(-1px)
}

.single-event-box {
    border: 1px solid currentColor;
    padding: 1.875rem;
    max-width: 390px
}

.single-event-box .hv {
    height: 4.125rem;
    width: 1px;
    background: currentColor;
    margin: auto 1.5rem;
    display: inline-block
}

@media(min-width: 1200px) {
    .single-event-box .hv {
        margin:auto 2rem
    }
}

@media(min-width: 992px) {
    .min-content {
        min-height:420px
    }
}

.swiper-gallery {
    position: relative
}

.swiper-gallery .swiper-slide {
    width: 83.33333333%
}

@media(min-width: 768px) {
    .swiper-gallery .swiper-slide {
        width:41.66666667%
    }
}

@media(min-width: 1200px) {
    .swiper-gallery .swiper-slide {
        width:calc(27vw + .5rem)
    }
}

.swiper-gallery .swiper-button-lock,.swiper-gallery .swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.swiper-gallery .swiper-button-prev,.swiper-gallery .swiper-button-next {
    position: absolute;
    padding: .625rem;
    z-index: 3;
    top: 50%;
    transition: opacity .3s ease;
    transform: translateY(-50%)
}

.swiper-gallery .swiper-button-prev ellipse,.swiper-gallery .swiper-button-prev path,.swiper-gallery .swiper-button-next ellipse,.swiper-gallery .swiper-button-next path {
    transition: fill .3s ease,stroke .3s ease
}

.swiper-gallery .swiper-button-prev:hover ellipse,.swiper-gallery .swiper-button-next:hover ellipse {
    fill: #fff
}

.swiper-gallery .swiper-button-prev:hover path,.swiper-gallery .swiper-button-next:hover path {
    stroke: #c72e2e
}

.swiper-gallery .swiper-button-prev {
    left: 0
}

.swiper-gallery .swiper-button-next {
    right: 0
}

.layout svg {
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: left .3s ease
}

.layout svg path {
    transition: fill .4s ease
}

.has-contrast .layout svg path {
    fill: rgba(255,255,255,.3)
}

.layout button {
    padding: 0 .625rem
}

@media(min-width: 576px) {
    .layout button:hover+svg {
        left:1.875rem
    }

    .layout button:first-of-type:hover+button+svg {
        left: 0 !important
    }
}

.layout button:nth-of-type(2)[aria-pressed=true]+svg {
    left: 1.875rem
}

.layout span {
    margin-left: .3125rem
}

.layout-box .event-item-list {
    display: none
}

.layout-list .event-item:not(.event-item-list) {
    display: none
}

.about-intro-img {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 7.5rem
}

@media(min-width: 768px) {
    .about-intro-img {
        width:12rem;
        bottom: 5rem
    }
}

@media(min-width: 992px) {
    .about-intro-img {
        width:auto;
        bottom: 15rem
    }
}

.history .paragraph {
    font-size: 1rem;
    letter-spacing: .18px;
    font-family: "new-reason",sans-serif;
    font-weight: 400;
    line-height: 1.3
}

@media(min-width: 992px) {
    .history .paragraph {
        font-size:1.125rem
    }
}

.history .paragraph h2,.history .paragraph .h2,.history .paragraph h3,.history .paragraph .h3 {
    margin-bottom: 2rem
}

@media(max-width: 767.98px) {
    .history .paragraph h3,.history .paragraph .h3 {
        font-size:3rem;
        line-height: 98%
    }
}

.history .paragraph p,.history .paragraph ul,.history .paragraph ol {
    color: #c72e2e
}

.has-contrast .history .paragraph p,.has-contrast .history .paragraph ul,.has-contrast .history .paragraph ol {
    color: #fdf300
}

@media(max-width: 767.98px) {
    .history .paragraph .text-navy br {
        display:none
    }
}

.history.has-arrow {
    position: relative
}

.history.has-arrow:after {
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: currentColor;
    top: 0
}

@media(min-width: 768px) {
    .history.has-arrow:after {
        content:""
    }
}

.history.has-arrow.has-pointer:before {
    width: 1.75rem;
    bottom: .25rem;
    height: 1.75rem;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: absolute;
    color: currentColor;
    transform: translateX(-50%) rotate(135deg);
    left: 50%
}

@media(min-width: 768px) {
    .history.has-arrow.has-pointer:before {
        content:""
    }
}

.history .pointer {
    position: absolute;
    width: 20px;
    height: 1px;
    background: currentColor;
    left: -20%;
    top: 50%;
    display: none
}

@media(min-width: 768px) {
    .history .pointer {
        display:inline-block
    }
}

.history.is-reordered .pointer {
    left: 116.66%
}

.history.history-first .paragraph {
    transform: translateY(0)
}

@media(min-width: 768px) {
    .history.is-translated .paragraph {
        transform:translateY(-7rem)
    }
}

.history .paragraph p,.history .paragraph ul,.history .paragraph ol {
    max-width: 540px
}

.history-img {
    position: relative
}

.history-img .about-img {
    position: absolute;
    width: 525px;
    margin-left: auto;
    bottom: 0;
    width: 8.125rem;
    padding: 0;
    transform: translateY(50%);
    right: -0.625rem
}

@media(min-width: 576px) {
    .history-img .about-img {
        right:-1.875rem
    }
}

@media(min-width: 768px) {
    .history-img .about-img {
        width:12rem
    }
}

@media(min-width: 992px) {
    .history-img .about-img {
        right:-3.125rem;
        width: 525px
    }
}

@media(min-width: 1920px) {
    .history-img .about-img {
        right:-4.25rem
    }
}

.archive-years li {
    margin-right: 1.6875rem;
    width: fit-content
}

@media(max-width: 767.98px) {
    .archive-years li {
        font-size:2rem
    }
}

.archive-years a {
    opacity: .7;
    color: #97a4ff;
    transition: color .3s ease,opacity .3s ease
}

.has-contrast .archive-years a {
    color: #fff
}

.archive-years a[aria-selected=true],.archive-years a:hover {
    opacity: 1;
    color: #c72e2e
}

.has-contrast .archive-years a[aria-selected=true],.has-contrast .archive-years a:hover {
    color: #fdf300
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: flex
}

@media(max-width: 767.98px) {
    .contest-top-img:before {
        padding-top:55%
    }
}

.contest .paragraph h3,.contest .paragraph .h3 {
    margin-bottom: 2.25rem
}

@media(max-width: 575.98px) {
    .contest .paragraph h3,.contest .paragraph .h3 {
        font-size:2.125rem;
        margin-bottom: 1.625rem
    }
}

@media(max-width: 575.98px) {
    .contest .paragraph h4,.contest .paragraph .h4 {
        font-size:1.375rem
    }
}

@media(max-width: 575.98px) {
    .contest .btn-group .btn {
        margin-top:.625rem
    }
}

@media screen and (max-width: 1390px)and (min-width: 1200px) {
    .contest h1,.contest .h1 {
        font-size:10.5vw
    }
}

@media screen and (max-width: 1199px)and (min-width: 769px) {
    .contest h1,.contest .h1 {
        font-size:8.5vw
    }

    .contest h1 h3,.contest .h1 h3,.contest h1 .h3,.contest .h1 .h3 {
        font-size: 5vw
    }
}

.contest .dates {
    padding: 2.25rem;
    background: #fff
}

.has-contrast .contest .dates {
    background-color: #fdf300
}

.has-contrast .contest .dates * {
    color: #000
}

.contest .dates br {
    display: none
}

@media(min-width: 768px) {
    .contest .dates {
        padding:2.75rem 2rem
    }

    .contest .dates br {
        display: inline-block
    }
}

.contest .dates>div {
    display: flex;
    flex-direction: column;
    position: relative
}

.contest .dates hr {
    color: currentColor;
    background: currentColor;
    border: 0;
    margin: 1.375rem 0;
    height: 1px;
    width: 100%
}

@media(min-width: 768px) {
    .contest .dates hr {
        height:auto;
        width: 1px;
        margin: .375rem
    }
}

.contest .dates .h3 {
    font-size: 3rem;
    margin-top: auto
}

@media(min-width: 768px) {
    .contest .dates .h3 {
        font-size:2.25rem
    }
}

@media(min-width: 992px) {
    .contest .dates .h3 {
        font-size:2.5rem
    }
}

@media(min-width: 1200px) {
    .contest .dates .h3 {
        font-size:4.25rem
    }
}

.contest .dates+.col-12 {
    margin-top: 1rem
}

.contest-cta h4,.contest-cta .h4 {
    color: #fff
}

.has-contrast .contest-cta h4,.has-contrast .contest-cta .h4 {
    color: #000
}

@media(max-width: 767.98px) {
    .contest-cta h4,.contest-cta .h4 {
        font-size:2.125rem
    }
}

@media(max-width: 767.98px) {
    .contest-cta .btn {
        min-width:17.5rem
    }
}

@media(max-width: 767.98px) {
    .contest-events h3,.contest-events .h3 {
        font-size:3rem
    }
}

.contest-logos .logo-item {
    margin-right: 2.25rem
}

@media(min-width: 992px) {
    .contest-logos .logo-item {
        min-width:200px
    }
}

.contest-logos .logo-item img {
    width: 9rem;
    height: 2.875rem;
    object-fit: contain;
    mix-blend-mode: multiply;
    object-position: left center
}

.has-contrast .contest-logos .logo-item img {
    filter: brightness(0) invert(100%)
}

.contest-logos .logo-item span {
    display: block;
    margin-top: .9375rem;
    font-size: .75rem;
    color: #c72e2e;
    font-family: "new-reason",sans-serif;
    line-height: 1.3;
    letter-spacing: .12px
}

.has-contrast .contest-logos .logo-item span {
    color: #fff
}

.contest hr.hr-full {
    width: calc(100% + 2.5rem);
    transform: translateX(-1.25rem)
}

@media(min-width: 576px) {
    .contest hr.hr-full {
        width:calc(100% + 3.75rem);
        transform: translateX(-1.875rem)
    }
}

@media(min-width: 992px) {
    .contest hr.hr-full {
        width:calc(100% + 6.25rem);
        transform: translateX(-3.125rem)
    }
}

@media(min-width: 1920px) {
    .contest hr.hr-full {
        width:calc(100% + 8.5rem);
        transform: translateX(-4.25rem)
    }
}

:root {
    --bs-modal-width: 670px
}

.page-template-template-contest-form .modal {
    background-color: #f4efea
}

.has-contrast .page-template-template-contest-form .modal {
    background-color: #000
}

.page-template-template-contest-form .modal-content {
    background-color: #f4efea;
    border: 1px solid #c72e2e;
    border-radius: .625rem
}

.has-contrast .page-template-template-contest-form .modal-content {
    background-color: #fff;
    border-color: #fdf300;
    color: #fdf300
}

@media(min-width: 1200px) {
    .page-template-template-contest-form .modal-content {
        min-width:var(--bs-modal-width)
    }
}

.has-contrast .page-template-template-contest-form .modal-body>img {
    filter: brightness(0) invert(100%)
}

.page-template-template-contest-form .modal-header {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 10
}

.page-template-template-contest-form .modal-header button:hover svg,.page-template-template-contest-form .modal-header a:hover svg {
    transform: rotate(1turn)
}

.page-template-template-contest-form .modal-header svg,.page-template-template-contest-form .modal-header img {
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1)
}

.has-contrast .page-template-template-contest-form .modal-header svg,.has-contrast .page-template-template-contest-form .modal-header img {
    stroke: #fdf300
}

.page-template-template-contest-form .second-link {
    display: none
}

.page-template-template-contest-form h1,.page-template-template-contest-form .h1 {
    font-size: 3rem
}

@media(min-width: 768px) {
    .page-template-template-contest-form h1,.page-template-template-contest-form .h1 {
        font-size:4.25rem
    }
}

@media(max-width: 767.98px) {
    .page-template-template-contest-form h4,.page-template-template-contest-form .h4 {
        font-size:2.125rem
    }
}

.page-template-template-contest-form textarea {
    height: 12.5rem
}

.page-template-template-contest-form .btn-transparent {
    max-width: 230px
}

.page-template-template-contest-form .btn-transparent:before {
    content: "+";
    top: .875rem;
    left: 1.75rem;
    position: absolute
}

@media(min-width: 576px) {
    .page-template-template-contest-form .btn-transparent:before {
        content:none
    }
}

@media(min-width: 768px) {
    .page-template-template-contest-form .btn-transparent {
        max-width:100%
    }
}

/*# sourceMappingURL=style.css.map*/
.contest-form form .wpcf7-response-output {
    font-size: 24px !important;
}

.contest-form form input:not([type="checkbox"]) {
    font-size: 18px;
}
