.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.max-height-400 {
    max-height: 400px !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.w-75 {
    width: 75% !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.min-vh-75 {
    min-height: 75vh !important;
}
.cursor-pointer {
    cursor: pointer;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-hidden-x {
    overflow-x: hidden !important;
}
/*Position-----------------------------*/
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-sticky {
    position: sticky !important;
}
.start-50 {
    left: 50% !important;
}
.end-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.start-0 {
    left: 0 !important;
}
.end-0 {
    right: 0 !important;
}
.z-index-0 {
    z-index: 0 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-sticky {
    z-index: 1020;
}
/*Texts-----------------------------*/
.text-white {
    color: #fff !important;
}
.text-start {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-left {
    text-align: left !important;
}
.text-primary {
    color: #cb0c9f !important;
}
.text-xs {
    line-height: 1.25;
}
.text-xs {
    font-size: 0.75rem !important;
}
.font-weight-bold {
    font-weight: 600 !important;
}
/*Shadows-----------------------------*/
.shadow {
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.shadow-lg {
    box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
}
.shadow-xl {
    box-shadow: 0 23px 45px -11px rgba(20, 20, 20, 0.25) !important;
}
/*Others-----------------------------*/
.rounded-3 {
    border-radius: 0.75rem !important;
}
.border-radius-md {
    border-radius: 0.5rem;
}
.border-radius-lg {
    border-radius: 0.75rem;
}
.border-radius-xl {
    border-radius: 1rem;
}
.opacity-10 {
    opacity: 1 !important;
}
/*Structure-----------------------------*/
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .d-md-none {
        display: none !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1400px) {
    .mx-xxl-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }
}
/*Padding/Margin-----------------------------*/
.plck {
    padding-left: 70px !important;
}
@media (max-width: 960px) {
    .plck {
        padding-left: 10px
    }
}
.ms-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
@media (min-width: 768px) {
    .my-md-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}
.me-auto {
    margin-right: auto !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-n12 {
    margin-right: -16rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-n12 {
    margin-top: -16rem !important;
}
.mt-n10 {
    margin-top: -12rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.ms-n3 {
    margin-left: -1rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-7 {
    padding-top: 6rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-7 {
    padding-bottom: 6rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

html { overflow-x: hidden; }
