body {font-family: 'Montserrat', sans-serif !important;}
a {text-decoration: none; color: #0d6efd!important;}
.btn-check:focus+.btn-primary, .btn-primary:focus {box-shadow: none !important}

.text-primary {color: #0d6efd!important;}
.text-secondary {color: #6c757d!important;}
.text-success {color: #198754!important;}
.text-danger {color: #dc3545!important;}
.text-warning {color: #ffc107!important;}
.text-info {color: #0dcaf0!important;}
.text-light {color: #f8f9fa!important;}
.text-dark {color: #212529!important;}
.text-body {color: #212529!important;}
.text-muted {color: #6c757d!important;}
.text-white {color: #fff!important;}
.text-black-50 {color: rgba(0,0,0,.5)!important;}
.text-white-50 {color: rgba(255,255,255,.5)!important;}
.text-darkblue {color: #023568!important;}
.text-gold {color: #cc9c19!important;}

/* .text-justify {text-align: justify!important} */

.bg-primary {background-color: #0d6efd!important;}
.bg-secondary {background-color: #6c757d!important;}
.bg-success {background-color: #198754!important;}
.bg-danger {background-color: #dc3545!important;}
.bg-warning {background-color: #ffc107!important;}
.bg-info {background-color: #0dcaf0!important;}
.bg-light {background-color: #f8f9fa!important;}
.bg-dark {background-color: #212529!important;}
.bg-body {background-color: #212529!important;}
.bg-white {background-color: #fff!important;}
.bg-transparent {background-color: transparent!important;}
.bg-darkblue {background-color: #023568!important;}
.bg-gold {background-color:#cc9c19!important;}

.border-darkblue {border-color: #023568!important;}
.border-gold {border-color:#cc9c19!important;}

.h1 {font-size: calc(1.375rem + 1.5vw);}
.h2 {font-size: calc(1.325rem + .9vw);}
.h3 {font-size: calc(1.3rem + .6vw);}
.h4 {font-size: calc(1.275rem + .3vw);}
.h5 {font-size: 1.25rem;}
.h6 {font-size: 1rem;}

/** SM **/
@media (min-width: 576px) {
    .text-sm-primary {color: #0d6efd!important;}
    .text-sm-secondary {color: #6c757d!important;}
    .text-sm-success {color: #198754!important;}
    .text-sm-danger {color: #dc3545!important;}
    .text-sm-warning {color: #ffc107!important;}
    .text-sm-info {color: #0dcaf0!important;}
    .text-sm-light {color: #f8f9fa!important;}
    .text-sm-dark {color: #212529!important;}
    .text-sm-body {color: #212529!important;}
    .text-sm-muted {color: #6c757d!important;}
    .text-sm-white {color: #fff!important;}
    .text-sm-black-50 {color: rgba(0,0,0,.5)!important;}
    .text-sm-white-50 {color: rgba(255,255,255,.5)!important;}
    .text-sm-darkblue {color: #023568!important;}
    .text-sm-gold {color: #cc9c19!important;}

    /* .text-sm-justify {text-align: justify!important} */

    .bg-sm-primary {background-color: #0d6efd!important;}
    .bg-sm-secondary {background-color: #6c757d!important;}
    .bg-sm-success {background-color: #198754!important;}
    .bg-sm-danger {background-color: #dc3545!important;}
    .bg-sm-warning {background-color: #ffc107!important;}
    .bg-sm-info {background-color: #0dcaf0!important;}
    .bg-sm-light {background-color: #f8f9fa!important;}
    .bg-sm-dark {background-color: #212529!important;}
    .bg-sm-body {background-color: #212529!important;}
    .bg-sm-white {background-color: #fff!important;}
    .bg-sm-transparent {background-color: transparent!important;}
    .bg-sm-darkblue {background-color: #023568!important;}
    .bg-sm-.bg-darkblue {background-color: #023568!important;}
    .bg-gold {background-color:#cc9c19!important;}

    .position-sm-absolute {position: absolute!important;}
    .position-sm-relative {position: relative!important;}
    .position-sm-fixed {position: fixed!important;}

    .sm-h1 {font-size: calc(1.375rem + 1.5vw);}
    .sm-h2 {font-size: calc(1.325rem + .9vw);}
    .sm-h3 {font-size: calc(1.3rem + .6vw);}
    .sm-h4 {font-size: calc(1.275rem + .3vw);}
    .sm-h5 {font-size: 1.25rem;}
    .sm-h6 {font-size: 1rem;}

    .w-sm-auto {width: auto!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;}

    .mb-sm-0 {margin-bottom: 0!important;}
    .mb-sm-1 {margin-bottom: 0.25rem!important;}
    .mb-sm-2 {margin-bottom: 0.5rem!important;}
    .mb-sm-3 {margin-bottom: 1rem!important;}
    .mb-sm-4 {margin-bottom: 1.5rem!important;}
    .mb-sm-5 {margin-bottom: 3rem!important;}
    .mt-sm-0 {margin-top: 0!important;}
    .mt-sm-1 {margin-top: 0.25rem!important;}
    .mt-sm-2 {margin-top: 0.5rem!important;}
    .mt-sm-3 {margin-top: 1rem!important;}
    .mt-sm-4 {margin-top: 1.5rem!important;}
    .mt-sm-5 {margin-top: 3rem!important;}
    .my-sm-0 {margin-top: 0!important;margin-bottom: 0!important}
    .my-sm-1 {margin-top: 0.25rem!important;margin-bottom: 0.25rem!important}
    .my-sm-2 {margin-top: 0.5rem!important;margin-bottom: 0.5rem!important}
    .my-sm-3 {margin-top: 1rem!important;margin-bottom: 1rem!important}
    .my-sm-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important}
    .my-sm-5 {margin-top: 3rem!important;margin-bottom: 3rem!important}
    .ms-sm-0 {margin-left: 0!important;}
    .ms-sm-1 {margin-left: 0.25rem!important;}
    .ms-sm-2 {margin-left: 0.5rem!important;}
    .ms-sm-3 {margin-left: 1rem!important;}
    .ms-sm-4 {margin-left: 1.5rem!important;}
    .ms-sm-5 {margin-left: 3rem!important;}
    .me-sm-0 {margin-right: 0!important;}
    .me-sm-1 {margin-right: 0.25rem!important;}
    .me-sm-2 {margin-right: 0.5rem!important;}
    .me-sm-3 {margin-right: 1rem!important;}
    .me-sm-4 {margin-right: 1.5rem!important;}
    .me-sm-5 {margin-right: 3rem!important;}
    .mx-sm-0 {margin-left: 0!important;margin-right: 0!important;}
    .mx-sm-1 {margin-left: 0.25rem!important;margin-right: 0.25rem!important;}
    .mx-sm-2 {margin-left: 0.5rem!important;margin-right: 0.5rem!important;}
    .mx-sm-3 {margin-left: 1rem!important;margin-right: 1rem!important;}
    .mx-sm-4 {margin-left: 1.5rem!important;margin-right: 1.5rem!important;}
    .mx-sm-5 {margin-left: 3rem!important;margin-right: 3rem!important;}
}

/** MD **/
@media (min-width: 768px) {
    .text-md-primary {color: #0d6efd!important;}
    .text-md-secondary {color: #6c757d!important;}
    .text-md-success {color: #198754!important;}
    .text-md-danger {color: #dc3545!important;}
    .text-md-warning {color: #ffc107!important;}
    .text-md-info {color: #0dcaf0!important;}
    .text-md-light {color: #f8f9fa!important;}
    .text-md-dark {color: #212529!important;}
    .text-md-body {color: #212529!important;}
    .text-md-muted {color: #6c757d!important;}
    .text-md-white {color: #fff!important;}
    .text-md-black-50 {color: rgba(0,0,0,.5)!important;}
    .text-md-white-50 {color: rgba(255,255,255,.5)!important;}
    .text-md-darkblue {color: #023568!important;}
    .text-md-gold {color: #cc9c19!important;}

    /* .text-md-justify {text-align: justify!important} */

    .bg-md-primary {background-color: #0d6efd!important;}
    .bg-md-secondary {background-color: #6c757d!important;}
    .bg-md-success {background-color: #198754!important;}
    .bg-md-danger {background-color: #dc3545!important;}
    .bg-md-warning {background-color: #ffc107!important;}
    .bg-md-info {background-color: #0dcaf0!important;}
    .bg-md-light {background-color: #f8f9fa!important;}
    .bg-md-dark {background-color: #212529!important;}
    .bg-md-body {background-color: #212529!important;}
    .bg-md-white {background-color: #fff!important;}
    .bg-md-transparent {background-color: transparent!important;}
    .bg-md-darkblue {background-color: #023568!important;}
    .bg-md-gold {background-color:#cc9c19!important;}

    .position-md-absolute {position: absolute!important;}
    .position-md-relative {position: relative!important;}
    .position-md-fixed {position: fixed!important;}

    .md-h1 {font-size: calc(1.375rem + 1.5vw);}
    .md-h2 {font-size: calc(1.325rem + .9vw);}
    .md-h3 {font-size: calc(1.3rem + .6vw);}
    .md-h4 {font-size: calc(1.275rem + .3vw);}
    .md-h5 {font-size: 1.25rem;}
    .md-h6 {font-size: 1rem;}

    .w-md-auto {width: auto!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;}

    .mb-md-0 {margin-bottom: 0!important;}
    .mb-md-1 {margin-bottom: 0.25rem!important;}
    .mb-md-2 {margin-bottom: 0.5rem!important;}
    .mb-md-3 {margin-bottom: 1rem!important;}
    .mb-md-4 {margin-bottom: 1.5rem!important;}
    .mb-md-5 {margin-bottom: 3rem!important;}
    .mt-md-0 {margin-top: 0!important;}
    .mt-md-1 {margin-top: 0.25rem!important;}
    .mt-md-2 {margin-top: 0.5rem!important;}
    .mt-md-3 {margin-top: 1rem!important;}
    .mt-md-4 {margin-top: 1.5rem!important;}
    .mt-md-5 {margin-top: 3rem!important;}
    .my-md-0 {margin-top: 0!important;margin-bottom: 0!important}
    .my-md-1 {margin-top: 0.25rem!important;margin-bottom: 0.25rem!important}
    .my-md-2 {margin-top: 0.5rem!important;margin-bottom: 0.5rem!important}
    .my-md-3 {margin-top: 1rem!important;margin-bottom: 1rem!important}
    .my-md-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important}
    .my-md-5 {margin-top: 3rem!important;margin-bottom: 3rem!important}
    .ms-md-0 {margin-left: 0!important;}
    .ms-md-1 {margin-left: 0.25rem!important;}
    .ms-md-2 {margin-left: 0.5rem!important;}
    .ms-md-3 {margin-left: 1rem!important;}
    .ms-md-4 {margin-left: 1.5rem!important;}
    .ms-md-5 {margin-left: 3rem!important;}
    .me-md-0 {margin-right: 0!important;}
    .me-md-1 {margin-right: 0.25rem!important;}
    .me-md-2 {margin-right: 0.5rem!important;}
    .me-md-3 {margin-right: 1rem!important;}
    .me-md-4 {margin-right: 1.5rem!important;}
    .me-md-5 {margin-right: 3rem!important;}
    .mx-md-0 {margin-left: 0!important;margin-right: 0!important;}
    .mx-md-1 {margin-left: 0.25rem!important;margin-right: 0.25rem!important;}
    .mx-md-2 {margin-left: 0.5rem!important;margin-right: 0.5rem!important;}
    .mx-md-3 {margin-left: 1rem!important;margin-right: 1rem!important;}
    .mx-md-4 {margin-left: 1.5rem!important;margin-right: 1.5rem!important;}
    .mx-md-5 {margin-left: 3rem!important;margin-right: 3rem!important;}
}

/** LG **/
@media (min-width: 992px) {
    .text-lg-primary {color: #0d6efd!important;}
    .text-lg-secondary {color: #6c757d!important;}
    .text-lg-success {color: #198754!important;}
    .text-lg-danger {color: #dc3545!important;}
    .text-lg-warning {color: #ffc107!important;}
    .text-lg-info {color: #0dcaf0!important;}
    .text-lg-light {color: #f8f9fa!important;}
    .text-lg-dark {color: #212529!important;}
    .text-lg-body {color: #212529!important;}
    .text-lg-muted {color: #6c757d!important;}
    .text-lg-white {color: #fff!important;}
    .text-lg-black-50 {color: rgba(0,0,0,.5)!important;}
    .text-lg-white-50 {color: rgba(255,255,255,.5)!important;}
    .text-lg-darkblue {color: #023568!important;}
    .text-lg-gold {color: #cc9c19!important;}

    /* .text-lg-justify {text-align: justify!important} */

    .bg-lg-primary {background-color: #0d6efd!important;}
    .bg-lg-secondary {background-color: #6c757d!important;}
    .bg-lg-success {background-color: #198754!important;}
    .bg-lg-danger {background-color: #dc3545!important;}
    .bg-lg-warning {background-color: #ffc107!important;}
    .bg-lg-info {background-color: #0dcaf0!important;}
    .bg-lg-light {background-color: #f8f9fa!important;}
    .bg-lg-dark {background-color: #212529!important;}
    .bg-lg-body {background-color: #212529!important;}
    .bg-lg-white {background-color: #fff!important;}
    .bg-lg-transparent {background-color: transparent!important;}
    .bg-lg-darkblue {background-color: #023568!important;}
    .bg-lg-gold {background-color:#cc9c19!important;}

    .position-lg-absolute {position: absolute!important;}
    .position-lg-relative {position: relative!important;}
    .position-lg-fixed {position: fixed!important;}

    .lg-h1 {font-size: calc(1.375rem + 1.5vw);}
    .lg-h2 {font-size: calc(1.325rem + .9vw);}
    .lg-h3 {font-size: calc(1.3rem + .6vw);}
    .lg-h4 {font-size: calc(1.275rem + .3vw);}
    .lg-h5 {font-size: 1.25rem;}
    .lg-h6 {font-size: 1rem;}

    .w-lg-auto {width: auto!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;}

    .mb-lg-0 {margin-bottom: 0!important;}
    .mb-lg-1 {margin-bottom: 0.25rem!important;}
    .mb-lg-2 {margin-bottom: 0.5rem!important;}
    .mb-lg-3 {margin-bottom: 1rem!important;}
    .mb-lg-4 {margin-bottom: 1.5rem!important;}
    .mb-lg-5 {margin-bottom: 3rem!important;}
    .mt-lg-0 {margin-top: 0!important;}
    .mt-lg-1 {margin-top: 0.25rem!important;}
    .mt-lg-2 {margin-top: 0.5rem!important;}
    .mt-lg-3 {margin-top: 1rem!important;}
    .mt-lg-4 {margin-top: 1.5rem!important;}
    .mt-lg-5 {margin-top: 3rem!important;}
    .my-lg-0 {margin-top: 0!important;margin-bottom: 0!important}
    .my-lg-1 {margin-top: 0.25rem!important;margin-bottom: 0.25rem!important}
    .my-lg-2 {margin-top: 0.5rem!important;margin-bottom: 0.5rem!important}
    .my-lg-3 {margin-top: 1rem!important;margin-bottom: 1rem!important}
    .my-lg-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important}
    .my-lg-5 {margin-top: 3rem!important;margin-bottom: 3rem!important}
    .ms-lg-0 {margin-left: 0!important;}
    .ms-lg-1 {margin-left: 0.25rem!important;}
    .ms-lg-2 {margin-left: 0.5rem!important;}
    .ms-lg-3 {margin-left: 1rem!important;}
    .ms-lg-4 {margin-left: 1.5rem!important;}
    .ms-lg-5 {margin-left: 3rem!important;}
    .me-lg-0 {margin-right: 0!important;}
    .me-lg-1 {margin-right: 0.25rem!important;}
    .me-lg-2 {margin-right: 0.5rem!important;}
    .me-lg-3 {margin-right: 1rem!important;}
    .me-lg-4 {margin-right: 1.5rem!important;}
    .me-lg-5 {margin-right: 3rem!important;}
    .mx-lg-0 {margin-left: 0!important;margin-right: 0!important;}
    .mx-lg-1 {margin-left: 0.25rem!important;margin-right: 0.25rem!important;}
    .mx-lg-2 {margin-left: 0.5rem!important;margin-right: 0.5rem!important;}
    .mx-lg-3 {margin-left: 1rem!important;margin-right: 1rem!important;}
    .mx-lg-4 {margin-left: 1.5rem!important;margin-right: 1.5rem!important;}
    .mx-lg-5 {margin-left: 3rem!important;margin-right: 3rem!important;}
}

/** XL **/
@media (min-width: 1200px) {
    .text-xl-primary {color: #0d6efd!important;}
    .text-xl-secondary {color: #6c757d!important;}
    .text-xl-success {color: #198754!important;}
    .text-xl-danger {color: #dc3545!important;}
    .text-xl-warning {color: #ffc107!important;}
    .text-xl-info {color: #0dcaf0!important;}
    .text-xl-light {color: #f8f9fa!important;}
    .text-xl-dark {color: #212529!important;}
    .text-xl-body {color: #212529!important;}
    .text-xl-muted {color: #6c757d!important;}
    .text-xl-white {color: #fff!important;}
    .text-xl-black-50 {color: rgba(0,0,0,.5)!important;}
    .text-xl-white-50 {color: rgba(255,255,255,.5)!important;}
    .text-xl-darkblue {color: #023568!important;}
    .text-xl-gold {color: #cc9c19!important;}

    /* .text-xl-justify {text-align: justify!important} */

    .bg-xl-primary {background-color: #0d6efd!important;}
    .bg-xl-secondary {background-color: #6c757d!important;}
    .bg-xl-success {background-color: #198754!important;}
    .bg-xl-danger {background-color: #dc3545!important;}
    .bg-xl-warning {background-color: #ffc107!important;}
    .bg-xl-info {background-color: #0dcaf0!important;}
    .bg-xl-light {background-color: #f8f9fa!important;}
    .bg-xl-dark {background-color: #212529!important;}
    .bg-xl-body {background-color: #212529!important;}
    .bg-xl-white {background-color: #fff!important;}
    .bg-xl-transparent {background-color: transparent!important;}
    .bg-xl-darkblue {background-color: #023568!important;}
    .bg-xl-gold {background-color:#cc9c19!important;}

    .position-xl-absolute {position: absolute!important;}
    .position-xl-relative {position: relative!important;}
    .position-xl-fixed {position: fixed!important;}

    .xl-h1 {font-size: calc(1.375rem + 1.5vw);}
    .xl-h2 {font-size: calc(1.325rem + .9vw);}
    .xl-h3 {font-size: calc(1.3rem + .6vw);}
    .xl-h4 {font-size: calc(1.275rem + .3vw);}
    .xl-h5 {font-size: 1.25rem;}
    .xl-h6 {font-size: 1rem;}

    .w-xl-auto {width: auto!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;}

    .mb-xl-0 {margin-bottom: 0!important;}
    .mb-xl-1 {margin-bottom: 0.25rem!important;}
    .mb-xl-2 {margin-bottom: 0.5rem!important;}
    .mb-xl-3 {margin-bottom: 1rem!important;}
    .mb-xl-4 {margin-bottom: 1.5rem!important;}
    .mb-xl-5 {margin-bottom: 3rem!important;}
    .mt-xl-0 {margin-top: 0!important;}
    .mt-xl-1 {margin-top: 0.25rem!important;}
    .mt-xl-2 {margin-top: 0.5rem!important;}
    .mt-xl-3 {margin-top: 1rem!important;}
    .mt-xl-4 {margin-top: 1.5rem!important;}
    .mt-xl-5 {margin-top: 3rem!important;}
    .my-xl-0 {margin-top: 0!important;margin-bottom: 0!important}
    .my-xl-1 {margin-top: 0.25rem!important;margin-bottom: 0.25rem!important}
    .my-xl-2 {margin-top: 0.5rem!important;margin-bottom: 0.5rem!important}
    .my-xl-3 {margin-top: 1rem!important;margin-bottom: 1rem!important}
    .my-xl-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important}
    .my-xl-5 {margin-top: 3rem!important;margin-bottom: 3rem!important}
    .ms-xl-0 {margin-left: 0!important;}
    .ms-xl-1 {margin-left: 0.25rem!important;}
    .ms-xl-2 {margin-left: 0.5rem!important;}
    .ms-xl-3 {margin-left: 1rem!important;}
    .ms-xl-4 {margin-left: 1.5rem!important;}
    .ms-xl-5 {margin-left: 3rem!important;}
    .me-xl-0 {margin-right: 0!important;}
    .me-xl-1 {margin-right: 0.25rem!important;}
    .me-xl-2 {margin-right: 0.5rem!important;}
    .me-xl-3 {margin-right: 1rem!important;}
    .me-xl-4 {margin-right: 1.5rem!important;}
    .me-xl-5 {margin-right: 3rem!important;}
    .mx-xl-0 {margin-left: 0!important;margin-right: 0!important;}
    .mx-xl-1 {margin-left: 0.25rem!important;margin-right: 0.25rem!important;}
    .mx-xl-2 {margin-left: 0.5rem!important;margin-right: 0.5rem!important;}
    .mx-xl-3 {margin-left: 1rem!important;margin-right: 1rem!important;}
    .mx-xl-4 {margin-left: 1.5rem!important;margin-right: 1.5rem!important;}
    .mx-xl-5 {margin-left: 3rem!important;margin-right: 3rem!important;}
}

/** XXL **/
@media (min-width: 992px) {
    .text-xxl-primary {color: #0d6efd!important;}
    .text-xxl-secondary {color: #6c757d!important;}
    .text-xxl-success {color: #198754!important;}
    .text-xxl-danger {color: #dc3545!important;}
    .text-xxl-warning {color: #ffc107!important;}
    .text-xxl-info {color: #0dcaf0!important;}
    .text-xxl-light {color: #f8f9fa!important;}
    .text-xxl-dark {color: #212529!important;}
    .text-xxl-body {color: #212529!important;}
    .text-xxl-muted {color: #6c757d!important;}
    .text-xxl-white {color: #fff!important;}
    .text-xxl-black-50 {color: rgba(0,0,0,.5)!important;}
    .text-xxl-white-50 {color: rgba(255,255,255,.5)!important;}
    .text-xxl-darkblue {color: #023568!important;}
    .text-xxl-gold {color: #cc9c19!important;}

    /* .text-xxl-justify {text-align: justify!important} */

    .bg-xxl-primary {background-color: #0d6efd!important;}
    .bg-xxl-secondary {background-color: #6c757d!important;}
    .bg-xxl-success {background-color: #198754!important;}
    .bg-xxl-danger {background-color: #dc3545!important;}
    .bg-xxl-warning {background-color: #ffc107!important;}
    .bg-xxl-info {background-color: #0dcaf0!important;}
    .bg-xxl-light {background-color: #f8f9fa!important;}
    .bg-xxl-dark {background-color: #212529!important;}
    .bg-xxl-body {background-color: #212529!important;}
    .bg-xxl-white {background-color: #fff!important;}
    .bg-xxl-transparent {background-color: transparent!important;}
    .bg-xxl-darkblue {background-color: #023568!important;}
    .bg-xxl-gold {background-color:#cc9c19!important;}

    .position-xxl-absolute {position: absolute!important;}
    .position-xxl-relative {position: relative!important;}
    .position-xxl-fixed {position: fixed!important;}

    .xxl-h1 {font-size: calc(1.375rem + 1.5vw);}
    .xxl-h2 {font-size: calc(1.325rem + .9vw);}
    .xxl-h3 {font-size: calc(1.3rem + .6vw);}
    .xxl-h4 {font-size: calc(1.275rem + .3vw);}
    .xxl-h5 {font-size: 1.25rem;}
    .xxl-h6 {font-size: 1rem;}

    .w-xxl-auto {width: auto!important;}
    .w-xxl-25 {width: 25%!important;}
    .w-xxl-50 {width: 50%!important;}
    .w-xxl-75 {width: 75%!important;}
    .w-xxl-100 {width: 100%!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;}
    .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;}
    .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}
    .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;}
    .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;}
    .mx-xxl-0 {margin-left: 0!important;margin-right: 0!important;}
    .mx-xxl-1 {margin-left: 0.25rem!important;margin-right: 0.25rem!important;}
    .mx-xxl-2 {margin-left: 0.5rem!important;margin-right: 0.5rem!important;}
    .mx-xxl-3 {margin-left: 1rem!important;margin-right: 1rem!important;}
    .mx-xxl-4 {margin-left: 1.5rem!important;margin-right: 1.5rem!important;}
    .mx-xxl-5 {margin-left: 3rem!important;margin-right: 3rem!important;}
}
