﻿
/*X-Small devices (portrait phones, less than 576px)*/
/*// Small devices (landscape phones, 576px and up)*/
/*// Medium devices (tablets, 768px and up)*/
/*// Large devices (desktops, 992px and up)*/
/*// X-Large devices (large desktops, 1200px and up)*/
/*// XX-Large devices (larger desktops, 1400px and up)*/
@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-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;
    }
    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}
@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
    .fallout.fade .fallout-dialog {
        transition: none;
    }
    .page-link {
        transition: none
    }
    .form-control {
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-select {
        transition: none;
    }
    .form-floating > label {
        transition: none
    }
    .form-switch .form-check-input {
        transition: none;
    }
    .nav-link {
        transition: none;
    }
    .offcanvas {
        transition: none
    }
    .hover-item, hover-wrapper:hover {
        transition: none !important;
    }
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
    .progress-bar {
        transition: none;
    }
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width:576px) {
    .container-sm, .container {
        max-width: 540px;
    }
    .col-sm {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-sm-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-sm-m-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 6%;
        margin: 0.5%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-m-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14%;
        margin: 0.5%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-m-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 23%;
        margin: 0.5%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-sm-m-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
        margin: 0.5%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-sm-m-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 39%;
        margin: 0.5%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-m-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        margin: 0.5%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-sm-m-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 56%;
        margin: 0.5%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-sm-m-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 64%;
        margin: 0.5%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-m-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 73%;
        margin: 0.5%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-sm-m-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
        margin: 0.5%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-sm-m-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 89%;
        margin: 0.5%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .col-sm-m-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 98%;
        margin: 0.5%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --cd-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --cd-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --cd-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --cd-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --cd-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --cd-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --cd-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --cd-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --cd-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --cd-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --cd-gutter-x: 2rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --cd-gutter-y: 2rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --cd-gutter-x: 2.5rem
    }
    .g-sm-6,
    .gy-sm-6 {
        --cd-gutter-y: 2.5rem
    }
    .g-sm-7,
    .gx-sm-7 {
        --cd-gutter-x: 3rem
    }
    .g-sm-7,
    .gy-sm-7 {
        --cd-gutter-y: 3rem
    }
    .g-sm-8,
    .gx-sm-8 {
        --cd-gutter-x: 3.5rem
    }
    .g-sm-8,
    .gy-sm-8 {
        --cd-gutter-y: 3.5rem
    }
    .g-sm-9,
    .gx-sm-9 {
        --cd-gutter-x: 4rem
    }
    .g-sm-9,
    .gy-sm-9 {
        --cd-gutter-y: 4rem
    }
    .g-sm-10,
    .gx-sm-10 {
        --cd-gutter-x: 4.5rem
    }
    .g-sm-10,
    .gy-sm-10 {
        --cd-gutter-y: 4.5rem
    }
    .space-sm-0,
    .space-top-sm-0 {
        padding-top: 0 !important
    }
    .space-bottom-sm-0,
    .space-sm-0 {
        padding-bottom: 0 !important
    }
    .space-sm-1,
    .space-top-sm-1 {
        padding-top: 2rem !important
    }
    .space-bottom-sm-1,
    .space-sm-1 {
        padding-bottom: 2rem !important
    }
    .space-sm-2,
    .space-top-sm-2 {
        padding-top: 4rem !important
    }
    .space-bottom-sm-2,
    .space-sm-2 {
        padding-bottom: 4rem !important
    }
    .space-sm-3,
    .space-top-sm-3 {
        padding-top: 8rem !important
    }
    .space-bottom-sm-3,
    .space-sm-3 {
        padding-bottom: 8rem !important
    }
    .space-sm-4,
    .space-top-sm-4 {
        padding-top: 12.5rem !important
    }
    .space-bottom-sm-4,
    .space-sm-4 {
        padding-bottom: 12.5rem !important
    }
    .space-sm-5,
    .space-top-sm-5 {
        padding-top: 15rem !important
    }
    .space-bottom-sm-5,
    .space-sm-5 {
        padding-bottom: 15rem !important
    }
    .space-sm-6,
    .space-top-sm-6 {
        padding-top: 17.5rem !important
    }
    .space-bottom-sm-6,
    .space-sm-6 {
        padding-bottom: 17.5rem !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
    .w-sm-auto {
        width: auto !important
    }
    .w-sm-15 {
        width: 15% !important
    }
    .w-sm-20 {
        width: 20% !important
    }
    .w-sm-30 {
        width: 30% !important
    }
    .w-sm-35 {
        width: 35% !important
    }
    .w-sm-40 {
        width: 40% !important
    }
    .w-sm-60 {
        width: 60% !important
    }
    .w-sm-65 {
        width: 65% !important
    }
    .w-sm-80 {
        width: 80% !important
    }
    .w-sm-85 {
        width: 85% !important
    }
    .w-sm-90 {
        width: 90% !important
    }
    .max-w-sm-15rem {
        max-width: 7rem
    }
    .max-w-sm-40rem {
        max-width: 19.5rem
    }
    .col-sm-divider > :not(:first-child) {
        position: relative;
    }
    .col-sm-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';        
    }
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: .0625rem;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -.0625rem;
        border-left-width: .0625rem;
    }
    .grid-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }
    .daterangepicker {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
        /*margin-left: 0;*/
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
    .step-sm.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }
    .step-sm .step-item {
        --ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .step-sm:not(.step-inline) .step-content-wrapper {
        display: block
    }
    .step-sm .step-icon {
        margin-bottom: 1rem
    }
    .step-sm .step-icon::after {
        top: 1.5625rem;
        left: 4.625rem;
        width: calc(100% - 4.625rem);
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        border-left: none
    }
    .step-sm .step-icon.step-icon-xs::after,
    .step-sm.step-icon-xs .step-icon::after {
        top: .875rem;
        left: 3.25rem;
        width: calc(100% - 3.25rem)
    }
    .step-sm .step-icon.step-icon-sm::after,
    .step-sm.step-icon-sm .step-icon::after {
        top: 1.25rem;
        left: 4rem;
        width: calc(100% - 4rem)
    }
    .step-sm .step-icon.step-icon-lg::after,
    .step-sm.step-icon-lg .step-icon::after {
        top: 2.75rem;
        left: 7rem;
        width: calc(100% - 7rem)
    }
    .step-sm.step-centered {
        text-align: center
    }
    .step-sm.step-centered .step-item:last-child .step-icon::after {
        display: none
    }
    .step-sm.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto
    }
    .step-sm.step-centered .step-icon::after {
        width: calc(100% - 4.625rem);
        left: calc(50% + 3.0625rem)
    }
    .step-sm.step-centered .step-icon.step-icon-xs::after,
    .step-sm.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.25rem);
        left: calc(50% + 2.375rem)
    }
    .step-sm.step-centered .step-icon.step-icon-sm::after,
    .step-sm.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 4rem);
        left: calc(50% + 2.75rem)
    }
    .step-sm.step-centered .step-icon.step-icon-lg::after,
    .step-sm.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 7rem);
        left: calc(50% + 4.25rem)
    }
    .step-sm.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }
    .step-sm.step-inline .step-item {
        overflow: hidden
    }
    .step-sm.step-inline .step-icon {
        margin-bottom: 0
    }
    .step-sm.step-inline .step-icon::after {
        display: none
    }
    .step-sm.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        margin-left: 1.5rem;
        content: ""
    }
    .step-sm.step-inline .step-icon-xs + .step-content .step-title::after,
    .step-sm.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }
    .step-sm.step-inline .step-icon-sm + .step-content .step-title::after,
    .step-sm.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }
    .step-sm.step-inline .step-icon-lg + .step-content .step-title::after,
    .step-sm.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
    .position-sm-absolute {
        position: absolute
    }
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .me-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ms-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .me-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ms-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .me-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ms-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .me-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ms-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .me-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ms-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 2rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important
    }
    .me-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important
    }
    .ms-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important
    }
    .m-sm-6 {
        margin: 2.5rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem !important
    }
    .me-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem !important
    }
    .ms-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem !important
    }
    .m-sm-7 {
        margin: 3rem !important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important
    }
    .me-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important
    }
    .ms-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important
    }
    .m-sm-8 {
        margin: 3.5rem !important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem !important
    }
    .me-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem !important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem !important
    }
    .ms-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem !important
    }
    .m-sm-9 {
        margin: 4rem !important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem !important
    }
    .me-sm-9,
    .mx-sm-9 {
        margin-right: 4rem !important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem !important
    }
    .ms-sm-9,
    .mx-sm-9 {
        margin-left: 4rem !important
    }
    .m-sm-10 {
        margin: 4.5rem !important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 4.5rem !important
    }
    .me-sm-10,
    .mx-sm-10 {
        margin-right: 4.5rem !important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 4.5rem !important
    }
    .ms-sm-10,
    .mx-sm-10 {
        margin-left: 4.5rem !important
    }
    .m-sm-11 {
        margin: 5rem !important
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 5rem !important
    }
    .me-sm-11,
    .mx-sm-11 {
        margin-right: 5rem !important
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 5rem !important
    }
    .ms-sm-11,
    .mx-sm-11 {
        margin-left: 5rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pe-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .ps-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pe-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .ps-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-1-half {
        padding: .35rem !important
    }
    .pt-sm-1-half,
    .py-sm-1-half {
        padding-top: .35rem !important
    }
    .pe-sm-1-half,
    .px-sm-1-half {
        padding-right: .35rem !important
    }
    .pb-sm-1-half,
    .py-sm-1-half {
        padding-bottom: .35rem !important
    }
    .ps-sm-1-half,
    .px-sm-1-half {
        padding-left: .35rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pe-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .ps-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-2-half {
        padding: .75rem !important
    }
    .pt-sm-2-half,
    .py-sm-2-half {
        padding-top: .75rem !important
    }
    .pe-sm-2-half,
    .px-sm-2-half {
        padding-right: .75rem !important
    }
    .pb-sm-2-half,
    .py-sm-2-half {
        padding-bottom: .75rem !important
    }
    .ps-sm-2-half,
    .px-sm-2-half {
        padding-left: .75rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pe-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .ps-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-3-half {
        padding: 1.25rem !important
    }
    .pt-sm-3-half,
    .py-sm-3-half {
        padding-top: 1.25rem !important
    }
    .pe-sm-3-half,
    .px-sm-3-half {
        padding-right: 1.25rem !important
    }
    .pb-sm-3-half,
    .py-sm-3-half {
        padding-bottom: 1.25rem !important
    }
    .ps-sm-3-half,
    .px-sm-3-half {
        padding-left: 1.25rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pe-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .ps-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-4-half {
        padding: 1.75rem !important
    }
    .pt-sm-4-half,
    .py-sm-4-half {
        padding-top: 1.75rem !important
    }
    .pe-sm-4-half,
    .px-sm-4-half {
        padding-right: 1.75rem !important
    }
    .pb-sm-4-half,
    .py-sm-4-half {
        padding-bottom: 1.75rem !important
    }
    .ps-sm-4-half,
    .px-sm-4-half {
        padding-left: 1.75rem !important
    }
    .p-sm-5 {
        padding: 2rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important
    }
    .pe-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important
    }
    .ps-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important
    }
    .p-sm-5-half {
        padding: 2.25rem !important
    }
    .pt-sm-5-half,
    .py-sm-5-half {
        padding-top: 2.25rem !important
    }
    .pe-sm-5-half,
    .px-sm-5-half {
        padding-right: 2.25rem !important
    }
    .pb-sm-5-half,
    .py-sm-5-half {
        padding-bottom: 2.25rem !important
    }
    .ps-sm-5-half,
    .px-sm-5-half {
        padding-left: 2.25rem !important
    }
    .p-sm-6 {
        padding: 2.5rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem !important
    }
    .pe-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem !important
    }
    .ps-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem !important
    }
    .p-sm-6-half {
        padding: 2.75rem !important
    }
    .pt-sm-6-half,
    .py-sm-6-half {
        padding-top: 2.75rem !important
    }
    .pe-sm-6-half,
    .px-sm-6-half {
        padding-right: 2.75rem !important
    }
    .pb-sm-6-half,
    .py-sm-6-half {
        padding-bottom: 2.75rem !important
    }
    .ps-sm-6-half,
    .px-sm-6-half {
        padding-left: 2.75rem !important
    }
    .p-sm-7 {
        padding: 3rem !important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important
    }
    .pe-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important
    }
    .ps-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important
    }
    .p-sm-7-half {
        padding: 3.25rem !important
    }
    .pt-sm-7-half,
    .py-sm-7-half {
        padding-top: 3.25rem !important
    }
    .pe-sm-7-half,
    .px-sm-7-half {
        padding-right: 3.25rem !important
    }
    .pb-sm-7-half,
    .py-sm-7-half {
        padding-bottom: 3.25rem !important
    }
    .ps-sm-7-half,
    .px-sm-7-half {
        padding-left: 3.25rem !important
    }
    .p-sm-8 {
        padding: 3.5rem !important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem !important
    }
    .pe-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem !important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem !important
    }
    .ps-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem !important
    }
    .p-sm-8-half {
        padding: 3.75rem !important
    }
    .pt-sm-8-half,
    .py-sm-8-half {
        padding-top: 3.75rem !important
    }
    .pe-sm-8-half,
    .px-sm-8-half {
        padding-right: 3.75rem !important
    }
    .pb-sm-8-half,
    .py-sm-8-half {
        padding-bottom: 3.75rem !important
    }
    .ps-sm-8-half,
    .px-sm-8-half {
        padding-left: 3.75rem !important
    }
    .p-sm-9 {
        padding: 4rem !important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem !important
    }
    .pe-sm-9,
    .px-sm-9 {
        padding-right: 4rem !important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem !important
    }
    .ps-sm-9,
    .px-sm-9 {
        padding-left: 4rem !important
    }
    .p-sm-9-half {
        padding: 4.25rem !important
    }
    .pt-sm-9-half,
    .py-sm-9-half {
        padding-top: 4.25rem !important
    }
    .pe-sm-9-half,
    .px-sm-9-half {
        padding-right: 4.25rem !important
    }
    .pb-sm-9-half,
    .py-sm-9-half {
        padding-bottom: 4.25rem !important
    }
    .ps-sm-9-half,
    .px-sm-9-half {
        padding-left: 4.25rem !important
    }
    .p-sm-10 {
        padding: 4.5rem !important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 4.5rem !important
    }
    .pe-sm-10,
    .px-sm-10 {
        padding-right: 4.5rem !important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 4.5rem !important
    }
    .ps-sm-10,
    .px-sm-10 {
        padding-left: 4.5rem !important
    }
    .p-sm-10-half {
        padding: 4.75rem !important
    }
    .pt-sm-10-half,
    .py-sm-10-half {
        padding-top: 4.75rem !important
    }
    .pe-sm-10-half,
    .px-sm-10-half {
        padding-right: 4.75rem !important
    }
    .pb-sm-10-half,
    .py-sm-10-half {
        padding-bottom: 4.75rem !important
    }
    .ps-sm-10-half,
    .px-sm-10-half {
        padding-left: 4.75rem !important
    }
    .p-sm-11 {
        padding: 5rem !important
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 5rem !important
    }
    .pe-sm-11,
    .px-sm-11 {
        padding-right: 5rem !important
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 5rem !important
    }
    .ps-sm-11,
    .px-sm-11 {
        padding-left: 5rem !important
    }
    .p-sm-11-half {
        padding: 5.25rem !important
    }
    .pt-sm-11-half,
    .py-sm-11-half {
        padding-top: 5.25rem !important
    }
    .pe-sm-11-half,
    .px-sm-11-half {
        padding-right: 5.25rem !important
    }
    .pb-sm-11-half,
    .py-sm-11-half {
        padding-bottom: 5.25rem !important
    }
    .ps-sm-11-half,
    .px-sm-11-half {
        padding-left: 5.25rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .me-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ms-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .me-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ms-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .me-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ms-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .me-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ms-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -2rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2rem !important
    }
    .me-sm-n5,
    .mx-sm-n5 {
        margin-right: -2rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2rem !important
    }
    .ms-sm-n5,
    .mx-sm-n5 {
        margin-left: -2rem !important
    }
    .m-sm-n6 {
        margin: -2.5rem !important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2.5rem !important
    }
    .me-sm-n6,
    .mx-sm-n6 {
        margin-right: -2.5rem !important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2.5rem !important
    }
    .ms-sm-n6,
    .mx-sm-n6 {
        margin-left: -2.5rem !important
    }
    .m-sm-n7 {
        margin: -3rem !important
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3rem !important
    }
    .me-sm-n7,
    .mx-sm-n7 {
        margin-right: -3rem !important
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3rem !important
    }
    .ms-sm-n7,
    .mx-sm-n7 {
        margin-left: -3rem !important
    }
    .m-sm-n8 {
        margin: -3.5rem !important
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.5rem !important
    }
    .me-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.5rem !important
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.5rem !important
    }
    .ms-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.5rem !important
    }
    .m-sm-n9 {
        margin: -4rem !important
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -4rem !important
    }
    .me-sm-n9,
    .mx-sm-n9 {
        margin-right: -4rem !important
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -4rem !important
    }
    .ms-sm-n9,
    .mx-sm-n9 {
        margin-left: -4rem !important
    }
    .m-sm-n10 {
        margin: -4.5rem !important
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -4.5rem !important
    }
    .me-sm-n10,
    .mx-sm-n10 {
        margin-right: -4.5rem !important
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -4.5rem !important
    }
    .ms-sm-n10,
    .mx-sm-n10 {
        margin-left: -4.5rem !important
    }
    .m-sm-n11 {
        margin: -5rem !important
    }
    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -5rem !important
    }
    .me-sm-n11,
    .mx-sm-n11 {
        margin-right: -5rem !important
    }
    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -5rem !important
    }
    .ms-sm-n11,
    .mx-sm-n11 {
        margin-left: -5rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .me-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: 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-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;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !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;
    }
    .align-text-sm-bottom {
        vertical-align: text-bottom !important;
    }
    .align-text-sm-top {
        vertical-align: text-top !important;
    }
    .align-text-sm-start {
        text-align: left !important;
    }
    .align-text-sm-end {
        text-align: right !important;
    }
    .align-text-sm-center {
        text-align: center !important;
    }
}
@media (max-width:575.98px) {
    .col-sm-divider > :not(:first-child) {
        position: relative;
    }
    .col-sm-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .col-sm-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .col-sm-divider > :first-child {
        padding-top: 0;
    }
    .col-sm-divider > :last-child {
        padding-bottom: 0;
    }
    .accordion-body {
        padding: .5rem .83333rem;
    }
}
@media (min-width:768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
    .col-md {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-md-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-md-m-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 6%;
        margin: 0.5%;
    }
    .col-md-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-m-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14%;
        margin: 0.5%;
    }
    .col-md-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-m-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 23%;
        margin: 0.5%;
    }
    .col-md-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-md-m-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
        margin: 0.5%;
    }
    .col-md-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-md-m-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 39%;
        margin: 0.5%;
    }
    .col-md-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-m-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        margin: 0.5%;
    }
    .col-md-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-md-m-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 56%;
        margin: 0.5%;
    }
    .col-md-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-md-m-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 64%;
        margin: 0.5%;
    }
    .col-md-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-m-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 73%;
        margin: 0.5%;
    }
    .col-md-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-md-m-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
        margin: 0.5%;
    }
    .col-md-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-md-m-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 89%;
        margin: 0.5%;
    }
    .col-md-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .col-md-m-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 98%;
        margin: 0.5%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --cd-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --cd-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --cd-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --cd-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --cd-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --cd-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --cd-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --cd-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --cd-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --cd-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --cd-gutter-x: 2rem;
    }
    .g-md-5,
    .gy-md-5 {
        --cd-gutter-y: 2rem;
    }
    .g-md-6,
    .gx-md-6 {
        --cd-gutter-x: 2.5rem
    }
    .g-md-6,
    .gy-md-6 {
        --cd-gutter-y: 2.5rem
    }
    .g-md-7,
    .gx-md-7 {
        --cd-gutter-x: 3rem
    }
    .g-md-7,
    .gy-md-7 {
        --cd-gutter-y: 3rem
    }
    .g-md-8,
    .gx-md-8 {
        --cd-gutter-x: 3.5rem
    }
    .g-md-8,
    .gy-md-8 {
        --cd-gutter-y: 3.5rem
    }
    .g-md-9,
    .gx-md-9 {
        --cd-gutter-x: 4rem
    }
    .g-md-9,
    .gy-md-9 {
        --cd-gutter-y: 4rem
    }
    .g-md-10,
    .gx-md-10 {
        --cd-gutter-x: 4.5rem
    }
    .g-md-10,
    .gy-md-10 {
        --cd-gutter-y: 4.5rem
    }
    .space-md-0,
    .space-top-md-0 {
        padding-top: 0 !important
    }
    .space-bottom-md-0,
    .space-md-0 {
        padding-bottom: 0 !important
    }
    .space-md-1,
    .space-top-md-1 {
        padding-top: 2rem !important
    }
    .space-bottom-md-1,
    .space-md-1 {
        padding-bottom: 2rem !important
    }
    .space-md-2,
    .space-top-md-2 {
        padding-top: 4rem !important
    }
    .space-bottom-md-2,
    .space-md-2 {
        padding-bottom: 4rem !important
    }
    .space-md-3,
    .space-top-md-3 {
        padding-top: 8rem !important
    }
    .space-bottom-md-3,
    .space-md-3 {
        padding-bottom: 8rem !important
    }
    .space-md-4,
    .space-top-md-4 {
        padding-top: 12.5rem !important
    }
    .space-bottom-md-4,
    .space-md-4 {
        padding-bottom: 12.5rem !important
    }
    .space-md-5,
    .space-top-md-5 {
        padding-top: 15rem !important
    }
    .space-bottom-md-5,
    .space-md-5 {
        padding-bottom: 15rem !important
    }
    .space-md-6,
    .space-top-md-6 {
        padding-top: 17.5rem !important
    }
    .space-md-6,
    .space-bottom-md-6 {
        padding-bottom: 17.5rem !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .w-md-15 {
        width: 15% !important
    }
    .w-md-20 {
        width: 20% !important
    }
    .w-md-30 {
        width: 30% !important
    }
    .w-md-35 {
        width: 35% !important
    }
    .w-md-40 {
        width: 40% !important
    }
    .w-md-60 {
        width: 60% !important
    }
    .w-md-65 {
        width: 65% !important
    }
    .w-md-80 {
        width: 80% !important
    }
    .w-md-85 {
        width: 85% !important
    }
    .w-md-90 {
        width: 90% !important
    }
    .vh-md-30 {
        height: 30vh
    }
    .vh-md-70 {
        height: 70vh
    }
    .min-vh-md-100 {
        min-height: 100vh
    }
    .max-w-md-13rem {
        max-width: 6rem
    }
    .col-md-divider > :not(:first-child) {
        position: relative;
    }
    .col-md-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
    }
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: .0625rem;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -.0625rem;
        border-left-width: .0625rem;
    }
    .grid-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
    .step-md.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }
    .step-md .step-item {
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .step-md:not(.step-inline) .step-content-wrapper {
        display: block
    }
    .step-md .step-icon {
        margin-bottom: 1rem
    }
    .step-md .step-icon::after {
        top: 1.5625rem;
        left: 4.625rem;
        width: calc(100% - 4.625rem);
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        border-left: none
    }
    .step-md .step-icon.step-icon-xs::after,
    .step-md.step-icon-xs .step-icon::after {
        top: .875rem;
        left: 3.25rem;
        width: calc(100% - 3.25rem)
    }
    .step-md .step-icon.step-icon-sm::after,
    .step-md.step-icon-sm .step-icon::after {
        top: 1.25rem;
        left: 4rem;
        width: calc(100% - 4rem)
    }
    .step-md .step-icon.step-icon-lg::after,
    .step-md.step-icon-lg .step-icon::after {
        top: 2.75rem;
        left: 7rem;
        width: calc(100% - 7rem)
    }
    .step-md.step-centered {
        text-align: center
    }
    .step-md.step-centered .step-item:last-child .step-icon::after {
        display: none
    }
    .step-md.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto
    }
    .step-md.step-centered .step-icon::after {
        width: calc(100% - 4.625rem);
        left: calc(50% + 3.0625rem)
    }
    .step-md.step-centered .step-icon.step-icon-xs::after,
    .step-md.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.25rem);
        left: calc(50% + 2.375rem)
    }
    .step-md.step-centered .step-icon.step-icon-sm::after,
    .step-md.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 4rem);
        left: calc(50% + 2.75rem)
    }
    .step-md.step-centered .step-icon.step-icon-lg::after,
    .step-md.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 7rem);
        left: calc(50% + 4.25rem)
    }
    .step-md.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }
    .step-md.step-inline .step-item {
        overflow: hidden
    }
    .step-md.step-inline .step-icon {
        margin-bottom: 0
    }
    .step-md.step-inline .step-icon::after {
        display: none
    }
    .step-md.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        margin-left: 1.5rem;
        content: ""
    }
    .step-md.step-inline .step-icon-xs + .step-content .step-title::after,
    .step-md.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }
    .step-md.step-inline .step-icon-sm + .step-content .step-title::after,
    .step-md.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }
    .step-md.step-inline .step-icon-lg + .step-content .step-title::after,
    .step-md.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
    .bg-card-shape {
        background-position: 0 133%;
    }
    .top-md-0 {
        top: 0
    }
    .end-md-0 {
        right: 0
    }
    .bottom-md-0 {
        bottom: 0
    }
    .start-md-0 {
        left: 0
    }
    .position-md-absolute {
        position: absolute
    }
    .content-centered-y-md {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .me-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ms-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .me-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ms-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .me-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ms-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .me-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ms-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .me-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ms-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 2rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important
    }
    .me-md-5,
    .mx-md-5 {
        margin-right: 2rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important
    }
    .ms-md-5,
    .mx-md-5 {
        margin-left: 2rem !important
    }
    .m-md-6 {
        margin: 2.5rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem !important
    }
    .me-md-6,
    .mx-md-6 {
        margin-right: 2.5rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem !important
    }
    .ms-md-6,
    .mx-md-6 {
        margin-left: 2.5rem !important
    }
    .m-md-7 {
        margin: 3rem !important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important
    }
    .me-md-7,
    .mx-md-7 {
        margin-right: 3rem !important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important
    }
    .ms-md-7,
    .mx-md-7 {
        margin-left: 3rem !important
    }
    .m-md-8 {
        margin: 3.5rem !important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem !important
    }
    .me-md-8,
    .mx-md-8 {
        margin-right: 3.5rem !important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem !important
    }
    .ms-md-8,
    .mx-md-8 {
        margin-left: 3.5rem !important
    }
    .m-md-9 {
        margin: 4rem !important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem !important
    }
    .me-md-9,
    .mx-md-9 {
        margin-right: 4rem !important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem !important
    }
    .ms-md-9,
    .mx-md-9 {
        margin-left: 4rem !important
    }
    .m-md-10 {
        margin: 4.5rem !important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 4.5rem !important
    }
    .me-md-10,
    .mx-md-10 {
        margin-right: 4.5rem !important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 4.5rem !important
    }
    .ms-md-10,
    .mx-md-10 {
        margin-left: 4.5rem !important
    }
    .m-md-11 {
        margin: 5rem !important
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 5rem !important
    }
    .me-md-11,
    .mx-md-11 {
        margin-right: 5rem !important
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 5rem !important
    }
    .ms-md-11,
    .mx-md-11 {
        margin-left: 5rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pe-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .ps-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pe-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .ps-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-1-half {
        padding: .35rem !important
    }
    .pt-md-1-half,
    .py-md-1-half {
        padding-top: .35rem !important
    }
    .pe-md-1-half,
    .px-md-1-half {
        padding-right: .35rem !important
    }
    .pb-md-1-half,
    .py-md-1-half {
        padding-bottom: .35rem !important
    }
    .ps-md-1-half,
    .px-md-1-half {
        padding-left: .35rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pe-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .ps-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-2-half {
        padding: .75rem !important
    }
    .pt-md-2-half,
    .py-md-2-half {
        padding-top: .75rem !important
    }
    .pe-md-2-half,
    .px-md-2-half {
        padding-right: .75rem !important
    }
    .pb-md-2-half,
    .py-md-2-half {
        padding-bottom: .75rem !important
    }
    .ps-md-2-half,
    .px-md-2-half {
        padding-left: .75rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pe-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .ps-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-3-half {
        padding: 1.25rem !important
    }
    .pt-md-3-half,
    .py-md-3-half {
        padding-top: 1.25rem !important
    }
    .pe-md-3-half,
    .px-md-3-half {
        padding-right: 1.25rem !important
    }
    .pb-md-3-half,
    .py-md-3-half {
        padding-bottom: 1.25rem !important
    }
    .ps-md-3-half,
    .px-md-3-half {
        padding-left: 1.25rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pe-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .ps-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-4-half {
        padding: 1.75rem !important
    }
    .pt-md-4-half,
    .py-md-4-half {
        padding-top: 1.75rem !important
    }
    .pe-md-4-half,
    .px-md-4-half {
        padding-right: 1.75rem !important
    }
    .pb-md-4-half,
    .py-md-4-half {
        padding-bottom: 1.75rem !important
    }
    .ps-md-4-half,
    .px-md-4-half {
        padding-left: 1.75rem !important
    }
    .p-md-5 {
        padding: 2rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important
    }
    .pe-md-5,
    .px-md-5 {
        padding-right: 2rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important
    }
    .ps-md-5,
    .px-md-5 {
        padding-left: 2rem !important
    }
    .p-md-5-half {
        padding: 2.25rem !important
    }
    .pt-md-5-half,
    .py-md-5-half {
        padding-top: 2.25rem !important
    }
    .pe-md-5-half,
    .px-md-5-half {
        padding-right: 2.25rem !important
    }
    .pb-md-5-half,
    .py-md-5-half {
        padding-bottom: 2.25rem !important
    }
    .ps-md-5-half,
    .px-md-5-half {
        padding-left: 2.25rem !important
    }
    .p-md-6 {
        padding: 2.5rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem !important
    }
    .pe-md-6,
    .px-md-6 {
        padding-right: 2.5rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem !important
    }
    .ps-md-6,
    .px-md-6 {
        padding-left: 2.5rem !important
    }
    .p-md-6-half {
        padding: 2.75rem !important
    }
    .pt-md-6-half,
    .py-md-6-half {
        padding-top: 2.75rem !important
    }
    .pe-md-6-half,
    .px-md-6-half {
        padding-right: 2.75rem !important
    }
    .pb-md-6-half,
    .py-md-6-half {
        padding-bottom: 2.75rem !important
    }
    .ps-md-6-half,
    .px-md-6-half {
        padding-left: 2.75rem !important
    }
    .p-md-7 {
        padding: 3rem !important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important
    }
    .pe-md-7,
    .px-md-7 {
        padding-right: 3rem !important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important
    }
    .ps-md-7,
    .px-md-7 {
        padding-left: 3rem !important
    }
    .p-md-7-half {
        padding: 3.25rem !important
    }
    .pt-md-7-half,
    .py-md-7-half {
        padding-top: 3.25rem !important
    }
    .pe-md-7-half,
    .px-md-7-half {
        padding-right: 3.25rem !important
    }
    .pb-md-7-half,
    .py-md-7-half {
        padding-bottom: 3.25rem !important
    }
    .ps-md-7-half,
    .px-md-7-half {
        padding-left: 3.25rem !important
    }
    .p-md-8 {
        padding: 3.5rem !important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem !important
    }
    .pe-md-8,
    .px-md-8 {
        padding-right: 3.5rem !important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem !important
    }
    .ps-md-8,
    .px-md-8 {
        padding-left: 3.5rem !important
    }
    .p-md-8-half {
        padding: 3.75rem !important
    }
    .pt-md-8-half,
    .py-md-8-half {
        padding-top: 3.75rem !important
    }
    .pe-md-8-half,
    .px-md-8-half {
        padding-right: 3.75rem !important
    }
    .pb-md-8-half,
    .py-md-8-half {
        padding-bottom: 3.75rem !important
    }
    .ps-md-8-half,
    .px-md-8-half {
        padding-left: 3.75rem !important
    }
    .p-md-9 {
        padding: 4rem !important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem !important
    }
    .pe-md-9,
    .px-md-9 {
        padding-right: 4rem !important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem !important
    }
    .ps-md-9,
    .px-md-9 {
        padding-left: 4rem !important
    }
    .p-md-9-half {
        padding: 4.25rem !important
    }
    .pt-md-9-half,
    .py-md-9-half {
        padding-top: 4.25rem !important
    }
    .pe-md-9-half,
    .px-md-9-half {
        padding-right: 4.25rem !important
    }
    .pb-md-9-half,
    .py-md-9-half {
        padding-bottom: 4.25rem !important
    }
    .ps-md-9-half,
    .px-md-9-half {
        padding-left: 4.25rem !important
    }
    .p-md-10 {
        padding: 4.5rem !important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 4.5rem !important
    }
    .pe-md-10,
    .px-md-10 {
        padding-right: 4.5rem !important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 4.5rem !important
    }
    .ps-md-10,
    .px-md-10 {
        padding-left: 4.5rem !important
    }
    .p-md-10-half {
        padding: 4.75rem !important
    }
    .pt-md-10-half,
    .py-md-10-half {
        padding-top: 4.75rem !important
    }
    .pe-md-10-half,
    .px-md-10-half {
        padding-right: 4.75rem !important
    }
    .pb-md-10-half,
    .py-md-10-half {
        padding-bottom: 4.75rem !important
    }
    .ps-md-10-half,
    .px-md-10-half {
        padding-left: 4.75rem !important
    }
    .p-md-11 {
        padding: 5rem !important
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 5rem !important
    }
    .pe-md-11,
    .px-md-11 {
        padding-right: 5rem !important
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 5rem !important
    }
    .ps-md-11,
    .px-md-11 {
        padding-left: 5rem !important
    }
    .p-md-11-half {
        padding: 5.25rem !important
    }
    .pt-md-11-half,
    .py-md-11-half {
        padding-top: 5.25rem !important
    }
    .pe-md-11-half,
    .px-md-11-half {
        padding-right: 5.25rem !important
    }
    .pb-md-11-half,
    .py-md-11-half {
        padding-bottom: 5.25rem !important
    }
    .ps-md-11-half,
    .px-md-11-half {
        padding-left: 5.25rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .me-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ms-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .me-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ms-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .me-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ms-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .me-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ms-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -2rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem !important
    }
    .me-md-n5,
    .mx-md-n5 {
        margin-right: -2rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem !important
    }
    .ms-md-n5,
    .mx-md-n5 {
        margin-left: -2rem !important
    }
    .m-md-n6 {
        margin: -2.5rem !important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2.5rem !important
    }
    .me-md-n6,
    .mx-md-n6 {
        margin-right: -2.5rem !important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2.5rem !important
    }
    .ms-md-n6,
    .mx-md-n6 {
        margin-left: -2.5rem !important
    }
    .m-md-n7 {
        margin: -3rem !important
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3rem !important
    }
    .me-md-n7,
    .mx-md-n7 {
        margin-right: -3rem !important
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3rem !important
    }
    .ms-md-n7,
    .mx-md-n7 {
        margin-left: -3rem !important
    }
    .m-md-n8 {
        margin: -3.5rem !important
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.5rem !important
    }
    .me-md-n8,
    .mx-md-n8 {
        margin-right: -3.5rem !important
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.5rem !important
    }
    .ms-md-n8,
    .mx-md-n8 {
        margin-left: -3.5rem !important
    }
    .m-md-n9 {
        margin: -4rem !important
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -4rem !important
    }
    .me-md-n9,
    .mx-md-n9 {
        margin-right: -4rem !important
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -4rem !important
    }
    .ms-md-n9,
    .mx-md-n9 {
        margin-left: -4rem !important
    }
    .m-md-n10 {
        margin: -4.5rem !important
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -4.5rem !important
    }
    .me-md-n10,
    .mx-md-n10 {
        margin-right: -4.5rem !important
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -4.5rem !important
    }
    .ms-md-n10,
    .mx-md-n10 {
        margin-left: -4.5rem !important
    }
    .m-md-n11 {
        margin: -5rem !important
    }
    .mt-md-n11,
    .my-md-n11 {
        margin-top: -5rem !important
    }
    .me-md-n11,
    .mx-md-n11 {
        margin-right: -5rem !important
    }
    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -5rem !important
    }
    .ms-md-n11,
    .mx-md-n11 {
        margin-left: -5rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .me-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: 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-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;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !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;
    }
    .align-text-md-bottom {
        vertical-align: text-bottom !important;
    }
    .align-text-md-top {
        vertical-align: text-top !important;
    }
    .align-text-md-start {
        text-align: left !important;
    }
    .align-text-md-end {
        text-align: right !important;
    }
    .align-text-md-center {
        text-align: center !important;
    }
}
@media (max-width:767.98px) {
    .col-md-divider > :not(:first-child) {
        position: relative;
    }
    .col-md-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .col-md-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .col-md-divider > :first-child {
        padding-top: 0;
    }
    .col-md-divider > :last-child {
        padding-bottom: 0;
    }
}
@media (min-width:992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
    .col-lg {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-lg-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-lg-m-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 6%;
        margin: 0.5%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-m-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14%;
        margin: 0.5%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-m-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 23%;
        margin: 0.5%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-lg-m-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
        margin: 0.5%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-lg-m-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 39%;
        margin: 0.5%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-m-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        margin: 0.5%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-lg-m-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 56%;
        margin: 0.5%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-lg-m-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 64%;
        margin: 0.5%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-m-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 73%;
        margin: 0.5%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-lg-m-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
        margin: 0.5%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-lg-m-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 89%;
        margin: 0.5%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .col-lg-m-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 98%;
        margin: 0.5%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --cd-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --cd-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --cd-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --cd-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --cd-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --cd-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --cd-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --cd-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --cd-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --cd-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --cd-gutter-x: 2rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --cd-gutter-y: 2rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --cd-gutter-x: 2.5rem
    }
    .g-lg-6,
    .gy-lg-6 {
        --cd-gutter-y: 2.5rem
    }
    .g-lg-7,
    .gx-lg-7 {
        --cd-gutter-x: 3rem
    }
    .g-lg-7,
    .gy-lg-7 {
        --cd-gutter-y: 3rem
    }
    .g-lg-8,
    .gx-lg-8 {
        --cd-gutter-x: 3.5rem
    }
    .g-lg-8,
    .gy-lg-8 {
        --cd-gutter-y: 3.5rem
    }
    .g-lg-9,
    .gx-lg-9 {
        --cd-gutter-x: 4rem
    }
    .g-lg-9,
    .gy-lg-9 {
        --cd-gutter-y: 4rem
    }
    .g-lg-10,
    .gx-lg-10 {
        --cd-gutter-x: 4.5rem
    }
    .g-lg-10,
    .gy-lg-10 {
        --cd-gutter-y: 4.5rem
    }
    .space-lg-0,
    .space-top-lg-0 {
        padding-top: 0 !important
    }
    .space-bottom-lg-0,
    .space-lg-0 {
        padding-bottom: 0 !important
    }
    .space-lg-1,
    .space-top-lg-1 {
        padding-top: 2rem !important
    }
    .space-bottom-lg-1,
    .space-lg-1 {
        padding-bottom: 2rem !important
    }
    .space-lg-2,
    .space-top-lg-2 {
        padding-top: 4rem !important
    }
    .space-bottom-lg-2,
    .space-lg-2 {
        padding-bottom: 4rem !important
    }
    .space-lg-3,
    .space-top-lg-3 {
        padding-top: 8rem !important
    }
    .space-bottom-lg-3,
    .space-lg-3 {
        padding-bottom: 8rem !important
    }
    .space-lg-4,
    .space-top-lg-4 {
        padding-top: 12.5rem !important
    }
    .space-bottom-lg-4,
    .space-lg-4 {
        padding-bottom: 12.5rem !important
    }
    .space-lg-5,
    .space-top-lg-5 {
        padding-top: 15rem !important
    }
    .space-bottom-lg-5,
    .space-lg-5 {
        padding-bottom: 15rem !important
    }
    .space-lg-6,
    .space-top-lg-6 {
        padding-top: 17.5rem !important
    }
    .space-lg-6,
    .space-bottom-lg-6 {
        padding-bottom: 17.5rem !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .w-lg-15 {
        width: 15% !important
    }
    .w-lg-20 {
        width: 20% !important
    }
    .w-lg-30 {
        width: 30% !important
    }
    .w-lg-35 {
        width: 35% !important
    }
    .w-lg-40 {
        width: 40% !important
    }
    .w-lg-60 {
        width: 60% !important
    }
    .w-lg-65 {
        width: 65% !important
    }
    .w-lg-80 {
        width: 80% !important
    }
    .w-lg-85 {
        width: 85% !important
    }
    .w-lg-90 {
        width: 90% !important
    }
    .vh-lg-100 {
        height: 100vh
    }
    .min-vh-lg-100 {
        min-height: 100vh
    }
    .min-h-lg-600rem {
        min-height: 37.5rem
    }
    .col-lg-divider > :not(:first-child) {
        position: relative;
    }
    .col-lg-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
    }
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {   
        border-bottom-left-radius: .5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: .0625rem;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -.0625rem;
        border-left-width: .0625rem;
    }
    .grid-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .step-lg.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }
    .step-lg .step-item {
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .step-lg:not(.step-inline) .step-content-wrapper {
        display: block
    }
    .step-lg .step-icon {
        margin-bottom: 1rem
    }
    .step-lg .step-icon::after {
        top: 1.5625rem;
        left: 4.625rem;
        width: calc(100% - 4.625rem);
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        border-left: none
    }
    .step-lg .step-icon.step-icon-xs::after,
    .step-lg.step-icon-xs .step-icon::after {
        top: .875rem;
        left: 3.25rem;
        width: calc(100% - 3.25rem)
    }
    .step-lg .step-icon.step-icon-sm::after,
    .step-lg.step-icon-sm .step-icon::after {
        top: 1.25rem;
        left: 4rem;
        width: calc(100% - 4rem)
    }
    .step-lg .step-icon.step-icon-lg::after,
    .step-lg.step-icon-lg .step-icon::after {
        top: 2.75rem;
        left: 7rem;
        width: calc(100% - 7rem)
    }
    .step-lg.step-centered {
        text-align: center
    }
    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none
    }
    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto
    }
    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 4.625rem);
        left: calc(50% + 3.0625rem)
    }
    .step-lg.step-centered .step-icon.step-icon-xs::after,
    .step-lg.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.25rem);
        left: calc(50% + 2.375rem)
    }
    .step-lg.step-centered .step-icon.step-icon-sm::after,
    .step-lg.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 4rem);
        left: calc(50% + 2.75rem)
    }
    .step-lg.step-centered .step-icon.step-icon-lg::after,
    .step-lg.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 7rem);
        left: calc(50% + 4.25rem)
    }
    .step-lg.step-centered {
        text-align: center
    }
    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none
    }
    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto
    }
    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 4.625rem);
        left: calc(50% + 3.0625rem)
    }
    .step-lg.step-centered .step-icon.step-icon-xs::after,
    .step-lg.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.25rem);
        left: calc(50% + 2.375rem)
    }
    .step-lg.step-centered .step-icon.step-icon-sm::after,
    .step-lg.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 4rem);
        left: calc(50% + 2.75rem)
    }
    .step-lg.step-centered .step-icon.step-icon-lg::after,
    .step-lg.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 7rem);
        left: calc(50% + 4.25rem)
    }
    .step-lg.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }
    .step-lg.step-inline .step-item {
        overflow: hidden
    }
    .step-lg.step-inline .step-icon {
        margin-bottom: 0
    }
    .step-lg.step-inline .step-icon::after {
        display: none
    }
    .step-lg.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        margin-left: 1.5rem;
        content: ""
    }
    .step-lg.step-inline .step-icon-xs + .step-content .step-title::after,
    .step-lg.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }
    .step-lg.step-inline .step-icon-sm + .step-content .step-title::after,
    .step-lg.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }
    .step-lg.step-inline .step-icon-lg + .step-content .step-title::after,
    .step-lg.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
    .bg-vector-up,
    .bg-vector-bottom {
        display: block;
    }
    .top-lg-0 {
        top: 0
    }
    .end-lg-0 {
        right: 0
    }
    .bottom-lg-0 {
        bottom: 0
    }
    .start-lg-0 {
        left: 0
    }
    .position-lg-absolute {
        position: absolute
    }
    .content-centered-y-lg {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .me-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ms-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .me-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ms-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .me-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ms-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .me-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ms-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .me-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ms-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 2rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important
    }
    .me-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important
    }
    .ms-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important
    }
    .m-lg-6 {
        margin: 2.5rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem !important
    }
    .me-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem !important
    }
    .ms-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem !important
    }
    .m-lg-7 {
        margin: 3rem !important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important
    }
    .me-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important
    }
    .ms-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important
    }
    .m-lg-8 {
        margin: 3.5rem !important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem !important
    }
    .me-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem !important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem !important
    }
    .ms-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem !important
    }
    .m-lg-9 {
        margin: 4rem !important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem !important
    }
    .me-lg-9,
    .mx-lg-9 {
        margin-right: 4rem !important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem !important
    }
    .ms-lg-9,
    .mx-lg-9 {
        margin-left: 4rem !important
    }
    .m-lg-10 {
        margin: 4.5rem !important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 4.5rem !important
    }
    .me-lg-10,
    .mx-lg-10 {
        margin-right: 4.5rem !important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 4.5rem !important
    }
    .ms-lg-10,
    .mx-lg-10 {
        margin-left: 4.5rem !important
    }
    .m-lg-11 {
        margin: 5rem !important
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 5rem !important
    }
    .me-lg-11,
    .mx-lg-11 {
        margin-right: 5rem !important
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 5rem !important
    }
    .ms-lg-11,
    .mx-lg-11 {
        margin-left: 5rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pe-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .ps-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pe-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .ps-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-1-half {
        padding: .35rem !important
    }
    .pt-lg-1-half,
    .py-lg-1-half {
        padding-top: .35rem !important
    }
    .pe-lg-1-half,
    .px-lg-1-half {
        padding-right: .35rem !important
    }
    .pb-lg-1-half,
    .py-lg-1-half {
        padding-bottom: .35rem !important
    }
    .ps-lg-1-half,
    .px-lg-1-half {
        padding-left: .35rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pe-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .ps-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-2-half {
        padding: .75rem !important
    }
    .pt-lg-2-half,
    .py-lg-2-half {
        padding-top: .75rem !important
    }
    .pe-lg-2-half,
    .px-lg-2-half {
        padding-right: .75rem !important
    }
    .pb-lg-2-half,
    .py-lg-2-half {
        padding-bottom: .75rem !important
    }
    .ps-lg-2-half,
    .px-lg-2-half {
        padding-left: .75rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pe-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .ps-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-3-half {
        padding: 1.25rem !important
    }
    .pt-lg-3-half,
    .py-lg-3-half {
        padding-top: 1.25rem !important
    }
    .pe-lg-3-half,
    .px-lg-3-half {
        padding-right: 1.25rem !important
    }
    .pb-lg-3-half,
    .py-lg-3-half {
        padding-bottom: 1.25rem !important
    }
    .ps-lg-3-half,
    .px-lg-3-half {
        padding-left: 1.25rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pe-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .ps-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-4-half {
        padding: 1.75rem !important
    }
    .pt-lg-4-half,
    .py-lg-4-half {
        padding-top: 1.75rem !important
    }
    .pe-lg-4-half,
    .px-lg-4-half {
        padding-right: 1.75rem !important
    }
    .pb-lg-4-half,
    .py-lg-4-half {
        padding-bottom: 1.75rem !important
    }
    .ps-lg-4-half,
    .px-lg-4-half {
        padding-left: 1.75rem !important
    }
    .p-lg-5 {
        padding: 2rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important
    }
    .pe-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important
    }
    .ps-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important
    }
    .p-lg-5-half {
        padding: 2.25rem !important
    }
    .pt-lg-5-half,
    .py-lg-5-half {
        padding-top: 2.25rem !important
    }
    .pe-lg-5-half,
    .px-lg-5-half {
        padding-right: 2.25rem !important
    }
    .pb-lg-5-half,
    .py-lg-5-half {
        padding-bottom: 2.25rem !important
    }
    .ps-lg-5-half,
    .px-lg-5-half {
        padding-left: 2.25rem !important
    }
    .p-lg-6 {
        padding: 2.5rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem !important
    }
    .pe-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem !important
    }
    .ps-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem !important
    }
    .p-lg-6-half {
        padding: 2.75rem !important
    }
    .pt-lg-6-half,
    .py-lg-6-half {
        padding-top: 2.75rem !important
    }
    .pe-lg-6-half,
    .px-lg-6-half {
        padding-right: 2.75rem !important
    }
    .pb-lg-6-half,
    .py-lg-6-half {
        padding-bottom: 2.75rem !important
    }
    .ps-lg-6-half,
    .px-lg-6-half {
        padding-left: 2.75rem !important
    }
    .p-lg-7 {
        padding: 3rem !important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important
    }
    .pe-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important
    }
    .ps-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important
    }
    .p-lg-7-half {
        padding: 3.25rem !important
    }
    .pt-lg-7-half,
    .py-lg-7-half {
        padding-top: 3.25rem !important
    }
    .pe-lg-7-half,
    .px-lg-7-half {
        padding-right: 3.25rem !important
    }
    .pb-lg-7-half,
    .py-lg-7-half {
        padding-bottom: 3.25rem !important
    }
    .ps-lg-7-half,
    .px-lg-7-half {
        padding-left: 3.25rem !important
    }
    .p-lg-8 {
        padding: 3.5rem !important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem !important
    }
    .pe-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem !important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem !important
    }
    .ps-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem !important
    }
    .p-lg-8-half {
        padding: 3.75rem !important
    }
    .pt-lg-8-half,
    .py-lg-8-half {
        padding-top: 3.75rem !important
    }
    .pe-lg-8-half,
    .px-lg-8-half {
        padding-right: 3.75rem !important
    }
    .pb-lg-8-half,
    .py-lg-8-half {
        padding-bottom: 3.75rem !important
    }
    .ps-lg-8-half,
    .px-lg-8-half {
        padding-left: 3.75rem !important
    }
    .p-lg-9 {
        padding: 4rem !important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem !important
    }
    .pe-lg-9,
    .px-lg-9 {
        padding-right: 4rem !important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem !important
    }
    .ps-lg-9,
    .px-lg-9 {
        padding-left: 4rem !important
    }
    .p-lg-9-half {
        padding: 4.25rem !important
    }
    .pt-lg-9-half,
    .py-lg-9-half {
        padding-top: 4.25rem !important
    }
    .pe-lg-9-half,
    .px-lg-9-half {
        padding-right: 4.25rem !important
    }
    .pb-lg-9-half,
    .py-lg-9-half {
        padding-bottom: 4.25rem !important
    }
    .ps-lg-9-half,
    .px-lg-9-half {
        padding-left: 4.25rem !important
    }
    .p-lg-10 {
        padding: 4.5rem !important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 4.5rem !important
    }
    .pe-lg-10,
    .px-lg-10 {
        padding-right: 4.5rem !important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 4.5rem !important
    }
    .ps-lg-10,
    .px-lg-10 {
        padding-left: 4.5rem !important
    }
    .p-lg-10-half {
        padding: 4.75rem !important
    }
    .pt-lg-10-half,
    .py-lg-10-half {
        padding-top: 4.75rem !important
    }
    .pe-lg-10-half,
    .px-lg-10-half {
        padding-right: 4.75rem !important
    }
    .pb-lg-10-half,
    .py-lg-10-half {
        padding-bottom: 4.75rem !important
    }
    .ps-lg-10-half,
    .px-lg-10-half {
        padding-left: 4.75rem !important
    }
    .p-lg-11 {
        padding: 5rem !important
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 5rem !important
    }
    .pe-lg-11,
    .px-lg-11 {
        padding-right: 5rem !important
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 5rem !important
    }
    .ps-lg-11,
    .px-lg-11 {
        padding-left: 5rem !important
    }
    .p-lg-11-half {
        padding: 5.25rem !important
    }
    .pt-lg-11-half,
    .py-lg-11-half {
        padding-top: 5.25rem !important
    }
    .pe-lg-11-half,
    .px-lg-11-half {
        padding-right: 5.25rem !important
    }
    .pb-lg-11-half,
    .py-lg-11-half {
        padding-bottom: 5.25rem !important
    }
    .ps-lg-11-half,
    .px-lg-11-half {
        padding-left: 5.25rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .me-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ms-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .me-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ms-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .me-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ms-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .me-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ms-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -2rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem !important
    }
    .me-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem !important
    }
    .ms-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem !important
    }
    .m-lg-n6 {
        margin: -2.5rem !important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2.5rem !important
    }
    .me-lg-n6,
    .mx-lg-n6 {
        margin-right: -2.5rem !important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2.5rem !important
    }
    .ms-lg-n6,
    .mx-lg-n6 {
        margin-left: -2.5rem !important
    }
    .m-lg-n7 {
        margin: -3rem !important
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3rem !important
    }
    .me-lg-n7,
    .mx-lg-n7 {
        margin-right: -3rem !important
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3rem !important
    }
    .ms-lg-n7,
    .mx-lg-n7 {
        margin-left: -3rem !important
    }
    .m-lg-n8 {
        margin: -3.5rem !important
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.5rem !important
    }
    .me-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.5rem !important
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.5rem !important
    }
    .ms-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.5rem !important
    }
    .m-lg-n9 {
        margin: -4rem !important
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -4rem !important
    }
    .me-lg-n9,
    .mx-lg-n9 {
        margin-right: -4rem !important
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -4rem !important
    }
    .ms-lg-n9,
    .mx-lg-n9 {
        margin-left: -4rem !important
    }
    .m-lg-n10 {
        margin: -4.5rem !important
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -4.5rem !important
    }
    .me-lg-n10,
    .mx-lg-n10 {
        margin-right: -4.5rem !important
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -4.5rem !important
    }
    .ms-lg-n10,
    .mx-lg-n10 {
        margin-left: -4.5rem !important
    }
    .m-lg-n11 {
        margin: -5rem !important
    }
    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -5rem !important
    }
    .me-lg-n11,
    .mx-lg-n11 {
        margin-right: -5rem !important
    }
    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -5rem !important
    }
    .ms-lg-n11,
    .mx-lg-n11 {
        margin-left: -5rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .me-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: 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-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;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !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;
    }
    .align-text-lg-bottom {
        vertical-align: text-bottom !important;
    }
    .align-text-lg-top {
        vertical-align: text-top !important;
    }
    .align-text-lg-start {
        text-align: left !important;
    }
    .align-text-lg-end {
        text-align: right !important;
    }
    .align-text-lg-center {
        text-align: center !important;
    }
}
@media (max-width:991.98px) {
    .col-lg-divider > :not(:first-child) {
        position: relative;
    }
    .col-lg-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .col-lg-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .col-lg-divider > :first-child {
        padding-top: 0;
    }
    .col-lg-divider > :last-child {
        padding-bottom: 0;
    }
    .devices .device-mobile {
        display: none
    }
    .devices .device-browser {
        margin-right: auto
    }
    .devices-wrap {
        display: none
    }
}
@media (max-width:1199.98px) {
    .col-xl-divider > :not(:first-child) {
        position: relative;
    }

        .col-xl-divider > :not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: .0625rem;
            background-color: rgba(var(--Primary_RGBA), .1);
            content: '';
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .col-xl-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .col-xl-divider > :first-child {
        padding-top: 0;
    }

    .col-xl-divider > :last-child {
        padding-bottom: 0;
    }
}
@media (min-width:1200px) {
    legend {
        font-size: 1.5rem;
    }
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
    .col-xl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xl-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xl-m-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 6%;
        margin: 0.5%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-m-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14%;
        margin: 0.5%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-m-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 23%;
        margin: 0.5%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xl-m-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
        margin: 0.5%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xl-m-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 39%;
        margin: 0.5%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-m-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        margin: 0.5%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xl-m-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 56%;
        margin: 0.5%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xl-m-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 64%;
        margin: 0.5%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-m-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 73%;
        margin: 0.5%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xl-m-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
        margin: 0.5%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xl-m-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 89%;
        margin: 0.5%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .col-xl-m-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 98%;
        margin: 0.5%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --cd-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --cd-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --cd-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --cd-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --cd-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --cd-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --cd-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --cd-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --cd-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --cd-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --cd-gutter-x: 2rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --cd-gutter-y: 2rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --cd-gutter-x: 2.5rem
    }
    .g-xl-6,
    .gy-xl-6 {
        --cd-gutter-y: 2.5rem
    }
    .g-xl-7,
    .gx-xl-7 {
        --cd-gutter-x: 3rem
    }
    .g-xl-7,
    .gy-xl-7 {
        --cd-gutter-y: 3rem
    }
    .g-xl-8,
    .gx-xl-8 {
        --cd-gutter-x: 3.5rem
    }
    .g-xl-8,
    .gy-xl-8 {
        --cd-gutter-y: 3.5rem
    }
    .g-xl-9,
    .gx-xl-9 {
        --cd-gutter-x: 4rem
    }
    .g-xl-9,
    .gy-xl-9 {
        --cd-gutter-y: 4rem
    }
    .g-xl-10,
    .gx-xl-10 {
        --cd-gutter-x: 4.5rem
    }
    .g-xl-10,
    .gy-xl-10 {
        --cd-gutter-y: 4.5rem
    }
    h1,
    .h1 {
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    .lead {
        font-size: 1.3125rem
    }
    .display-1 {
        font-size: 5rem
    }
    .display-2 {
        font-size: 4.5rem
    }
    .display-3 {
        font-size: 4rem
    }
    .display-4 {
        font-size: 3.5rem
    }
    .display-5 {
        font-size: 3rem
    }
    .display-6 {
        font-size: 2.5rem
    }
    .fs-xxl {
        font-size: 2.5rem !important
    }
    .fs-xl {
        font-size: 1.75rem !important
    }
    .fs-lg {
        font-size: 1.3125rem !important
    }
    .space-top-xl-0,
    .space-xl-0 {
        padding-top: 0 !important
    }
    .space-bottom-xl-0,
    .space-xl-0 {
        padding-bottom: 0 !important
    }
    .space-top-xl-1,
    .space-xl-1 {
        padding-top: 2rem !important
    }
    .space-bottom-xl-1,
    .space-xl-1 {
        padding-bottom: 2rem !important
    }
    .space-top-xl-2,
    .space-xl-2 {
        padding-top: 4rem !important
    }
    .space-bottom-xl-2,
    .space-xl-2 {
        padding-bottom: 4rem !important
    }
    .space-top-xl-3,
    .space-xl-3 {
        padding-top: 8rem !important
    }
    .space-bottom-xl-3,
    .space-xl-3 {
        padding-bottom: 8rem !important
    }
    .space-top-xl-4,
    .space-xl-4 {
        padding-top: 12.5rem !important
    }
    .space-bottom-xl-4,
    .space-xl-4 {
        padding-bottom: 12.5rem !important
    }
    .space-top-xl-5,
    .space-xl-5 {
        padding-top: 15rem !important
    }
    .space-bottom-xl-5,
    .space-xl-5 {
        padding-bottom: 15rem !important
    }
    .space-xl-6,
    .space-top-xl-6 {
        padding-top: 17.5rem !important
    }
    .space-xl-6,
    .space-bottom-xl-6 {
        padding-bottom: 17.5rem !important
    }
    .w-xl-25 {
        width: 25% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-100 {
        width: 100% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .w-xl-15 {
        width: 15% !important
    }
    .w-xl-20 {
        width: 20% !important
    }
    .w-xl-30 {
        width: 30% !important
    }
    .w-xl-35 {
        width: 35% !important
    }
    .w-xl-40 {
        width: 40% !important
    }
    .w-xl-60 {
        width: 60% !important
    }
    .w-xl-65 {
        width: 65% !important
    }
    .w-xl-80 {
        width: 80% !important
    }
    .w-xl-85 {
        width: 85% !important
    }
    .w-xl-90 {
        width: 90% !important
    }
    .col-xl-divider > :not(:first-child) {
        position: relative;
    }
    .col-xl-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
    }
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: .0625rem;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -.0625rem;
        border-left-width: .0625rem;
    }
    .grid-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .step-xl.step-inline.step-dashed .step-title::after {
        border-top-style: dashed;
    }
    .step-xl.step-inline .step-item {
        overflow: hidden;
    }
    .step-xl.step-inline .step-icon {
        margin-bottom: 0;
    }
    .step-xl.step-inline .step-icon::after {
        display: none;
    }
    .step-xl.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        margin-left: 1.5rem;
        content: "";
    }
    .step-xl.step-inline .step-icon-xs + .step-content .step-title::after,
    .step-xl.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem;
    }
    .step-xl.step-inline .step-icon-sm + .step-content .step-title::after,
    .step-xl.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }
    .step-xl.step-inline .step-icon-lg + .step-content .step-title::after,
    .step-xl.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem;
    }
    .step-xl.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }
    .step-xl .step-item {
        --ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .step-xl:not(.step-inline) .step-content-wrapper {
        display: block
    }
    .step-xl .step-icon {
        margin-bottom: 1rem
    }
    .step-xl .step-icon::after {
        top: 1.5625rem;
        left: 4.625rem;
        width: calc(100% - 4.625rem);
        height: 1.625rem;
        border-top: .125rem solid rgba(var(--Primary_RGBA), .1);
        border-left: none
    }
    .step-xl .step-icon.step-icon-xs::after,
    .step-xl.step-icon-xs .step-icon::after {
        top: .875rem;
        left: 3.25rem;
        width: calc(100% - 3.25rem)
    }
    .step-xl .step-icon.step-icon-sm::after,
    .step-xl.step-icon-sm .step-icon::after {
        top: 1.25rem;
        left: 4rem;
        width: calc(100% - 4rem)
    }
    .step-xl .step-icon.step-icon-lg::after,
    .step-xl.step-icon-lg .step-icon::after {
        top: 2.75rem;
        left: 7rem;
        width: calc(100% - 7rem)
    }
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .me-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ms-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .me-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ms-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .me-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ms-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .me-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ms-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .me-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ms-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 2rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important
    }
    .me-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important
    }
    .ms-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important
    }
    .m-xl-6 {
        margin: 2.5rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem !important
    }
    .me-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem !important
    }
    .ms-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem !important
    }
    .m-xl-7 {
        margin: 3rem !important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important
    }
    .me-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important
    }
    .ms-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important
    }
    .m-xl-8 {
        margin: 3.5rem !important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem !important
    }
    .me-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem !important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem !important
    }
    .ms-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem !important
    }
    .m-xl-9 {
        margin: 4rem !important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem !important
    }
    .me-xl-9,
    .mx-xl-9 {
        margin-right: 4rem !important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem !important
    }
    .ms-xl-9,
    .mx-xl-9 {
        margin-left: 4rem !important
    }
    .m-xl-10 {
        margin: 4.5rem !important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 4.5rem !important
    }
    .me-xl-10,
    .mx-xl-10 {
        margin-right: 4.5rem !important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 4.5rem !important
    }
    .ms-xl-10,
    .mx-xl-10 {
        margin-left: 4.5rem !important
    }
    .m-xl-11 {
        margin: 5rem !important
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 5rem !important
    }
    .me-xl-11,
    .mx-xl-11 {
        margin-right: 5rem !important
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 5rem !important
    }
    .ms-xl-11,
    .mx-xl-11 {
        margin-left: 5rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pe-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .ps-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pe-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .ps-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-1-half {
        padding: .35rem !important
    }
    .pt-xl-1-half,
    .py-xl-1-half {
        padding-top: .35rem !important
    }
    .pe-xl-1-half,
    .px-xl-1-half {
        padding-right: .35rem !important
    }
    .pb-xl-1-half,
    .py-xl-1-half {
        padding-bottom: .35rem !important
    }
    .ps-xl-1-half,
    .px-xl-1-half {
        padding-left: .35rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pe-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .ps-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-2-half {
        padding: .75rem !important
    }
    .pt-xl-2-half,
    .py-xl-2-half {
        padding-top: .75rem !important
    }
    .pe-xl-2-half,
    .px-xl-2-half {
        padding-right: .75rem !important
    }
    .pb-xl-2-half,
    .py-xl-2-half {
        padding-bottom: .75rem !important
    }
    .ps-xl-2-half,
    .px-xl-2-half {
        padding-left: .75rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pe-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .ps-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-3-half {
        padding: 1.25rem !important
    }
    .pt-xl-3-half,
    .py-xl-3-half {
        padding-top: 1.25rem !important
    }
    .pe-xl-3-half,
    .px-xl-3-half {
        padding-right: 1.25rem !important
    }
    .pb-xl-3-half,
    .py-xl-3-half {
        padding-bottom: 1.25rem !important
    }
    .ps-xl-3-half,
    .px-xl-3-half {
        padding-left: 1.25rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pe-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .ps-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-4-half {
        padding: 1.75rem !important
    }
    .pt-xl-4-half,
    .py-xl-4-half {
        padding-top: 1.75rem !important
    }
    .pe-xl-4-half,
    .px-xl-4-half {
        padding-right: 1.75rem !important
    }
    .pb-xl-4-half,
    .py-xl-4-half {
        padding-bottom: 1.75rem !important
    }
    .ps-xl-4-half,
    .px-xl-4-half {
        padding-left: 1.75rem !important
    }
    .p-xl-5 {
        padding: 2rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important
    }
    .pe-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important
    }
    .ps-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important
    }
    .p-xl-5-half {
        padding: 2.25rem !important
    }
    .pt-xl-5-half,
    .py-xl-5-half {
        padding-top: 2.25rem !important
    }
    .pe-xl-5-half,
    .px-xl-5-half {
        padding-right: 2.25rem !important
    }
    .pb-xl-5-half,
    .py-xl-5-half {
        padding-bottom: 2.25rem !important
    }
    .ps-xl-5-half,
    .px-xl-5-half {
        padding-left: 2.25rem !important
    }
    .p-xl-6 {
        padding: 2.5rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem !important
    }
    .pe-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem !important
    }
    .ps-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem !important
    }
    .p-xl-6-half {
        padding: 2.75rem !important
    }
    .pt-xl-6-half,
    .py-xl-6-half {
        padding-top: 2.75rem !important
    }
    .pe-xl-6-half,
    .px-xl-6-half {
        padding-right: 2.75rem !important
    }
    .pb-xl-6-half,
    .py-xl-6-half {
        padding-bottom: 2.75rem !important
    }
    .ps-xl-6-half,
    .px-xl-6-half {
        padding-left: 2.75rem !important
    }
    .p-xl-7 {
        padding: 3rem !important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important
    }
    .pe-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important
    }
    .ps-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important
    }
    .p-xl-7-half {
        padding: 3.25rem !important
    }
    .pt-xl-7-half,
    .py-xl-7-half {
        padding-top: 3.25rem !important
    }
    .pe-xl-7-half,
    .px-xl-7-half {
        padding-right: 3.25rem !important
    }
    .pb-xl-7-half,
    .py-xl-7-half {
        padding-bottom: 3.25rem !important
    }
    .ps-xl-7-half,
    .px-xl-7-half {
        padding-left: 3.25rem !important
    }
    .p-xl-8 {
        padding: 3.5rem !important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem !important
    }
    .pe-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem !important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem !important
    }
    .ps-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem !important
    }
    .p-xl-8-half {
        padding: 3.75rem !important
    }
    .pt-xl-8-half,
    .py-xl-8-half {
        padding-top: 3.75rem !important
    }
    .pe-xl-8-half,
    .px-xl-8-half {
        padding-right: 3.75rem !important
    }
    .pb-xl-8-half,
    .py-xl-8-half {
        padding-bottom: 3.75rem !important
    }
    .ps-xl-8-half,
    .px-xl-8-half {
        padding-left: 3.75rem !important
    }
    .p-xl-9 {
        padding: 4rem !important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem !important
    }
    .pe-xl-9,
    .px-xl-9 {
        padding-right: 4rem !important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem !important
    }
    .ps-xl-9,
    .px-xl-9 {
        padding-left: 4rem !important
    }
    .p-xl-9-half {
        padding: 4.25rem !important
    }
    .pt-xl-9-half,
    .py-xl-9-half {
        padding-top: 4.25rem !important
    }
    .pe-xl-9-half,
    .px-xl-9-half {
        padding-right: 4.25rem !important
    }
    .pb-xl-9-half,
    .py-xl-9-half {
        padding-bottom: 4.25rem !important
    }
    .ps-xl-9-half,
    .px-xl-9-half {
        padding-left: 4.25rem !important
    }
    .p-xl-10 {
        padding: 4.5rem !important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 4.5rem !important
    }
    .pe-xl-10,
    .px-xl-10 {
        padding-right: 4.5rem !important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 4.5rem !important
    }
    .ps-xl-10,
    .px-xl-10 {
        padding-left: 4.5rem !important
    }
    .p-xl-10-half {
        padding: 4.75rem !important
    }
    .pt-xl-10-half,
    .py-xl-10-half {
        padding-top: 4.75rem !important
    }
    .pe-xl-10-half,
    .px-xl-10-half {
        padding-right: 4.75rem !important
    }
    .pb-xl-10-half,
    .py-xl-10-half {
        padding-bottom: 4.75rem !important
    }
    .ps-xl-10-half,
    .px-xl-10-half {
        padding-left: 4.75rem !important
    }
    .p-xl-11 {
        padding: 5rem !important
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 5rem !important
    }
    .pe-xl-11,
    .px-xl-11 {
        padding-right: 5rem !important
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 5rem !important
    }
    .ps-xl-11,
    .px-xl-11 {
        padding-left: 5rem !important
    }
    .p-xl-11-half {
        padding: 5.25rem !important
    }
    .pt-xl-11-half,
    .py-xl-11-half {
        padding-top: 5.25rem !important
    }
    .pe-xl-11-half,
    .px-xl-11-half {
        padding-right: 5.25rem !important
    }
    .pb-xl-11-half,
    .py-xl-11-half {
        padding-bottom: 5.25rem !important
    }
    .ps-xl-11-half,
    .px-xl-11-half {
        padding-left: 5.25rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .me-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ms-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .me-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ms-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .me-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ms-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .me-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ms-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -2rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2rem !important
    }
    .me-xl-n5,
    .mx-xl-n5 {
        margin-right: -2rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2rem !important
    }
    .ms-xl-n5,
    .mx-xl-n5 {
        margin-left: -2rem !important
    }
    .m-xl-n6 {
        margin: -2.5rem !important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2.5rem !important
    }
    .me-xl-n6,
    .mx-xl-n6 {
        margin-right: -2.5rem !important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2.5rem !important
    }
    .ms-xl-n6,
    .mx-xl-n6 {
        margin-left: -2.5rem !important
    }
    .m-xl-n7 {
        margin: -3rem !important
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3rem !important
    }
    .me-xl-n7,
    .mx-xl-n7 {
        margin-right: -3rem !important
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3rem !important
    }
    .ms-xl-n7,
    .mx-xl-n7 {
        margin-left: -3rem !important
    }
    .m-xl-n8 {
        margin: -3.5rem !important
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.5rem !important
    }
    .me-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.5rem !important
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.5rem !important
    }
    .ms-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.5rem !important
    }
    .m-xl-n9 {
        margin: -4rem !important
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -4rem !important
    }
    .me-xl-n9,
    .mx-xl-n9 {
        margin-right: -4rem !important
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -4rem !important
    }
    .ms-xl-n9,
    .mx-xl-n9 {
        margin-left: -4rem !important
    }
    .m-xl-n10 {
        margin: -4.5rem !important
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -4.5rem !important
    }
    .me-xl-n10,
    .mx-xl-n10 {
        margin-right: -4.5rem !important
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -4.5rem !important
    }
    .ms-xl-n10,
    .mx-xl-n10 {
        margin-left: -4.5rem !important
    }
    .m-xl-n11 {
        margin: -5rem !important
    }
    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -5rem !important
    }
    .me-xl-n11,
    .mx-xl-n11 {
        margin-right: -5rem !important
    }
    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -5rem !important
    }
    .ms-xl-n11,
    .mx-xl-n11 {
        margin-left: -5rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .me-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: 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-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;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !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;
    }
    .align-text-xl-bottom {
        vertical-align: text-bottom !important;
    }
    .align-text-xl-top {
        vertical-align: text-top !important;
    }
    .align-text-xl-start {
        text-align: left !important;
    }
    .align-text-xl-end {
        text-align: right !important;
    }
    .align-text-xl-center {
        text-align: center !important;
    }
}
@media (max-width:1399.98px) {
    .col-xxl-divider > :not(:first-child) {
        position: relative;
    }
    .col-xxl-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .col-xxl-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .col-xxl-divider > :first-child {
        padding-top: 0;
    }
    .col-xxl-divider > :last-child {
        padding-bottom: 0;
    }
}
@media (min-width:1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
    .col-xxl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-m-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 6%;
        margin: 0.5%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-m-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14%;
        margin: 0.5%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-m-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 23%;
        margin: 0.5%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-m-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
        margin: 0.5%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-m-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 39%;
        margin: 0.5%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-m-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%;
        margin: 0.5%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-m-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 56%;
        margin: 0.5%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-m-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 64%;
        margin: 0.5%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-m-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 73%;
        margin: 0.5%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-m-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 81%;
        margin: 0.5%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-m-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 89%;
        margin: 0.5%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-m-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 98%;
        margin: 0.5%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --cd-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --cd-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --cd-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --cd-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --cd-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --cd-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --cd-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --cd-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --cd-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --cd-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --cd-gutter-x: 2rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --cd-gutter-y: 2rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --cd-gutter-x: 2.5rem
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --cd-gutter-y: 2.5rem
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --cd-gutter-x: 3rem
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --cd-gutter-y: 3rem
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --cd-gutter-x: 3.5rem
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --cd-gutter-y: 3.5rem
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --cd-gutter-x: 4rem
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --cd-gutter-y: 4rem
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --cd-gutter-x: 4.5rem
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --cd-gutter-y: 4.5rem;
    }
    .col-xxl-divider > :not(:first-child) {
        position: relative;
    }
    .col-xxl-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(var(--Primary_RGBA), .1);
        content: '';
    }
    .list-group-horizontal-xxl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .5rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .5rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: .0625rem;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -.0625rem;
        border-left-width: .0625rem;
    }
    .grid-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: 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-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;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !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: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pe-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .ps-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pe-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .ps-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-1-half {
        padding: .35rem !important
    }
    .pt-xxl-1-half,
    .py-xxl-1-half {
        padding-top: .35rem !important
    }
    .pe-xxl-1-half,
    .px-xxl-1-half {
        padding-right: .35rem !important
    }
    .pb-xxl-1-half,
    .py-xxl-1-half {
        padding-bottom: .35rem !important
    }
    .ps-xxl-1-half,
    .px-xxl-1-half {
        padding-left: .35rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pe-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .ps-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-2-half {
        padding: .75rem !important
    }
    .pt-xxl-2-half,
    .py-xxl-2-half {
        padding-top: .75rem !important
    }
    .pe-xxl-2-half,
    .px-xxl-2-half {
        padding-right: .75rem !important
    }
    .pb-xxl-2-half,
    .py-xxl-2-half {
        padding-bottom: .75rem !important
    }
    .ps-xxl-2-half,
    .px-xxl-2-half {
        padding-left: .75rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pe-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .ps-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-3-half {
        padding: 1.25rem !important
    }
    .pt-xxl-3-half,
    .py-xxl-3-half {
        padding-top: 1.25rem !important
    }
    .pe-xxl-3-half,
    .px-xxl-3-half {
        padding-right: 1.25rem !important
    }
    .pb-xxl-3-half,
    .py-xxl-3-half {
        padding-bottom: 1.25rem !important
    }
    .ps-xxl-3-half,
    .px-xxl-3-half {
        padding-left: 1.25rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pe-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .ps-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-4-half {
        padding: 1.75rem !important
    }
    .pt-xxl-4-half,
    .py-xxl-4-half {
        padding-top: 1.75rem !important
    }
    .pe-xxl-4-half,
    .px-xxl-4-half {
        padding-right: 1.75rem !important
    }
    .pb-xxl-4-half,
    .py-xxl-4-half {
        padding-bottom: 1.75rem !important
    }
    .ps-xxl-4-half,
    .px-xxl-4-half {
        padding-left: 1.75rem !important
    }
    .p-xxl-5 {
        padding: 2rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 2rem !important
    }
    .pe-xxl-5,
    .px-xxl-5 {
        padding-right: 2rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 2rem !important
    }
    .ps-xxl-5,
    .px-xxl-5 {
        padding-left: 2rem !important
    }
    .p-xxl-5-half {
        padding: 2.25rem !important
    }
    .pt-xxl-5-half,
    .py-xxl-5-half {
        padding-top: 2.25rem !important
    }
    .pe-xxl-5-half,
    .px-xxl-5-half {
        padding-right: 2.25rem !important
    }
    .pb-xxl-5-half,
    .py-xxl-5-half {
        padding-bottom: 2.25rem !important
    }
    .ps-xxl-5-half,
    .px-xxl-5-half {
        padding-left: 2.25rem !important
    }
    .p-xxl-6 {
        padding: 2.5rem !important
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 2.5rem !important
    }
    .pe-xxl-6,
    .px-xxl-6 {
        padding-right: 2.5rem !important
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 2.5rem !important
    }
    .ps-xxl-6,
    .px-xxl-6 {
        padding-left: 2.5rem !important
    }
    .p-xxl-6-half {
        padding: 2.75rem !important
    }
    .pt-xxl-6-half,
    .py-xxl-6-half {
        padding-top: 2.75rem !important
    }
    .pe-xxl-6-half,
    .px-xxl-6-half {
        padding-right: 2.75rem !important
    }
    .pb-xxl-6-half,
    .py-xxl-6-half {
        padding-bottom: 2.75rem !important
    }
    .ps-xxl-6-half,
    .px-xxl-6-half {
        padding-left: 2.75rem !important
    }
    .p-xxl-7 {
        padding: 3rem !important
    }
    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 3rem !important
    }
    .pe-xxl-7,
    .px-xxl-7 {
        padding-right: 3rem !important
    }
    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-7,
    .px-xxl-7 {
        padding-left: 3rem !important
    }
    .p-xxl-7-half {
        padding: 3.25rem !important
    }
    .pt-xxl-7-half,
    .py-xxl-7-half {
        padding-top: 3.25rem !important
    }
    .pe-xxl-7-half,
    .px-xxl-7-half {
        padding-right: 3.25rem !important
    }
    .pb-xxl-7-half,
    .py-xxl-7-half {
        padding-bottom: 3.25rem !important
    }
    .ps-xxl-7-half,
    .px-xxl-7-half {
        padding-left: 3.25rem !important
    }
    .p-xxl-8 {
        padding: 3.5rem !important
    }
    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 3.5rem !important
    }
    .pe-xxl-8,
    .px-xxl-8 {
        padding-right: 3.5rem !important
    }
    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 3.5rem !important
    }
    .ps-xxl-8,
    .px-xxl-8 {
        padding-left: 3.5rem !important
    }
    .p-xxl-8-half {
        padding: 3.75rem !important
    }
    .pt-xxl-8-half,
    .py-xxl-8-half {
        padding-top: 3.75rem !important
    }
    .pe-xxl-8-half,
    .px-xxl-8-half {
        padding-right: 3.75rem !important
    }
    .pb-xxl-8-half,
    .py-xxl-8-half {
        padding-bottom: 3.75rem !important
    }
    .ps-xxl-8-half,
    .px-xxl-8-half {
        padding-left: 3.75rem !important
    }
    .p-xxl-9 {
        padding: 4rem !important
    }
    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 4rem !important
    }
    .pe-xxl-9,
    .px-xxl-9 {
        padding-right: 4rem !important
    }
    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 4rem !important
    }
    .ps-xxl-9,
    .px-xxl-9 {
        padding-left: 4rem !important
    }
    .p-xxl-9-half {
        padding: 4.25rem !important
    }
    .pt-xxl-9-half,
    .py-xxl-9-half {
        padding-top: 4.25rem !important
    }
    .pe-xxl-9-half,
    .px-xxl-9-half {
        padding-right: 4.25rem !important
    }
    .pb-xxl-9-half,
    .py-xxl-9-half {
        padding-bottom: 4.25rem !important
    }
    .ps-xxl-9-half,
    .px-xxl-9-half {
        padding-left: 4.25rem !important
    }
    .p-xxl-10 {
        padding: 4.5rem !important
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 4.5rem !important
    }
    .pe-xxl-10,
    .px-xxl-10 {
        padding-right: 4.5rem !important
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 4.5rem !important
    }
    .ps-xxl-10,
    .px-xxl-10 {
        padding-left: 4.5rem !important
    }
    .p-xxl-10-half {
        padding: 4.75rem !important
    }
    .pt-xxl-10-half,
    .py-xxl-10-half {
        padding-top: 4.75rem !important
    }
    .pe-xxl-10-half,
    .px-xxl-10-half {
        padding-right: 4.75rem !important
    }
    .pb-xxl-10-half,
    .py-xxl-10-half {
        padding-bottom: 4.75rem !important
    }
    .ps-xxl-10-half,
    .px-xxl-10-half {
        padding-left: 4.75rem !important
    }
    .p-xxl-11 {
        padding: 5rem !important
    }
    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 5rem !important
    }
    .pe-xxl-11,
    .px-xxl-11 {
        padding-right: 5rem !important
    }
    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 5rem !important
    }
    .ps-xxl-11,
    .px-xxl-11 {
        padding-left: 5rem !important
    }
    .p-xxl-11-half {
        padding: 5.25rem !important
    }
    .pt-xxl-11-half,
    .py-xxl-11-half {
        padding-top: 5.25rem !important
    }
    .pe-xxl-11-half,
    .px-xxl-11-half {
        padding-right: 5.25rem !important
    }
    .pb-xxl-11-half,
    .py-xxl-11-half {
        padding-bottom: 5.25rem !important
    }
    .ps-xxl-11-half,
    .px-xxl-11-half {
        padding-left: 5.25rem !important
    }
    .align-text-xxl-bottom {
        vertical-align: text-bottom !important;
    }
    .align-text-xxl-top {
        vertical-align: text-top !important;
    }
    .align-text-xxl-start {
        text-align: left !important;
    }
    .align-text-xxl-end {
        text-align: right !important;
    }
    .align-text-xxl-center {
        text-align: center !important;
    }
}
