@charset "UTF-8";
/*! * Bootstrap v5.2.3 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
/*! * Bootstrap v5.2.3 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root{
    --bs-blue:#33568c;
    --bs-indigo:#6610f2;
    --bs-purple:#d89cff;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fe7420;
    --bs-yellow:#7d29e6;
    --bs-green:#b0e15e;
    --bs-teal:#20c997;
    --bs-cyan:#21e5c6;
    --bs-black:#000;
    --bs-white:#fff;
    --bs-gray:#666;
    --bs-gray-dark:#343a40;
    --bs-light-gray:#f5f5f5;
    --bs-blue-dark:#0d0035;
    --bs-blue-darker:#0a0026;
    --bs-light-green:#20ca6f;
    --bs-dark-green:#203818;
    --bs-dark-yellow:#f9ab00;
    --bs-dark-blue:#251c55;
    --bs-gray-alt:#d6d6d6;
    --bs-lt-yellow:#d5fe68;
    --bs-light-sky:#eff6f3;
    --bs-gray-darker:#181818;
    --bs-brown:#e66f3b;
    --bs-light-yellow:#fff09d;
    --bs-gray-100:#f1f1f1;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ccc;
    --bs-gray-500:#a7a7a7;
    --bs-gray-600:#666;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#2c2c2c;
    --bs-primary:#648cc8;
    --bs-secondary:#33568c;
    --bs-success:#198754;
    --bs-info:#21e5c6;
    --bs-warning:#648cc8;
    --bs-danger:#dc3545;
    --bs-blue:#220389;
    --bs-light:#f1f1f1;
    --bs-dark:#2c2c2c;
    --bs-light-gray:#f5f5f5;
    --bs-blue-dark:#0d0035;
    --bs-blue-darker:#0a0026;
    --bs-dark-green:#203818;
    --bs-dark-yellow:#f9ab00;
    --bs-dark-blue:#251c55;
    --bs-gray-alt:#d6d6d6;
    --bs-lt-yellow:#d5fe68;
    --bs-light-sky:#eff6f3;
    --bs-orange:#fe7420;
    --bs-gray-darker:#181818;
    --bs-brown:#e66f3b;
    --bs-light-yellow:#fff09d;


    --bs-primary-rgb:100,140,200;
    --bs-secondary-rgb:51,86,140;
    --bs-success-rgb:25,135,84;
    --bs-info-rgb:33,229,198;
    --bs-warning-rgb:255,202,29;
    --bs-danger-rgb:220,53,69;
    --bs-blue-rgb:34,3,137;
    --bs-light-rgb:241,241,241;
    --bs-dark-rgb:44,44,44;
    --bs-light-gray-rgb:245,245,245;
    --bs-blue-dark-rgb:13,0,53;
    --bs-blue-darker-rgb:10,0,38;
    --bs-green-rgb:32,202,111;
    --bs-dark-green-rgb:32,56,24;
    --bs-dark-yellow-rgb:249,171,0;
    --bs-dark-blue-rgb:37,28,85;
    --bs-gray-alt-rgb:214,214,214;
    --bs-lt-yellow-rgb:213,254,104;
    --bs-light-sky-rgb:239,246,243;
    --bs-orange-rgb:254,116,32;
    --bs-gray-darker-rgb:24,24,24;
    --bs-brown-rgb:230,111,59;
    --bs-light-yellow-rgb:255,240,157;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:44,44,44;
    --bs-body-bg-rgb:255,255,255;

    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-body-font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    --bs-body-font-size:1rem;
    --bs-body-font-weight:400;
    --bs-body-line-height:2.188;
    --bs-body-color:#2c2c2c;
    --bs-body-bg:#fff;
    --bs-border-width:1px;
    --bs-border-style:solid;
    --bs-border-color:#dee2e6;
    --bs-border-color-translucent:rgba(0,0,0,0.175);
    --bs-border-radius:35px;
    --bs-border-radius-sm:35px;
    --bs-border-radius-lg:35px;
    --bs-border-radius-xl:45px;
    --bs-border-radius-2xl:2rem;
    --bs-border-radius-pill:50rem;
    --bs-link-color: #648cc8;
    --bs-link-hover-color: #513f75;
    --bs-code-color:#d63384;
    --bs-highlight-bg:#fff4d2
}
*,:after,:before{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{
    margin:0;
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
hr{
    margin:0.625rem 0;
    color:inherit;
    border:0;
    border-top:1px solid;
    opacity:0.25
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:0.3125rem;
    font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style:normal;
    font-weight:700;
    line-height:1.35;
    color:inherit
}
.h1,h1{
    font-size:calc(1.5rem + 3vw)
}
@media (min-width:1200px){
    .h1,h1{
        font-size:3.75rem
    }
}
.h2,h2{
    font-size:calc(1.425rem + 2.1vw)
}
@media (min-width:1200px){
    .h2,h2{
        font-size:3rem
    }
}
.h3,h3{
    font-size:calc(1.35rem + 1.2vw)
}
@media (min-width:1200px){
    .h3,h3{
        font-size:2.25rem
    }
}
.h4,h4{
    font-size:calc(1.3125rem + 0.75vw)
}
@media (min-width:1200px){
    .h4,h4{
        font-size:1.875rem
    }
}
.h5,h5{
    font-size:calc(1.275rem + 0.3vw)
}
@media (min-width:1200px){
    .h5,h5{
        font-size:1.5rem
    }
}
.h6,h6{
    font-size:1.25rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
abbr[title]{
    text-decoration:underline dotted;
    cursor:help;
    text-decoration-skip-ink:none
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul{
    padding-left:2rem
}
dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:0.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
.small,small{
    font-size:0.875em
}
.mark,mark{
    padding:0.1875em;
    background-color:var(--bs-highlight-bg)
}
sub,sup{
    position:relative;
    font-size:0.75em;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
a{
    color:var(--bs-link-color);
    text-decoration:none
}
a:hover{
    color:var(--bs-link-hover-color)
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
code,kbd,pre,samp{
    font-family:var(--bs-font-monospace);
    font-size:1em
}
pre{
    display:block;
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    font-size:0.875em
}
pre code{
    font-size:inherit;
    color:inherit;
    word-break:normal
}
code{
    font-size:0.875em;
    color:var(--bs-code-color);
    word-wrap:break-word
}
a>code{
    color:inherit
}
kbd{
    padding:0.1875rem 0.375rem;
    font-size:0.875em;
    color:var(--bs-body-bg);
    background-color:var(--bs-body-color);
    border-radius:35px
}
kbd kbd{
    padding:0;
    font-size:1em
}
figure{
    margin:0 0 1rem
}
img,svg{
    vertical-align:middle
}
table{
    caption-side:bottom;
    border-collapse:collapse
}
caption{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    color:#666;
    text-align:left
}
th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
tbody,td,tfoot,th,thead,tr{
    border-color:inherit;
    border-style:solid;
    border-width:0
}
label{
    display:inline-block;
    padding:0 15px;
}
button{
    border-radius:0
}
button:focus:not(:focus-visible){
    outline:0
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,select{
    text-transform:none
}
[role=button]{
    cursor:pointer
}
select{
    word-wrap:normal
}
select:disabled{
    opacity:1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{
    display:none!important
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
textarea{
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    float:left;
    width:100%;
    padding:0;
    margin-bottom:0.5rem;
    font-size:calc(1.275rem + 0.3vw);
    line-height:inherit
}
@media (min-width:1200px){
    legend{
        font-size:1.5rem
    }
}
legend+*{
    clear:left
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
    padding:0
}
::-webkit-inner-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::file-selector-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
iframe{
    border:0
}
summary{
    display:list-item;
    cursor:pointer
}
progress{
    vertical-align:baseline
}
[hidden]{
    display:none!important
}
.lead{
    font-size:1.25rem;
    font-weight:300
}
.display-1{
    font-size:calc(1.625rem + 4.5vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-1{
        font-size:5rem
    }
}
.display-2{
    font-size:calc(1.575rem + 3.9vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-2{
        font-size:4.5rem
    }
}
.display-3{
    font-size:calc(1.525rem + 3.3vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-3{
        font-size:4rem
    }
}
.display-4{
    font-size:calc(1.475rem + 2.7vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-4{
        font-size:3.5rem
    }
}
.display-5{
    font-size:calc(1.425rem + 2.1vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-5{
        font-size:3rem
    }
}
.display-6{
    font-size:calc(1.375rem + 1.5vw);
    font-weight:300;
    line-height:1.35
}
@media (min-width:1200px){
    .display-6{
        font-size:2.5rem
    }
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:0.5rem
}
.initialism{
    font-size:0.875em;
    text-transform:uppercase
}
.blockquote{
    margin-bottom:0.625rem;
    font-size:1.25rem
}
.blockquote>:last-child{
    margin-bottom:0
}
.blockquote-footer{
    margin-top:-0.625rem;
    margin-bottom:0.625rem;
    font-size:0.875em;
    color:#666
}
.blockquote-footer:before{
    content:"— "
}
.img-fluid{
    max-width:100%;
    height:auto
}
.img-thumbnail{
    padding:0.25rem;
    background-color:#fff;
    border:1px solid var(--bs-border-color);
    border-radius:35px;
    max-width:100%;
    height:auto
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:0.3125rem;
    line-height:1
}
.figure-caption{
    font-size:0.875em;
    color:#666
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{
    --bs-gutter-x:30px;
    --bs-gutter-y:0;
    width:100%;
    padding-right:calc(var(--bs-gutter-x) * 0.5);
    padding-left:calc(var(--bs-gutter-x) * 0.5);
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
}
@media (min-width:768px){
    .container,.container-md,.container-sm{
        max-width:720px
    }
}
@media (min-width:992px){
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1170px
    }
}
@media (min-width:1375px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
        max-width:1350px
    }
}
@media (min-width:1550px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{
        max-width:1530px
    }
}
.row{
    --bs-gutter-x:30px;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-0.5 * var(--bs-gutter-x));
    margin-left:calc(-0.5 * var(--bs-gutter-x))
}
.row>*{
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * 0.5);
    padding-left:calc(var(--bs-gutter-x) * 0.5);
    margin-top:var(--bs-gutter-y)
}
.col{
    flex:1 0 0%
}
.row-cols-auto>*{
    flex:0 0 auto;
    width:auto
}
.row-cols-1>*{
    flex:0 0 auto;
    width:100%
}
.row-cols-2>*{
    flex:0 0 auto;
    width:50%
}
.row-cols-3>*{
    flex:0 0 auto;
    width:33.3333333333%
}
.row-cols-4>*{
    flex:0 0 auto;
    width:25%
}
.row-cols-5>*{
    flex:0 0 auto;
    width:20%
}
.row-cols-6>*{
    flex:0 0 auto;
    width:16.6666666667%
}
.col-auto{
    flex:0 0 auto;
    width:auto
}
.col-1{
    flex:0 0 auto;
    width:8.33333333%
}
.col-2{
    flex:0 0 auto;
    width:16.66666667%
}
.col-3{
    flex:0 0 auto;
    width:25%
}
.col-4{
    flex:0 0 auto;
    width:33.33333333%
}
.col-5{
    flex:0 0 auto;
    width:41.66666667%
}
.col-6{
    flex:0 0 auto;
    width:50%
}
.col-7{
    flex:0 0 auto;
    width:58.33333333%
}
.col-8{
    flex:0 0 auto;
    width:66.66666667%
}
.col-9{
    flex:0 0 auto;
    width:75%
}
.col-10{
    flex:0 0 auto;
    width:83.33333333%
}
.col-11{
    flex:0 0 auto;
    width:91.66666667%
}
.col-12{
    flex:0 0 auto;
    width:100%
}
.offset-1{
    margin-left:8.33333333%
}
.offset-2{
    margin-left:16.66666667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333333%
}
.offset-5{
    margin-left:41.66666667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333333%
}
.offset-8{
    margin-left:66.66666667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333333%
}
.offset-11{
    margin-left:91.66666667%
}
.g-0,.gx-0{
    --bs-gutter-x:0
}
.g-0,.gy-0{
    --bs-gutter-y:0
}
.g-5,.gx-5{
    --bs-gutter-x:0.3125rem
}
.g-5,.gy-5{
    --bs-gutter-y:0.3125rem
}
.g-10,.gx-10{
    --bs-gutter-x:0.625rem
}
.g-10,.gy-10{
    --bs-gutter-y:0.625rem
}
.g-15,.gx-15{
    --bs-gutter-x:0.9375rem
}
.g-15,.gy-15{
    --bs-gutter-y:0.9375rem
}
.g-20,.gx-20{
    --bs-gutter-x:1.25rem
}
.g-20,.gy-20{
    --bs-gutter-y:1.25rem
}
.g-25,.gx-25{
    --bs-gutter-x:1.5625rem
}
.g-25,.gy-25{
    --bs-gutter-y:1.5625rem
}
.g-30,.gx-30{
    --bs-gutter-x:1.875rem
}
.g-30,.gy-30{
    --bs-gutter-y:1.875rem
}
.g-35,.gx-35{
    --bs-gutter-x:2.1875rem
}
.g-35,.gy-35{
    --bs-gutter-y:2.1875rem
}
.g-40,.gx-40{
    --bs-gutter-x:2.5rem
}
.g-40,.gy-40{
    --bs-gutter-y:2.5rem
}
.g-45,.gx-45{
    --bs-gutter-x:2.8125rem
}
.g-45,.gy-45{
    --bs-gutter-y:2.8125rem
}
.g-50,.gx-50{
    --bs-gutter-x:3.125rem
}
.g-50,.gy-50{
    --bs-gutter-y:3.125rem
}
.g-55,.gx-55{
    --bs-gutter-x:3.4375rem
}
.g-55,.gy-55{
    --bs-gutter-y:3.4375rem
}
.g-60,.gx-60{
    --bs-gutter-x:3.75rem
}
.g-60,.gy-60{
    --bs-gutter-y:3.75rem
}
.g-65,.gx-65{
    --bs-gutter-x:4.0625rem
}
.g-65,.gy-65{
    --bs-gutter-y:4.0625rem
}
.g-70,.gx-70{
    --bs-gutter-x:4.375rem
}
.g-70,.gy-70{
    --bs-gutter-y:4.375rem
}
.g-75,.gx-75{
    --bs-gutter-x:4.6875rem
}
.g-75,.gy-75{
    --bs-gutter-y:4.6875rem
}
.g-80,.gx-80{
    --bs-gutter-x:5rem
}
.g-80,.gy-80{
    --bs-gutter-y:5rem
}
.g-85,.gx-85{
    --bs-gutter-x:5.3125rem
}
.g-85,.gy-85{
    --bs-gutter-y:5.3125rem
}
.g-90,.gx-90{
    --bs-gutter-x:5.625rem
}
.g-90,.gy-90{
    --bs-gutter-y:5.625rem
}
.g-95,.gx-95{
    --bs-gutter-x:5.9375rem
}
.g-95,.gy-95{
    --bs-gutter-y:5.9375rem
}
.g-100,.gx-100{
    --bs-gutter-x:6.25rem
}
.g-100,.gy-100{
    --bs-gutter-y:6.25rem
}
.g-105,.gx-105{
    --bs-gutter-x:6.5625rem
}
.g-105,.gy-105{
    --bs-gutter-y:6.5625rem
}
.g-110,.gx-110{
    --bs-gutter-x:6.875rem
}
.g-110,.gy-110{
    --bs-gutter-y:6.875rem
}
.g-115,.gx-115{
    --bs-gutter-x:7.1875rem
}
.g-115,.gy-115{
    --bs-gutter-y:7.1875rem
}
.g-120,.gx-120{
    --bs-gutter-x:7.5rem
}
.g-120,.gy-120{
    --bs-gutter-y:7.5rem
}
.g-125,.gx-125{
    --bs-gutter-x:7.8125rem
}
.g-125,.gy-125{
    --bs-gutter-y:7.8125rem
}
.g-130,.gx-130{
    --bs-gutter-x:8.125rem
}
.g-130,.gy-130{
    --bs-gutter-y:8.125rem
}
.g-135,.gx-135{
    --bs-gutter-x:8.4375rem
}
.g-135,.gy-135{
    --bs-gutter-y:8.4375rem
}
.g-140,.gx-140{
    --bs-gutter-x:8.75rem
}
.g-140,.gy-140{
    --bs-gutter-y:8.75rem
}
.g-145,.gx-145{
    --bs-gutter-x:9.0625rem
}
.g-145,.gy-145{
    --bs-gutter-y:9.0625rem
}
.g-150,.gx-150{
    --bs-gutter-x:9.375rem
}
.g-150,.gy-150{
    --bs-gutter-y:9.375rem
}
.g-155,.gx-155{
    --bs-gutter-x:9.6875rem
}
.g-155,.gy-155{
    --bs-gutter-y:9.6875rem
}
.g-160,.gx-160{
    --bs-gutter-x:10rem
}
.g-160,.gy-160{
    --bs-gutter-y:10rem
}
.g-165,.gx-165{
    --bs-gutter-x:10.3125rem
}
.g-165,.gy-165{
    --bs-gutter-y:10.3125rem
}
.g-170,.gx-170{
    --bs-gutter-x:10.625rem
}
.g-170,.gy-170{
    --bs-gutter-y:10.625rem
}
.g-175,.gx-175{
    --bs-gutter-x:10.9375rem
}
.g-175,.gy-175{
    --bs-gutter-y:10.9375rem
}
.g-180,.gx-180{
    --bs-gutter-x:11.25rem
}
.g-180,.gy-180{
    --bs-gutter-y:11.25rem
}
.g-185,.gx-185{
    --bs-gutter-x:11.5625rem
}
.g-185,.gy-185{
    --bs-gutter-y:11.5625rem
}
.g-190,.gx-190{
    --bs-gutter-x:11.875rem
}
.g-190,.gy-190{
    --bs-gutter-y:11.875rem
}
.g-195,.gx-195{
    --bs-gutter-x:12.1875rem
}
.g-195,.gy-195{
    --bs-gutter-y:12.1875rem
}
.g-200,.gx-200{
    --bs-gutter-x:12.5rem
}
.g-200,.gy-200{
    --bs-gutter-y:12.5rem
}
.g-205,.gx-205{
    --bs-gutter-x:12.8125rem
}
.g-205,.gy-205{
    --bs-gutter-y:12.8125rem
}
.g-210,.gx-210{
    --bs-gutter-x:13.125rem
}
.g-210,.gy-210{
    --bs-gutter-y:13.125rem
}
.g-215,.gx-215{
    --bs-gutter-x:13.4375rem
}
.g-215,.gy-215{
    --bs-gutter-y:13.4375rem
}
.g-220,.gx-220{
    --bs-gutter-x:13.75rem
}
.g-220,.gy-220{
    --bs-gutter-y:13.75rem
}
.g-225,.gx-225{
    --bs-gutter-x:14.0625rem
}
.g-225,.gy-225{
    --bs-gutter-y:14.0625rem
}
.g-230,.gx-230{
    --bs-gutter-x:14.375rem
}
.g-230,.gy-230{
    --bs-gutter-y:14.375rem
}
.g-235,.gx-235{
    --bs-gutter-x:14.6875rem
}
.g-235,.gy-235{
    --bs-gutter-y:14.6875rem
}
.g-240,.gx-240{
    --bs-gutter-x:15rem
}
.g-240,.gy-240{
    --bs-gutter-y:15rem
}
.g-245,.gx-245{
    --bs-gutter-x:15.3125rem
}
.g-245,.gy-245{
    --bs-gutter-y:15.3125rem
}
.g-250,.gx-250{
    --bs-gutter-x:15.625rem
}
.g-250,.gy-250{
    --bs-gutter-y:15.625rem
}
@media (min-width:576px){
    .col-sm{
        flex:1 0 0%
    }
    .row-cols-sm-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-sm-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-sm-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-sm-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-sm-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-sm-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-sm-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-sm-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-sm-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-sm-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-sm-3{
        flex:0 0 auto;
        width:25%
    }
    .col-sm-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-sm-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-sm-6{
        flex:0 0 auto;
        width:50%
    }
    .col-sm-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-sm-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-sm-9{
        flex:0 0 auto;
        width:75%
    }
    .col-sm-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-sm-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-sm-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333333%
    }
    .offset-sm-2{
        margin-left:16.66666667%
    }
    .offset-sm-3{
        margin-left:25%
    }
    .offset-sm-4{
        margin-left:33.33333333%
    }
    .offset-sm-5{
        margin-left:41.66666667%
    }
    .offset-sm-6{
        margin-left:50%
    }
    .offset-sm-7{
        margin-left:58.33333333%
    }
    .offset-sm-8{
        margin-left:66.66666667%
    }
    .offset-sm-9{
        margin-left:75%
    }
    .offset-sm-10{
        margin-left:83.33333333%
    }
    .offset-sm-11{
        margin-left:91.66666667%
    }
    .g-sm-0,.gx-sm-0{
        --bs-gutter-x:0
    }
    .g-sm-0,.gy-sm-0{
        --bs-gutter-y:0
    }
    .g-sm-5,.gx-sm-5{
        --bs-gutter-x:0.3125rem
    }
    .g-sm-5,.gy-sm-5{
        --bs-gutter-y:0.3125rem
    }
    .g-sm-10,.gx-sm-10{
        --bs-gutter-x:0.625rem
    }
    .g-sm-10,.gy-sm-10{
        --bs-gutter-y:0.625rem
    }
    .g-sm-15,.gx-sm-15{
        --bs-gutter-x:0.9375rem
    }
    .g-sm-15,.gy-sm-15{
        --bs-gutter-y:0.9375rem
    }
    .g-sm-20,.gx-sm-20{
        --bs-gutter-x:1.25rem
    }
    .g-sm-20,.gy-sm-20{
        --bs-gutter-y:1.25rem
    }
    .g-sm-25,.gx-sm-25{
        --bs-gutter-x:1.5625rem
    }
    .g-sm-25,.gy-sm-25{
        --bs-gutter-y:1.5625rem
    }
    .g-sm-30,.gx-sm-30{
        --bs-gutter-x:1.875rem
    }
    .g-sm-30,.gy-sm-30{
        --bs-gutter-y:1.875rem
    }
    .g-sm-35,.gx-sm-35{
        --bs-gutter-x:2.1875rem
    }
    .g-sm-35,.gy-sm-35{
        --bs-gutter-y:2.1875rem
    }
    .g-sm-40,.gx-sm-40{
        --bs-gutter-x:2.5rem
    }
    .g-sm-40,.gy-sm-40{
        --bs-gutter-y:2.5rem
    }
    .g-sm-45,.gx-sm-45{
        --bs-gutter-x:2.8125rem
    }
    .g-sm-45,.gy-sm-45{
        --bs-gutter-y:2.8125rem
    }
    .g-sm-50,.gx-sm-50{
        --bs-gutter-x:3.125rem
    }
    .g-sm-50,.gy-sm-50{
        --bs-gutter-y:3.125rem
    }
    .g-sm-55,.gx-sm-55{
        --bs-gutter-x:3.4375rem
    }
    .g-sm-55,.gy-sm-55{
        --bs-gutter-y:3.4375rem
    }
    .g-sm-60,.gx-sm-60{
        --bs-gutter-x:3.75rem
    }
    .g-sm-60,.gy-sm-60{
        --bs-gutter-y:3.75rem
    }
    .g-sm-65,.gx-sm-65{
        --bs-gutter-x:4.0625rem
    }
    .g-sm-65,.gy-sm-65{
        --bs-gutter-y:4.0625rem
    }
    .g-sm-70,.gx-sm-70{
        --bs-gutter-x:4.375rem
    }
    .g-sm-70,.gy-sm-70{
        --bs-gutter-y:4.375rem
    }
    .g-sm-75,.gx-sm-75{
        --bs-gutter-x:4.6875rem
    }
    .g-sm-75,.gy-sm-75{
        --bs-gutter-y:4.6875rem
    }
    .g-sm-80,.gx-sm-80{
        --bs-gutter-x:5rem
    }
    .g-sm-80,.gy-sm-80{
        --bs-gutter-y:5rem
    }
    .g-sm-85,.gx-sm-85{
        --bs-gutter-x:5.3125rem
    }
    .g-sm-85,.gy-sm-85{
        --bs-gutter-y:5.3125rem
    }
    .g-sm-90,.gx-sm-90{
        --bs-gutter-x:5.625rem
    }
    .g-sm-90,.gy-sm-90{
        --bs-gutter-y:5.625rem
    }
    .g-sm-95,.gx-sm-95{
        --bs-gutter-x:5.9375rem
    }
    .g-sm-95,.gy-sm-95{
        --bs-gutter-y:5.9375rem
    }
    .g-sm-100,.gx-sm-100{
        --bs-gutter-x:6.25rem
    }
    .g-sm-100,.gy-sm-100{
        --bs-gutter-y:6.25rem
    }
    .g-sm-105,.gx-sm-105{
        --bs-gutter-x:6.5625rem
    }
    .g-sm-105,.gy-sm-105{
        --bs-gutter-y:6.5625rem
    }
    .g-sm-110,.gx-sm-110{
        --bs-gutter-x:6.875rem
    }
    .g-sm-110,.gy-sm-110{
        --bs-gutter-y:6.875rem
    }
    .g-sm-115,.gx-sm-115{
        --bs-gutter-x:7.1875rem
    }
    .g-sm-115,.gy-sm-115{
        --bs-gutter-y:7.1875rem
    }
    .g-sm-120,.gx-sm-120{
        --bs-gutter-x:7.5rem
    }
    .g-sm-120,.gy-sm-120{
        --bs-gutter-y:7.5rem
    }
    .g-sm-125,.gx-sm-125{
        --bs-gutter-x:7.8125rem
    }
    .g-sm-125,.gy-sm-125{
        --bs-gutter-y:7.8125rem
    }
    .g-sm-130,.gx-sm-130{
        --bs-gutter-x:8.125rem
    }
    .g-sm-130,.gy-sm-130{
        --bs-gutter-y:8.125rem
    }
    .g-sm-135,.gx-sm-135{
        --bs-gutter-x:8.4375rem
    }
    .g-sm-135,.gy-sm-135{
        --bs-gutter-y:8.4375rem
    }
    .g-sm-140,.gx-sm-140{
        --bs-gutter-x:8.75rem
    }
    .g-sm-140,.gy-sm-140{
        --bs-gutter-y:8.75rem
    }
    .g-sm-145,.gx-sm-145{
        --bs-gutter-x:9.0625rem
    }
    .g-sm-145,.gy-sm-145{
        --bs-gutter-y:9.0625rem
    }
    .g-sm-150,.gx-sm-150{
        --bs-gutter-x:9.375rem
    }
    .g-sm-150,.gy-sm-150{
        --bs-gutter-y:9.375rem
    }
    .g-sm-155,.gx-sm-155{
        --bs-gutter-x:9.6875rem
    }
    .g-sm-155,.gy-sm-155{
        --bs-gutter-y:9.6875rem
    }
    .g-sm-160,.gx-sm-160{
        --bs-gutter-x:10rem
    }
    .g-sm-160,.gy-sm-160{
        --bs-gutter-y:10rem
    }
    .g-sm-165,.gx-sm-165{
        --bs-gutter-x:10.3125rem
    }
    .g-sm-165,.gy-sm-165{
        --bs-gutter-y:10.3125rem
    }
    .g-sm-170,.gx-sm-170{
        --bs-gutter-x:10.625rem
    }
    .g-sm-170,.gy-sm-170{
        --bs-gutter-y:10.625rem
    }
    .g-sm-175,.gx-sm-175{
        --bs-gutter-x:10.9375rem
    }
    .g-sm-175,.gy-sm-175{
        --bs-gutter-y:10.9375rem
    }
    .g-sm-180,.gx-sm-180{
        --bs-gutter-x:11.25rem
    }
    .g-sm-180,.gy-sm-180{
        --bs-gutter-y:11.25rem
    }
    .g-sm-185,.gx-sm-185{
        --bs-gutter-x:11.5625rem
    }
    .g-sm-185,.gy-sm-185{
        --bs-gutter-y:11.5625rem
    }
    .g-sm-190,.gx-sm-190{
        --bs-gutter-x:11.875rem
    }
    .g-sm-190,.gy-sm-190{
        --bs-gutter-y:11.875rem
    }
    .g-sm-195,.gx-sm-195{
        --bs-gutter-x:12.1875rem
    }
    .g-sm-195,.gy-sm-195{
        --bs-gutter-y:12.1875rem
    }
    .g-sm-200,.gx-sm-200{
        --bs-gutter-x:12.5rem
    }
    .g-sm-200,.gy-sm-200{
        --bs-gutter-y:12.5rem
    }
    .g-sm-205,.gx-sm-205{
        --bs-gutter-x:12.8125rem
    }
    .g-sm-205,.gy-sm-205{
        --bs-gutter-y:12.8125rem
    }
    .g-sm-210,.gx-sm-210{
        --bs-gutter-x:13.125rem
    }
    .g-sm-210,.gy-sm-210{
        --bs-gutter-y:13.125rem
    }
    .g-sm-215,.gx-sm-215{
        --bs-gutter-x:13.4375rem
    }
    .g-sm-215,.gy-sm-215{
        --bs-gutter-y:13.4375rem
    }
    .g-sm-220,.gx-sm-220{
        --bs-gutter-x:13.75rem
    }
    .g-sm-220,.gy-sm-220{
        --bs-gutter-y:13.75rem
    }
    .g-sm-225,.gx-sm-225{
        --bs-gutter-x:14.0625rem
    }
    .g-sm-225,.gy-sm-225{
        --bs-gutter-y:14.0625rem
    }
    .g-sm-230,.gx-sm-230{
        --bs-gutter-x:14.375rem
    }
    .g-sm-230,.gy-sm-230{
        --bs-gutter-y:14.375rem
    }
    .g-sm-235,.gx-sm-235{
        --bs-gutter-x:14.6875rem
    }
    .g-sm-235,.gy-sm-235{
        --bs-gutter-y:14.6875rem
    }
    .g-sm-240,.gx-sm-240{
        --bs-gutter-x:15rem
    }
    .g-sm-240,.gy-sm-240{
        --bs-gutter-y:15rem
    }
    .g-sm-245,.gx-sm-245{
        --bs-gutter-x:15.3125rem
    }
    .g-sm-245,.gy-sm-245{
        --bs-gutter-y:15.3125rem
    }
    .g-sm-250,.gx-sm-250{
        --bs-gutter-x:15.625rem
    }
    .g-sm-250,.gy-sm-250{
        --bs-gutter-y:15.625rem
    }
}
@media (min-width:768px){
    .col-md{
        flex:1 0 0%
    }
    .row-cols-md-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-md-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-md-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-md-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-md-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-md-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-md-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-md-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-md-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-md-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-md-3{
        flex:0 0 auto;
        width:25%
    }
    .col-md-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-md-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-md-6{
        flex:0 0 auto;
        width:50%
    }
    .col-md-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-md-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-md-9{
        flex:0 0 auto;
        width:75%
    }
    .col-md-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-md-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-md-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333333%
    }
    .offset-md-2{
        margin-left:16.66666667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333333%
    }
    .offset-md-5{
        margin-left:41.66666667%
    }
    .offset-md-6{
        margin-left:50%
    }
    .offset-md-7{
        margin-left:58.33333333%
    }
    .offset-md-8{
        margin-left:66.66666667%
    }
    .offset-md-9{
        margin-left:75%
    }
    .offset-md-10{
        margin-left:83.33333333%
    }
    .offset-md-11{
        margin-left:91.66666667%
    }
    .g-md-0,.gx-md-0{
        --bs-gutter-x:0
    }
    .g-md-0,.gy-md-0{
        --bs-gutter-y:0
    }
    .g-md-5,.gx-md-5{
        --bs-gutter-x:0.3125rem
    }
    .g-md-5,.gy-md-5{
        --bs-gutter-y:0.3125rem
    }
    .g-md-10,.gx-md-10{
        --bs-gutter-x:0.625rem
    }
    .g-md-10,.gy-md-10{
        --bs-gutter-y:0.625rem
    }
    .g-md-15,.gx-md-15{
        --bs-gutter-x:0.9375rem
    }
    .g-md-15,.gy-md-15{
        --bs-gutter-y:0.9375rem
    }
    .g-md-20,.gx-md-20{
        --bs-gutter-x:1.25rem
    }
    .g-md-20,.gy-md-20{
        --bs-gutter-y:1.25rem
    }
    .g-md-25,.gx-md-25{
        --bs-gutter-x:1.5625rem
    }
    .g-md-25,.gy-md-25{
        --bs-gutter-y:1.5625rem
    }
    .g-md-30,.gx-md-30{
        --bs-gutter-x:1.875rem
    }
    .g-md-30,.gy-md-30{
        --bs-gutter-y:1.875rem
    }
    .g-md-35,.gx-md-35{
        --bs-gutter-x:2.1875rem
    }
    .g-md-35,.gy-md-35{
        --bs-gutter-y:2.1875rem
    }
    .g-md-40,.gx-md-40{
        --bs-gutter-x:2.5rem
    }
    .g-md-40,.gy-md-40{
        --bs-gutter-y:2.5rem
    }
    .g-md-45,.gx-md-45{
        --bs-gutter-x:2.8125rem
    }
    .g-md-45,.gy-md-45{
        --bs-gutter-y:2.8125rem
    }
    .g-md-50,.gx-md-50{
        --bs-gutter-x:3.125rem
    }
    .g-md-50,.gy-md-50{
        --bs-gutter-y:3.125rem
    }
    .g-md-55,.gx-md-55{
        --bs-gutter-x:3.4375rem
    }
    .g-md-55,.gy-md-55{
        --bs-gutter-y:3.4375rem
    }
    .g-md-60,.gx-md-60{
        --bs-gutter-x:3.75rem
    }
    .g-md-60,.gy-md-60{
        --bs-gutter-y:3.75rem
    }
    .g-md-65,.gx-md-65{
        --bs-gutter-x:4.0625rem
    }
    .g-md-65,.gy-md-65{
        --bs-gutter-y:4.0625rem
    }
    .g-md-70,.gx-md-70{
        --bs-gutter-x:4.375rem
    }
    .g-md-70,.gy-md-70{
        --bs-gutter-y:4.375rem
    }
    .g-md-75,.gx-md-75{
        --bs-gutter-x:4.6875rem
    }
    .g-md-75,.gy-md-75{
        --bs-gutter-y:4.6875rem
    }
    .g-md-80,.gx-md-80{
        --bs-gutter-x:5rem
    }
    .g-md-80,.gy-md-80{
        --bs-gutter-y:5rem
    }
    .g-md-85,.gx-md-85{
        --bs-gutter-x:5.3125rem
    }
    .g-md-85,.gy-md-85{
        --bs-gutter-y:5.3125rem
    }
    .g-md-90,.gx-md-90{
        --bs-gutter-x:5.625rem
    }
    .g-md-90,.gy-md-90{
        --bs-gutter-y:5.625rem
    }
    .g-md-95,.gx-md-95{
        --bs-gutter-x:5.9375rem
    }
    .g-md-95,.gy-md-95{
        --bs-gutter-y:5.9375rem
    }
    .g-md-100,.gx-md-100{
        --bs-gutter-x:6.25rem
    }
    .g-md-100,.gy-md-100{
        --bs-gutter-y:6.25rem
    }
    .g-md-105,.gx-md-105{
        --bs-gutter-x:6.5625rem
    }
    .g-md-105,.gy-md-105{
        --bs-gutter-y:6.5625rem
    }
    .g-md-110,.gx-md-110{
        --bs-gutter-x:6.875rem
    }
    .g-md-110,.gy-md-110{
        --bs-gutter-y:6.875rem
    }
    .g-md-115,.gx-md-115{
        --bs-gutter-x:7.1875rem
    }
    .g-md-115,.gy-md-115{
        --bs-gutter-y:7.1875rem
    }
    .g-md-120,.gx-md-120{
        --bs-gutter-x:7.5rem
    }
    .g-md-120,.gy-md-120{
        --bs-gutter-y:7.5rem
    }
    .g-md-125,.gx-md-125{
        --bs-gutter-x:7.8125rem
    }
    .g-md-125,.gy-md-125{
        --bs-gutter-y:7.8125rem
    }
    .g-md-130,.gx-md-130{
        --bs-gutter-x:8.125rem
    }
    .g-md-130,.gy-md-130{
        --bs-gutter-y:8.125rem
    }
    .g-md-135,.gx-md-135{
        --bs-gutter-x:8.4375rem
    }
    .g-md-135,.gy-md-135{
        --bs-gutter-y:8.4375rem
    }
    .g-md-140,.gx-md-140{
        --bs-gutter-x:8.75rem
    }
    .g-md-140,.gy-md-140{
        --bs-gutter-y:8.75rem
    }
    .g-md-145,.gx-md-145{
        --bs-gutter-x:9.0625rem
    }
    .g-md-145,.gy-md-145{
        --bs-gutter-y:9.0625rem
    }
    .g-md-150,.gx-md-150{
        --bs-gutter-x:9.375rem
    }
    .g-md-150,.gy-md-150{
        --bs-gutter-y:9.375rem
    }
    .g-md-155,.gx-md-155{
        --bs-gutter-x:9.6875rem
    }
    .g-md-155,.gy-md-155{
        --bs-gutter-y:9.6875rem
    }
    .g-md-160,.gx-md-160{
        --bs-gutter-x:10rem
    }
    .g-md-160,.gy-md-160{
        --bs-gutter-y:10rem
    }
    .g-md-165,.gx-md-165{
        --bs-gutter-x:10.3125rem
    }
    .g-md-165,.gy-md-165{
        --bs-gutter-y:10.3125rem
    }
    .g-md-170,.gx-md-170{
        --bs-gutter-x:10.625rem
    }
    .g-md-170,.gy-md-170{
        --bs-gutter-y:10.625rem
    }
    .g-md-175,.gx-md-175{
        --bs-gutter-x:10.9375rem
    }
    .g-md-175,.gy-md-175{
        --bs-gutter-y:10.9375rem
    }
    .g-md-180,.gx-md-180{
        --bs-gutter-x:11.25rem
    }
    .g-md-180,.gy-md-180{
        --bs-gutter-y:11.25rem
    }
    .g-md-185,.gx-md-185{
        --bs-gutter-x:11.5625rem
    }
    .g-md-185,.gy-md-185{
        --bs-gutter-y:11.5625rem
    }
    .g-md-190,.gx-md-190{
        --bs-gutter-x:11.875rem
    }
    .g-md-190,.gy-md-190{
        --bs-gutter-y:11.875rem
    }
    .g-md-195,.gx-md-195{
        --bs-gutter-x:12.1875rem
    }
    .g-md-195,.gy-md-195{
        --bs-gutter-y:12.1875rem
    }
    .g-md-200,.gx-md-200{
        --bs-gutter-x:12.5rem
    }
    .g-md-200,.gy-md-200{
        --bs-gutter-y:12.5rem
    }
    .g-md-205,.gx-md-205{
        --bs-gutter-x:12.8125rem
    }
    .g-md-205,.gy-md-205{
        --bs-gutter-y:12.8125rem
    }
    .g-md-210,.gx-md-210{
        --bs-gutter-x:13.125rem
    }
    .g-md-210,.gy-md-210{
        --bs-gutter-y:13.125rem
    }
    .g-md-215,.gx-md-215{
        --bs-gutter-x:13.4375rem
    }
    .g-md-215,.gy-md-215{
        --bs-gutter-y:13.4375rem
    }
    .g-md-220,.gx-md-220{
        --bs-gutter-x:13.75rem
    }
    .g-md-220,.gy-md-220{
        --bs-gutter-y:13.75rem
    }
    .g-md-225,.gx-md-225{
        --bs-gutter-x:14.0625rem
    }
    .g-md-225,.gy-md-225{
        --bs-gutter-y:14.0625rem
    }
    .g-md-230,.gx-md-230{
        --bs-gutter-x:14.375rem
    }
    .g-md-230,.gy-md-230{
        --bs-gutter-y:14.375rem
    }
    .g-md-235,.gx-md-235{
        --bs-gutter-x:14.6875rem
    }
    .g-md-235,.gy-md-235{
        --bs-gutter-y:14.6875rem
    }
    .g-md-240,.gx-md-240{
        --bs-gutter-x:15rem
    }
    .g-md-240,.gy-md-240{
        --bs-gutter-y:15rem
    }
    .g-md-245,.gx-md-245{
        --bs-gutter-x:15.3125rem
    }
    .g-md-245,.gy-md-245{
        --bs-gutter-y:15.3125rem
    }
    .g-md-250,.gx-md-250{
        --bs-gutter-x:15.625rem
    }
    .g-md-250,.gy-md-250{
        --bs-gutter-y:15.625rem
    }
}
@media (min-width:992px){
    .col-lg{
        flex:1 0 0%
    }
    .row-cols-lg-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-lg-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-lg-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-lg-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-lg-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-lg-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-lg-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-lg-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-lg-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-lg-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-lg-3{
        flex:0 0 auto;
        width:25%
    }
    .col-lg-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-lg-6{
        flex:0 0 auto;
        width:50%
    }
    .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
    .col-lg-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-lg-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-lg-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-lg-0{
        margin-left:0
    }
    .offset-lg-1{
        margin-left:8.33333333%
    }
    .offset-lg-2{
        margin-left:16.66666667%
    }
    .offset-lg-3{
        margin-left:25%
    }
    .offset-lg-4{
        margin-left:33.33333333%
    }
    .offset-lg-5{
        margin-left:41.66666667%
    }
    .offset-lg-6{
        margin-left:50%
    }
    .offset-lg-7{
        margin-left:58.33333333%
    }
    .offset-lg-8{
        margin-left:66.66666667%
    }
    .offset-lg-9{
        margin-left:75%
    }
    .offset-lg-10{
        margin-left:83.33333333%
    }
    .offset-lg-11{
        margin-left:91.66666667%
    }
    .g-lg-0,.gx-lg-0{
        --bs-gutter-x:0
    }
    .g-lg-0,.gy-lg-0{
        --bs-gutter-y:0
    }
    .g-lg-5,.gx-lg-5{
        --bs-gutter-x:0.3125rem
    }
    .g-lg-5,.gy-lg-5{
        --bs-gutter-y:0.3125rem
    }
    .g-lg-10,.gx-lg-10{
        --bs-gutter-x:0.625rem
    }
    .g-lg-10,.gy-lg-10{
        --bs-gutter-y:0.625rem
    }
    .g-lg-15,.gx-lg-15{
        --bs-gutter-x:0.9375rem
    }
    .g-lg-15,.gy-lg-15{
        --bs-gutter-y:0.9375rem
    }
    .g-lg-20,.gx-lg-20{
        --bs-gutter-x:1.25rem
    }
    .g-lg-20,.gy-lg-20{
        --bs-gutter-y:1.25rem
    }
    .g-lg-25,.gx-lg-25{
        --bs-gutter-x:1.5625rem
    }
    .g-lg-25,.gy-lg-25{
        --bs-gutter-y:1.5625rem
    }
    .g-lg-30,.gx-lg-30{
        --bs-gutter-x:1.875rem
    }
    .g-lg-30,.gy-lg-30{
        --bs-gutter-y:1.875rem
    }
    .g-lg-35,.gx-lg-35{
        --bs-gutter-x:2.1875rem
    }
    .g-lg-35,.gy-lg-35{
        --bs-gutter-y:2.1875rem
    }
    .g-lg-40,.gx-lg-40{
        --bs-gutter-x:2.5rem
    }
    .g-lg-40,.gy-lg-40{
        --bs-gutter-y:2.5rem
    }
    .g-lg-45,.gx-lg-45{
        --bs-gutter-x:2.8125rem
    }
    .g-lg-45,.gy-lg-45{
        --bs-gutter-y:2.8125rem
    }
    .g-lg-50,.gx-lg-50{
        --bs-gutter-x:3.125rem
    }
    .g-lg-50,.gy-lg-50{
        --bs-gutter-y:3.125rem
    }
    .g-lg-55,.gx-lg-55{
        --bs-gutter-x:3.4375rem
    }
    .g-lg-55,.gy-lg-55{
        --bs-gutter-y:3.4375rem
    }
    .g-lg-60,.gx-lg-60{
        --bs-gutter-x:3.75rem
    }
    .g-lg-60,.gy-lg-60{
        --bs-gutter-y:3.75rem
    }
    .g-lg-65,.gx-lg-65{
        --bs-gutter-x:4.0625rem
    }
    .g-lg-65,.gy-lg-65{
        --bs-gutter-y:4.0625rem
    }
    .g-lg-70,.gx-lg-70{
        --bs-gutter-x:4.375rem
    }
    .g-lg-70,.gy-lg-70{
        --bs-gutter-y:4.375rem
    }
    .g-lg-75,.gx-lg-75{
        --bs-gutter-x:4.6875rem
    }
    .g-lg-75,.gy-lg-75{
        --bs-gutter-y:4.6875rem
    }
    .g-lg-80,.gx-lg-80{
        --bs-gutter-x:5rem
    }
    .g-lg-80,.gy-lg-80{
        --bs-gutter-y:5rem
    }
    .g-lg-85,.gx-lg-85{
        --bs-gutter-x:5.3125rem
    }
    .g-lg-85,.gy-lg-85{
        --bs-gutter-y:5.3125rem
    }
    .g-lg-90,.gx-lg-90{
        --bs-gutter-x:5.625rem
    }
    .g-lg-90,.gy-lg-90{
        --bs-gutter-y:5.625rem
    }
    .g-lg-95,.gx-lg-95{
        --bs-gutter-x:5.9375rem
    }
    .g-lg-95,.gy-lg-95{
        --bs-gutter-y:5.9375rem
    }
    .g-lg-100,.gx-lg-100{
        --bs-gutter-x:6.25rem
    }
    .g-lg-100,.gy-lg-100{
        --bs-gutter-y:6.25rem
    }
    .g-lg-105,.gx-lg-105{
        --bs-gutter-x:6.5625rem
    }
    .g-lg-105,.gy-lg-105{
        --bs-gutter-y:6.5625rem
    }
    .g-lg-110,.gx-lg-110{
        --bs-gutter-x:6.875rem
    }
    .g-lg-110,.gy-lg-110{
        --bs-gutter-y:6.875rem
    }
    .g-lg-115,.gx-lg-115{
        --bs-gutter-x:7.1875rem
    }
    .g-lg-115,.gy-lg-115{
        --bs-gutter-y:7.1875rem
    }
    .g-lg-120,.gx-lg-120{
        --bs-gutter-x:7.5rem
    }
    .g-lg-120,.gy-lg-120{
        --bs-gutter-y:7.5rem
    }
    .g-lg-125,.gx-lg-125{
        --bs-gutter-x:7.8125rem
    }
    .g-lg-125,.gy-lg-125{
        --bs-gutter-y:7.8125rem
    }
    .g-lg-130,.gx-lg-130{
        --bs-gutter-x:8.125rem
    }
    .g-lg-130,.gy-lg-130{
        --bs-gutter-y:8.125rem
    }
    .g-lg-135,.gx-lg-135{
        --bs-gutter-x:8.4375rem
    }
    .g-lg-135,.gy-lg-135{
        --bs-gutter-y:8.4375rem
    }
    .g-lg-140,.gx-lg-140{
        --bs-gutter-x:8.75rem
    }
    .g-lg-140,.gy-lg-140{
        --bs-gutter-y:8.75rem
    }
    .g-lg-145,.gx-lg-145{
        --bs-gutter-x:9.0625rem
    }
    .g-lg-145,.gy-lg-145{
        --bs-gutter-y:9.0625rem
    }
    .g-lg-150,.gx-lg-150{
        --bs-gutter-x:9.375rem
    }
    .g-lg-150,.gy-lg-150{
        --bs-gutter-y:9.375rem
    }
    .g-lg-155,.gx-lg-155{
        --bs-gutter-x:9.6875rem
    }
    .g-lg-155,.gy-lg-155{
        --bs-gutter-y:9.6875rem
    }
    .g-lg-160,.gx-lg-160{
        --bs-gutter-x:10rem
    }
    .g-lg-160,.gy-lg-160{
        --bs-gutter-y:10rem
    }
    .g-lg-165,.gx-lg-165{
        --bs-gutter-x:10.3125rem
    }
    .g-lg-165,.gy-lg-165{
        --bs-gutter-y:10.3125rem
    }
    .g-lg-170,.gx-lg-170{
        --bs-gutter-x:10.625rem
    }
    .g-lg-170,.gy-lg-170{
        --bs-gutter-y:10.625rem
    }
    .g-lg-175,.gx-lg-175{
        --bs-gutter-x:10.9375rem
    }
    .g-lg-175,.gy-lg-175{
        --bs-gutter-y:10.9375rem
    }
    .g-lg-180,.gx-lg-180{
        --bs-gutter-x:11.25rem
    }
    .g-lg-180,.gy-lg-180{
        --bs-gutter-y:11.25rem
    }
    .g-lg-185,.gx-lg-185{
        --bs-gutter-x:11.5625rem
    }
    .g-lg-185,.gy-lg-185{
        --bs-gutter-y:11.5625rem
    }
    .g-lg-190,.gx-lg-190{
        --bs-gutter-x:11.875rem
    }
    .g-lg-190,.gy-lg-190{
        --bs-gutter-y:11.875rem
    }
    .g-lg-195,.gx-lg-195{
        --bs-gutter-x:12.1875rem
    }
    .g-lg-195,.gy-lg-195{
        --bs-gutter-y:12.1875rem
    }
    .g-lg-200,.gx-lg-200{
        --bs-gutter-x:12.5rem
    }
    .g-lg-200,.gy-lg-200{
        --bs-gutter-y:12.5rem
    }
    .g-lg-205,.gx-lg-205{
        --bs-gutter-x:12.8125rem
    }
    .g-lg-205,.gy-lg-205{
        --bs-gutter-y:12.8125rem
    }
    .g-lg-210,.gx-lg-210{
        --bs-gutter-x:13.125rem
    }
    .g-lg-210,.gy-lg-210{
        --bs-gutter-y:13.125rem
    }
    .g-lg-215,.gx-lg-215{
        --bs-gutter-x:13.4375rem
    }
    .g-lg-215,.gy-lg-215{
        --bs-gutter-y:13.4375rem
    }
    .g-lg-220,.gx-lg-220{
        --bs-gutter-x:13.75rem
    }
    .g-lg-220,.gy-lg-220{
        --bs-gutter-y:13.75rem
    }
    .g-lg-225,.gx-lg-225{
        --bs-gutter-x:14.0625rem
    }
    .g-lg-225,.gy-lg-225{
        --bs-gutter-y:14.0625rem
    }
    .g-lg-230,.gx-lg-230{
        --bs-gutter-x:14.375rem
    }
    .g-lg-230,.gy-lg-230{
        --bs-gutter-y:14.375rem
    }
    .g-lg-235,.gx-lg-235{
        --bs-gutter-x:14.6875rem
    }
    .g-lg-235,.gy-lg-235{
        --bs-gutter-y:14.6875rem
    }
    .g-lg-240,.gx-lg-240{
        --bs-gutter-x:15rem
    }
    .g-lg-240,.gy-lg-240{
        --bs-gutter-y:15rem
    }
    .g-lg-245,.gx-lg-245{
        --bs-gutter-x:15.3125rem
    }
    .g-lg-245,.gy-lg-245{
        --bs-gutter-y:15.3125rem
    }
    .g-lg-250,.gx-lg-250{
        --bs-gutter-x:15.625rem
    }
    .g-lg-250,.gy-lg-250{
        --bs-gutter-y:15.625rem
    }
}
@media (min-width:1200px){
    .col-xl{
        flex:1 0 0%
    }
    .row-cols-xl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xl-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xl-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-xl-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xl-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-xl-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-xl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-xl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-xl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xl-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-xl-0{
        margin-left:0
    }
    .offset-xl-1{
        margin-left:8.33333333%
    }
    .offset-xl-2{
        margin-left:16.66666667%
    }
    .offset-xl-3{
        margin-left:25%
    }
    .offset-xl-4{
        margin-left:33.33333333%
    }
    .offset-xl-5{
        margin-left:41.66666667%
    }
    .offset-xl-6{
        margin-left:50%
    }
    .offset-xl-7{
        margin-left:58.33333333%
    }
    .offset-xl-8{
        margin-left:66.66666667%
    }
    .offset-xl-9{
        margin-left:75%
    }
    .offset-xl-10{
        margin-left:83.33333333%
    }
    .offset-xl-11{
        margin-left:91.66666667%
    }
    .g-xl-0,.gx-xl-0{
        --bs-gutter-x:0
    }
    .g-xl-0,.gy-xl-0{
        --bs-gutter-y:0
    }
    .g-xl-5,.gx-xl-5{
        --bs-gutter-x:0.3125rem
    }
    .g-xl-5,.gy-xl-5{
        --bs-gutter-y:0.3125rem
    }
    .g-xl-10,.gx-xl-10{
        --bs-gutter-x:0.625rem
    }
    .g-xl-10,.gy-xl-10{
        --bs-gutter-y:0.625rem
    }
    .g-xl-15,.gx-xl-15{
        --bs-gutter-x:0.9375rem
    }
    .g-xl-15,.gy-xl-15{
        --bs-gutter-y:0.9375rem
    }
    .g-xl-20,.gx-xl-20{
        --bs-gutter-x:1.25rem
    }
    .g-xl-20,.gy-xl-20{
        --bs-gutter-y:1.25rem
    }
    .g-xl-25,.gx-xl-25{
        --bs-gutter-x:1.5625rem
    }
    .g-xl-25,.gy-xl-25{
        --bs-gutter-y:1.5625rem
    }
    .g-xl-30,.gx-xl-30{
        --bs-gutter-x:1.875rem
    }
    .g-xl-30,.gy-xl-30{
        --bs-gutter-y:1.875rem
    }
    .g-xl-35,.gx-xl-35{
        --bs-gutter-x:2.1875rem
    }
    .g-xl-35,.gy-xl-35{
        --bs-gutter-y:2.1875rem
    }
    .g-xl-40,.gx-xl-40{
        --bs-gutter-x:2.5rem
    }
    .g-xl-40,.gy-xl-40{
        --bs-gutter-y:2.5rem
    }
    .g-xl-45,.gx-xl-45{
        --bs-gutter-x:2.8125rem
    }
    .g-xl-45,.gy-xl-45{
        --bs-gutter-y:2.8125rem
    }
    .g-xl-50,.gx-xl-50{
        --bs-gutter-x:3.125rem
    }
    .g-xl-50,.gy-xl-50{
        --bs-gutter-y:3.125rem
    }
    .g-xl-55,.gx-xl-55{
        --bs-gutter-x:3.4375rem
    }
    .g-xl-55,.gy-xl-55{
        --bs-gutter-y:3.4375rem
    }
    .g-xl-60,.gx-xl-60{
        --bs-gutter-x:3.75rem
    }
    .g-xl-60,.gy-xl-60{
        --bs-gutter-y:3.75rem
    }
    .g-xl-65,.gx-xl-65{
        --bs-gutter-x:4.0625rem
    }
    .g-xl-65,.gy-xl-65{
        --bs-gutter-y:4.0625rem
    }
    .g-xl-70,.gx-xl-70{
        --bs-gutter-x:4.375rem
    }
    .g-xl-70,.gy-xl-70{
        --bs-gutter-y:4.375rem
    }
    .g-xl-75,.gx-xl-75{
        --bs-gutter-x:4.6875rem
    }
    .g-xl-75,.gy-xl-75{
        --bs-gutter-y:4.6875rem
    }
    .g-xl-80,.gx-xl-80{
        --bs-gutter-x:5rem
    }
    .g-xl-80,.gy-xl-80{
        --bs-gutter-y:5rem
    }
    .g-xl-85,.gx-xl-85{
        --bs-gutter-x:5.3125rem
    }
    .g-xl-85,.gy-xl-85{
        --bs-gutter-y:5.3125rem
    }
    .g-xl-90,.gx-xl-90{
        --bs-gutter-x:5.625rem
    }
    .g-xl-90,.gy-xl-90{
        --bs-gutter-y:5.625rem
    }
    .g-xl-95,.gx-xl-95{
        --bs-gutter-x:5.9375rem
    }
    .g-xl-95,.gy-xl-95{
        --bs-gutter-y:5.9375rem
    }
    .g-xl-100,.gx-xl-100{
        --bs-gutter-x:6.25rem
    }
    .g-xl-100,.gy-xl-100{
        --bs-gutter-y:6.25rem
    }
    .g-xl-105,.gx-xl-105{
        --bs-gutter-x:6.5625rem
    }
    .g-xl-105,.gy-xl-105{
        --bs-gutter-y:6.5625rem
    }
    .g-xl-110,.gx-xl-110{
        --bs-gutter-x:6.875rem
    }
    .g-xl-110,.gy-xl-110{
        --bs-gutter-y:6.875rem
    }
    .g-xl-115,.gx-xl-115{
        --bs-gutter-x:7.1875rem
    }
    .g-xl-115,.gy-xl-115{
        --bs-gutter-y:7.1875rem
    }
    .g-xl-120,.gx-xl-120{
        --bs-gutter-x:7.5rem
    }
    .g-xl-120,.gy-xl-120{
        --bs-gutter-y:7.5rem
    }
    .g-xl-125,.gx-xl-125{
        --bs-gutter-x:7.8125rem
    }
    .g-xl-125,.gy-xl-125{
        --bs-gutter-y:7.8125rem
    }
    .g-xl-130,.gx-xl-130{
        --bs-gutter-x:8.125rem
    }
    .g-xl-130,.gy-xl-130{
        --bs-gutter-y:8.125rem
    }
    .g-xl-135,.gx-xl-135{
        --bs-gutter-x:8.4375rem
    }
    .g-xl-135,.gy-xl-135{
        --bs-gutter-y:8.4375rem
    }
    .g-xl-140,.gx-xl-140{
        --bs-gutter-x:8.75rem
    }
    .g-xl-140,.gy-xl-140{
        --bs-gutter-y:8.75rem
    }
    .g-xl-145,.gx-xl-145{
        --bs-gutter-x:9.0625rem
    }
    .g-xl-145,.gy-xl-145{
        --bs-gutter-y:9.0625rem
    }
    .g-xl-150,.gx-xl-150{
        --bs-gutter-x:9.375rem
    }
    .g-xl-150,.gy-xl-150{
        --bs-gutter-y:9.375rem
    }
    .g-xl-155,.gx-xl-155{
        --bs-gutter-x:9.6875rem
    }
    .g-xl-155,.gy-xl-155{
        --bs-gutter-y:9.6875rem
    }
    .g-xl-160,.gx-xl-160{
        --bs-gutter-x:10rem
    }
    .g-xl-160,.gy-xl-160{
        --bs-gutter-y:10rem
    }
    .g-xl-165,.gx-xl-165{
        --bs-gutter-x:10.3125rem
    }
    .g-xl-165,.gy-xl-165{
        --bs-gutter-y:10.3125rem
    }
    .g-xl-170,.gx-xl-170{
        --bs-gutter-x:10.625rem
    }
    .g-xl-170,.gy-xl-170{
        --bs-gutter-y:10.625rem
    }
    .g-xl-175,.gx-xl-175{
        --bs-gutter-x:10.9375rem
    }
    .g-xl-175,.gy-xl-175{
        --bs-gutter-y:10.9375rem
    }
    .g-xl-180,.gx-xl-180{
        --bs-gutter-x:11.25rem
    }
    .g-xl-180,.gy-xl-180{
        --bs-gutter-y:11.25rem
    }
    .g-xl-185,.gx-xl-185{
        --bs-gutter-x:11.5625rem
    }
    .g-xl-185,.gy-xl-185{
        --bs-gutter-y:11.5625rem
    }
    .g-xl-190,.gx-xl-190{
        --bs-gutter-x:11.875rem
    }
    .g-xl-190,.gy-xl-190{
        --bs-gutter-y:11.875rem
    }
    .g-xl-195,.gx-xl-195{
        --bs-gutter-x:12.1875rem
    }
    .g-xl-195,.gy-xl-195{
        --bs-gutter-y:12.1875rem
    }
    .g-xl-200,.gx-xl-200{
        --bs-gutter-x:12.5rem
    }
    .g-xl-200,.gy-xl-200{
        --bs-gutter-y:12.5rem
    }
    .g-xl-205,.gx-xl-205{
        --bs-gutter-x:12.8125rem
    }
    .g-xl-205,.gy-xl-205{
        --bs-gutter-y:12.8125rem
    }
    .g-xl-210,.gx-xl-210{
        --bs-gutter-x:13.125rem
    }
    .g-xl-210,.gy-xl-210{
        --bs-gutter-y:13.125rem
    }
    .g-xl-215,.gx-xl-215{
        --bs-gutter-x:13.4375rem
    }
    .g-xl-215,.gy-xl-215{
        --bs-gutter-y:13.4375rem
    }
    .g-xl-220,.gx-xl-220{
        --bs-gutter-x:13.75rem
    }
    .g-xl-220,.gy-xl-220{
        --bs-gutter-y:13.75rem
    }
    .g-xl-225,.gx-xl-225{
        --bs-gutter-x:14.0625rem
    }
    .g-xl-225,.gy-xl-225{
        --bs-gutter-y:14.0625rem
    }
    .g-xl-230,.gx-xl-230{
        --bs-gutter-x:14.375rem
    }
    .g-xl-230,.gy-xl-230{
        --bs-gutter-y:14.375rem
    }
    .g-xl-235,.gx-xl-235{
        --bs-gutter-x:14.6875rem
    }
    .g-xl-235,.gy-xl-235{
        --bs-gutter-y:14.6875rem
    }
    .g-xl-240,.gx-xl-240{
        --bs-gutter-x:15rem
    }
    .g-xl-240,.gy-xl-240{
        --bs-gutter-y:15rem
    }
    .g-xl-245,.gx-xl-245{
        --bs-gutter-x:15.3125rem
    }
    .g-xl-245,.gy-xl-245{
        --bs-gutter-y:15.3125rem
    }
    .g-xl-250,.gx-xl-250{
        --bs-gutter-x:15.625rem
    }
    .g-xl-250,.gy-xl-250{
        --bs-gutter-y:15.625rem
    }
}
@media (min-width:1375px){
    .col-xxl{
        flex:1 0 0%
    }
    .row-cols-xxl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xxl-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xxl-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xxl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-xxl-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xxl-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xxl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-xxl-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-xxl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xxl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-xxl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xxl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xxl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xxl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xxl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xxl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-xxl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xxl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xxl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xxl-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-xxl-0{
        margin-left:0
    }
    .offset-xxl-1{
        margin-left:8.33333333%
    }
    .offset-xxl-2{
        margin-left:16.66666667%
    }
    .offset-xxl-3{
        margin-left:25%
    }
    .offset-xxl-4{
        margin-left:33.33333333%
    }
    .offset-xxl-5{
        margin-left:41.66666667%
    }
    .offset-xxl-6{
        margin-left:50%
    }
    .offset-xxl-7{
        margin-left:58.33333333%
    }
    .offset-xxl-8{
        margin-left:66.66666667%
    }
    .offset-xxl-9{
        margin-left:75%
    }
    .offset-xxl-10{
        margin-left:83.33333333%
    }
    .offset-xxl-11{
        margin-left:91.66666667%
    }
    .g-xxl-0,.gx-xxl-0{
        --bs-gutter-x:0
    }
    .g-xxl-0,.gy-xxl-0{
        --bs-gutter-y:0
    }
    .g-xxl-5,.gx-xxl-5{
        --bs-gutter-x:0.3125rem
    }
    .g-xxl-5,.gy-xxl-5{
        --bs-gutter-y:0.3125rem
    }
    .g-xxl-10,.gx-xxl-10{
        --bs-gutter-x:0.625rem
    }
    .g-xxl-10,.gy-xxl-10{
        --bs-gutter-y:0.625rem
    }
    .g-xxl-15,.gx-xxl-15{
        --bs-gutter-x:0.9375rem
    }
    .g-xxl-15,.gy-xxl-15{
        --bs-gutter-y:0.9375rem
    }
    .g-xxl-20,.gx-xxl-20{
        --bs-gutter-x:1.25rem
    }
    .g-xxl-20,.gy-xxl-20{
        --bs-gutter-y:1.25rem
    }
    .g-xxl-25,.gx-xxl-25{
        --bs-gutter-x:1.5625rem
    }
    .g-xxl-25,.gy-xxl-25{
        --bs-gutter-y:1.5625rem
    }
    .g-xxl-30,.gx-xxl-30{
        --bs-gutter-x:1.875rem
    }
    .g-xxl-30,.gy-xxl-30{
        --bs-gutter-y:1.875rem
    }
    .g-xxl-35,.gx-xxl-35{
        --bs-gutter-x:2.1875rem
    }
    .g-xxl-35,.gy-xxl-35{
        --bs-gutter-y:2.1875rem
    }
    .g-xxl-40,.gx-xxl-40{
        --bs-gutter-x:2.5rem
    }
    .g-xxl-40,.gy-xxl-40{
        --bs-gutter-y:2.5rem
    }
    .g-xxl-45,.gx-xxl-45{
        --bs-gutter-x:2.8125rem
    }
    .g-xxl-45,.gy-xxl-45{
        --bs-gutter-y:2.8125rem
    }
    .g-xxl-50,.gx-xxl-50{
        --bs-gutter-x:3.125rem
    }
    .g-xxl-50,.gy-xxl-50{
        --bs-gutter-y:3.125rem
    }
    .g-xxl-55,.gx-xxl-55{
        --bs-gutter-x:3.4375rem
    }
    .g-xxl-55,.gy-xxl-55{
        --bs-gutter-y:3.4375rem
    }
    .g-xxl-60,.gx-xxl-60{
        --bs-gutter-x:3.75rem
    }
    .g-xxl-60,.gy-xxl-60{
        --bs-gutter-y:3.75rem
    }
    .g-xxl-65,.gx-xxl-65{
        --bs-gutter-x:4.0625rem
    }
    .g-xxl-65,.gy-xxl-65{
        --bs-gutter-y:4.0625rem
    }
    .g-xxl-70,.gx-xxl-70{
        --bs-gutter-x:4.375rem
    }
    .g-xxl-70,.gy-xxl-70{
        --bs-gutter-y:4.375rem
    }
    .g-xxl-75,.gx-xxl-75{
        --bs-gutter-x:4.6875rem
    }
    .g-xxl-75,.gy-xxl-75{
        --bs-gutter-y:4.6875rem
    }
    .g-xxl-80,.gx-xxl-80{
        --bs-gutter-x:5rem
    }
    .g-xxl-80,.gy-xxl-80{
        --bs-gutter-y:5rem
    }
    .g-xxl-85,.gx-xxl-85{
        --bs-gutter-x:5.3125rem
    }
    .g-xxl-85,.gy-xxl-85{
        --bs-gutter-y:5.3125rem
    }
    .g-xxl-90,.gx-xxl-90{
        --bs-gutter-x:5.625rem
    }
    .g-xxl-90,.gy-xxl-90{
        --bs-gutter-y:5.625rem
    }
    .g-xxl-95,.gx-xxl-95{
        --bs-gutter-x:5.9375rem
    }
    .g-xxl-95,.gy-xxl-95{
        --bs-gutter-y:5.9375rem
    }
    .g-xxl-100,.gx-xxl-100{
        --bs-gutter-x:6.25rem
    }
    .g-xxl-100,.gy-xxl-100{
        --bs-gutter-y:6.25rem
    }
    .g-xxl-105,.gx-xxl-105{
        --bs-gutter-x:6.5625rem
    }
    .g-xxl-105,.gy-xxl-105{
        --bs-gutter-y:6.5625rem
    }
    .g-xxl-110,.gx-xxl-110{
        --bs-gutter-x:6.875rem
    }
    .g-xxl-110,.gy-xxl-110{
        --bs-gutter-y:6.875rem
    }
    .g-xxl-115,.gx-xxl-115{
        --bs-gutter-x:7.1875rem
    }
    .g-xxl-115,.gy-xxl-115{
        --bs-gutter-y:7.1875rem
    }
    .g-xxl-120,.gx-xxl-120{
        --bs-gutter-x:7.5rem
    }
    .g-xxl-120,.gy-xxl-120{
        --bs-gutter-y:7.5rem
    }
    .g-xxl-125,.gx-xxl-125{
        --bs-gutter-x:7.8125rem
    }
    .g-xxl-125,.gy-xxl-125{
        --bs-gutter-y:7.8125rem
    }
    .g-xxl-130,.gx-xxl-130{
        --bs-gutter-x:8.125rem
    }
    .g-xxl-130,.gy-xxl-130{
        --bs-gutter-y:8.125rem
    }
    .g-xxl-135,.gx-xxl-135{
        --bs-gutter-x:8.4375rem
    }
    .g-xxl-135,.gy-xxl-135{
        --bs-gutter-y:8.4375rem
    }
    .g-xxl-140,.gx-xxl-140{
        --bs-gutter-x:8.75rem
    }
    .g-xxl-140,.gy-xxl-140{
        --bs-gutter-y:8.75rem
    }
    .g-xxl-145,.gx-xxl-145{
        --bs-gutter-x:9.0625rem
    }
    .g-xxl-145,.gy-xxl-145{
        --bs-gutter-y:9.0625rem
    }
    .g-xxl-150,.gx-xxl-150{
        --bs-gutter-x:9.375rem
    }
    .g-xxl-150,.gy-xxl-150{
        --bs-gutter-y:9.375rem
    }
    .g-xxl-155,.gx-xxl-155{
        --bs-gutter-x:9.6875rem
    }
    .g-xxl-155,.gy-xxl-155{
        --bs-gutter-y:9.6875rem
    }
    .g-xxl-160,.gx-xxl-160{
        --bs-gutter-x:10rem
    }
    .g-xxl-160,.gy-xxl-160{
        --bs-gutter-y:10rem
    }
    .g-xxl-165,.gx-xxl-165{
        --bs-gutter-x:10.3125rem
    }
    .g-xxl-165,.gy-xxl-165{
        --bs-gutter-y:10.3125rem
    }
    .g-xxl-170,.gx-xxl-170{
        --bs-gutter-x:10.625rem
    }
    .g-xxl-170,.gy-xxl-170{
        --bs-gutter-y:10.625rem
    }
    .g-xxl-175,.gx-xxl-175{
        --bs-gutter-x:10.9375rem
    }
    .g-xxl-175,.gy-xxl-175{
        --bs-gutter-y:10.9375rem
    }
    .g-xxl-180,.gx-xxl-180{
        --bs-gutter-x:11.25rem
    }
    .g-xxl-180,.gy-xxl-180{
        --bs-gutter-y:11.25rem
    }
    .g-xxl-185,.gx-xxl-185{
        --bs-gutter-x:11.5625rem
    }
    .g-xxl-185,.gy-xxl-185{
        --bs-gutter-y:11.5625rem
    }
    .g-xxl-190,.gx-xxl-190{
        --bs-gutter-x:11.875rem
    }
    .g-xxl-190,.gy-xxl-190{
        --bs-gutter-y:11.875rem
    }
    .g-xxl-195,.gx-xxl-195{
        --bs-gutter-x:12.1875rem
    }
    .g-xxl-195,.gy-xxl-195{
        --bs-gutter-y:12.1875rem
    }
    .g-xxl-200,.gx-xxl-200{
        --bs-gutter-x:12.5rem
    }
    .g-xxl-200,.gy-xxl-200{
        --bs-gutter-y:12.5rem
    }
    .g-xxl-205,.gx-xxl-205{
        --bs-gutter-x:12.8125rem
    }
    .g-xxl-205,.gy-xxl-205{
        --bs-gutter-y:12.8125rem
    }
    .g-xxl-210,.gx-xxl-210{
        --bs-gutter-x:13.125rem
    }
    .g-xxl-210,.gy-xxl-210{
        --bs-gutter-y:13.125rem
    }
    .g-xxl-215,.gx-xxl-215{
        --bs-gutter-x:13.4375rem
    }
    .g-xxl-215,.gy-xxl-215{
        --bs-gutter-y:13.4375rem
    }
    .g-xxl-220,.gx-xxl-220{
        --bs-gutter-x:13.75rem
    }
    .g-xxl-220,.gy-xxl-220{
        --bs-gutter-y:13.75rem
    }
    .g-xxl-225,.gx-xxl-225{
        --bs-gutter-x:14.0625rem
    }
    .g-xxl-225,.gy-xxl-225{
        --bs-gutter-y:14.0625rem
    }
    .g-xxl-230,.gx-xxl-230{
        --bs-gutter-x:14.375rem
    }
    .g-xxl-230,.gy-xxl-230{
        --bs-gutter-y:14.375rem
    }
    .g-xxl-235,.gx-xxl-235{
        --bs-gutter-x:14.6875rem
    }
    .g-xxl-235,.gy-xxl-235{
        --bs-gutter-y:14.6875rem
    }
    .g-xxl-240,.gx-xxl-240{
        --bs-gutter-x:15rem
    }
    .g-xxl-240,.gy-xxl-240{
        --bs-gutter-y:15rem
    }
    .g-xxl-245,.gx-xxl-245{
        --bs-gutter-x:15.3125rem
    }
    .g-xxl-245,.gy-xxl-245{
        --bs-gutter-y:15.3125rem
    }
    .g-xxl-250,.gx-xxl-250{
        --bs-gutter-x:15.625rem
    }
    .g-xxl-250,.gy-xxl-250{
        --bs-gutter-y:15.625rem
    }
}
@media (min-width:1550px){
    .col-xxxl{
        flex:1 0 0%
    }
    .row-cols-xxxl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xxxl-1>*{
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xxxl-2>*{
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xxxl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    .row-cols-xxxl-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xxxl-5>*{
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xxxl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    .col-xxxl-auto{
        flex:0 0 auto;
        width:auto
    }
    .col-xxxl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xxxl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-xxxl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xxxl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xxxl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xxxl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xxxl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xxxl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-xxxl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xxxl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xxxl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xxxl-12{
        flex:0 0 auto;
        width:100%
    }
    .offset-xxxl-0{
        margin-left:0
    }
    .offset-xxxl-1{
        margin-left:8.33333333%
    }
    .offset-xxxl-2{
        margin-left:16.66666667%
    }
    .offset-xxxl-3{
        margin-left:25%
    }
    .offset-xxxl-4{
        margin-left:33.33333333%
    }
    .offset-xxxl-5{
        margin-left:41.66666667%
    }
    .offset-xxxl-6{
        margin-left:50%
    }
    .offset-xxxl-7{
        margin-left:58.33333333%
    }
    .offset-xxxl-8{
        margin-left:66.66666667%
    }
    .offset-xxxl-9{
        margin-left:75%
    }
    .offset-xxxl-10{
        margin-left:83.33333333%
    }
    .offset-xxxl-11{
        margin-left:91.66666667%
    }
    .g-xxxl-0,.gx-xxxl-0{
        --bs-gutter-x:0
    }
    .g-xxxl-0,.gy-xxxl-0{
        --bs-gutter-y:0
    }
    .g-xxxl-5,.gx-xxxl-5{
        --bs-gutter-x:0.3125rem
    }
    .g-xxxl-5,.gy-xxxl-5{
        --bs-gutter-y:0.3125rem
    }
    .g-xxxl-10,.gx-xxxl-10{
        --bs-gutter-x:0.625rem
    }
    .g-xxxl-10,.gy-xxxl-10{
        --bs-gutter-y:0.625rem
    }
    .g-xxxl-15,.gx-xxxl-15{
        --bs-gutter-x:0.9375rem
    }
    .g-xxxl-15,.gy-xxxl-15{
        --bs-gutter-y:0.9375rem
    }
    .g-xxxl-20,.gx-xxxl-20{
        --bs-gutter-x:1.25rem
    }
    .g-xxxl-20,.gy-xxxl-20{
        --bs-gutter-y:1.25rem
    }
    .g-xxxl-25,.gx-xxxl-25{
        --bs-gutter-x:1.5625rem
    }
    .g-xxxl-25,.gy-xxxl-25{
        --bs-gutter-y:1.5625rem
    }
    .g-xxxl-30,.gx-xxxl-30{
        --bs-gutter-x:1.875rem
    }
    .g-xxxl-30,.gy-xxxl-30{
        --bs-gutter-y:1.875rem
    }
    .g-xxxl-35,.gx-xxxl-35{
        --bs-gutter-x:2.1875rem
    }
    .g-xxxl-35,.gy-xxxl-35{
        --bs-gutter-y:2.1875rem
    }
    .g-xxxl-40,.gx-xxxl-40{
        --bs-gutter-x:2.5rem
    }
    .g-xxxl-40,.gy-xxxl-40{
        --bs-gutter-y:2.5rem
    }
    .g-xxxl-45,.gx-xxxl-45{
        --bs-gutter-x:2.8125rem
    }
    .g-xxxl-45,.gy-xxxl-45{
        --bs-gutter-y:2.8125rem
    }
    .g-xxxl-50,.gx-xxxl-50{
        --bs-gutter-x:3.125rem
    }
    .g-xxxl-50,.gy-xxxl-50{
        --bs-gutter-y:3.125rem
    }
    .g-xxxl-55,.gx-xxxl-55{
        --bs-gutter-x:3.4375rem
    }
    .g-xxxl-55,.gy-xxxl-55{
        --bs-gutter-y:3.4375rem
    }
    .g-xxxl-60,.gx-xxxl-60{
        --bs-gutter-x:3.75rem
    }
    .g-xxxl-60,.gy-xxxl-60{
        --bs-gutter-y:3.75rem
    }
    .g-xxxl-65,.gx-xxxl-65{
        --bs-gutter-x:4.0625rem
    }
    .g-xxxl-65,.gy-xxxl-65{
        --bs-gutter-y:4.0625rem
    }
    .g-xxxl-70,.gx-xxxl-70{
        --bs-gutter-x:4.375rem
    }
    .g-xxxl-70,.gy-xxxl-70{
        --bs-gutter-y:4.375rem
    }
    .g-xxxl-75,.gx-xxxl-75{
        --bs-gutter-x:4.6875rem
    }
    .g-xxxl-75,.gy-xxxl-75{
        --bs-gutter-y:4.6875rem
    }
    .g-xxxl-80,.gx-xxxl-80{
        --bs-gutter-x:5rem
    }
    .g-xxxl-80,.gy-xxxl-80{
        --bs-gutter-y:5rem
    }
    .g-xxxl-85,.gx-xxxl-85{
        --bs-gutter-x:5.3125rem
    }
    .g-xxxl-85,.gy-xxxl-85{
        --bs-gutter-y:5.3125rem
    }
    .g-xxxl-90,.gx-xxxl-90{
        --bs-gutter-x:5.625rem
    }
    .g-xxxl-90,.gy-xxxl-90{
        --bs-gutter-y:5.625rem
    }
    .g-xxxl-95,.gx-xxxl-95{
        --bs-gutter-x:5.9375rem
    }
    .g-xxxl-95,.gy-xxxl-95{
        --bs-gutter-y:5.9375rem
    }
    .g-xxxl-100,.gx-xxxl-100{
        --bs-gutter-x:6.25rem
    }
    .g-xxxl-100,.gy-xxxl-100{
        --bs-gutter-y:6.25rem
    }
    .g-xxxl-105,.gx-xxxl-105{
        --bs-gutter-x:6.5625rem
    }
    .g-xxxl-105,.gy-xxxl-105{
        --bs-gutter-y:6.5625rem
    }
    .g-xxxl-110,.gx-xxxl-110{
        --bs-gutter-x:6.875rem
    }
    .g-xxxl-110,.gy-xxxl-110{
        --bs-gutter-y:6.875rem
    }
    .g-xxxl-115,.gx-xxxl-115{
        --bs-gutter-x:7.1875rem
    }
    .g-xxxl-115,.gy-xxxl-115{
        --bs-gutter-y:7.1875rem
    }
    .g-xxxl-120,.gx-xxxl-120{
        --bs-gutter-x:7.5rem
    }
    .g-xxxl-120,.gy-xxxl-120{
        --bs-gutter-y:7.5rem
    }
    .g-xxxl-125,.gx-xxxl-125{
        --bs-gutter-x:7.8125rem
    }
    .g-xxxl-125,.gy-xxxl-125{
        --bs-gutter-y:7.8125rem
    }
    .g-xxxl-130,.gx-xxxl-130{
        --bs-gutter-x:8.125rem
    }
    .g-xxxl-130,.gy-xxxl-130{
        --bs-gutter-y:8.125rem
    }
    .g-xxxl-135,.gx-xxxl-135{
        --bs-gutter-x:8.4375rem
    }
    .g-xxxl-135,.gy-xxxl-135{
        --bs-gutter-y:8.4375rem
    }
    .g-xxxl-140,.gx-xxxl-140{
        --bs-gutter-x:8.75rem
    }
    .g-xxxl-140,.gy-xxxl-140{
        --bs-gutter-y:8.75rem
    }
    .g-xxxl-145,.gx-xxxl-145{
        --bs-gutter-x:9.0625rem
    }
    .g-xxxl-145,.gy-xxxl-145{
        --bs-gutter-y:9.0625rem
    }
    .g-xxxl-150,.gx-xxxl-150{
        --bs-gutter-x:9.375rem
    }
    .g-xxxl-150,.gy-xxxl-150{
        --bs-gutter-y:9.375rem
    }
    .g-xxxl-155,.gx-xxxl-155{
        --bs-gutter-x:9.6875rem
    }
    .g-xxxl-155,.gy-xxxl-155{
        --bs-gutter-y:9.6875rem
    }
    .g-xxxl-160,.gx-xxxl-160{
        --bs-gutter-x:10rem
    }
    .g-xxxl-160,.gy-xxxl-160{
        --bs-gutter-y:10rem
    }
    .g-xxxl-165,.gx-xxxl-165{
        --bs-gutter-x:10.3125rem
    }
    .g-xxxl-165,.gy-xxxl-165{
        --bs-gutter-y:10.3125rem
    }
    .g-xxxl-170,.gx-xxxl-170{
        --bs-gutter-x:10.625rem
    }
    .g-xxxl-170,.gy-xxxl-170{
        --bs-gutter-y:10.625rem
    }
    .g-xxxl-175,.gx-xxxl-175{
        --bs-gutter-x:10.9375rem
    }
    .g-xxxl-175,.gy-xxxl-175{
        --bs-gutter-y:10.9375rem
    }
    .g-xxxl-180,.gx-xxxl-180{
        --bs-gutter-x:11.25rem
    }
    .g-xxxl-180,.gy-xxxl-180{
        --bs-gutter-y:11.25rem
    }
    .g-xxxl-185,.gx-xxxl-185{
        --bs-gutter-x:11.5625rem
    }
    .g-xxxl-185,.gy-xxxl-185{
        --bs-gutter-y:11.5625rem
    }
    .g-xxxl-190,.gx-xxxl-190{
        --bs-gutter-x:11.875rem
    }
    .g-xxxl-190,.gy-xxxl-190{
        --bs-gutter-y:11.875rem
    }
    .g-xxxl-195,.gx-xxxl-195{
        --bs-gutter-x:12.1875rem
    }
    .g-xxxl-195,.gy-xxxl-195{
        --bs-gutter-y:12.1875rem
    }
    .g-xxxl-200,.gx-xxxl-200{
        --bs-gutter-x:12.5rem
    }
    .g-xxxl-200,.gy-xxxl-200{
        --bs-gutter-y:12.5rem
    }
    .g-xxxl-205,.gx-xxxl-205{
        --bs-gutter-x:12.8125rem
    }
    .g-xxxl-205,.gy-xxxl-205{
        --bs-gutter-y:12.8125rem
    }
    .g-xxxl-210,.gx-xxxl-210{
        --bs-gutter-x:13.125rem
    }
    .g-xxxl-210,.gy-xxxl-210{
        --bs-gutter-y:13.125rem
    }
    .g-xxxl-215,.gx-xxxl-215{
        --bs-gutter-x:13.4375rem
    }
    .g-xxxl-215,.gy-xxxl-215{
        --bs-gutter-y:13.4375rem
    }
    .g-xxxl-220,.gx-xxxl-220{
        --bs-gutter-x:13.75rem
    }
    .g-xxxl-220,.gy-xxxl-220{
        --bs-gutter-y:13.75rem
    }
    .g-xxxl-225,.gx-xxxl-225{
        --bs-gutter-x:14.0625rem
    }
    .g-xxxl-225,.gy-xxxl-225{
        --bs-gutter-y:14.0625rem
    }
    .g-xxxl-230,.gx-xxxl-230{
        --bs-gutter-x:14.375rem
    }
    .g-xxxl-230,.gy-xxxl-230{
        --bs-gutter-y:14.375rem
    }
    .g-xxxl-235,.gx-xxxl-235{
        --bs-gutter-x:14.6875rem
    }
    .g-xxxl-235,.gy-xxxl-235{
        --bs-gutter-y:14.6875rem
    }
    .g-xxxl-240,.gx-xxxl-240{
        --bs-gutter-x:15rem
    }
    .g-xxxl-240,.gy-xxxl-240{
        --bs-gutter-y:15rem
    }
    .g-xxxl-245,.gx-xxxl-245{
        --bs-gutter-x:15.3125rem
    }
    .g-xxxl-245,.gy-xxxl-245{
        --bs-gutter-y:15.3125rem
    }
    .g-xxxl-250,.gx-xxxl-250{
        --bs-gutter-x:15.625rem
    }
    .g-xxxl-250,.gy-xxxl-250{
        --bs-gutter-y:15.625rem
    }
}
.form-label{
    margin-bottom:0.5rem
}
.col-form-label{
    padding-top:18px;
    padding-bottom:18px;
    margin-bottom:0;
    font-size:inherit;
    line-height:2.188
}
.col-form-label-lg{
    padding-top:24px;
    padding-bottom:24px;
    font-size:calc(1.275rem + 0.3vw)
}
@media (min-width:1200px){
    .col-form-label-lg{
        font-size:1.5rem
    }
}
.col-form-label-sm{
    padding-top:11px;
    padding-bottom:11px;
    font-size:0.875rem
}
.form-text{
    margin-top:0.25rem;
    font-size:0.875em;
    color:#666
}
.form-control{
    display:block;
    width:100%;
    padding:8px 15px;
    font-size:1rem;
    font-weight:400;
    line-height:2.188;
    color:#2c2c2c;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ccc;
    appearance:none;
    border-radius:35px;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control{
        transition:none
    }
}
.form-control[type=file]{
    overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]){
    cursor:pointer
}
.form-control:focus{
    color:#2c2c2c;
    background-color:#fff;
    border-color:#ffe58e;
    outline:0;
    box-shadow:0 0 0 0.25rem rgba(255,202,29,0.25)
}
.form-control::-webkit-date-and-time-value{
    height:2.188em
}
.form-control::placeholder{
    color:#666;
    opacity:1
}
.form-control:disabled{
    background-color:#e9ecef;
    opacity:1
}
.form-control::file-selector-button{
    padding:17px 30px;
    margin:-17px -30px;
    margin-inline-end:30px;
    color:#2c2c2c;
    background-color:#e9ecef;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control::file-selector-button{
        transition:none
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
    background-color:#dde0e3
}
.form-control-plaintext{
    display:block;
    width:100%;
    padding:17px 0;
    margin-bottom:0;
    line-height:2.188;
    color:#2c2c2c;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}
.form-control-plaintext:focus{
    outline:0
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
    padding-right:0;
    padding-left:0
}
.form-control-sm{
    min-height:calc(2.188em + 22px);
    padding:10px 22px;
    font-size:0.875rem;
    border-radius:35px
}
.form-control-sm::file-selector-button{
    padding:10px 22px;
    margin:-10px -22px;
    margin-inline-end:22px
}
.form-control-lg{
    min-height:calc(2.188em + 48px);
    padding:23px 50px;
    font-size:calc(1.275rem + 0.3vw);
    border-radius:35px
}
@media (min-width:1200px){
    .form-control-lg{
        font-size:1.5rem
    }
}
.form-control-lg::file-selector-button{
    padding:23px 50px;
    margin:-23px -50px;
    margin-inline-end:50px
}
textarea.form-control{
    min-height:calc(2.188em + 36px)
}
textarea.form-control-sm{
    min-height:calc(2.188em + 22px)
}
textarea.form-control-lg{
    min-height:calc(2.188em + 48px)
}
.form-control-color{
    width:3rem;
    height:calc(2.188em + 36px);
    padding:17px
}
.form-control-color:not(:disabled):not([readonly]){
    cursor:pointer
}
.form-control-color::-moz-color-swatch{
    border:0!important;
    border-radius:35px
}
.form-control-color::-webkit-color-swatch{
    border-radius:35px
}
.form-control-color.form-control-sm{
    height:calc(2.188em + 22px)
}
.form-control-color.form-control-lg{
    height:calc(2.188em + 48px)
}
.form-select{
    display:block;
    width:100%;
    padding:8px 15px;
    -moz-padding-start:27px;
    font-size:1rem;
    font-weight:400;
    line-height:2.188;
    color:#2c2c2c;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right 30px center;
    background-size:16px 12px;
    border:1px solid #ccc;
    border-radius:35px;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .form-select{
        transition:none
    }
}
.form-select:focus{
    border-color:#ffe58e;
    outline:0;
    box-shadow:0 0 0 0.25rem rgba(255,202,29,0.25)
}
.form-select[multiple],.form-select[size]:not([size="1"]){
    padding-right:30px;
    background-image:none
}
.form-select:disabled{
    background-color:#e9ecef
}
.form-select:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #2c2c2c
}
.form-select-sm{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:22px;
    font-size:0.875rem;
    border-radius:35px
}
.form-select-lg{
    padding-top:23px;
    padding-bottom:23px;
    padding-left:50px;
    font-size:calc(1.275rem + 0.3vw);
    border-radius:35px
}
@media (min-width:1200px){
    .form-select-lg{
        font-size:1.5rem
    }
}
.form-check{
    display:block;
    min-height:2.188rem;
    padding-left:1.5em;
    margin-bottom:0.125rem
}
.form-check .form-check-input{
    float:left;
    margin-left:-1.5em
}
.form-check-reverse{
    padding-right:1.5em;
    padding-left:0;
    text-align:right
}
.form-check-reverse .form-check-input{
    float:right;
    margin-right:-1.5em;
    margin-left:0
}
.form-check-input{
    width:1em;
    height:1em;
    margin-top:0.594em;
    vertical-align:top;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:1px solid rgba(0,0,0,0.25);
    appearance:none;
    print-color-adjust:exact
}
.form-check-input[type=checkbox]{
    border-radius:0.25em
}
.form-check-input[type=radio]{
    border-radius:50%
}
.form-check-input:active{
    filter:brightness(90%)
}
.form-check-input:focus{
    border-color:#ffe58e;
    outline:0;
    box-shadow:0 0 0 0.25rem rgba(255,202,29,0.25)
}
.form-check-input:checked{
    background-color:#7d29e6;
    border-color:#7d29e6
}
.form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate{
    background-color:#7d29e6;
    border-color:#7d29e6;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled{
    pointer-events:none;
    filter:none;
    opacity:0.5
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
    cursor:default;
    opacity:0.5
}
.form-switch{
    padding-left:2.5em
}
.form-switch .form-check-input{
    width:2em;
    margin-left:-2.5em;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position:left center;
    border-radius:2em;
    transition:background-position 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-switch .form-check-input{
        transition:none
    }
}
.form-switch .form-check-input:focus{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffe58e'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked{
    background-position:right center;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-switch.form-check-reverse{
    padding-right:2.5em;
    padding-left:0
}
.form-switch.form-check-reverse .form-check-input{
    margin-right:-2.5em;
    margin-left:0
}
.form-check-inline{
    display:inline-block;
    margin-right:1rem
}
.btn-check{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn{
    pointer-events:none;
    filter:none;
    opacity:0.65
}
.form-range{
    width:100%;
    height:1.5rem;
    padding:0;
    background-color:transparent;
    appearance:none
}
.form-range:focus{
    outline:0
}
.form-range:focus::-webkit-slider-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 0.25rem rgba(255,202,29,0.25)
}
.form-range:focus::-moz-range-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 0.25rem rgba(255,202,29,0.25)
}
.form-range::-moz-focus-outer{
    border:0
}
.form-range::-webkit-slider-thumb{
    width:1rem;
    height:1rem;
    margin-top:-0.25rem;
    background-color:#7d29e6;
    border:0;
    border-radius:1rem;
    transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .form-range::-webkit-slider-thumb{
        transition:none
    }
}
.form-range::-webkit-slider-thumb:active{
    background-color:#ffefbb
}
.form-range::-webkit-slider-runnable-track{
    width:100%;
    height:0.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.form-range::-moz-range-thumb{
    width:1rem;
    height:1rem;
    background-color:#7d29e6;
    border:0;
    border-radius:1rem;
    transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .form-range::-moz-range-thumb{
        transition:none
    }
}
.form-range::-moz-range-thumb:active{
    background-color:#ffefbb
}
.form-range::-moz-range-track{
    width:100%;
    height:0.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.form-range:disabled{
    pointer-events:none
}
.form-range:disabled::-webkit-slider-thumb{
    background-color:#a7a7a7
}
.form-range:disabled::-moz-range-thumb{
    background-color:#a7a7a7
}
.form-floating{
    position:relative
}
.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{
    height:calc(3.5rem + 2px);
    line-height:1.25
}
.form-floating>label{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:1rem 30px;
    overflow:hidden;
    text-align:start;
    text-overflow:ellipsis;
    white-space:nowrap;
    pointer-events:none;
    border:1px solid transparent;
    transform-origin:0 0;
    transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-floating>label{
        transition:none
    }
}
.form-floating>.form-control,.form-floating>.form-control-plaintext{
    padding:1rem 30px
}
.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{
    color:transparent
}
.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){
    padding-top:1.625rem;
    padding-bottom:0.625rem
}
.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{
    padding-top:1.625rem;
    padding-bottom:0.625rem
}
.form-floating>.form-select{
    padding-top:1.625rem;
    padding-bottom:0.625rem
}
.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{
    opacity:0.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
.form-floating>.form-control:-webkit-autofill~label{
    opacity:0.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
.form-floating>.form-control-plaintext~label{
    border-width:1px 0
}
.input-group{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    width:100%
}
.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{
    position:relative;
    flex:1 1 auto;
    width:1%;
    min-width:0
}
.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{
    z-index:5
}
.input-group .btn{
    position:relative;
    z-index:2
}
.input-group .btn:focus{
    z-index:5
}
.input-group-text{
    display:flex;
    align-items:center;
    padding:17px 30px;
    font-size:1rem;
    font-weight:400;
    line-height:2.188;
    color:#2c2c2c;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ccc;
    border-radius:35px
}
.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{
    padding:23px 50px;
    font-size:calc(1.275rem + 0.3vw);
    border-radius:35px
}
@media (min-width:1200px){
    .input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{
        font-size:1.5rem
    }
}
.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{
    padding:10px 22px;
    font-size:0.875rem;
    border-radius:35px
}
.input-group-lg>.form-select,.input-group-sm>.form-select{
    padding-right:120px
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:-1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.valid-feedback{
    display:none;
    width:100%;
    margin-top:0.25rem;
    font-size:0.875em;
    color:#198754
}
.valid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:0.15625rem 0.3125rem;
    margin-top:0.1rem;
    font-size:0.875rem;
    color:#fff;
    background-color:rgba(25,135,84,0.9);
    border-radius:35px
}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{
    display:block
}
.form-control.is-valid,.was-validated .form-control:valid{
    border-color:#198754;
    padding-right:calc(2.188em + 34px);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(0.547em + 8.5px) center;
    background-size:calc(1.094em + 17px) calc(1.094em + 17px)
}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
    border-color:#198754;
    box-shadow:0 0 0 0.25rem rgba(25,135,84,0.25)
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
    padding-right:calc(2.188em + 34px);
    background-position:top calc(0.547em + 8.5px) right calc(0.547em + 8.5px)
}
.form-select.is-valid,.was-validated .form-select:valid{
    border-color:#198754
}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{
    padding-right:165px;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position:right 30px center,center right 90px;
    background-size:16px 12px,calc(1.094em + 17px) calc(1.094em + 17px)
}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus{
    border-color:#198754;
    box-shadow:0 0 0 0.25rem rgba(25,135,84,0.25)
}
.form-control-color.is-valid,.was-validated .form-control-color:valid{
    width:calc(3rem + calc(2.188em + 34px))
}
.form-check-input.is-valid,.was-validated .form-check-input:valid{
    border-color:#198754
}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{
    background-color:#198754
}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{
    box-shadow:0 0 0 0.25rem rgba(25,135,84,0.25)
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{
    color:#198754
}
.form-check-inline .form-check-input~.valid-feedback{
    margin-left:0.5em
}
.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{
    z-index:3
}
.invalid-feedback{
    display:none;
    width:100%;
    margin-top:0.25rem;
    font-size:0.875em;
    color:#dc3545
}
.invalid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:0.15625rem 0.3125rem;
    margin-top:0.1rem;
    font-size:0.875rem;
    color:#fff;
    background-color:rgba(220,53,69,0.9);
    border-radius:35px
}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{
    display:block
}
.form-control.is-invalid,.was-validated .form-control:invalid{
    border-color:#dc3545;
    padding-right:calc(2.188em + 34px);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(0.547em + 8.5px) center;
    background-size:calc(1.094em + 17px) calc(1.094em + 17px)
}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 0.25rem rgba(220,53,69,0.25)
}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
    padding-right:calc(2.188em + 34px);
    background-position:top calc(0.547em + 8.5px) right calc(0.547em + 8.5px)
}
.form-select.is-invalid,.was-validated .form-select:invalid{
    border-color:#dc3545
}
.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{
    padding-right:165px;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position:right 30px center,center right 90px;
    background-size:16px 12px,calc(1.094em + 17px) calc(1.094em + 17px)
}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 0.25rem rgba(220,53,69,0.25)
}
.form-control-color.is-invalid,.was-validated .form-control-color:invalid{
    width:calc(3rem + calc(2.188em + 34px))
}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid{
    border-color:#dc3545
}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{
    background-color:#dc3545
}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{
    box-shadow:0 0 0 0.25rem rgba(220,53,69,0.25)
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{
    color:#dc3545
}
.form-check-inline .form-check-input~.invalid-feedback{
    margin-left:0.5em
}
.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{
    z-index:4
}
.btn{
    --bs-btn-padding-x:46px;
    --bs-btn-padding-y:18px;
    --bs-btn-font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    --bs-btn-font-size:calc(1.275rem + 0.3vw);
    --bs-btn-font-weight:600;
    --bs-btn-line-height:1.5;
    --bs-btn-color:#2c2c2c;
    --bs-btn-bg:transparent;
    --bs-btn-border-width:1px;
    --bs-btn-border-color:transparent;
    --bs-btn-border-radius:35px;
    --bs-btn-hover-border-color:transparent;
    --bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    --bs-btn-disabled-opacity:0.65;
    --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    display:inline-block;
    padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family:var(--bs-btn-font-family);
    font-size:var(--bs-btn-font-size);
    font-weight:var(--bs-btn-font-weight);
    line-height:var(--bs-btn-line-height);
    color:var(--bs-btn-color);
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    user-select:none;
    border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius:var(--bs-btn-border-radius);
    background-color:var(--bs-btn-bg);
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (min-width:1200px){
    .btn{
        --bs-btn-font-size:1.5rem
    }
}
@media (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:var(--bs-btn-hover-color);
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color)
}
.btn-check+.btn:hover{
    color:var(--bs-btn-color);
    background-color:var(--bs-btn-bg);
    border-color:var(--bs-btn-border-color)
}
.btn:focus-visible{
    color:var(--bs-btn-hover-color);
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color);
    outline:0;
    box-shadow:var(--bs-btn-focus-box-shadow)
}
.btn-check:focus-visible+.btn{
    border-color:var(--bs-btn-hover-border-color);
    outline:0;
    box-shadow:var(--bs-btn-focus-box-shadow)
}
.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{
    color:var(--bs-btn-active-color);
    background-color:var(--bs-btn-active-bg);
    border-color:var(--bs-btn-active-border-color)
}
.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{
    box-shadow:var(--bs-btn-focus-box-shadow)
}
.btn.disabled,.btn:disabled,fieldset:disabled .btn{
    color:var(--bs-btn-disabled-color);
    pointer-events:none;
    background-color:var(--bs-btn-disabled-bg);
    border-color:var(--bs-btn-disabled-border-color);
    opacity:var(--bs-btn-disabled-opacity)
}
.btn-primary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#648cc8;
    --bs-btn-border-color:#648cc8;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg: #33568c;
    --bs-btn-hover-border-color:#33568c;
    --bs-btn-focus-shadow-rgb:217,172,25;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#33568c;
    --bs-btn-active-border-color:#33568c;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#648cc8;
    --bs-btn-disabled-border-color:#648cc8
}
.btn-secondary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#33568c;
    --bs-btn-border-color:#33568c;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg: #243d67;
    --bs-btn-hover-border-color:#243d67;
    --bs-btn-focus-shadow-rgb:67,41,155;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#243d67;
    --bs-btn-active-border-color:#243d67;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#33568c;
    --bs-btn-disabled-border-color:#33568c
}
.btn-success{
    --bs-btn-color:#fff;
    --bs-btn-bg:#198754;
    --bs-btn-border-color:#198754;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#157347;
    --bs-btn-hover-border-color:#146c43;
    --bs-btn-focus-shadow-rgb:60,153,110;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#146c43;
    --bs-btn-active-border-color:#13653f;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#198754;
    --bs-btn-disabled-border-color:#198754
}
.btn-info{
    --bs-btn-color:#000;
    --bs-btn-bg:#21e5c6;
    --bs-btn-border-color:#21e5c6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#42e9cf;
    --bs-btn-hover-border-color:#37e8cc;
    --bs-btn-focus-shadow-rgb:28,195,168;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#4dead1;
    --bs-btn-active-border-color:#37e8cc;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#21e5c6;
    --bs-btn-disabled-border-color:#21e5c6
}
.btn-warning{
    --bs-btn-color:#000;
    --bs-btn-bg:#7d29e6;
    --bs-btn-border-color:#7d29e6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#ffd23f;
    --bs-btn-hover-border-color:#ffcf34;
    --bs-btn-focus-shadow-rgb:217,172,25;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#ffd54a;
    --bs-btn-active-border-color:#ffcf34;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#7d29e6;
    --bs-btn-disabled-border-color:#7d29e6
}
.btn-danger{
    --bs-btn-color:#fff;
    --bs-btn-bg:#dc3545;
    --bs-btn-border-color:#dc3545;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#bb2d3b;
    --bs-btn-hover-border-color:#b02a37;
    --bs-btn-focus-shadow-rgb:225,83,97;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#b02a37;
    --bs-btn-active-border-color:#a52834;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#dc3545;
    --bs-btn-disabled-border-color:#dc3545
}
.btn-blue{
    --bs-btn-color:#fff;
    --bs-btn-bg:#220389;
    --bs-btn-border-color:#220389;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#1d0374;
    --bs-btn-hover-border-color:#1b026e;
    --bs-btn-focus-shadow-rgb:67,41,155;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#1b026e;
    --bs-btn-active-border-color:#1a0267;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#220389;
    --bs-btn-disabled-border-color:#220389
}
.btn-light{
    --bs-btn-color:#000;
    --bs-btn-bg:#f1f1f1;
    --bs-btn-border-color:#f1f1f1;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#cdcdcd;
    --bs-btn-hover-border-color:#c1c1c1;
    --bs-btn-focus-shadow-rgb:205,205,205;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#c1c1c1;
    --bs-btn-active-border-color:#b5b5b5;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#f1f1f1;
    --bs-btn-disabled-border-color:#f1f1f1
}
.btn-dark{
    --bs-btn-color:#fff;
    --bs-btn-bg:#2c2c2c;
    --bs-btn-border-color:#2c2c2c;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#4c4c4c;
    --bs-btn-hover-border-color:#414141;
    --bs-btn-focus-shadow-rgb:76,76,76;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#565656;
    --bs-btn-active-border-color:#414141;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#2c2c2c;
    --bs-btn-disabled-border-color:#2c2c2c
}
.btn-light-gray{
    --bs-btn-color:#000;
    --bs-btn-bg:#f5f5f5;
    --bs-btn-border-color:#f5f5f5;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f7f7f7;
    --bs-btn-hover-border-color:#f6f6f6;
    --bs-btn-focus-shadow-rgb:208,208,208;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f7f7f7;
    --bs-btn-active-border-color:#f6f6f6;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#f5f5f5;
    --bs-btn-disabled-border-color:#f5f5f5
}
.btn-blue-dark{
    --bs-btn-color:#fff;
    --bs-btn-bg:#0d0035;
    --bs-btn-border-color:#0d0035;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#0b002d;
    --bs-btn-hover-border-color:#0a002a;
    --bs-btn-focus-shadow-rgb:49,38,83;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#0a002a;
    --bs-btn-active-border-color:#0a0028;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#0d0035;
    --bs-btn-disabled-border-color:#0d0035
}
.btn-blue-darker{
    --bs-btn-color:#fff;
    --bs-btn-bg:#0a0026;
    --bs-btn-border-color:#0a0026;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#090020;
    --bs-btn-hover-border-color:#08001e;
    --bs-btn-focus-shadow-rgb:47,38,71;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#08001e;
    --bs-btn-active-border-color:#08001d;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#0a0026;
    --bs-btn-disabled-border-color:#0a0026
}
.btn-green{
    --bs-btn-color:#000;
    --bs-btn-bg:#b0e15e;
    --bs-btn-border-color:#b0e15e;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#b0e15e;
    --bs-btn-hover-border-color:#b0e15e;
    --bs-btn-focus-shadow-rgb:27,172,94;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#b0e15e;
    --bs-btn-active-border-color:#b0e15e;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#b0e15e;
    --bs-btn-disabled-border-color:#b0e15e
}


.btn-purple{
    --bs-btn-color:#000;
    --bs-btn-bg:#d89cff;
    --bs-btn-border-color:#d89cff;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#d89cff;
    --bs-btn-hover-border-color:#d89cff;
    --bs-btn-focus-shadow-rgb:27,172,94;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#d89cff;
    --bs-btn-active-border-color:#d89cff;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#d89cff;
    --bs-btn-disabled-border-color:#d89cff
}
.btn-dark-green{
    --bs-btn-color:#fff;
    --bs-btn-bg:#203818;
    --bs-btn-border-color:#203818;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#1b3014;
    --bs-btn-hover-border-color:#1a2d13;
    --bs-btn-focus-shadow-rgb:65,86,59;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#1a2d13;
    --bs-btn-active-border-color:#182a12;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#203818;
    --bs-btn-disabled-border-color:#203818
}
.btn-dark-yellow{
    --bs-btn-color:#000;
    --bs-btn-bg:#f9ab00;
    --bs-btn-border-color:#f9ab00;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fab826;
    --bs-btn-hover-border-color:#fab31a;
    --bs-btn-focus-shadow-rgb:212,145,0;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fabc33;
    --bs-btn-active-border-color:#fab31a;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#f9ab00;
    --bs-btn-disabled-border-color:#f9ab00
}
.btn-dark-blue{
    --bs-btn-color:#fff;
    --bs-btn-bg:#251c55;
    --bs-btn-border-color:#251c55;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#1f1848;
    --bs-btn-hover-border-color:#1e1644;
    --bs-btn-focus-shadow-rgb:70,62,111;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#1e1644;
    --bs-btn-active-border-color:#1c1540;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#251c55;
    --bs-btn-disabled-border-color:#251c55
}
.btn-gray-alt{
    --bs-btn-color:#000;
    --bs-btn-bg:#d6d6d6;
    --bs-btn-border-color:#d6d6d6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:gainsboro;
    --bs-btn-hover-border-color:#dadada;
    --bs-btn-focus-shadow-rgb:182,182,182;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#dedede;
    --bs-btn-active-border-color:#dadada;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#d6d6d6;
    --bs-btn-disabled-border-color:#d6d6d6
}
.btn-lt-yellow{
    --bs-btn-color:#000;
    --bs-btn-bg:#d5fe68;
    --bs-btn-border-color:#d5fe68;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#dbfe7f;
    --bs-btn-hover-border-color:#d9fe77;
    --bs-btn-focus-shadow-rgb:181,216,88;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#ddfe86;
    --bs-btn-active-border-color:#d9fe77;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#d5fe68;
    --bs-btn-disabled-border-color:#d5fe68
}
.btn-light-sky{
    --bs-btn-color:#000;
    --bs-btn-bg:#eff6f3;
    --bs-btn-border-color:#eff6f3;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f1f7f5;
    --bs-btn-hover-border-color:#f1f7f4;
    --bs-btn-focus-shadow-rgb:203,209,207;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f2f8f5;
    --bs-btn-active-border-color:#f1f7f4;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#eff6f3;
    --bs-btn-disabled-border-color:#eff6f3
}
.btn-orange{
    --bs-btn-color:#000;
    --bs-btn-bg:#fe7420;
    --bs-btn-border-color:#fe7420;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fe8941;
    --bs-btn-hover-border-color:#fe8236;
    --bs-btn-focus-shadow-rgb:216,99,27;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fe904d;
    --bs-btn-active-border-color:#fe8236;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#fe7420;
    --bs-btn-disabled-border-color:#fe7420
}
.btn-gray-darker{
    --bs-btn-color:#fff;
    --bs-btn-bg:#181818;
    --bs-btn-border-color:#181818;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#141414;
    --bs-btn-hover-border-color:#131313;
    --bs-btn-focus-shadow-rgb:59,59,59;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#131313;
    --bs-btn-active-border-color:#121212;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#181818;
    --bs-btn-disabled-border-color:#181818
}
.btn-brown{
    --bs-btn-color:#000;
    --bs-btn-bg:#e66f3b;
    --bs-btn-border-color:#e66f3b;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#ea8558;
    --bs-btn-hover-border-color:#e97d4f;
    --bs-btn-focus-shadow-rgb:196,94,50;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#eb8c62;
    --bs-btn-active-border-color:#e97d4f;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#e66f3b;
    --bs-btn-disabled-border-color:#e66f3b
}
.btn-light-yellow{
    --bs-btn-color:#000;
    --bs-btn-bg:#fff09d;
    --bs-btn-border-color:#fff09d;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fff2ac;
    --bs-btn-hover-border-color:#fff2a7;
    --bs-btn-focus-shadow-rgb:217,204,133;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fff3b1;
    --bs-btn-active-border-color:#fff2a7;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#fff09d;
    --bs-btn-disabled-border-color:#fff09d
}
.btn-outline-primary{
    --bs-btn-color:#648cc8;
    --bs-btn-border-color:#648cc8;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#648cc8;
    --bs-btn-hover-border-color:#648cc8;
    --bs-btn-focus-shadow-rgb:255,202,29;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#648cc8;
    --bs-btn-active-border-color:#648cc8;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#648cc8;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#648cc8;
    --bs-gradient:none
}
.btn-outline-secondary{
    --bs-btn-color:#33568c;
    --bs-btn-border-color:#33568c;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#33568c;
    --bs-btn-hover-border-color:#33568c;
    --bs-btn-focus-shadow-rgb:34,3,137;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#33568c;
    --bs-btn-active-border-color:#33568c;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#33568c;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#33568c;
    --bs-gradient:none
}
.btn-outline-success{
    --bs-btn-color:#198754;
    --bs-btn-border-color:#198754;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#198754;
    --bs-btn-hover-border-color:#198754;
    --bs-btn-focus-shadow-rgb:25,135,84;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#198754;
    --bs-btn-active-border-color:#198754;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#198754;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#198754;
    --bs-gradient:none
}
.btn-outline-info{
    --bs-btn-color:#21e5c6;
    --bs-btn-border-color:#21e5c6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#21e5c6;
    --bs-btn-hover-border-color:#21e5c6;
    --bs-btn-focus-shadow-rgb:33,229,198;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#21e5c6;
    --bs-btn-active-border-color:#21e5c6;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#21e5c6;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#21e5c6;
    --bs-gradient:none
}
.btn-outline-warning{
    --bs-btn-color:#7d29e6;
    --bs-btn-border-color:#7d29e6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#7d29e6;
    --bs-btn-hover-border-color:#7d29e6;
    --bs-btn-focus-shadow-rgb:255,202,29;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#7d29e6;
    --bs-btn-active-border-color:#7d29e6;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#7d29e6;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#7d29e6;
    --bs-gradient:none
}
.btn-outline-danger{
    --bs-btn-color:#dc3545;
    --bs-btn-border-color:#dc3545;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#dc3545;
    --bs-btn-hover-border-color:#dc3545;
    --bs-btn-focus-shadow-rgb:220,53,69;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#dc3545;
    --bs-btn-active-border-color:#dc3545;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#dc3545;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#dc3545;
    --bs-gradient:none
}
.btn-outline-blue{
    --bs-btn-color:#220389;
    --bs-btn-border-color:#220389;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#220389;
    --bs-btn-hover-border-color:#220389;
    --bs-btn-focus-shadow-rgb:34,3,137;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#220389;
    --bs-btn-active-border-color:#220389;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#220389;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#220389;
    --bs-gradient:none
}
.btn-outline-light{
    --bs-btn-color:#f1f1f1;
    --bs-btn-border-color:#f1f1f1;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f1f1f1;
    --bs-btn-hover-border-color:#f1f1f1;
    --bs-btn-focus-shadow-rgb:241,241,241;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f1f1f1;
    --bs-btn-active-border-color:#f1f1f1;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#f1f1f1;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#f1f1f1;
    --bs-gradient:none
}
.btn-outline-dark{
    --bs-btn-color:#2c2c2c;
    --bs-btn-border-color:#2c2c2c;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#2c2c2c;
    --bs-btn-hover-border-color:#2c2c2c;
    --bs-btn-focus-shadow-rgb:44,44,44;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#2c2c2c;
    --bs-btn-active-border-color:#2c2c2c;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#2c2c2c;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#2c2c2c;
    --bs-gradient:none
}
.btn-outline-light-gray{
    --bs-btn-color:#f5f5f5;
    --bs-btn-border-color:#f5f5f5;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f5f5f5;
    --bs-btn-hover-border-color:#f5f5f5;
    --bs-btn-focus-shadow-rgb:245,245,245;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f5f5f5;
    --bs-btn-active-border-color:#f5f5f5;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#f5f5f5;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#f5f5f5;
    --bs-gradient:none
}
.btn-outline-blue-dark{
    --bs-btn-color:#0d0035;
    --bs-btn-border-color:#0d0035;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#0d0035;
    --bs-btn-hover-border-color:#0d0035;
    --bs-btn-focus-shadow-rgb:13,0,53;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#0d0035;
    --bs-btn-active-border-color:#0d0035;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#0d0035;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#0d0035;
    --bs-gradient:none
}
.btn-outline-blue-darker{
    --bs-btn-color:#0a0026;
    --bs-btn-border-color:#0a0026;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#0a0026;
    --bs-btn-hover-border-color:#0a0026;
    --bs-btn-focus-shadow-rgb:10,0,38;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#0a0026;
    --bs-btn-active-border-color:#0a0026;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#0a0026;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#0a0026;
    --bs-gradient:none
}
.btn-outline-green{
    --bs-btn-color:#20ca6f;
    --bs-btn-border-color:#20ca6f;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#20ca6f;
    --bs-btn-hover-border-color:#20ca6f;
    --bs-btn-focus-shadow-rgb:32,202,111;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#20ca6f;
    --bs-btn-active-border-color:#20ca6f;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#20ca6f;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#20ca6f;
    --bs-gradient:none
}
.btn-outline-dark-green{
    --bs-btn-color:#203818;
    --bs-btn-border-color:#203818;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#203818;
    --bs-btn-hover-border-color:#203818;
    --bs-btn-focus-shadow-rgb:32,56,24;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#203818;
    --bs-btn-active-border-color:#203818;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#203818;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#203818;
    --bs-gradient:none
}
.btn-outline-dark-yellow{
    --bs-btn-color:#f9ab00;
    --bs-btn-border-color:#f9ab00;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f9ab00;
    --bs-btn-hover-border-color:#f9ab00;
    --bs-btn-focus-shadow-rgb:249,171,0;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f9ab00;
    --bs-btn-active-border-color:#f9ab00;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#f9ab00;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#f9ab00;
    --bs-gradient:none
}
.btn-outline-dark-blue{
    --bs-btn-color:#251c55;
    --bs-btn-border-color:#251c55;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#251c55;
    --bs-btn-hover-border-color:#251c55;
    --bs-btn-focus-shadow-rgb:37,28,85;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#251c55;
    --bs-btn-active-border-color:#251c55;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#251c55;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#251c55;
    --bs-gradient:none
}
.btn-outline-gray-alt{
    --bs-btn-color:#d6d6d6;
    --bs-btn-border-color:#d6d6d6;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#d6d6d6;
    --bs-btn-hover-border-color:#d6d6d6;
    --bs-btn-focus-shadow-rgb:214,214,214;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#d6d6d6;
    --bs-btn-active-border-color:#d6d6d6;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#d6d6d6;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#d6d6d6;
    --bs-gradient:none
}
.btn-outline-lt-yellow{
    --bs-btn-color:#d5fe68;
    --bs-btn-border-color:#d5fe68;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#d5fe68;
    --bs-btn-hover-border-color:#d5fe68;
    --bs-btn-focus-shadow-rgb:213,254,104;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#d5fe68;
    --bs-btn-active-border-color:#d5fe68;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#d5fe68;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#d5fe68;
    --bs-gradient:none
}
.btn-outline-light-sky{
    --bs-btn-color:#eff6f3;
    --bs-btn-border-color:#eff6f3;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#eff6f3;
    --bs-btn-hover-border-color:#eff6f3;
    --bs-btn-focus-shadow-rgb:239,246,243;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#eff6f3;
    --bs-btn-active-border-color:#eff6f3;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#eff6f3;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#eff6f3;
    --bs-gradient:none
}
.btn-outline-orange{
    --bs-btn-color:#fe7420;
    --bs-btn-border-color:#fe7420;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fe7420;
    --bs-btn-hover-border-color:#fe7420;
    --bs-btn-focus-shadow-rgb:254,116,32;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fe7420;
    --bs-btn-active-border-color:#fe7420;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fe7420;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#fe7420;
    --bs-gradient:none
}
.btn-outline-gray-darker{
    --bs-btn-color:#181818;
    --bs-btn-border-color:#181818;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#181818;
    --bs-btn-hover-border-color:#181818;
    --bs-btn-focus-shadow-rgb:24,24,24;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#181818;
    --bs-btn-active-border-color:#181818;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#181818;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#181818;
    --bs-gradient:none
}
.btn-outline-brown{
    --bs-btn-color:#e66f3b;
    --bs-btn-border-color:#e66f3b;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#e66f3b;
    --bs-btn-hover-border-color:#e66f3b;
    --bs-btn-focus-shadow-rgb:230,111,59;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#e66f3b;
    --bs-btn-active-border-color:#e66f3b;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#e66f3b;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#e66f3b;
    --bs-gradient:none
}
.btn-outline-light-yellow{
    --bs-btn-color:#fff09d;
    --bs-btn-border-color:#fff09d;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fff09d;
    --bs-btn-hover-border-color:#fff09d;
    --bs-btn-focus-shadow-rgb:255,240,157;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fff09d;
    --bs-btn-active-border-color:#fff09d;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color:#fff09d;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#fff09d;
    --bs-gradient:none
}
.btn-link{
    --bs-btn-font-weight:400;
    --bs-btn-color:var(--bs-link-color);
    --bs-btn-bg:transparent;
    --bs-btn-border-color:transparent;
    --bs-btn-hover-color:var(--bs-link-hover-color);
    --bs-btn-hover-border-color:transparent;
    --bs-btn-active-color:var(--bs-link-hover-color);
    --bs-btn-active-border-color:transparent;
    --bs-btn-disabled-color:#666;
    --bs-btn-disabled-border-color:transparent;
    --bs-btn-box-shadow:none;
    --bs-btn-focus-shadow-rgb:217,172,25;
    text-decoration:none
}
.btn-link:focus-visible{
    color:var(--bs-btn-color)
}
.btn-link:hover{
    color:var(--bs-btn-hover-color)
}
.btn-group-lg>.btn,.btn-lg{
    --bs-btn-padding-y:17px 30px;
    --bs-btn-padding-x:19px;
    --bs-btn-font-size:0.9375rem;
    --bs-btn-border-radius:35px
}
.btn-group-sm>.btn,.btn-sm{
    --bs-btn-padding-y:10px;
    --bs-btn-padding-x:30px;
    --bs-btn-font-size:1.125rem;
    --bs-btn-border-radius:35px
}
.fade{
    transition:opacity 0.15s linear
}
@media (prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    height:0;
    overflow:hidden;
    transition:height 0.35s ease
}
@media (prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}
.collapsing.collapse-horizontal{
    width:0;
    height:auto;
    transition:width 0.35s ease
}
@media (prefers-reduced-motion:reduce){
    .collapsing.collapse-horizontal{
        transition:none
    }
}
.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle:after{
    display:inline-block;
    margin-left:0.255em;
    vertical-align:0.255em;
    content:"";
    border-top:0.3em solid;
    border-right:0.3em solid transparent;
    border-bottom:0;
    border-left:0.3em solid transparent
}
.dropdown-toggle:empty:after{
    margin-left:0
}
.dropdown-menu{
    --bs-dropdown-zindex:1000;
    --bs-dropdown-min-width:10rem;
    --bs-dropdown-padding-x:0;
    --bs-dropdown-padding-y:0.5rem;
    --bs-dropdown-spacer:0.125rem;
    --bs-dropdown-font-size:1rem;
    --bs-dropdown-color:#2c2c2c;
    --bs-dropdown-bg:#fff;
    --bs-dropdown-border-color:var(--bs-border-color-translucent);
    --bs-dropdown-border-radius:10px;
    --bs-dropdown-border-width:1px;
    --bs-dropdown-inner-border-radius:9px;
    --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y:0.3125rem;
    --bs-dropdown-box-shadow:0 0.05rem 1.25rem rgba(0,0,0,0.12);
    --bs-dropdown-link-color:#2c2c2c;
    --bs-dropdown-link-hover-color:#282828;
    --bs-dropdown-link-hover-bg:#e9ecef;
    --bs-dropdown-link-active-color:#fff;
    --bs-dropdown-link-active-bg:#7d29e6;
    --bs-dropdown-link-disabled-color:#a7a7a7;
    --bs-dropdown-item-padding-x:0.625rem;
    --bs-dropdown-item-padding-y:0.15625rem;
    --bs-dropdown-header-color:#666;
    --bs-dropdown-header-padding-x:0.625rem;
    --bs-dropdown-header-padding-y:0.5rem;
    position:absolute;
    z-index:var(--bs-dropdown-zindex);
    display:none;
    min-width:var(--bs-dropdown-min-width);
    padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin:0;
    font-size:var(--bs-dropdown-font-size);
    color:var(--bs-dropdown-color);
    text-align:left;
    list-style:none;
    background-color:var(--bs-dropdown-bg);
    background-clip:padding-box;
    border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius:var(--bs-dropdown-border-radius)
}
.dropdown-menu[data-bs-popper]{
    top:100%;
    left:0;
    margin-top:var(--bs-dropdown-spacer)
}
.dropdown-menu-start{
    --bs-position:start
}
.dropdown-menu-start[data-bs-popper]{
    right:auto;
    left:0
}
.dropdown-menu-end{
    --bs-position:end
}
.dropdown-menu-end[data-bs-popper]{
    right:0;
    left:auto
}
@media (min-width:576px){
    .dropdown-menu-sm-start{
        --bs-position:start
    }
    .dropdown-menu-sm-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-sm-end{
        --bs-position:end
    }
    .dropdown-menu-sm-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:768px){
    .dropdown-menu-md-start{
        --bs-position:start
    }
    .dropdown-menu-md-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-md-end{
        --bs-position:end
    }
    .dropdown-menu-md-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:992px){
    .dropdown-menu-lg-start{
        --bs-position:start
    }
    .dropdown-menu-lg-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-lg-end{
        --bs-position:end
    }
    .dropdown-menu-lg-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:1200px){
    .dropdown-menu-xl-start{
        --bs-position:start
    }
    .dropdown-menu-xl-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-xl-end{
        --bs-position:end
    }
    .dropdown-menu-xl-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:1375px){
    .dropdown-menu-xxl-start{
        --bs-position:start
    }
    .dropdown-menu-xxl-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-xxl-end{
        --bs-position:end
    }
    .dropdown-menu-xxl-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
@media (min-width:1550px){
    .dropdown-menu-xxxl-start{
        --bs-position:start
    }
    .dropdown-menu-xxxl-start[data-bs-popper]{
        right:auto;
        left:0
    }
    .dropdown-menu-xxxl-end{
        --bs-position:end
    }
    .dropdown-menu-xxxl-end[data-bs-popper]{
        right:0;
        left:auto
    }
}
.dropup .dropdown-menu[data-bs-popper]{
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:var(--bs-dropdown-spacer)
}
.dropup .dropdown-toggle:after{
    display:inline-block;
    margin-left:0.255em;
    vertical-align:0.255em;
    content:"";
    border-top:0;
    border-right:0.3em solid transparent;
    border-bottom:0.3em solid;
    border-left:0.3em solid transparent
}
.dropup .dropdown-toggle:empty:after{
    margin-left:0
}
.dropend .dropdown-menu[data-bs-popper]{
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:var(--bs-dropdown-spacer)
}
.dropend .dropdown-toggle:after{
    display:inline-block;
    margin-left:0.255em;
    vertical-align:0.255em;
    content:"";
    border-top:0.3em solid transparent;
    border-right:0;
    border-bottom:0.3em solid transparent;
    border-left:0.3em solid
}
.dropend .dropdown-toggle:empty:after{
    margin-left:0
}
.dropend .dropdown-toggle:after{
    vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper]{
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:var(--bs-dropdown-spacer)
}
.dropstart .dropdown-toggle:after{
    display:inline-block;
    margin-left:0.255em;
    vertical-align:0.255em;
    content:""
}
.dropstart .dropdown-toggle:after{
    display:none
}
.dropstart .dropdown-toggle:before{
    display:inline-block;
    margin-right:0.255em;
    vertical-align:0.255em;
    content:"";
    border-top:0.3em solid transparent;
    border-right:0.3em solid;
    border-bottom:0.3em solid transparent
}
.dropstart .dropdown-toggle:empty:after{
    margin-left:0
}
.dropstart .dropdown-toggle:before{
    vertical-align:0
}
.dropdown-divider{
    height:0;
    margin:var(--bs-dropdown-divider-margin-y) 0;
    overflow:hidden;
    border-top:1px solid var(--bs-dropdown-divider-bg);
    opacity:1
}
.dropdown-item{
    display:block;
    width:100%;
    padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear:both;
    font-weight:400;
    color:var(--bs-dropdown-link-color);
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:focus,.dropdown-item:hover{
    color:var(--bs-dropdown-link-hover-color);
    background-color:var(--bs-dropdown-link-hover-bg)
}
.dropdown-item.active,.dropdown-item:active{
    color:var(--bs-dropdown-link-active-color);
    text-decoration:none;
    background-color:var(--bs-dropdown-link-active-bg)
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:var(--bs-dropdown-link-disabled-color);
    pointer-events:none;
    background-color:transparent
}
.dropdown-menu.show{
    display:block
}
.dropdown-header{
    display:block;
    padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom:0;
    font-size:0.875rem;
    color:var(--bs-dropdown-header-color);
    white-space:nowrap
}
.dropdown-item-text{
    display:block;
    padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color:var(--bs-dropdown-link-color)
}
.dropdown-menu-dark{
    --bs-dropdown-color:#dee2e6;
    --bs-dropdown-bg:#343a40;
    --bs-dropdown-border-color:var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:none;
    --bs-dropdown-link-color:#dee2e6;
    --bs-dropdown-link-hover-color:#fff;
    --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg:rgba(255,255,255,0.15);
    --bs-dropdown-link-active-color:#fff;
    --bs-dropdown-link-active-bg:#7d29e6;
    --bs-dropdown-link-disabled-color:#a7a7a7;
    --bs-dropdown-header-color:#a7a7a7
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-flex;
    vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:1
}
.btn-toolbar{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.btn-group{
    border-radius:35px
}
.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{
    margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.dropdown-toggle-split{
    padding-right:34.5px;
    padding-left:34.5px
}
.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{
    margin-left:0
}
.dropstart .dropdown-toggle-split:before{
    margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
    padding-right:22.5px;
    padding-left:22.5px
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
    padding-right:14.25px;
    padding-left:14.25px
}
.btn-group-vertical{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
    width:100%
}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){
    margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav{
    --bs-nav-link-padding-x:1rem;
    --bs-nav-link-padding-y:0.5rem;
    --bs-nav-link-font-weight:normal;
    --bs-nav-link-color:var(--bs-link-color);
    --bs-nav-link-hover-color:var(--bs-link-hover-color);
    --bs-nav-link-disabled-color:#666;
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size:var(--bs-nav-link-font-size);
    font-weight:var(--bs-nav-link-font-weight);
    color:var(--bs-nav-link-color);
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .nav-link{
        transition:none
    }
}
.nav-link:focus,.nav-link:hover{
    color:var(--bs-nav-link-hover-color)
}
.nav-link.disabled{
    color:var(--bs-nav-link-disabled-color);
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    --bs-nav-tabs-border-width:1px;
    --bs-nav-tabs-border-color:#dee2e6;
    --bs-nav-tabs-border-radius:35px;
    --bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color:#495057;
    --bs-nav-tabs-link-active-bg:#fff;
    --bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;
    border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}
.nav-tabs .nav-link{
    margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));
    background:none;
    border:var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius:var(--bs-nav-tabs-border-radius);
    border-top-right-radius:var(--bs-nav-tabs-border-radius)
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    isolation:isolate;
    border-color:var(--bs-nav-tabs-link-hover-border-color)
}
.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{
    color:var(--bs-nav-link-disabled-color);
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:var(--bs-nav-tabs-link-active-color);
    background-color:var(--bs-nav-tabs-link-active-bg);
    border-color:var(--bs-nav-tabs-link-active-border-color)
}
.nav-tabs .dropdown-menu{
    margin-top:calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills{
    --bs-nav-pills-border-radius:35px;
    --bs-nav-pills-link-active-color:#fff;
    --bs-nav-pills-link-active-bg:#7d29e6
}
.nav-pills .nav-link{
    background:none;
    border:0;
    border-radius:var(--bs-nav-pills-border-radius)
}
.nav-pills .nav-link:disabled{
    color:var(--bs-nav-link-disabled-color);
    background-color:transparent;
    border-color:transparent
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:var(--bs-nav-pills-link-active-color);
    background-color:var(--bs-nav-pills-link-active-bg)
}
.nav-fill .nav-item,.nav-fill>.nav-link{
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{
    width:100%
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.breadcrumb{
    --bs-breadcrumb-padding-x:0;
    --bs-breadcrumb-padding-y:0;
    --bs-breadcrumb-margin-bottom:1rem;
    --bs-breadcrumb-font-size:inherit;
    --bs-breadcrumb-bg:transparent;
    --bs-breadcrumb-border-radius:inherit;
    --bs-breadcrumb-divider-color:#666;
    --bs-breadcrumb-item-padding-x:0.5rem;
    --bs-breadcrumb-item-active-color:#666;
    display:flex;
    flex-wrap:wrap;
    padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom:var(--bs-breadcrumb-margin-bottom);
    font-size:var(--bs-breadcrumb-font-size);
    list-style:none;
    background-color:var(--bs-breadcrumb-bg);
    border-radius:var(--bs-breadcrumb-border-radius)
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:var(--bs-breadcrumb-item-padding-x)
}
.breadcrumb-item+.breadcrumb-item:before{
    float:left;
    padding-right:var(--bs-breadcrumb-item-padding-x);
    color:var(--bs-breadcrumb-divider-color);
    content:var(--bs-breadcrumb-divider,"/")
}
.breadcrumb-item.active{
    color:var(--bs-breadcrumb-item-active-color)
}
.pagination{
    --bs-pagination-padding-x:0.75rem;
    --bs-pagination-padding-y:0.375rem;
    --bs-pagination-font-size:1rem;
    --bs-pagination-color:var(--bs-link-color);
    --bs-pagination-bg:#fff;
    --bs-pagination-border-width:1px;
    --bs-pagination-border-color:#dee2e6;
    --bs-pagination-border-radius:35px;
    --bs-pagination-hover-color:var(--bs-link-hover-color);
    --bs-pagination-hover-bg:#e9ecef;
    --bs-pagination-hover-border-color:#dee2e6;
    --bs-pagination-focus-color:var(--bs-link-hover-color);
    --bs-pagination-focus-bg:#e9ecef;
    --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(255,202,29,0.25);
    --bs-pagination-active-color:#fff;
    --bs-pagination-active-bg:#7d29e6;
    --bs-pagination-active-border-color:#7d29e6;
    --bs-pagination-disabled-color:#666;
    --bs-pagination-disabled-bg:#fff;
    --bs-pagination-disabled-border-color:#dee2e6;
    display:flex;
    padding-left:0;
    list-style:none
}
.page-link{
    position:relative;
    display:block;
    padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size:var(--bs-pagination-font-size);
    color:var(--bs-pagination-color);
    background-color:var(--bs-pagination-bg);
    border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .page-link{
        transition:none
    }
}
.page-link:hover{
    z-index:2;
    color:var(--bs-pagination-hover-color);
    background-color:var(--bs-pagination-hover-bg);
    border-color:var(--bs-pagination-hover-border-color)
}
.page-link:focus{
    z-index:3;
    color:var(--bs-pagination-focus-color);
    background-color:var(--bs-pagination-focus-bg);
    outline:0;
    box-shadow:var(--bs-pagination-focus-box-shadow)
}
.active>.page-link,.page-link.active{
    z-index:3;
    color:var(--bs-pagination-active-color);
    background-color:var(--bs-pagination-active-bg);
    border-color:var(--bs-pagination-active-border-color)
}
.disabled>.page-link,.page-link.disabled{
    color:var(--bs-pagination-disabled-color);
    pointer-events:none;
    background-color:var(--bs-pagination-disabled-bg);
    border-color:var(--bs-pagination-disabled-border-color)
}
.page-item:not(:first-child) .page-link{
    margin-left:-1px
}
.page-item:first-child .page-link{
    border-top-left-radius:var(--bs-pagination-border-radius);
    border-bottom-left-radius:var(--bs-pagination-border-radius)
}
.page-item:last-child .page-link{
    border-top-right-radius:var(--bs-pagination-border-radius);
    border-bottom-right-radius:var(--bs-pagination-border-radius)
}
.pagination-lg{
    --bs-pagination-padding-x:1.5rem;
    --bs-pagination-padding-y:0.75rem;
    --bs-pagination-font-size:1.25rem;
    --bs-pagination-border-radius:35px
}
.pagination-sm{
    --bs-pagination-padding-x:0.5rem;
    --bs-pagination-padding-y:0.25rem;
    --bs-pagination-font-size:0.875rem;
    --bs-pagination-border-radius:35px
}
@keyframes progress-bar-stripes{
    0%{
        background-position-x:8px
    }
}
.progress{
    --bs-progress-height:8px;
    --bs-progress-font-size:0.625rem;
    --bs-progress-bg:#f1f2f1;
    --bs-progress-border-radius:35px;
    --bs-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);
    --bs-progress-bar-color:#fff;
    --bs-progress-bar-bg:#7d29e6;
    --bs-progress-bar-transition:width 0.6s ease;
    display:flex;
    height:var(--bs-progress-height);
    overflow:hidden;
    font-size:var(--bs-progress-font-size);
    background-color:var(--bs-progress-bg);
    border-radius:var(--bs-progress-border-radius)
}
.progress-bar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    color:var(--bs-progress-bar-color);
    text-align:center;
    white-space:nowrap;
    background-color:var(--bs-progress-bar-bg);
    transition:var(--bs-progress-bar-transition)
}
@media (prefers-reduced-motion:reduce){
    .progress-bar{
        transition:none
    }
}
.progress-bar-striped{
    background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size:var(--bs-progress-height) var(--bs-progress-height)
}
.progress-bar-animated{
    animation:1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce){
    .progress-bar-animated{
        animation:none
    }
}
.btn-close{
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:0.25em 0.25em;
    color:#000;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border:0;
    border-radius:35px;
    opacity:0.5
}
.btn-close:hover{
    color:#000;
    text-decoration:none;
    opacity:0.75
}
.btn-close:focus{
    outline:0;
    box-shadow:0 0 0 0.25rem rgba(255,202,29,0.25);
    opacity:1
}
.btn-close.disabled,.btn-close:disabled{
    pointer-events:none;
    user-select:none;
    opacity:0.25
}
.btn-close-white{
    filter:invert(1) grayscale(100%) brightness(200%)
}
.placeholder{
    display:inline-block;
    min-height:1em;
    vertical-align:middle;
    cursor:wait;
    background-color:currentcolor;
    opacity:0.5
}
.placeholder.btn:before{
    display:inline-block;
    content:""
}
.placeholder-xs{
    min-height:0.6em
}
.placeholder-sm{
    min-height:0.8em
}
.placeholder-lg{
    min-height:1.2em
}
.placeholder-glow .placeholder{
    animation:placeholder-glow 2s ease-in-out infinite
}
@keyframes placeholder-glow{
    50%{
        opacity:0.2
    }
}
.placeholder-wave{
    mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    mask-size:200% 100%;
    animation:placeholder-wave 2s linear infinite
}
@keyframes placeholder-wave{
    to{
        mask-position:-200% 0%
    }
}
.clearfix:after{
    display:block;
    clear:both;
    content:""
}
.text-bg-primary{
    color:#000!important;
    background-color:RGBA(255,202,29,var(--bs-bg-opacity,1))!important
}
.text-bg-secondary{
    color:#fff!important;
    background-color:RGBA(34,3,137,var(--bs-bg-opacity,1))!important
}
.text-bg-success{
    color:#fff!important;
    background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important
}
.text-bg-info{
    color:#000!important;
    background-color:RGBA(33,229,198,var(--bs-bg-opacity,1))!important
}
.text-bg-warning{
    color:#000!important;
    background-color:RGBA(255,202,29,var(--bs-bg-opacity,1))!important
}
.text-bg-danger{
    color:#fff!important;
    background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important
}
.text-bg-blue{
    color:#fff!important;
    background-color:RGBA(34,3,137,var(--bs-bg-opacity,1))!important
}
.text-bg-light{
    color:#000!important;
    background-color:RGBA(241,241,241,var(--bs-bg-opacity,1))!important
}
.text-bg-dark{
    color:#fff!important;
    background-color:RGBA(44,44,44,var(--bs-bg-opacity,1))!important
}
.text-bg-light-gray{
    color:#000!important;
    background-color:RGBA(245,245,245,var(--bs-bg-opacity,1))!important
}
.text-bg-blue-dark{
    color:#fff!important;
    background-color:RGBA(13,0,53,var(--bs-bg-opacity,1))!important
}
.text-bg-blue-darker{
    color:#fff!important;
    background-color:RGBA(10,0,38,var(--bs-bg-opacity,1))!important
}
.text-bg-green{
    color:#000!important;
    background-color:RGBA(32,202,111,var(--bs-bg-opacity,1))!important
}
.text-bg-dark-green{
    color:#fff!important;
    background-color:RGBA(32,56,24,var(--bs-bg-opacity,1))!important
}
.text-bg-dark-yellow{
    color:#000!important;
    background-color:RGBA(249,171,0,var(--bs-bg-opacity,1))!important
}
.text-bg-dark-blue{
    color:#fff!important;
    background-color:RGBA(37,28,85,var(--bs-bg-opacity,1))!important
}
.text-bg-gray-alt{
    color:#000!important;
    background-color:RGBA(214,214,214,var(--bs-bg-opacity,1))!important
}
.text-bg-lt-yellow{
    color:#000!important;
    background-color:RGBA(213,254,104,var(--bs-bg-opacity,1))!important
}
.text-bg-light-sky{
    color:#000!important;
    background-color:RGBA(239,246,243,var(--bs-bg-opacity,1))!important
}
.text-bg-orange{
    color:#000!important;
    background-color:RGBA(254,116,32,var(--bs-bg-opacity,1))!important
}
.text-bg-gray-darker{
    color:#fff!important;
    background-color:RGBA(24,24,24,var(--bs-bg-opacity,1))!important
}
.text-bg-brown{
    color:#000!important;
    background-color:RGBA(230,111,59,var(--bs-bg-opacity,1))!important
}
.text-bg-light-yellow{
    color:#000!important;
    background-color:RGBA(255,240,157,var(--bs-bg-opacity,1))!important
}
.link-primary{
    color:#7d29e6!important
}
.link-primary:focus,.link-primary:hover{
    color:#ffdf77!important
}
.link-secondary{
    color:#220389!important
}
.link-secondary:focus,.link-secondary:hover{
    color:#140252!important
}
.link-success{
    color:#198754!important
}
.link-success:focus,.link-success:hover{
    color:#0f5132!important
}
.link-info{
    color:#21e5c6!important
}
.link-info:focus,.link-info:hover{
    color:#7aefdd!important
}
.link-warning{
    color:#7d29e6!important
}
.link-warning:focus,.link-warning:hover{
    color:#ffdf77!important
}
.link-danger{
    color:#dc3545!important
}
.link-danger:focus,.link-danger:hover{
    color:#842029!important
}
.link-blue{
    color:#220389!important
}
.link-blue:focus,.link-blue:hover{
    color:#140252!important
}
.link-light{
    color:#f1f1f1!important
}
.link-light:focus,.link-light:hover{
    color:#f7f7f7!important
}
.link-dark{
    color:#2c2c2c!important
}
.link-dark:focus,.link-dark:hover{
    color:#1a1a1a!important
}
.link-light-gray{
    color:#f5f5f5!important
}
.link-light-gray:focus,.link-light-gray:hover{
    color:#f9f9f9!important
}
.link-blue-dark{
    color:#0d0035!important
}
.link-blue-dark:focus,.link-blue-dark:hover{
    color:#080020!important
}
.link-blue-darker{
    color:#0a0026!important
}
.link-blue-darker:focus,.link-blue-darker:hover{
    color:#060017!important
}
.link-green{
    color:#20ca6f!important
}
.link-green:focus,.link-green:hover{
    color:#79dfa9!important
}
.link-dark-green{
    color:#203818!important
}
.link-dark-green:focus,.link-dark-green:hover{
    color:#13220e!important
}
.link-dark-yellow{
    color:#f9ab00!important
}
.link-dark-yellow:focus,.link-dark-yellow:hover{
    color:#fbcd66!important
}
.link-dark-blue{
    color:#251c55!important
}
.link-dark-blue:focus,.link-dark-blue:hover{
    color:#161133!important
}
.link-gray-alt{
    color:#d6d6d6!important
}
.link-gray-alt:focus,.link-gray-alt:hover{
    color:#e6e6e6!important
}
.link-lt-yellow{
    color:#d5fe68!important
}
.link-lt-yellow:focus,.link-lt-yellow:hover{
    color:#e6fea4!important
}
.link-light-sky{
    color:#eff6f3!important
}
.link-light-sky:focus,.link-light-sky:hover{
    color:#f5faf8!important
}
.link-orange{
    color:#fe7420!important
}
.link-orange:focus,.link-orange:hover{
    color:#feac79!important
}
.link-gray-darker{
    color:#181818!important
}
.link-gray-darker:focus,.link-gray-darker:hover{
    color:#0e0e0e!important
}
.link-brown{
    color:#e66f3b!important
}
.link-brown:focus,.link-brown:hover{
    color:#f0a989!important
}
.link-light-yellow{
    color:#fff09d!important
}
.link-light-yellow:focus,.link-light-yellow:hover{
    color:#fff6c4!important
}
.ratio{
    position:relative;
    width:100%
}
.ratio:before{
    display:block;
    padding-top:var(--bs-aspect-ratio);
    content:""
}
.ratio>*{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.ratio-1x1{
    --bs-aspect-ratio:100%
}
.ratio-4x3{
    --bs-aspect-ratio:75%
}
.ratio-16x9{
    --bs-aspect-ratio:56.25%
}
.ratio-21x9{
    --bs-aspect-ratio:42.8571428571%
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030
}
.sticky-top{
    position:sticky;
    top:0;
    z-index:1020
}
.sticky-bottom{
    position:sticky;
    bottom:0;
    z-index:1020
}
@media (min-width:576px){
    .sticky-sm-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-sm-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
@media (min-width:768px){
    .sticky-md-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-md-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
@media (min-width:992px){
    .sticky-lg-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-lg-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
@media (min-width:1200px){
    .sticky-xl-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-xl-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
@media (min-width:1375px){
    .sticky-xxl-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-xxl-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
@media (min-width:1550px){
    .sticky-xxxl-top{
        position:sticky;
        top:0;
        z-index:1020
    }
    .sticky-xxxl-bottom{
        position:sticky;
        bottom:0;
        z-index:1020
    }
}
.hstack{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-self:stretch
}
.vstack{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    align-self:stretch
}
.visually-hidden,.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
}
.stretched-link:after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    content:""
}
.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.vr{
    display:inline-block;
    align-self:stretch;
    width:1px;
    min-height:1em;
    background-color:currentcolor;
    opacity:0.25
}
.align-baseline{
    vertical-align:baseline!important
}
.align-top{
    vertical-align:top!important
}
.align-middle{
    vertical-align:middle!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.float-start{
    float:left!important
}
.float-end{
    float:right!important
}
.float-none{
    float:none!important
}
.opacity-0{
    opacity:0!important
}
.opacity-25{
    opacity:0.25!important
}
.opacity-50{
    opacity:0.5!important
}
.opacity-75{
    opacity:0.75!important
}
.opacity-100{
    opacity:1!important
}
.overflow-auto{
    overflow:auto!important
}
.overflow-hidden{
    overflow:hidden!important
}
.overflow-visible{
    overflow:visible!important
}
.overflow-scroll{
    overflow:scroll!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-grid{
    display:grid!important
}
.d-table{
    display:table!important
}
.d-table-row{
    display:table-row!important
}
.d-table-cell{
    display:table-cell!important
}
.d-flex{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
.d-none{
    display:none!important
}
.shadow{
    box-shadow:0 0.05rem 1.25rem rgba(0,0,0,0.12)!important
}
.shadow-sm{
    box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)!important
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(0,0,0,0.175)!important
}
.shadow-none{
    box-shadow:none!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:sticky!important
}
.top-0{
    top:0!important
}
.top-50{
    top:50%!important
}
.top-100{
    top:100%!important
}
.bottom-0{
    bottom:0!important
}
.bottom-50{
    bottom:50%!important
}
.bottom-100{
    bottom:100%!important
}
.start-0{
    left:0!important
}
.start-50{
    left:50%!important
}
.start-100{
    left:100%!important
}
.end-0{
    right:0!important
}
.end-50{
    right:50%!important
}
.end-100{
    right:100%!important
}
.translate-middle{
    transform:translate(-50%,-50%)!important
}
.translate-middle-x{
    transform:translateX(-50%)!important
}
.translate-middle-y{
    transform:translateY(-50%)!important
}
.border{
    border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}
.border-0{
    border:0!important
}
.border-top{
    border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}
.border-top-0{
    border-top:0!important
}
.border-end{
    border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}
.border-end-0{
    border-right:0!important
}
.border-bottom{
    border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}
.border-bottom-0{
    border-bottom:0!important
}
.border-start{
    border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}
.border-start-0{
    border-left:0!important
}
.border-primary{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}
.border-secondary{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}
.border-success{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}
.border-info{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}
.border-warning{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}
.border-danger{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}
.border-blue{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-blue-rgb),var(--bs-border-opacity))!important
}
.border-light{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}
.border-dark{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}
.border-light-gray{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-light-gray-rgb),var(--bs-border-opacity))!important
}
.border-blue-dark{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-blue-dark-rgb),var(--bs-border-opacity))!important
}
.border-blue-darker{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-blue-darker-rgb),var(--bs-border-opacity))!important
}
.border-green{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-green-rgb),var(--bs-border-opacity))!important
}
.border-dark-green{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-dark-green-rgb),var(--bs-border-opacity))!important
}
.border-dark-yellow{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-dark-yellow-rgb),var(--bs-border-opacity))!important
}
.border-dark-blue{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-dark-blue-rgb),var(--bs-border-opacity))!important
}
.border-gray-alt{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-gray-alt-rgb),var(--bs-border-opacity))!important
}
.border-lt-yellow{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-lt-yellow-rgb),var(--bs-border-opacity))!important
}
.border-light-sky{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-light-sky-rgb),var(--bs-border-opacity))!important
}
.border-orange{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-orange-rgb),var(--bs-border-opacity))!important
}
.border-gray-darker{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-gray-darker-rgb),var(--bs-border-opacity))!important
}
.border-brown{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-brown-rgb),var(--bs-border-opacity))!important
}
.border-light-yellow{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-light-yellow-rgb),var(--bs-border-opacity))!important
}
.border-white{
    --bs-border-opacity:1;
    border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}
.border-1{
    --bs-border-width:1px
}
.border-2{
    --bs-border-width:2px
}
.border-3{
    --bs-border-width:3px
}
.border-4{
    --bs-border-width:4px
}
.border-5{
    --bs-border-width:5px
}
.border-opacity-10{
    --bs-border-opacity:0.1
}
.border-opacity-25{
    --bs-border-opacity:0.25
}
.border-opacity-50{
    --bs-border-opacity:0.5
}
.border-opacity-75{
    --bs-border-opacity:0.75
}
.border-opacity-100{
    --bs-border-opacity:1
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.w-auto{
    width:auto!important
}
.mw-100{
    max-width:100%!important
}
.vw-100{
    width:100vw!important
}
.min-vw-100{
    min-width:100vw!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.mh-100{
    max-height:100%!important
}
.vh-100{
    height:100vh!important
}
.min-vh-100{
    min-height:100vh!important
}
.flex-fill{
    flex:1 1 auto!important
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.flex-row-reverse{
    flex-direction:row-reverse!important
}
.flex-column-reverse{
    flex-direction:column-reverse!important
}
.flex-grow-0{
    flex-grow:0!important
}
.flex-grow-1{
    flex-grow:1!important
}
.flex-shrink-0{
    flex-shrink:0!important
}
.flex-shrink-1{
    flex-shrink:1!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.justify-content-around{
    justify-content:space-around!important
}
.justify-content-evenly{
    justify-content:space-evenly!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-end{
    align-items:flex-end!important
}
.align-items-center{
    align-items:center!important
}
.align-items-baseline{
    align-items:baseline!important
}
.align-items-stretch{
    align-items:stretch!important
}
.align-content-start{
    align-content:flex-start!important
}
.align-content-end{
    align-content:flex-end!important
}
.align-content-center{
    align-content:center!important
}
.align-content-between{
    align-content:space-between!important
}
.align-content-around{
    align-content:space-around!important
}
.align-content-stretch{
    align-content:stretch!important
}
.align-self-auto{
    align-self:auto!important
}
.align-self-start{
    align-self:flex-start!important
}
.align-self-end{
    align-self:flex-end!important
}
.align-self-center{
    align-self:center!important
}
.align-self-baseline{
    align-self:baseline!important
}
.align-self-stretch{
    align-self:stretch!important
}
.order-first{
    order:-1!important
}
.order-0{
    order:0!important
}
.order-1{
    order:1!important
}
.order-2{
    order:2!important
}
.order-3{
    order:3!important
}
.order-4{
    order:4!important
}
.order-5{
    order:5!important
}
.order-last{
    order:6!important
}
.m-0{
    margin:0!important
}
.m-5{
    margin:0.3125rem!important
}
.m-10{
    margin:0.625rem!important
}
.m-15{
    margin:0.9375rem!important
}
.m-20{
    margin:1.25rem!important
}
.m-25{
    margin:1.5625rem!important
}
.m-30{
    margin:1.875rem!important
}
.m-35{
    margin:2.1875rem!important
}
.m-40{
    margin:2.5rem!important
}
.m-45{
    margin:2.8125rem!important
}
.m-50{
    margin:3.125rem!important
}
.m-55{
    margin:3.4375rem!important
}
.m-60{
    margin:3.75rem!important
}
.m-65{
    margin:4.0625rem!important
}
.m-70{
    margin:4.375rem!important
}
.m-75{
    margin:4.6875rem!important
}
.m-80{
    margin:5rem!important
}
.m-85{
    margin:5.3125rem!important
}
.m-90{
    margin:5.625rem!important
}
.m-95{
    margin:5.9375rem!important
}
.m-100{
    margin:6.25rem!important
}
.m-105{
    margin:6.5625rem!important
}
.m-110{
    margin:6.875rem!important
}
.m-115{
    margin:7.1875rem!important
}
.m-120{
    margin:7.5rem!important
}
.m-125{
    margin:7.8125rem!important
}
.m-130{
    margin:8.125rem!important
}
.m-135{
    margin:8.4375rem!important
}
.m-140{
    margin:8.75rem!important
}
.m-145{
    margin:9.0625rem!important
}
.m-150{
    margin:9.375rem!important
}
.m-155{
    margin:9.6875rem!important
}
.m-160{
    margin:10rem!important
}
.m-165{
    margin:10.3125rem!important
}
.m-170{
    margin:10.625rem!important
}
.m-175{
    margin:10.9375rem!important
}
.m-180{
    margin:11.25rem!important
}
.m-185{
    margin:11.5625rem!important
}
.m-190{
    margin:11.875rem!important
}
.m-195{
    margin:12.1875rem!important
}
.m-200{
    margin:12.5rem!important
}
.m-205{
    margin:12.8125rem!important
}
.m-210{
    margin:13.125rem!important
}
.m-215{
    margin:13.4375rem!important
}
.m-220{
    margin:13.75rem!important
}
.m-225{
    margin:14.0625rem!important
}
.m-230{
    margin:14.375rem!important
}
.m-235{
    margin:14.6875rem!important
}
.m-240{
    margin:15rem!important
}
.m-245{
    margin:15.3125rem!important
}
.m-250{
    margin:15.625rem!important
}
.m-auto{
    margin:auto!important
}
.mx-0{
    margin-right:0!important;
    margin-left:0!important
}
.mx-5{
    margin-right:0.3125rem!important;
    margin-left:0.3125rem!important
}
.mx-10{
    margin-right:0.625rem!important;
    margin-left:0.625rem!important
}
.mx-15{
    margin-right:0.9375rem!important;
    margin-left:0.9375rem!important
}
.mx-20{
    margin-right:1.25rem!important;
    margin-left:1.25rem!important
}
.mx-25{
    margin-right:1.5625rem!important;
    margin-left:1.5625rem!important
}
.mx-30{
    margin-right:1.875rem!important;
    margin-left:1.875rem!important
}
.mx-35{
    margin-right:2.1875rem!important;
    margin-left:2.1875rem!important
}
.mx-40{
    margin-right:2.5rem!important;
    margin-left:2.5rem!important
}
.mx-45{
    margin-right:2.8125rem!important;
    margin-left:2.8125rem!important
}
.mx-50{
    margin-right:3.125rem!important;
    margin-left:3.125rem!important
}
.mx-55{
    margin-right:3.4375rem!important;
    margin-left:3.4375rem!important
}
.mx-60{
    margin-right:3.75rem!important;
    margin-left:3.75rem!important
}
.mx-65{
    margin-right:4.0625rem!important;
    margin-left:4.0625rem!important
}
.mx-70{
    margin-right:4.375rem!important;
    margin-left:4.375rem!important
}
.mx-75{
    margin-right:4.6875rem!important;
    margin-left:4.6875rem!important
}
.mx-80{
    margin-right:5rem!important;
    margin-left:5rem!important
}
.mx-85{
    margin-right:5.3125rem!important;
    margin-left:5.3125rem!important
}
.mx-90{
    margin-right:5.625rem!important;
    margin-left:5.625rem!important
}
.mx-95{
    margin-right:5.9375rem!important;
    margin-left:5.9375rem!important
}
.mx-100{
    margin-right:6.25rem!important;
    margin-left:6.25rem!important
}
.mx-105{
    margin-right:6.5625rem!important;
    margin-left:6.5625rem!important
}
.mx-110{
    margin-right:6.875rem!important;
    margin-left:6.875rem!important
}
.mx-115{
    margin-right:7.1875rem!important;
    margin-left:7.1875rem!important
}
.mx-120{
    margin-right:7.5rem!important;
    margin-left:7.5rem!important
}
.mx-125{
    margin-right:7.8125rem!important;
    margin-left:7.8125rem!important
}
.mx-130{
    margin-right:8.125rem!important;
    margin-left:8.125rem!important
}
.mx-135{
    margin-right:8.4375rem!important;
    margin-left:8.4375rem!important
}
.mx-140{
    margin-right:8.75rem!important;
    margin-left:8.75rem!important
}
.mx-145{
    margin-right:9.0625rem!important;
    margin-left:9.0625rem!important
}
.mx-150{
    margin-right:9.375rem!important;
    margin-left:9.375rem!important
}
.mx-155{
    margin-right:9.6875rem!important;
    margin-left:9.6875rem!important
}
.mx-160{
    margin-right:10rem!important;
    margin-left:10rem!important
}
.mx-165{
    margin-right:10.3125rem!important;
    margin-left:10.3125rem!important
}
.mx-170{
    margin-right:10.625rem!important;
    margin-left:10.625rem!important
}
.mx-175{
    margin-right:10.9375rem!important;
    margin-left:10.9375rem!important
}
.mx-180{
    margin-right:11.25rem!important;
    margin-left:11.25rem!important
}
.mx-185{
    margin-right:11.5625rem!important;
    margin-left:11.5625rem!important
}
.mx-190{
    margin-right:11.875rem!important;
    margin-left:11.875rem!important
}
.mx-195{
    margin-right:12.1875rem!important;
    margin-left:12.1875rem!important
}
.mx-200{
    margin-right:12.5rem!important;
    margin-left:12.5rem!important
}
.mx-205{
    margin-right:12.8125rem!important;
    margin-left:12.8125rem!important
}
.mx-210{
    margin-right:13.125rem!important;
    margin-left:13.125rem!important
}
.mx-215{
    margin-right:13.4375rem!important;
    margin-left:13.4375rem!important
}
.mx-220{
    margin-right:13.75rem!important;
    margin-left:13.75rem!important
}
.mx-225{
    margin-right:14.0625rem!important;
    margin-left:14.0625rem!important
}
.mx-230{
    margin-right:14.375rem!important;
    margin-left:14.375rem!important
}
.mx-235{
    margin-right:14.6875rem!important;
    margin-left:14.6875rem!important
}
.mx-240{
    margin-right:15rem!important;
    margin-left:15rem!important
}
.mx-245{
    margin-right:15.3125rem!important;
    margin-left:15.3125rem!important
}
.mx-250{
    margin-right:15.625rem!important;
    margin-left:15.625rem!important
}
.mx-auto{
    margin-right:auto!important;
    margin-left:auto!important
}
.my-0{
    margin-top:0!important;
    margin-bottom:0!important
}
.my-5{
    margin-top:0.3125rem!important;
    margin-bottom:0.3125rem!important
}
.my-10{
    margin-top:0.625rem!important;
    margin-bottom:0.625rem!important
}
.my-15{
    margin-top:0.9375rem!important;
    margin-bottom:0.9375rem!important
}
.my-20{
    margin-top:1.25rem!important;
    margin-bottom:1.25rem!important
}
.my-25{
    margin-top:1.5625rem!important;
    margin-bottom:1.5625rem!important
}
.my-30{
    margin-top:1.875rem!important;
    margin-bottom:1.875rem!important
}
.my-35{
    margin-top:2.1875rem!important;
    margin-bottom:2.1875rem!important
}
.my-40{
    margin-top:2.5rem!important;
    margin-bottom:2.5rem!important
}
.my-45{
    margin-top:2.8125rem!important;
    margin-bottom:2.8125rem!important
}
.my-50{
    margin-top:3.125rem!important;
    margin-bottom:3.125rem!important
}
.my-55{
    margin-top:3.4375rem!important;
    margin-bottom:3.4375rem!important
}
.my-60{
    margin-top:3.75rem!important;
    margin-bottom:3.75rem!important
}
.my-65{
    margin-top:4.0625rem!important;
    margin-bottom:4.0625rem!important
}
.my-70{
    margin-top:4.375rem!important;
    margin-bottom:4.375rem!important
}
.my-75{
    margin-top:4.6875rem!important;
    margin-bottom:4.6875rem!important
}
.my-80{
    margin-top:5rem!important;
    margin-bottom:5rem!important
}
.my-85{
    margin-top:5.3125rem!important;
    margin-bottom:5.3125rem!important
}
.my-90{
    margin-top:5.625rem!important;
    margin-bottom:5.625rem!important
}
.my-95{
    margin-top:5.9375rem!important;
    margin-bottom:5.9375rem!important
}
.my-100{
    margin-top:6.25rem!important;
    margin-bottom:6.25rem!important
}
.my-105{
    margin-top:6.5625rem!important;
    margin-bottom:6.5625rem!important
}
.my-110{
    margin-top:6.875rem!important;
    margin-bottom:6.875rem!important
}
.my-115{
    margin-top:7.1875rem!important;
    margin-bottom:7.1875rem!important
}
.my-120{
    margin-top:7.5rem!important;
    margin-bottom:7.5rem!important
}
.my-125{
    margin-top:7.8125rem!important;
    margin-bottom:7.8125rem!important
}
.my-130{
    margin-top:8.125rem!important;
    margin-bottom:8.125rem!important
}
.my-135{
    margin-top:8.4375rem!important;
    margin-bottom:8.4375rem!important
}
.my-140{
    margin-top:8.75rem!important;
    margin-bottom:8.75rem!important
}
.my-145{
    margin-top:9.0625rem!important;
    margin-bottom:9.0625rem!important
}
.my-150{
    margin-top:9.375rem!important;
    margin-bottom:9.375rem!important
}
.my-155{
    margin-top:9.6875rem!important;
    margin-bottom:9.6875rem!important
}
.my-160{
    margin-top:10rem!important;
    margin-bottom:10rem!important
}
.my-165{
    margin-top:10.3125rem!important;
    margin-bottom:10.3125rem!important
}
.my-170{
    margin-top:10.625rem!important;
    margin-bottom:10.625rem!important
}
.my-175{
    margin-top:10.9375rem!important;
    margin-bottom:10.9375rem!important
}
.my-180{
    margin-top:11.25rem!important;
    margin-bottom:11.25rem!important
}
.my-185{
    margin-top:11.5625rem!important;
    margin-bottom:11.5625rem!important
}
.my-190{
    margin-top:11.875rem!important;
    margin-bottom:11.875rem!important
}
.my-195{
    margin-top:12.1875rem!important;
    margin-bottom:12.1875rem!important
}
.my-200{
    margin-top:12.5rem!important;
    margin-bottom:12.5rem!important
}
.my-205{
    margin-top:12.8125rem!important;
    margin-bottom:12.8125rem!important
}
.my-210{
    margin-top:13.125rem!important;
    margin-bottom:13.125rem!important
}
.my-215{
    margin-top:13.4375rem!important;
    margin-bottom:13.4375rem!important
}
.my-220{
    margin-top:13.75rem!important;
    margin-bottom:13.75rem!important
}
.my-225{
    margin-top:14.0625rem!important;
    margin-bottom:14.0625rem!important
}
.my-230{
    margin-top:14.375rem!important;
    margin-bottom:14.375rem!important
}
.my-235{
    margin-top:14.6875rem!important;
    margin-bottom:14.6875rem!important
}
.my-240{
    margin-top:15rem!important;
    margin-bottom:15rem!important
}
.my-245{
    margin-top:15.3125rem!important;
    margin-bottom:15.3125rem!important
}
.my-250{
    margin-top:15.625rem!important;
    margin-bottom:15.625rem!important
}
.my-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
}
.mt-0{
    margin-top:0!important
}
.mt-5{
    margin-top:0.3125rem!important
}
.mt-10{
    margin-top:0.625rem!important
}
.mt-15{
    margin-top:0.9375rem!important
}
.mt-20{
    margin-top:1.25rem!important
}
.mt-25{
    margin-top:1.5625rem!important
}
.mt-30{
    margin-top:1.875rem!important
}
.mt-35{
    margin-top:2.1875rem!important
}
.mt-40{
    margin-top:2.5rem!important
}
.mt-45{
    margin-top:2.8125rem!important
}
.mt-50{
    margin-top:3.125rem!important
}
.mt-55{
    margin-top:3.4375rem!important
}
.mt-60{
    margin-top:3.75rem!important
}
.mt-65{
    margin-top:4.0625rem!important
}
.mt-70{
    margin-top:4.375rem!important
}
.mt-75{
    margin-top:4.6875rem!important
}
.mt-80{
    margin-top:5rem!important
}
.mt-85{
    margin-top:5.3125rem!important
}
.mt-90{
    margin-top:5.625rem!important
}
.mt-95{
    margin-top:5.9375rem!important
}
.mt-100{
    margin-top:6.25rem!important
}
.mt-105{
    margin-top:6.5625rem!important
}
.mt-110{
    margin-top:6.875rem!important
}
.mt-115{
    margin-top:7.1875rem!important
}
.mt-120{
    margin-top:7.5rem!important
}
.mt-125{
    margin-top:7.8125rem!important
}
.mt-130{
    margin-top:8.125rem!important
}
.mt-135{
    margin-top:8.4375rem!important
}
.mt-140{
    margin-top:8.75rem!important
}
.mt-145{
    margin-top:9.0625rem!important
}
.mt-150{
    margin-top:9.375rem!important
}
.mt-155{
    margin-top:9.6875rem!important
}
.mt-160{
    margin-top:10rem!important
}
.mt-165{
    margin-top:10.3125rem!important
}
.mt-170{
    margin-top:10.625rem!important
}
.mt-175{
    margin-top:10.9375rem!important
}
.mt-180{
    margin-top:11.25rem!important
}
.mt-185{
    margin-top:11.5625rem!important
}
.mt-190{
    margin-top:11.875rem!important
}
.mt-195{
    margin-top:12.1875rem!important
}
.mt-200{
    margin-top:12.5rem!important
}
.mt-205{
    margin-top:12.8125rem!important
}
.mt-210{
    margin-top:13.125rem!important
}
.mt-215{
    margin-top:13.4375rem!important
}
.mt-220{
    margin-top:13.75rem!important
}
.mt-225{
    margin-top:14.0625rem!important
}
.mt-230{
    margin-top:14.375rem!important
}
.mt-235{
    margin-top:14.6875rem!important
}
.mt-240{
    margin-top:15rem!important
}
.mt-245{
    margin-top:15.3125rem!important
}
.mt-250{
    margin-top:15.625rem!important
}
.mt-auto{
    margin-top:auto!important
}
.me-0{
    margin-right:0!important
}
.me-5{
    margin-right:0.3125rem!important
}
.me-10{
    margin-right:0.625rem!important
}
.me-15{
    margin-right:0.9375rem!important
}
.me-20{
    margin-right:1.25rem!important
}
.me-25{
    margin-right:1.5625rem!important
}
.me-30{
    margin-right:1.875rem!important
}
.me-35{
    margin-right:2.1875rem!important
}
.me-40{
    margin-right:2.5rem!important
}
.me-45{
    margin-right:2.8125rem!important
}
.me-50{
    margin-right:3.125rem!important
}
.me-55{
    margin-right:3.4375rem!important
}
.me-60{
    margin-right:3.75rem!important
}
.me-65{
    margin-right:4.0625rem!important
}
.me-70{
    margin-right:4.375rem!important
}
.me-75{
    margin-right:4.6875rem!important
}
.me-80{
    margin-right:5rem!important
}
.me-85{
    margin-right:5.3125rem!important
}
.me-90{
    margin-right:5.625rem!important
}
.me-95{
    margin-right:5.9375rem!important
}
.me-100{
    margin-right:6.25rem!important
}
.me-105{
    margin-right:6.5625rem!important
}
.me-110{
    margin-right:6.875rem!important
}
.me-115{
    margin-right:7.1875rem!important
}
.me-120{
    margin-right:7.5rem!important
}
.me-125{
    margin-right:7.8125rem!important
}
.me-130{
    margin-right:8.125rem!important
}
.me-135{
    margin-right:8.4375rem!important
}
.me-140{
    margin-right:8.75rem!important
}
.me-145{
    margin-right:9.0625rem!important
}
.me-150{
    margin-right:9.375rem!important
}
.me-155{
    margin-right:9.6875rem!important
}
.me-160{
    margin-right:10rem!important
}
.me-165{
    margin-right:10.3125rem!important
}
.me-170{
    margin-right:10.625rem!important
}
.me-175{
    margin-right:10.9375rem!important
}
.me-180{
    margin-right:11.25rem!important
}
.me-185{
    margin-right:11.5625rem!important
}
.me-190{
    margin-right:11.875rem!important
}
.me-195{
    margin-right:12.1875rem!important
}
.me-200{
    margin-right:12.5rem!important
}
.me-205{
    margin-right:12.8125rem!important
}
.me-210{
    margin-right:13.125rem!important
}
.me-215{
    margin-right:13.4375rem!important
}
.me-220{
    margin-right:13.75rem!important
}
.me-225{
    margin-right:14.0625rem!important
}
.me-230{
    margin-right:14.375rem!important
}
.me-235{
    margin-right:14.6875rem!important
}
.me-240{
    margin-right:15rem!important
}
.me-245{
    margin-right:15.3125rem!important
}
.me-250{
    margin-right:15.625rem!important
}
.me-auto{
    margin-right:auto!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-5{
    margin-bottom:0.3125rem!important
}
.mb-10{
    margin-bottom:0.625rem!important
}
.mb-15{
    margin-bottom:0.9375rem!important
}
.mb-20{
    margin-bottom:1.25rem!important
}
.mb-25{
    margin-bottom:1.5625rem!important
}
.mb-30{
    margin-bottom:1.875rem!important
}
.mb-35{
    margin-bottom:2.1875rem!important
}
.mb-40{
    margin-bottom:2.5rem!important
}
.mb-45{
    margin-bottom:2.8125rem!important
}
.mb-50{
    margin-bottom:3.125rem!important
}
.mb-55{
    margin-bottom:3.4375rem!important
}
.mb-60{
    margin-bottom:3.75rem!important
}
.mb-65{
    margin-bottom:4.0625rem!important
}
.mb-70{
    margin-bottom:4.375rem!important
}
.mb-75{
    margin-bottom:4.6875rem!important
}
.mb-80{
    margin-bottom:5rem!important
}
.mb-85{
    margin-bottom:5.3125rem!important
}
.mb-90{
    margin-bottom:5.625rem!important
}
.mb-95{
    margin-bottom:5.9375rem!important
}
.mb-100{
    margin-bottom:6.25rem!important
}
.mb-105{
    margin-bottom:6.5625rem!important
}
.mb-110{
    margin-bottom:6.875rem!important
}
.mb-115{
    margin-bottom:7.1875rem!important
}
.mb-120{
    margin-bottom:7.5rem!important
}
.mb-125{
    margin-bottom:7.8125rem!important
}
.mb-130{
    margin-bottom:8.125rem!important
}
.mb-135{
    margin-bottom:8.4375rem!important
}
.mb-140{
    margin-bottom:8.75rem!important
}
.mb-145{
    margin-bottom:9.0625rem!important
}
.mb-150{
    margin-bottom:9.375rem!important
}
.mb-155{
    margin-bottom:9.6875rem!important
}
.mb-160{
    margin-bottom:10rem!important
}
.mb-165{
    margin-bottom:10.3125rem!important
}
.mb-170{
    margin-bottom:10.625rem!important
}
.mb-175{
    margin-bottom:10.9375rem!important
}
.mb-180{
    margin-bottom:11.25rem!important
}
.mb-185{
    margin-bottom:11.5625rem!important
}
.mb-190{
    margin-bottom:11.875rem!important
}
.mb-195{
    margin-bottom:12.1875rem!important
}
.mb-200{
    margin-bottom:12.5rem!important
}
.mb-205{
    margin-bottom:12.8125rem!important
}
.mb-210{
    margin-bottom:13.125rem!important
}
.mb-215{
    margin-bottom:13.4375rem!important
}
.mb-220{
    margin-bottom:13.75rem!important
}
.mb-225{
    margin-bottom:14.0625rem!important
}
.mb-230{
    margin-bottom:14.375rem!important
}
.mb-235{
    margin-bottom:14.6875rem!important
}
.mb-240{
    margin-bottom:15rem!important
}
.mb-245{
    margin-bottom:15.3125rem!important
}
.mb-250{
    margin-bottom:15.625rem!important
}
.mb-auto{
    margin-bottom:auto!important
}
.ms-0{
    margin-left:0!important
}
.ms-5{
    margin-left:0.3125rem!important
}
.ms-10{
    margin-left:0.625rem!important
}
.ms-15{
    margin-left:0.9375rem!important
}
.ms-20{
    margin-left:1.25rem!important
}
.ms-25{
    margin-left:1.5625rem!important
}
.ms-30{
    margin-left:1.875rem!important
}
.ms-35{
    margin-left:2.1875rem!important
}
.ms-40{
    margin-left:2.5rem!important
}
.ms-45{
    margin-left:2.8125rem!important
}
.ms-50{
    margin-left:3.125rem!important
}
.ms-55{
    margin-left:3.4375rem!important
}
.ms-60{
    margin-left:3.75rem!important
}
.ms-65{
    margin-left:4.0625rem!important
}
.ms-70{
    margin-left:4.375rem!important
}
.ms-75{
    margin-left:4.6875rem!important
}
.ms-80{
    margin-left:5rem!important
}
.ms-85{
    margin-left:5.3125rem!important
}
.ms-90{
    margin-left:5.625rem!important
}
.ms-95{
    margin-left:5.9375rem!important
}
.ms-100{
    margin-left:6.25rem!important
}
.ms-105{
    margin-left:6.5625rem!important
}
.ms-110{
    margin-left:6.875rem!important
}
.ms-115{
    margin-left:7.1875rem!important
}
.ms-120{
    margin-left:7.5rem!important
}
.ms-125{
    margin-left:7.8125rem!important
}
.ms-130{
    margin-left:8.125rem!important
}
.ms-135{
    margin-left:8.4375rem!important
}
.ms-140{
    margin-left:8.75rem!important
}
.ms-145{
    margin-left:9.0625rem!important
}
.ms-150{
    margin-left:9.375rem!important
}
.ms-155{
    margin-left:9.6875rem!important
}
.ms-160{
    margin-left:10rem!important
}
.ms-165{
    margin-left:10.3125rem!important
}
.ms-170{
    margin-left:10.625rem!important
}
.ms-175{
    margin-left:10.9375rem!important
}
.ms-180{
    margin-left:11.25rem!important
}
.ms-185{
    margin-left:11.5625rem!important
}
.ms-190{
    margin-left:11.875rem!important
}
.ms-195{
    margin-left:12.1875rem!important
}
.ms-200{
    margin-left:12.5rem!important
}
.ms-205{
    margin-left:12.8125rem!important
}
.ms-210{
    margin-left:13.125rem!important
}
.ms-215{
    margin-left:13.4375rem!important
}
.ms-220{
    margin-left:13.75rem!important
}
.ms-225{
    margin-left:14.0625rem!important
}
.ms-230{
    margin-left:14.375rem!important
}
.ms-235{
    margin-left:14.6875rem!important
}
.ms-240{
    margin-left:15rem!important
}
.ms-245{
    margin-left:15.3125rem!important
}
.ms-250{
    margin-left:15.625rem!important
}
.ms-auto{
    margin-left:auto!important
}
.m-n5{
    margin:-0.3125rem!important
}
.m-n10{
    margin:-0.625rem!important
}
.m-n15{
    margin:-0.9375rem!important
}
.m-n20{
    margin:-1.25rem!important
}
.m-n25{
    margin:-1.5625rem!important
}
.m-n30{
    margin:-1.875rem!important
}
.m-n35{
    margin:-2.1875rem!important
}
.m-n40{
    margin:-2.5rem!important
}
.m-n45{
    margin:-2.8125rem!important
}
.m-n50{
    margin:-3.125rem!important
}
.m-n55{
    margin:-3.4375rem!important
}
.m-n60{
    margin:-3.75rem!important
}
.m-n65{
    margin:-4.0625rem!important
}
.m-n70{
    margin:-4.375rem!important
}
.m-n75{
    margin:-4.6875rem!important
}
.m-n80{
    margin:-5rem!important
}
.m-n85{
    margin:-5.3125rem!important
}
.m-n90{
    margin:-5.625rem!important
}
.m-n95{
    margin:-5.9375rem!important
}
.m-n100{
    margin:-6.25rem!important
}
.m-n105{
    margin:-6.5625rem!important
}
.m-n110{
    margin:-6.875rem!important
}
.m-n115{
    margin:-7.1875rem!important
}
.m-n120{
    margin:-7.5rem!important
}
.m-n125{
    margin:-7.8125rem!important
}
.m-n130{
    margin:-8.125rem!important
}
.m-n135{
    margin:-8.4375rem!important
}
.m-n140{
    margin:-8.75rem!important
}
.m-n145{
    margin:-9.0625rem!important
}
.m-n150{
    margin:-9.375rem!important
}
.m-n155{
    margin:-9.6875rem!important
}
.m-n160{
    margin:-10rem!important
}
.m-n165{
    margin:-10.3125rem!important
}
.m-n170{
    margin:-10.625rem!important
}
.m-n175{
    margin:-10.9375rem!important
}
.m-n180{
    margin:-11.25rem!important
}
.m-n185{
    margin:-11.5625rem!important
}
.m-n190{
    margin:-11.875rem!important
}
.m-n195{
    margin:-12.1875rem!important
}
.m-n200{
    margin:-12.5rem!important
}
.m-n205{
    margin:-12.8125rem!important
}
.m-n210{
    margin:-13.125rem!important
}
.m-n215{
    margin:-13.4375rem!important
}
.m-n220{
    margin:-13.75rem!important
}
.m-n225{
    margin:-14.0625rem!important
}
.m-n230{
    margin:-14.375rem!important
}
.m-n235{
    margin:-14.6875rem!important
}
.m-n240{
    margin:-15rem!important
}
.m-n245{
    margin:-15.3125rem!important
}
.m-n250{
    margin:-15.625rem!important
}
.mx-n5{
    margin-right:-0.3125rem!important;
    margin-left:-0.3125rem!important
}
.mx-n10{
    margin-right:-0.625rem!important;
    margin-left:-0.625rem!important
}
.mx-n15{
    margin-right:-0.9375rem!important;
    margin-left:-0.9375rem!important
}
.mx-n20{
    margin-right:-1.25rem!important;
    margin-left:-1.25rem!important
}
.mx-n25{
    margin-right:-1.5625rem!important;
    margin-left:-1.5625rem!important
}
.mx-n30{
    margin-right:-1.875rem!important;
    margin-left:-1.875rem!important
}
.mx-n35{
    margin-right:-2.1875rem!important;
    margin-left:-2.1875rem!important
}
.mx-n40{
    margin-right:-2.5rem!important;
    margin-left:-2.5rem!important
}
.mx-n45{
    margin-right:-2.8125rem!important;
    margin-left:-2.8125rem!important
}
.mx-n50{
    margin-right:-3.125rem!important;
    margin-left:-3.125rem!important
}
.mx-n55{
    margin-right:-3.4375rem!important;
    margin-left:-3.4375rem!important
}
.mx-n60{
    margin-right:-3.75rem!important;
    margin-left:-3.75rem!important
}
.mx-n65{
    margin-right:-4.0625rem!important;
    margin-left:-4.0625rem!important
}
.mx-n70{
    margin-right:-4.375rem!important;
    margin-left:-4.375rem!important
}
.mx-n75{
    margin-right:-4.6875rem!important;
    margin-left:-4.6875rem!important
}
.mx-n80{
    margin-right:-5rem!important;
    margin-left:-5rem!important
}
.mx-n85{
    margin-right:-5.3125rem!important;
    margin-left:-5.3125rem!important
}
.mx-n90{
    margin-right:-5.625rem!important;
    margin-left:-5.625rem!important
}
.mx-n95{
    margin-right:-5.9375rem!important;
    margin-left:-5.9375rem!important
}
.mx-n100{
    margin-right:-6.25rem!important;
    margin-left:-6.25rem!important
}
.mx-n105{
    margin-right:-6.5625rem!important;
    margin-left:-6.5625rem!important
}
.mx-n110{
    margin-right:-6.875rem!important;
    margin-left:-6.875rem!important
}
.mx-n115{
    margin-right:-7.1875rem!important;
    margin-left:-7.1875rem!important
}
.mx-n120{
    margin-right:-7.5rem!important;
    margin-left:-7.5rem!important
}
.mx-n125{
    margin-right:-7.8125rem!important;
    margin-left:-7.8125rem!important
}
.mx-n130{
    margin-right:-8.125rem!important;
    margin-left:-8.125rem!important
}
.mx-n135{
    margin-right:-8.4375rem!important;
    margin-left:-8.4375rem!important
}
.mx-n140{
    margin-right:-8.75rem!important;
    margin-left:-8.75rem!important
}
.mx-n145{
    margin-right:-9.0625rem!important;
    margin-left:-9.0625rem!important
}
.mx-n150{
    margin-right:-9.375rem!important;
    margin-left:-9.375rem!important
}
.mx-n155{
    margin-right:-9.6875rem!important;
    margin-left:-9.6875rem!important
}
.mx-n160{
    margin-right:-10rem!important;
    margin-left:-10rem!important
}
.mx-n165{
    margin-right:-10.3125rem!important;
    margin-left:-10.3125rem!important
}
.mx-n170{
    margin-right:-10.625rem!important;
    margin-left:-10.625rem!important
}
.mx-n175{
    margin-right:-10.9375rem!important;
    margin-left:-10.9375rem!important
}
.mx-n180{
    margin-right:-11.25rem!important;
    margin-left:-11.25rem!important
}
.mx-n185{
    margin-right:-11.5625rem!important;
    margin-left:-11.5625rem!important
}
.mx-n190{
    margin-right:-11.875rem!important;
    margin-left:-11.875rem!important
}
.mx-n195{
    margin-right:-12.1875rem!important;
    margin-left:-12.1875rem!important
}
.mx-n200{
    margin-right:-12.5rem!important;
    margin-left:-12.5rem!important
}
.mx-n205{
    margin-right:-12.8125rem!important;
    margin-left:-12.8125rem!important
}
.mx-n210{
    margin-right:-13.125rem!important;
    margin-left:-13.125rem!important
}
.mx-n215{
    margin-right:-13.4375rem!important;
    margin-left:-13.4375rem!important
}
.mx-n220{
    margin-right:-13.75rem!important;
    margin-left:-13.75rem!important
}
.mx-n225{
    margin-right:-14.0625rem!important;
    margin-left:-14.0625rem!important
}
.mx-n230{
    margin-right:-14.375rem!important;
    margin-left:-14.375rem!important
}
.mx-n235{
    margin-right:-14.6875rem!important;
    margin-left:-14.6875rem!important
}
.mx-n240{
    margin-right:-15rem!important;
    margin-left:-15rem!important
}
.mx-n245{
    margin-right:-15.3125rem!important;
    margin-left:-15.3125rem!important
}
.mx-n250{
    margin-right:-15.625rem!important;
    margin-left:-15.625rem!important
}
.my-n5{
    margin-top:-0.3125rem!important;
    margin-bottom:-0.3125rem!important
}
.my-n10{
    margin-top:-0.625rem!important;
    margin-bottom:-0.625rem!important
}
.my-n15{
    margin-top:-0.9375rem!important;
    margin-bottom:-0.9375rem!important
}
.my-n20{
    margin-top:-1.25rem!important;
    margin-bottom:-1.25rem!important
}
.my-n25{
    margin-top:-1.5625rem!important;
    margin-bottom:-1.5625rem!important
}
.my-n30{
    margin-top:-1.875rem!important;
    margin-bottom:-1.875rem!important
}
.my-n35{
    margin-top:-2.1875rem!important;
    margin-bottom:-2.1875rem!important
}
.my-n40{
    margin-top:-2.5rem!important;
    margin-bottom:-2.5rem!important
}
.my-n45{
    margin-top:-2.8125rem!important;
    margin-bottom:-2.8125rem!important
}
.my-n50{
    margin-top:-3.125rem!important;
    margin-bottom:-3.125rem!important
}
.my-n55{
    margin-top:-3.4375rem!important;
    margin-bottom:-3.4375rem!important
}
.my-n60{
    margin-top:-3.75rem!important;
    margin-bottom:-3.75rem!important
}
.my-n65{
    margin-top:-4.0625rem!important;
    margin-bottom:-4.0625rem!important
}
.my-n70{
    margin-top:-4.375rem!important;
    margin-bottom:-4.375rem!important
}
.my-n75{
    margin-top:-4.6875rem!important;
    margin-bottom:-4.6875rem!important
}
.my-n80{
    margin-top:-5rem!important;
    margin-bottom:-5rem!important
}
.my-n85{
    margin-top:-5.3125rem!important;
    margin-bottom:-5.3125rem!important
}
.my-n90{
    margin-top:-5.625rem!important;
    margin-bottom:-5.625rem!important
}
.my-n95{
    margin-top:-5.9375rem!important;
    margin-bottom:-5.9375rem!important
}
.my-n100{
    margin-top:-6.25rem!important;
    margin-bottom:-6.25rem!important
}
.my-n105{
    margin-top:-6.5625rem!important;
    margin-bottom:-6.5625rem!important
}
.my-n110{
    margin-top:-6.875rem!important;
    margin-bottom:-6.875rem!important
}
.my-n115{
    margin-top:-7.1875rem!important;
    margin-bottom:-7.1875rem!important
}
.my-n120{
    margin-top:-7.5rem!important;
    margin-bottom:-7.5rem!important
}
.my-n125{
    margin-top:-7.8125rem!important;
    margin-bottom:-7.8125rem!important
}
.my-n130{
    margin-top:-8.125rem!important;
    margin-bottom:-8.125rem!important
}
.my-n135{
    margin-top:-8.4375rem!important;
    margin-bottom:-8.4375rem!important
}
.my-n140{
    margin-top:-8.75rem!important;
    margin-bottom:-8.75rem!important
}
.my-n145{
    margin-top:-9.0625rem!important;
    margin-bottom:-9.0625rem!important
}
.my-n150{
    margin-top:-9.375rem!important;
    margin-bottom:-9.375rem!important
}
.my-n155{
    margin-top:-9.6875rem!important;
    margin-bottom:-9.6875rem!important
}
.my-n160{
    margin-top:-10rem!important;
    margin-bottom:-10rem!important
}
.my-n165{
    margin-top:-10.3125rem!important;
    margin-bottom:-10.3125rem!important
}
.my-n170{
    margin-top:-10.625rem!important;
    margin-bottom:-10.625rem!important
}
.my-n175{
    margin-top:-10.9375rem!important;
    margin-bottom:-10.9375rem!important
}
.my-n180{
    margin-top:-11.25rem!important;
    margin-bottom:-11.25rem!important
}
.my-n185{
    margin-top:-11.5625rem!important;
    margin-bottom:-11.5625rem!important
}
.my-n190{
    margin-top:-11.875rem!important;
    margin-bottom:-11.875rem!important
}
.my-n195{
    margin-top:-12.1875rem!important;
    margin-bottom:-12.1875rem!important
}
.my-n200{
    margin-top:-12.5rem!important;
    margin-bottom:-12.5rem!important
}
.my-n205{
    margin-top:-12.8125rem!important;
    margin-bottom:-12.8125rem!important
}
.my-n210{
    margin-top:-13.125rem!important;
    margin-bottom:-13.125rem!important
}
.my-n215{
    margin-top:-13.4375rem!important;
    margin-bottom:-13.4375rem!important
}
.my-n220{
    margin-top:-13.75rem!important;
    margin-bottom:-13.75rem!important
}
.my-n225{
    margin-top:-14.0625rem!important;
    margin-bottom:-14.0625rem!important
}
.my-n230{
    margin-top:-14.375rem!important;
    margin-bottom:-14.375rem!important
}
.my-n235{
    margin-top:-14.6875rem!important;
    margin-bottom:-14.6875rem!important
}
.my-n240{
    margin-top:-15rem!important;
    margin-bottom:-15rem!important
}
.my-n245{
    margin-top:-15.3125rem!important;
    margin-bottom:-15.3125rem!important
}
.my-n250{
    margin-top:-15.625rem!important;
    margin-bottom:-15.625rem!important
}
.mt-n5{
    margin-top:-0.3125rem!important
}
.mt-n10{
    margin-top:-0.625rem!important
}
.mt-n15{
    margin-top:-0.9375rem!important
}
.mt-n20{
    margin-top:-1.25rem!important
}
.mt-n25{
    margin-top:-1.5625rem!important
}
.mt-n30{
    margin-top:-1.875rem!important
}
.mt-n35{
    margin-top:-2.1875rem!important
}
.mt-n40{
    margin-top:-2.5rem!important
}
.mt-n45{
    margin-top:-2.8125rem!important
}
.mt-n50{
    margin-top:-3.125rem!important
}
.mt-n55{
    margin-top:-3.4375rem!important
}
.mt-n60{
    margin-top:-3.75rem!important
}
.mt-n65{
    margin-top:-4.0625rem!important
}
.mt-n70{
    margin-top:-4.375rem!important
}
.mt-n75{
    margin-top:-4.6875rem!important
}
.mt-n80{
    margin-top:-5rem!important
}
.mt-n85{
    margin-top:-5.3125rem!important
}
.mt-n90{
    margin-top:-5.625rem!important
}
.mt-n95{
    margin-top:-5.9375rem!important
}
.mt-n100{
    margin-top:-6.25rem!important
}
.mt-n105{
    margin-top:-6.5625rem!important
}
.mt-n110{
    margin-top:-6.875rem!important
}
.mt-n115{
    margin-top:-7.1875rem!important
}
.mt-n120{
    margin-top:-7.5rem!important
}
.mt-n125{
    margin-top:-7.8125rem!important
}
.mt-n130{
    margin-top:-8.125rem!important
}
.mt-n135{
    margin-top:-8.4375rem!important
}
.mt-n140{
    margin-top:-8.75rem!important
}
.mt-n145{
    margin-top:-9.0625rem!important
}
.mt-n150{
    margin-top:-9.375rem!important
}
.mt-n155{
    margin-top:-9.6875rem!important
}
.mt-n160{
    margin-top:-10rem!important
}
.mt-n165{
    margin-top:-10.3125rem!important
}
.mt-n170{
    margin-top:-10.625rem!important
}
.mt-n175{
    margin-top:-10.9375rem!important
}
.mt-n180{
    margin-top:-11.25rem!important
}
.mt-n185{
    margin-top:-11.5625rem!important
}
.mt-n190{
    margin-top:-11.875rem!important
}
.mt-n195{
    margin-top:-12.1875rem!important
}
.mt-n200{
    margin-top:-12.5rem!important
}
.mt-n205{
    margin-top:-12.8125rem!important
}
.mt-n210{
    margin-top:-13.125rem!important
}
.mt-n215{
    margin-top:-13.4375rem!important
}
.mt-n220{
    margin-top:-13.75rem!important
}
.mt-n225{
    margin-top:-14.0625rem!important
}
.mt-n230{
    margin-top:-14.375rem!important
}
.mt-n235{
    margin-top:-14.6875rem!important
}
.mt-n240{
    margin-top:-15rem!important
}
.mt-n245{
    margin-top:-15.3125rem!important
}
.mt-n250{
    margin-top:-15.625rem!important
}
.me-n5{
    margin-right:-0.3125rem!important
}
.me-n10{
    margin-right:-0.625rem!important
}
.me-n15{
    margin-right:-0.9375rem!important
}
.me-n20{
    margin-right:-1.25rem!important
}
.me-n25{
    margin-right:-1.5625rem!important
}
.me-n30{
    margin-right:-1.875rem!important
}
.me-n35{
    margin-right:-2.1875rem!important
}
.me-n40{
    margin-right:-2.5rem!important
}
.me-n45{
    margin-right:-2.8125rem!important
}
.me-n50{
    margin-right:-3.125rem!important
}
.me-n55{
    margin-right:-3.4375rem!important
}
.me-n60{
    margin-right:-3.75rem!important
}
.me-n65{
    margin-right:-4.0625rem!important
}
.me-n70{
    margin-right:-4.375rem!important
}
.me-n75{
    margin-right:-4.6875rem!important
}
.me-n80{
    margin-right:-5rem!important
}
.me-n85{
    margin-right:-5.3125rem!important
}
.me-n90{
    margin-right:-5.625rem!important
}
.me-n95{
    margin-right:-5.9375rem!important
}
.me-n100{
    margin-right:-6.25rem!important
}
.me-n105{
    margin-right:-6.5625rem!important
}
.me-n110{
    margin-right:-6.875rem!important
}
.me-n115{
    margin-right:-7.1875rem!important
}
.me-n120{
    margin-right:-7.5rem!important
}
.me-n125{
    margin-right:-7.8125rem!important
}
.me-n130{
    margin-right:-8.125rem!important
}
.me-n135{
    margin-right:-8.4375rem!important
}
.me-n140{
    margin-right:-8.75rem!important
}
.me-n145{
    margin-right:-9.0625rem!important
}
.me-n150{
    margin-right:-9.375rem!important
}
.me-n155{
    margin-right:-9.6875rem!important
}
.me-n160{
    margin-right:-10rem!important
}
.me-n165{
    margin-right:-10.3125rem!important
}
.me-n170{
    margin-right:-10.625rem!important
}
.me-n175{
    margin-right:-10.9375rem!important
}
.me-n180{
    margin-right:-11.25rem!important
}
.me-n185{
    margin-right:-11.5625rem!important
}
.me-n190{
    margin-right:-11.875rem!important
}
.me-n195{
    margin-right:-12.1875rem!important
}
.me-n200{
    margin-right:-12.5rem!important
}
.me-n205{
    margin-right:-12.8125rem!important
}
.me-n210{
    margin-right:-13.125rem!important
}
.me-n215{
    margin-right:-13.4375rem!important
}
.me-n220{
    margin-right:-13.75rem!important
}
.me-n225{
    margin-right:-14.0625rem!important
}
.me-n230{
    margin-right:-14.375rem!important
}
.me-n235{
    margin-right:-14.6875rem!important
}
.me-n240{
    margin-right:-15rem!important
}
.me-n245{
    margin-right:-15.3125rem!important
}
.me-n250{
    margin-right:-15.625rem!important
}
.mb-n5{
    margin-bottom:-0.3125rem!important
}
.mb-n10{
    margin-bottom:-0.625rem!important
}
.mb-n15{
    margin-bottom:-0.9375rem!important
}
.mb-n20{
    margin-bottom:-1.25rem!important
}
.mb-n25{
    margin-bottom:-1.5625rem!important
}
.mb-n30{
    margin-bottom:-1.875rem!important
}
.mb-n35{
    margin-bottom:-2.1875rem!important
}
.mb-n40{
    margin-bottom:-2.5rem!important
}
.mb-n45{
    margin-bottom:-2.8125rem!important
}
.mb-n50{
    margin-bottom:-3.125rem!important
}
.mb-n55{
    margin-bottom:-3.4375rem!important
}
.mb-n60{
    margin-bottom:-3.75rem!important
}
.mb-n65{
    margin-bottom:-4.0625rem!important
}
.mb-n70{
    margin-bottom:-4.375rem!important
}
.mb-n75{
    margin-bottom:-4.6875rem!important
}
.mb-n80{
    margin-bottom:-5rem!important
}
.mb-n85{
    margin-bottom:-5.3125rem!important
}
.mb-n90{
    margin-bottom:-5.625rem!important
}
.mb-n95{
    margin-bottom:-5.9375rem!important
}
.mb-n100{
    margin-bottom:-6.25rem!important
}
.mb-n105{
    margin-bottom:-6.5625rem!important
}
.mb-n110{
    margin-bottom:-6.875rem!important
}
.mb-n115{
    margin-bottom:-7.1875rem!important
}
.mb-n120{
    margin-bottom:-7.5rem!important
}
.mb-n125{
    margin-bottom:-7.8125rem!important
}
.mb-n130{
    margin-bottom:-8.125rem!important
}
.mb-n135{
    margin-bottom:-8.4375rem!important
}
.mb-n140{
    margin-bottom:-8.75rem!important
}
.mb-n145{
    margin-bottom:-9.0625rem!important
}
.mb-n150{
    margin-bottom:-9.375rem!important
}
.mb-n155{
    margin-bottom:-9.6875rem!important
}
.mb-n160{
    margin-bottom:-10rem!important
}
.mb-n165{
    margin-bottom:-10.3125rem!important
}
.mb-n170{
    margin-bottom:-10.625rem!important
}
.mb-n175{
    margin-bottom:-10.9375rem!important
}
.mb-n180{
    margin-bottom:-11.25rem!important
}
.mb-n185{
    margin-bottom:-11.5625rem!important
}
.mb-n190{
    margin-bottom:-11.875rem!important
}
.mb-n195{
    margin-bottom:-12.1875rem!important
}
.mb-n200{
    margin-bottom:-12.5rem!important
}
.mb-n205{
    margin-bottom:-12.8125rem!important
}
.mb-n210{
    margin-bottom:-13.125rem!important
}
.mb-n215{
    margin-bottom:-13.4375rem!important
}
.mb-n220{
    margin-bottom:-13.75rem!important
}
.mb-n225{
    margin-bottom:-14.0625rem!important
}
.mb-n230{
    margin-bottom:-14.375rem!important
}
.mb-n235{
    margin-bottom:-14.6875rem!important
}
.mb-n240{
    margin-bottom:-15rem!important
}
.mb-n245{
    margin-bottom:-15.3125rem!important
}
.mb-n250{
    margin-bottom:-15.625rem!important
}
.ms-n5{
    margin-left:-0.3125rem!important
}
.ms-n10{
    margin-left:-0.625rem!important
}
.ms-n15{
    margin-left:-0.9375rem!important
}
.ms-n20{
    margin-left:-1.25rem!important
}
.ms-n25{
    margin-left:-1.5625rem!important
}
.ms-n30{
    margin-left:-1.875rem!important
}
.ms-n35{
    margin-left:-2.1875rem!important
}
.ms-n40{
    margin-left:-2.5rem!important
}
.ms-n45{
    margin-left:-2.8125rem!important
}
.ms-n50{
    margin-left:-3.125rem!important
}
.ms-n55{
    margin-left:-3.4375rem!important
}
.ms-n60{
    margin-left:-3.75rem!important
}
.ms-n65{
    margin-left:-4.0625rem!important
}
.ms-n70{
    margin-left:-4.375rem!important
}
.ms-n75{
    margin-left:-4.6875rem!important
}
.ms-n80{
    margin-left:-5rem!important
}
.ms-n85{
    margin-left:-5.3125rem!important
}
.ms-n90{
    margin-left:-5.625rem!important
}
.ms-n95{
    margin-left:-5.9375rem!important
}
.ms-n100{
    margin-left:-6.25rem!important
}
.ms-n105{
    margin-left:-6.5625rem!important
}
.ms-n110{
    margin-left:-6.875rem!important
}
.ms-n115{
    margin-left:-7.1875rem!important
}
.ms-n120{
    margin-left:-7.5rem!important
}
.ms-n125{
    margin-left:-7.8125rem!important
}
.ms-n130{
    margin-left:-8.125rem!important
}
.ms-n135{
    margin-left:-8.4375rem!important
}
.ms-n140{
    margin-left:-8.75rem!important
}
.ms-n145{
    margin-left:-9.0625rem!important
}
.ms-n150{
    margin-left:-9.375rem!important
}
.ms-n155{
    margin-left:-9.6875rem!important
}
.ms-n160{
    margin-left:-10rem!important
}
.ms-n165{
    margin-left:-10.3125rem!important
}
.ms-n170{
    margin-left:-10.625rem!important
}
.ms-n175{
    margin-left:-10.9375rem!important
}
.ms-n180{
    margin-left:-11.25rem!important
}
.ms-n185{
    margin-left:-11.5625rem!important
}
.ms-n190{
    margin-left:-11.875rem!important
}
.ms-n195{
    margin-left:-12.1875rem!important
}
.ms-n200{
    margin-left:-12.5rem!important
}
.ms-n205{
    margin-left:-12.8125rem!important
}
.ms-n210{
    margin-left:-13.125rem!important
}
.ms-n215{
    margin-left:-13.4375rem!important
}
.ms-n220{
    margin-left:-13.75rem!important
}
.ms-n225{
    margin-left:-14.0625rem!important
}
.ms-n230{
    margin-left:-14.375rem!important
}
.ms-n235{
    margin-left:-14.6875rem!important
}
.ms-n240{
    margin-left:-15rem!important
}
.ms-n245{
    margin-left:-15.3125rem!important
}
.ms-n250{
    margin-left:-15.625rem!important
}
.p-0{
    padding:0!important
}
.p-5{
    padding:0.3125rem!important
}
.p-10{
    padding:0.625rem!important
}
.p-15{
    padding:0.9375rem!important
}
.p-20{
    padding:1.25rem!important
}
.p-25{
    padding:1.5625rem!important
}
.p-30{
    padding:1.875rem!important
}
.p-35{
    padding:2.1875rem!important
}
.p-40{
    padding:2.5rem!important
}
.p-45{
    padding:2.8125rem!important
}
.p-50{
    padding:3.125rem!important
}
.p-55{
    padding:3.4375rem!important
}
.p-60{
    padding:3.75rem!important
}
.p-65{
    padding:4.0625rem!important
}
.p-70{
    padding:4.375rem!important
}
.p-75{
    padding:4.6875rem!important
}
.p-80{
    padding:5rem!important
}
.p-85{
    padding:5.3125rem!important
}
.p-90{
    padding:5.625rem!important
}
.p-95{
    padding:5.9375rem!important
}
.p-100{
    padding:6.25rem!important
}
.p-105{
    padding:6.5625rem!important
}
.p-110{
    padding:6.875rem!important
}
.p-115{
    padding:7.1875rem!important
}
.p-120{
    padding:7.5rem!important
}
.p-125{
    padding:7.8125rem!important
}
.p-130{
    padding:8.125rem!important
}
.p-135{
    padding:8.4375rem!important
}
.p-140{
    padding:8.75rem!important
}
.p-145{
    padding:9.0625rem!important
}
.p-150{
    padding:9.375rem!important
}
.p-155{
    padding:9.6875rem!important
}
.p-160{
    padding:10rem!important
}
.p-165{
    padding:10.3125rem!important
}
.p-170{
    padding:10.625rem!important
}
.p-175{
    padding:10.9375rem!important
}
.p-180{
    padding:11.25rem!important
}
.p-185{
    padding:11.5625rem!important
}
.p-190{
    padding:11.875rem!important
}
.p-195{
    padding:12.1875rem!important
}
.p-200{
    padding:12.5rem!important
}
.p-205{
    padding:12.8125rem!important
}
.p-210{
    padding:13.125rem!important
}
.p-215{
    padding:13.4375rem!important
}
.p-220{
    padding:13.75rem!important
}
.p-225{
    padding:14.0625rem!important
}
.p-230{
    padding:14.375rem!important
}
.p-235{
    padding:14.6875rem!important
}
.p-240{
    padding:15rem!important
}
.p-245{
    padding:15.3125rem!important
}
.p-250{
    padding:15.625rem!important
}
.px-0{
    padding-right:0!important;
    padding-left:0!important
}
.px-5{
    padding-right:0.3125rem!important;
    padding-left:0.3125rem!important
}
.px-10{
    padding-right:0.625rem!important;
    padding-left:0.625rem!important
}
.px-15{
    padding-right:0.9375rem!important;
    padding-left:0.9375rem!important
}
.px-20{
    padding-right:1.25rem!important;
    padding-left:1.25rem!important
}
.px-25{
    padding-right:1.5625rem!important;
    padding-left:1.5625rem!important
}
.px-30{
    padding-right:1.875rem!important;
    padding-left:1.875rem!important
}
.px-35{
    padding-right:2.1875rem!important;
    padding-left:2.1875rem!important
}
.px-40{
    padding-right:2.5rem!important;
    padding-left:2.5rem!important
}
.px-45{
    padding-right:2.8125rem!important;
    padding-left:2.8125rem!important
}
.px-50{
    padding-right:3.125rem!important;
    padding-left:3.125rem!important
}
.px-55{
    padding-right:3.4375rem!important;
    padding-left:3.4375rem!important
}
.px-60{
    padding-right:3.75rem!important;
    padding-left:3.75rem!important
}
.px-65{
    padding-right:4.0625rem!important;
    padding-left:4.0625rem!important
}
.px-70{
    padding-right:4.375rem!important;
    padding-left:4.375rem!important
}
.px-75{
    padding-right:4.6875rem!important;
    padding-left:4.6875rem!important
}
.px-80{
    padding-right:5rem!important;
    padding-left:5rem!important
}
.px-85{
    padding-right:5.3125rem!important;
    padding-left:5.3125rem!important
}
.px-90{
    padding-right:5.625rem!important;
    padding-left:5.625rem!important
}
.px-95{
    padding-right:5.9375rem!important;
    padding-left:5.9375rem!important
}
.px-100{
    padding-right:6.25rem!important;
    padding-left:6.25rem!important
}
.px-105{
    padding-right:6.5625rem!important;
    padding-left:6.5625rem!important
}
.px-110{
    padding-right:6.875rem!important;
    padding-left:6.875rem!important
}
.px-115{
    padding-right:7.1875rem!important;
    padding-left:7.1875rem!important
}
.px-120{
    padding-right:7.5rem!important;
    padding-left:7.5rem!important
}
.px-125{
    padding-right:7.8125rem!important;
    padding-left:7.8125rem!important
}
.px-130{
    padding-right:8.125rem!important;
    padding-left:8.125rem!important
}
.px-135{
    padding-right:8.4375rem!important;
    padding-left:8.4375rem!important
}
.px-140{
    padding-right:8.75rem!important;
    padding-left:8.75rem!important
}
.px-145{
    padding-right:9.0625rem!important;
    padding-left:9.0625rem!important
}
.px-150{
    padding-right:9.375rem!important;
    padding-left:9.375rem!important
}
.px-155{
    padding-right:9.6875rem!important;
    padding-left:9.6875rem!important
}
.px-160{
    padding-right:10rem!important;
    padding-left:10rem!important
}
.px-165{
    padding-right:10.3125rem!important;
    padding-left:10.3125rem!important
}
.px-170{
    padding-right:10.625rem!important;
    padding-left:10.625rem!important
}
.px-175{
    padding-right:10.9375rem!important;
    padding-left:10.9375rem!important
}
.px-180{
    padding-right:11.25rem!important;
    padding-left:11.25rem!important
}
.px-185{
    padding-right:11.5625rem!important;
    padding-left:11.5625rem!important
}
.px-190{
    padding-right:11.875rem!important;
    padding-left:11.875rem!important
}
.px-195{
    padding-right:12.1875rem!important;
    padding-left:12.1875rem!important
}
.px-200{
    padding-right:12.5rem!important;
    padding-left:12.5rem!important
}
.px-205{
    padding-right:12.8125rem!important;
    padding-left:12.8125rem!important
}
.px-210{
    padding-right:13.125rem!important;
    padding-left:13.125rem!important
}
.px-215{
    padding-right:13.4375rem!important;
    padding-left:13.4375rem!important
}
.px-220{
    padding-right:13.75rem!important;
    padding-left:13.75rem!important
}
.px-225{
    padding-right:14.0625rem!important;
    padding-left:14.0625rem!important
}
.px-230{
    padding-right:14.375rem!important;
    padding-left:14.375rem!important
}
.px-235{
    padding-right:14.6875rem!important;
    padding-left:14.6875rem!important
}
.px-240{
    padding-right:15rem!important;
    padding-left:15rem!important
}
.px-245{
    padding-right:15.3125rem!important;
    padding-left:15.3125rem!important
}
.px-250{
    padding-right:15.625rem!important;
    padding-left:15.625rem!important
}
.py-0{
    padding-top:0!important;
    padding-bottom:0!important
}
.py-5{
    padding-top:0.3125rem!important;
    padding-bottom:0.3125rem!important
}
.py-10{
    padding-top:0.625rem!important;
    padding-bottom:0.625rem!important
}
.py-15{
    padding-top:0.9375rem!important;
    padding-bottom:0.9375rem!important
}
.py-20{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important
}
.py-25{
    padding-top:1.5625rem!important;
    padding-bottom:1.5625rem!important
}
.py-30{
    padding-top:1.875rem!important;
    padding-bottom:1.875rem!important
}
.py-35{
    padding-top:2.1875rem!important;
    padding-bottom:2.1875rem!important
}
.py-40{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important
}
.py-45{
    padding-top:2.8125rem!important;
    padding-bottom:2.8125rem!important
}
.py-50{
    padding-top:3.125rem!important;
    padding-bottom:3.125rem!important
}
.py-55{
    padding-top:3.4375rem!important;
    padding-bottom:3.4375rem!important
}
.py-60{
    padding-top:3.75rem!important;
    padding-bottom:3.75rem!important
}
.py-65{
    padding-top:4.0625rem!important;
    padding-bottom:4.0625rem!important
}
.py-70{
    padding-top:4.375rem!important;
    padding-bottom:4.375rem!important
}
.py-75{
    padding-top:4.6875rem!important;
    padding-bottom:4.6875rem!important
}
.py-80{
    padding-top:5rem!important;
    padding-bottom:5rem!important
}
.py-85{
    padding-top:5.3125rem!important;
    padding-bottom:5.3125rem!important
}
.py-90{
    padding-top:5.625rem!important;
    padding-bottom:5.625rem!important
}
.py-95{
    padding-top:5.9375rem!important;
    padding-bottom:5.9375rem!important
}
.py-100{
    padding-top:6.25rem!important;
    padding-bottom:6.25rem!important
}
.py-105{
    padding-top:6.5625rem!important;
    padding-bottom:6.5625rem!important
}
.py-110{
    padding-top:6.875rem!important;
    padding-bottom:6.875rem!important
}
.py-115{
    padding-top:7.1875rem!important;
    padding-bottom:7.1875rem!important
}
.py-120{
    padding-top:7.5rem!important;
    padding-bottom:7.5rem!important
}
.py-125{
    padding-top:7.8125rem!important;
    padding-bottom:7.8125rem!important
}
.py-130{
    padding-top:8.125rem!important;
    padding-bottom:8.125rem!important
}
.py-135{
    padding-top:8.4375rem!important;
    padding-bottom:8.4375rem!important
}
.py-140{
    padding-top:8.75rem!important;
    padding-bottom:8.75rem!important
}
.py-145{
    padding-top:9.0625rem!important;
    padding-bottom:9.0625rem!important
}
.py-150{
    padding-top:9.375rem!important;
    padding-bottom:9.375rem!important
}
.py-155{
    padding-top:9.6875rem!important;
    padding-bottom:9.6875rem!important
}
.py-160{
    padding-top:10rem!important;
    padding-bottom:10rem!important
}
.py-165{
    padding-top:10.3125rem!important;
    padding-bottom:10.3125rem!important
}
.py-170{
    padding-top:10.625rem!important;
    padding-bottom:10.625rem!important
}
.py-175{
    padding-top:10.9375rem!important;
    padding-bottom:10.9375rem!important
}
.py-180{
    padding-top:11.25rem!important;
    padding-bottom:11.25rem!important
}
.py-185{
    padding-top:11.5625rem!important;
    padding-bottom:11.5625rem!important
}
.py-190{
    padding-top:11.875rem!important;
    padding-bottom:11.875rem!important
}
.py-195{
    padding-top:12.1875rem!important;
    padding-bottom:12.1875rem!important
}
.py-200{
    padding-top:12.5rem!important;
    padding-bottom:12.5rem!important
}
.py-205{
    padding-top:12.8125rem!important;
    padding-bottom:12.8125rem!important
}
.py-210{
    padding-top:13.125rem!important;
    padding-bottom:13.125rem!important
}
.py-215{
    padding-top:13.4375rem!important;
    padding-bottom:13.4375rem!important
}
.py-220{
    padding-top:13.75rem!important;
    padding-bottom:13.75rem!important
}
.py-225{
    padding-top:14.0625rem!important;
    padding-bottom:14.0625rem!important
}
.py-230{
    padding-top:14.375rem!important;
    padding-bottom:14.375rem!important
}
.py-235{
    padding-top:14.6875rem!important;
    padding-bottom:14.6875rem!important
}
.py-240{
    padding-top:15rem!important;
    padding-bottom:15rem!important
}
.py-245{
    padding-top:15.3125rem!important;
    padding-bottom:15.3125rem!important
}
.py-250{
    padding-top:15.625rem!important;
    padding-bottom:15.625rem!important
}
.pt-0{
    padding-top:0!important
}
.pt-5{
    padding-top:0.3125rem!important
}
.pt-10{
    padding-top:0.625rem!important
}
.pt-15{
    padding-top:0.9375rem!important
}
.pt-20{
    padding-top:1.25rem!important
}
.pt-25{
    padding-top:1.5625rem!important
}
.pt-30{
    padding-top:1.875rem!important
}
.pt-35{
    padding-top:2.1875rem!important
}
.pt-40{
    padding-top:2.5rem!important
}
.pt-45{
    padding-top:2.8125rem!important
}
.pt-50{
    padding-top:3.125rem!important
}
.pt-55{
    padding-top:3.4375rem!important
}
.pt-60{
    padding-top:3.75rem!important
}
.pt-65{
    padding-top:4.0625rem!important
}
.pt-70{
    padding-top:4.375rem!important
}
.pt-75{
    padding-top:4.6875rem!important
}
.pt-80{
    padding-top:5rem!important
}
.pt-85{
    padding-top:5.3125rem!important
}
.pt-90{
    padding-top:5.625rem!important
}
.pt-95{
    padding-top:5.9375rem!important
}
.pt-100{
    padding-top:6.25rem!important
}
.pt-105{
    padding-top:6.5625rem!important
}
.pt-110{
    padding-top:6.875rem!important
}
.pt-115{
    padding-top:7.1875rem!important
}
.pt-120{
    padding-top:7.5rem!important
}
.pt-125{
    padding-top:7.8125rem!important
}
.pt-130{
    padding-top:8.125rem!important
}
.pt-135{
    padding-top:8.4375rem!important
}
.pt-140{
    padding-top:8.75rem!important
}
.pt-145{
    padding-top:9.0625rem!important
}
.pt-150{
    padding-top:9.375rem!important
}
.pt-155{
    padding-top:9.6875rem!important
}
.pt-160{
    padding-top:10rem!important
}
.pt-165{
    padding-top:10.3125rem!important
}
.pt-170{
    padding-top:10.625rem!important
}
.pt-175{
    padding-top:10.9375rem!important
}
.pt-180{
    padding-top:11.25rem!important
}
.pt-185{
    padding-top:11.5625rem!important
}
.pt-190{
    padding-top:11.875rem!important
}
.pt-195{
    padding-top:12.1875rem!important
}
.pt-200{
    padding-top:12.5rem!important
}
.pt-205{
    padding-top:12.8125rem!important
}
.pt-210{
    padding-top:13.125rem!important
}
.pt-215{
    padding-top:13.4375rem!important
}
.pt-220{
    padding-top:13.75rem!important
}
.pt-225{
    padding-top:14.0625rem!important
}
.pt-230{
    padding-top:14.375rem!important
}
.pt-235{
    padding-top:14.6875rem!important
}
.pt-240{
    padding-top:15rem!important
}
.pt-245{
    padding-top:15.3125rem!important
}
.pt-250{
    padding-top:15.625rem!important
}
.pe-0{
    padding-right:0!important
}
.pe-5{
    padding-right:0.3125rem!important
}
.pe-10{
    padding-right:0.625rem!important
}
.pe-15{
    padding-right:0.9375rem!important
}
.pe-20{
    padding-right:1.25rem!important
}
.pe-25{
    padding-right:1.5625rem!important
}
.pe-30{
    padding-right:1.875rem!important
}
.pe-35{
    padding-right:2.1875rem!important
}
.pe-40{
    padding-right:2.5rem!important
}
.pe-45{
    padding-right:2.8125rem!important
}
.pe-50{
    padding-right:3.125rem!important
}
.pe-55{
    padding-right:3.4375rem!important
}
.pe-60{
    padding-right:3.75rem!important
}
.pe-65{
    padding-right:4.0625rem!important
}
.pe-70{
    padding-right:4.375rem!important
}
.pe-75{
    padding-right:4.6875rem!important
}
.pe-80{
    padding-right:5rem!important
}
.pe-85{
    padding-right:5.3125rem!important
}
.pe-90{
    padding-right:5.625rem!important
}
.pe-95{
    padding-right:5.9375rem!important
}
.pe-100{
    padding-right:6.25rem!important
}
.pe-105{
    padding-right:6.5625rem!important
}
.pe-110{
    padding-right:6.875rem!important
}
.pe-115{
    padding-right:7.1875rem!important
}
.pe-120{
    padding-right:7.5rem!important
}
.pe-125{
    padding-right:7.8125rem!important
}
.pe-130{
    padding-right:8.125rem!important
}
.pe-135{
    padding-right:8.4375rem!important
}
.pe-140{
    padding-right:8.75rem!important
}
.pe-145{
    padding-right:9.0625rem!important
}
.pe-150{
    padding-right:9.375rem!important
}
.pe-155{
    padding-right:9.6875rem!important
}
.pe-160{
    padding-right:10rem!important
}
.pe-165{
    padding-right:10.3125rem!important
}
.pe-170{
    padding-right:10.625rem!important
}
.pe-175{
    padding-right:10.9375rem!important
}
.pe-180{
    padding-right:11.25rem!important
}
.pe-185{
    padding-right:11.5625rem!important
}
.pe-190{
    padding-right:11.875rem!important
}
.pe-195{
    padding-right:12.1875rem!important
}
.pe-200{
    padding-right:12.5rem!important
}
.pe-205{
    padding-right:12.8125rem!important
}
.pe-210{
    padding-right:13.125rem!important
}
.pe-215{
    padding-right:13.4375rem!important
}
.pe-220{
    padding-right:13.75rem!important
}
.pe-225{
    padding-right:14.0625rem!important
}
.pe-230{
    padding-right:14.375rem!important
}
.pe-235{
    padding-right:14.6875rem!important
}
.pe-240{
    padding-right:15rem!important
}
.pe-245{
    padding-right:15.3125rem!important
}
.pe-250{
    padding-right:15.625rem!important
}
.pb-0{
    padding-bottom:0!important
}
.pb-5{
    padding-bottom:0.3125rem!important
}
.pb-10{
    padding-bottom:0.625rem!important
}
.pb-15{
    padding-bottom:0.9375rem!important
}
.pb-20{
    padding-bottom:1.25rem!important
}
.pb-25{
    padding-bottom:1.5625rem!important
}
.pb-30{
    padding-bottom:1.875rem!important
}
.pb-35{
    padding-bottom:2.1875rem!important
}
.pb-40{
    padding-bottom:2.5rem!important
}
.pb-45{
    padding-bottom:2.8125rem!important
}
.pb-50{
    padding-bottom:3.125rem!important
}
.pb-55{
    padding-bottom:3.4375rem!important
}
.pb-60{
    padding-bottom:3.75rem!important
}
.pb-65{
    padding-bottom:4.0625rem!important
}
.pb-70{
    padding-bottom:4.375rem!important
}
.pb-75{
    padding-bottom:4.6875rem!important
}
.pb-80{
    padding-bottom:5rem!important
}
.pb-85{
    padding-bottom:5.3125rem!important
}
.pb-90{
    padding-bottom:5.625rem!important
}
.pb-95{
    padding-bottom:5.9375rem!important
}
.pb-100{
    padding-bottom:6.25rem!important
}
.pb-105{
    padding-bottom:6.5625rem!important
}
.pb-110{
    padding-bottom:6.875rem!important
}
.pb-115{
    padding-bottom:7.1875rem!important
}
.pb-120{
    padding-bottom:7.5rem!important
}
.pb-125{
    padding-bottom:7.8125rem!important
}
.pb-130{
    padding-bottom:8.125rem!important
}
.pb-135{
    padding-bottom:8.4375rem!important
}
.pb-140{
    padding-bottom:8.75rem!important
}
.pb-145{
    padding-bottom:9.0625rem!important
}
.pb-150{
    padding-bottom:9.375rem!important
}
.pb-155{
    padding-bottom:9.6875rem!important
}
.pb-160{
    padding-bottom:10rem!important
}
.pb-165{
    padding-bottom:10.3125rem!important
}
.pb-170{
    padding-bottom:10.625rem!important
}
.pb-175{
    padding-bottom:10.9375rem!important
}
.pb-180{
    padding-bottom:11.25rem!important
}
.pb-185{
    padding-bottom:11.5625rem!important
}
.pb-190{
    padding-bottom:11.875rem!important
}
.pb-195{
    padding-bottom:12.1875rem!important
}
.pb-200{
    padding-bottom:12.5rem!important
}
.pb-205{
    padding-bottom:12.8125rem!important
}
.pb-210{
    padding-bottom:13.125rem!important
}
.pb-215{
    padding-bottom:13.4375rem!important
}
.pb-220{
    padding-bottom:13.75rem!important
}
.pb-225{
    padding-bottom:14.0625rem!important
}
.pb-230{
    padding-bottom:14.375rem!important
}
.pb-235{
    padding-bottom:14.6875rem!important
}
.pb-240{
    padding-bottom:15rem!important
}
.pb-245{
    padding-bottom:15.3125rem!important
}
.pb-250{
    padding-bottom:15.625rem!important
}
.ps-0{
    padding-left:0!important
}
.ps-5{
    padding-left:0.3125rem!important
}
.ps-10{
    padding-left:0.625rem!important
}
.ps-15{
    padding-left:0.9375rem!important
}
.ps-20{
    padding-left:1.25rem!important
}
.ps-25{
    padding-left:1.5625rem!important
}
.ps-30{
    padding-left:1.875rem!important
}
.ps-35{
    padding-left:2.1875rem!important
}
.ps-40{
    padding-left:2.5rem!important
}
.ps-45{
    padding-left:2.8125rem!important
}
.ps-50{
    padding-left:3.125rem!important
}
.ps-55{
    padding-left:3.4375rem!important
}
.ps-60{
    padding-left:3.75rem!important
}
.ps-65{
    padding-left:4.0625rem!important
}
.ps-70{
    padding-left:4.375rem!important
}
.ps-75{
    padding-left:4.6875rem!important
}
.ps-80{
    padding-left:5rem!important
}
.ps-85{
    padding-left:5.3125rem!important
}
.ps-90{
    padding-left:5.625rem!important
}
.ps-95{
    padding-left:5.9375rem!important
}
.ps-100{
    padding-left:6.25rem!important
}
.ps-105{
    padding-left:6.5625rem!important
}
.ps-110{
    padding-left:6.875rem!important
}
.ps-115{
    padding-left:7.1875rem!important
}
.ps-120{
    padding-left:7.5rem!important
}
.ps-125{
    padding-left:7.8125rem!important
}
.ps-130{
    padding-left:8.125rem!important
}
.ps-135{
    padding-left:8.4375rem!important
}
.ps-140{
    padding-left:8.75rem!important
}
.ps-145{
    padding-left:9.0625rem!important
}
.ps-150{
    padding-left:9.375rem!important
}
.ps-155{
    padding-left:9.6875rem!important
}
.ps-160{
    padding-left:10rem!important
}
.ps-165{
    padding-left:10.3125rem!important
}
.ps-170{
    padding-left:10.625rem!important
}
.ps-175{
    padding-left:10.9375rem!important
}
.ps-180{
    padding-left:11.25rem!important
}
.ps-185{
    padding-left:11.5625rem!important
}
.ps-190{
    padding-left:11.875rem!important
}
.ps-195{
    padding-left:12.1875rem!important
}
.ps-200{
    padding-left:12.5rem!important
}
.ps-205{
    padding-left:12.8125rem!important
}
.ps-210{
    padding-left:13.125rem!important
}
.ps-215{
    padding-left:13.4375rem!important
}
.ps-220{
    padding-left:13.75rem!important
}
.ps-225{
    padding-left:14.0625rem!important
}
.ps-230{
    padding-left:14.375rem!important
}
.ps-235{
    padding-left:14.6875rem!important
}
.ps-240{
    padding-left:15rem!important
}
.ps-245{
    padding-left:15.3125rem!important
}
.ps-250{
    padding-left:15.625rem!important
}
.gap-0{
    gap:0!important
}
.gap-5{
    gap:0.3125rem!important
}
.gap-10{
    gap:0.625rem!important
}
.gap-15{
    gap:0.9375rem!important
}
.gap-20{
    gap:1.25rem!important
}
.gap-25{
    gap:1.5625rem!important
}
.gap-30{
    gap:1.875rem!important
}
.gap-35{
    gap:2.1875rem!important
}
.gap-40{
    gap:2.5rem!important
}
.gap-45{
    gap:2.8125rem!important
}
.gap-50{
    gap:3.125rem!important
}
.gap-55{
    gap:3.4375rem!important
}
.gap-60{
    gap:3.75rem!important
}
.gap-65{
    gap:4.0625rem!important
}
.gap-70{
    gap:4.375rem!important
}
.gap-75{
    gap:4.6875rem!important
}
.gap-80{
    gap:5rem!important
}
.gap-85{
    gap:5.3125rem!important
}
.gap-90{
    gap:5.625rem!important
}
.gap-95{
    gap:5.9375rem!important
}
.gap-100{
    gap:6.25rem!important
}
.gap-105{
    gap:6.5625rem!important
}
.gap-110{
    gap:6.875rem!important
}
.gap-115{
    gap:7.1875rem!important
}
.gap-120{
    gap:7.5rem!important
}
.gap-125{
    gap:7.8125rem!important
}
.gap-130{
    gap:8.125rem!important
}
.gap-135{
    gap:8.4375rem!important
}
.gap-140{
    gap:8.75rem!important
}
.gap-145{
    gap:9.0625rem!important
}
.gap-150{
    gap:9.375rem!important
}
.gap-155{
    gap:9.6875rem!important
}
.gap-160{
    gap:10rem!important
}
.gap-165{
    gap:10.3125rem!important
}
.gap-170{
    gap:10.625rem!important
}
.gap-175{
    gap:10.9375rem!important
}
.gap-180{
    gap:11.25rem!important
}
.gap-185{
    gap:11.5625rem!important
}
.gap-190{
    gap:11.875rem!important
}
.gap-195{
    gap:12.1875rem!important
}
.gap-200{
    gap:12.5rem!important
}
.gap-205{
    gap:12.8125rem!important
}
.gap-210{
    gap:13.125rem!important
}
.gap-215{
    gap:13.4375rem!important
}
.gap-220{
    gap:13.75rem!important
}
.gap-225{
    gap:14.0625rem!important
}
.gap-230{
    gap:14.375rem!important
}
.gap-235{
    gap:14.6875rem!important
}
.gap-240{
    gap:15rem!important
}
.gap-245{
    gap:15.3125rem!important
}
.gap-250{
    gap:15.625rem!important
}
.font-monospace{
    font-family:var(--bs-font-monospace)!important
}
.fs-1{
    font-size:calc(1.5rem + 3vw)!important
}
.fs-2{
    font-size:calc(1.425rem + 2.1vw)!important
}
.fs-3{
    font-size:calc(1.35rem + 1.2vw)!important
}
.fs-4{
    font-size:calc(1.3125rem + 0.75vw)!important
}
.fs-5{
    font-size:calc(1.275rem + 0.3vw)!important
}
.fs-6{
    font-size:1.25rem!important
}
.fst-italic{
    font-style:italic!important
}
.fst-normal{
    font-style:normal!important
}
.fw-light{
    font-weight:300!important
}
.fw-lighter{
    font-weight:lighter!important
}
.fw-normal{
    font-weight:400!important
}
.fw-bold{
    font-weight:700!important
}
.fw-semibold{
    font-weight:600!important
}
.fw-bolder{
    font-weight:bolder!important
}
.lh-1{
    line-height:1!important
}
.lh-sm{
    line-height:1.25!important
}
.lh-base{
    line-height:2.188!important
}
.lh-lg{
    line-height:2!important
}
.text-start{
    text-align:left!important
}
.text-end{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
.text-decoration-none{
    text-decoration:none!important
}
.text-decoration-underline{
    text-decoration:underline!important
}
.text-decoration-line-through{
    text-decoration:line-through!important
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.text-wrap{
    white-space:normal!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-break{
    word-wrap:break-word!important;
    word-break:break-word!important
}
.text-primary{
    --bs-text-opacity:1;
    color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}
.text-secondary{
    --bs-text-opacity:1;
    color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}
.text-success{
    --bs-text-opacity:1;
    color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}
.text-info{
    --bs-text-opacity:1;
    color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}
.text-warning{
    --bs-text-opacity:1;
    color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}
.text-danger{
    --bs-text-opacity:1;
    color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}
.text-blue{
    --bs-text-opacity:1;
    color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important
}
.text-light{
    --bs-text-opacity:1;
    color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}
.text-dark{
    --bs-text-opacity:1;
    color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}
.text-light-gray{
    --bs-text-opacity:1;
    color:rgba(var(--bs-light-gray-rgb),var(--bs-text-opacity))!important
}
.text-blue-dark{
    --bs-text-opacity:1;
    color:rgba(var(--bs-blue-dark-rgb),var(--bs-text-opacity))!important
}
.text-blue-darker{
    --bs-text-opacity:1;
    color:rgba(var(--bs-blue-darker-rgb),var(--bs-text-opacity))!important
}
.text-green{
    --bs-text-opacity:1;
    color:rgba(var(--bs-green-rgb),var(--bs-text-opacity))!important
}
.text-dark-green{
    --bs-text-opacity:1;
    color:rgba(var(--bs-dark-green-rgb),var(--bs-text-opacity))!important
}
.text-dark-yellow{
    --bs-text-opacity:1;
    color:rgba(var(--bs-dark-yellow-rgb),var(--bs-text-opacity))!important
}
.text-dark-blue{
    --bs-text-opacity:1;
    color:rgba(var(--bs-dark-blue-rgb),var(--bs-text-opacity))!important
}
.text-gray-alt{
    --bs-text-opacity:1;
    color:rgba(var(--bs-gray-alt-rgb),var(--bs-text-opacity))!important
}
.text-lt-yellow{
    --bs-text-opacity:1;
    color:rgba(var(--bs-lt-yellow-rgb),var(--bs-text-opacity))!important
}
.text-light-sky{
    --bs-text-opacity:1;
    color:rgba(var(--bs-light-sky-rgb),var(--bs-text-opacity))!important
}
.text-orange{
    --bs-text-opacity:1;
    color:rgba(var(--bs-orange-rgb),var(--bs-text-opacity))!important
}
.text-gray-darker{
    --bs-text-opacity:1;
    color:rgba(var(--bs-gray-darker-rgb),var(--bs-text-opacity))!important
}
.text-brown{
    --bs-text-opacity:1;
    color:rgba(var(--bs-brown-rgb),var(--bs-text-opacity))!important
}
.text-light-yellow{
    --bs-text-opacity:1;
    color:rgba(var(--bs-light-yellow-rgb),var(--bs-text-opacity))!important
}
.text-black{
    --bs-text-opacity:1;
    color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}
.text-white{
    --bs-text-opacity:1;
    color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.text-body{
    --bs-text-opacity:1;
    color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}
.text-muted{
    --bs-text-opacity:1;
    color:#666!important
}
.text-black-50{
    --bs-text-opacity:1;
    color:rgba(0,0,0,0.5)!important
}
.text-white-50{
    --bs-text-opacity:1;
    color:rgba(255,255,255,0.5)!important
}
.text-reset{
    --bs-text-opacity:1;
    color:inherit!important
}
.text-opacity-25{
    --bs-text-opacity:0.25
}
.text-opacity-50{
    --bs-text-opacity:0.5
}
.text-opacity-75{
    --bs-text-opacity:0.75
}
.text-opacity-100{
    --bs-text-opacity:1
}
.bg-primary{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}
.bg-secondary{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}
.bg-success{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}
.bg-info{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}
.bg-warning{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}
.bg-danger{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}
.bg-blue{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important
}
.bg-light{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}
.bg-dark{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-light-gray{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-light-gray-rgb),var(--bs-bg-opacity))!important
}
.bg-blue-dark{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-blue-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-blue-darker{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-blue-darker-rgb),var(--bs-bg-opacity))!important
}
.bg-green{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-green-rgb),var(--bs-bg-opacity))!important
}
.bg-dark-green{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-dark-green-rgb),var(--bs-bg-opacity))!important
}
.bg-dark-yellow{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-dark-yellow-rgb),var(--bs-bg-opacity))!important
}
.bg-dark-blue{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-dark-blue-rgb),var(--bs-bg-opacity))!important
}
.bg-gray-alt{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-gray-alt-rgb),var(--bs-bg-opacity))!important
}
.bg-lt-yellow{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-lt-yellow-rgb),var(--bs-bg-opacity))!important
}
.bg-light-sky{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-light-sky-rgb),var(--bs-bg-opacity))!important
}
.bg-orange{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-orange-rgb),var(--bs-bg-opacity))!important
}
.bg-gray-darker{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-gray-darker-rgb),var(--bs-bg-opacity))!important
}
.bg-brown{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-brown-rgb),var(--bs-bg-opacity))!important
}
.bg-light-yellow{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-light-yellow-rgb),var(--bs-bg-opacity))!important
}
.bg-black{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}
.bg-white{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.bg-body{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}
.bg-transparent{
    --bs-bg-opacity:1;
    background-color:transparent!important
}
.bg-opacity-10{
    --bs-bg-opacity:0.1
}
.bg-opacity-25{
    --bs-bg-opacity:0.25
}
.bg-opacity-50{
    --bs-bg-opacity:0.5
}
.bg-opacity-75{
    --bs-bg-opacity:0.75
}
.bg-opacity-100{
    --bs-bg-opacity:1
}
.bg-gradient{
    background-image:var(--bs-gradient)!important
}
.user-select-all{
    user-select:all!important
}
.user-select-auto{
    user-select:auto!important
}
.user-select-none{
    user-select:none!important
}
.pe-none{
    pointer-events:none!important
}
.pe-auto{
    pointer-events:auto!important
}
.rounded{
    border-radius:var(--bs-border-radius)!important
}
.rounded-0{
    border-radius:0!important
}
.rounded-1{
    border-radius:var(--bs-border-radius-sm)!important
}
.rounded-2{
    border-radius:var(--bs-border-radius)!important
}
.rounded-3{
    border-radius:var(--bs-border-radius-lg)!important
}
.rounded-4{
    border-radius:var(--bs-border-radius-xl)!important
}
.rounded-5{
    border-radius:var(--bs-border-radius-2xl)!important
}
.rounded-circle{
    border-radius:50%!important
}
.rounded-pill{
    border-radius:var(--bs-border-radius-pill)!important
}
.rounded-top{
    border-top-left-radius:var(--bs-border-radius)!important;
    border-top-right-radius:var(--bs-border-radius)!important
}
.rounded-end{
    border-top-right-radius:var(--bs-border-radius)!important;
    border-bottom-right-radius:var(--bs-border-radius)!important
}
.rounded-bottom{
    border-bottom-right-radius:var(--bs-border-radius)!important;
    border-bottom-left-radius:var(--bs-border-radius)!important
}
.rounded-start{
    border-bottom-left-radius:var(--bs-border-radius)!important;
    border-top-left-radius:var(--bs-border-radius)!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
@media (min-width:576px){
    .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
    }
    .justify-content-sm-start{
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        justify-content:center!important
    }
    .justify-content-sm-between{
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        justify-content:space-around!important
    }
    .justify-content-sm-evenly{
        justify-content:space-evenly!important
    }
    .align-items-sm-start{
        align-items:flex-start!important
    }
    .align-items-sm-end{
        align-items:flex-end!important
    }
    .align-items-sm-center{
        align-items:center!important
    }
    .align-items-sm-baseline{
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        align-items:stretch!important
    }
    .align-content-sm-start{
        align-content:flex-start!important
    }
    .align-content-sm-end{
        align-content:flex-end!important
    }
    .align-content-sm-center{
        align-content:center!important
    }
    .align-content-sm-between{
        align-content:space-between!important
    }
    .align-content-sm-around{
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        align-content:stretch!important
    }
    .align-self-sm-auto{
        align-self:auto!important
    }
    .align-self-sm-start{
        align-self:flex-start!important
    }
    .align-self-sm-end{
        align-self:flex-end!important
    }
    .align-self-sm-center{
        align-self:center!important
    }
    .align-self-sm-baseline{
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        align-self:stretch!important
    }
    .order-sm-first{
        order:-1!important
    }
    .order-sm-0{
        order:0!important
    }
    .order-sm-1{
        order:1!important
    }
    .order-sm-2{
        order:2!important
    }
    .order-sm-3{
        order:3!important
    }
    .order-sm-4{
        order:4!important
    }
    .order-sm-5{
        order:5!important
    }
    .order-sm-last{
        order:6!important
    }
    .m-sm-0{
        margin:0!important
    }
    .m-sm-5{
        margin:0.3125rem!important
    }
    .m-sm-10{
        margin:0.625rem!important
    }
    .m-sm-15{
        margin:0.9375rem!important
    }
    .m-sm-20{
        margin:1.25rem!important
    }
    .m-sm-25{
        margin:1.5625rem!important
    }
    .m-sm-30{
        margin:1.875rem!important
    }
    .m-sm-35{
        margin:2.1875rem!important
    }
    .m-sm-40{
        margin:2.5rem!important
    }
    .m-sm-45{
        margin:2.8125rem!important
    }
    .m-sm-50{
        margin:3.125rem!important
    }
    .m-sm-55{
        margin:3.4375rem!important
    }
    .m-sm-60{
        margin:3.75rem!important
    }
    .m-sm-65{
        margin:4.0625rem!important
    }
    .m-sm-70{
        margin:4.375rem!important
    }
    .m-sm-75{
        margin:4.6875rem!important
    }
    .m-sm-80{
        margin:5rem!important
    }
    .m-sm-85{
        margin:5.3125rem!important
    }
    .m-sm-90{
        margin:5.625rem!important
    }
    .m-sm-95{
        margin:5.9375rem!important
    }
    .m-sm-100{
        margin:6.25rem!important
    }
    .m-sm-105{
        margin:6.5625rem!important
    }
    .m-sm-110{
        margin:6.875rem!important
    }
    .m-sm-115{
        margin:7.1875rem!important
    }
    .m-sm-120{
        margin:7.5rem!important
    }
    .m-sm-125{
        margin:7.8125rem!important
    }
    .m-sm-130{
        margin:8.125rem!important
    }
    .m-sm-135{
        margin:8.4375rem!important
    }
    .m-sm-140{
        margin:8.75rem!important
    }
    .m-sm-145{
        margin:9.0625rem!important
    }
    .m-sm-150{
        margin:9.375rem!important
    }
    .m-sm-155{
        margin:9.6875rem!important
    }
    .m-sm-160{
        margin:10rem!important
    }
    .m-sm-165{
        margin:10.3125rem!important
    }
    .m-sm-170{
        margin:10.625rem!important
    }
    .m-sm-175{
        margin:10.9375rem!important
    }
    .m-sm-180{
        margin:11.25rem!important
    }
    .m-sm-185{
        margin:11.5625rem!important
    }
    .m-sm-190{
        margin:11.875rem!important
    }
    .m-sm-195{
        margin:12.1875rem!important
    }
    .m-sm-200{
        margin:12.5rem!important
    }
    .m-sm-205{
        margin:12.8125rem!important
    }
    .m-sm-210{
        margin:13.125rem!important
    }
    .m-sm-215{
        margin:13.4375rem!important
    }
    .m-sm-220{
        margin:13.75rem!important
    }
    .m-sm-225{
        margin:14.0625rem!important
    }
    .m-sm-230{
        margin:14.375rem!important
    }
    .m-sm-235{
        margin:14.6875rem!important
    }
    .m-sm-240{
        margin:15rem!important
    }
    .m-sm-245{
        margin:15.3125rem!important
    }
    .m-sm-250{
        margin:15.625rem!important
    }
    .m-sm-auto{
        margin:auto!important
    }
    .mx-sm-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-sm-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-sm-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-sm-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-sm-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-sm-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-sm-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-sm-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-sm-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-sm-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-sm-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-sm-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-sm-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-sm-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-sm-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-sm-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-sm-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-sm-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-sm-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-sm-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-sm-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-sm-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-sm-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-sm-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-sm-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-sm-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-sm-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-sm-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-sm-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-sm-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-sm-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-sm-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-sm-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-sm-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-sm-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-sm-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-sm-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-sm-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-sm-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-sm-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-sm-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-sm-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-sm-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-sm-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-sm-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-sm-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-sm-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-sm-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-sm-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-sm-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-sm-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!important
    }
    .mx-sm-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-sm-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-sm-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-sm-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-sm-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-sm-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-sm-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-sm-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-sm-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-sm-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-sm-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-sm-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-sm-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-sm-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-sm-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-sm-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-sm-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-sm-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-sm-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-sm-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-sm-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-sm-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-sm-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-sm-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-sm-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-sm-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-sm-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-sm-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-sm-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-sm-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-sm-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-sm-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-sm-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-sm-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-sm-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-sm-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-sm-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-sm-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-sm-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-sm-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-sm-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-sm-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-sm-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-sm-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-sm-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-sm-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-sm-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-sm-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-sm-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-sm-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-sm-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-sm-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-sm-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-sm-0{
        margin-top:0!important
    }
    .mt-sm-5{
        margin-top:0.3125rem!important
    }
    .mt-sm-10{
        margin-top:0.625rem!important
    }
    .mt-sm-15{
        margin-top:0.9375rem!important
    }
    .mt-sm-20{
        margin-top:1.25rem!important
    }
    .mt-sm-25{
        margin-top:1.5625rem!important
    }
    .mt-sm-30{
        margin-top:1.875rem!important
    }
    .mt-sm-35{
        margin-top:2.1875rem!important
    }
    .mt-sm-40{
        margin-top:2.5rem!important
    }
    .mt-sm-45{
        margin-top:2.8125rem!important
    }
    .mt-sm-50{
        margin-top:3.125rem!important
    }
    .mt-sm-55{
        margin-top:3.4375rem!important
    }
    .mt-sm-60{
        margin-top:3.75rem!important
    }
    .mt-sm-65{
        margin-top:4.0625rem!important
    }
    .mt-sm-70{
        margin-top:4.375rem!important
    }
    .mt-sm-75{
        margin-top:4.6875rem!important
    }
    .mt-sm-80{
        margin-top:5rem!important
    }
    .mt-sm-85{
        margin-top:5.3125rem!important
    }
    .mt-sm-90{
        margin-top:5.625rem!important
    }
    .mt-sm-95{
        margin-top:5.9375rem!important
    }
    .mt-sm-100{
        margin-top:6.25rem!important
    }
    .mt-sm-105{
        margin-top:6.5625rem!important
    }
    .mt-sm-110{
        margin-top:6.875rem!important
    }
    .mt-sm-115{
        margin-top:7.1875rem!important
    }
    .mt-sm-120{
        margin-top:7.5rem!important
    }
    .mt-sm-125{
        margin-top:7.8125rem!important
    }
    .mt-sm-130{
        margin-top:8.125rem!important
    }
    .mt-sm-135{
        margin-top:8.4375rem!important
    }
    .mt-sm-140{
        margin-top:8.75rem!important
    }
    .mt-sm-145{
        margin-top:9.0625rem!important
    }
    .mt-sm-150{
        margin-top:9.375rem!important
    }
    .mt-sm-155{
        margin-top:9.6875rem!important
    }
    .mt-sm-160{
        margin-top:10rem!important
    }
    .mt-sm-165{
        margin-top:10.3125rem!important
    }
    .mt-sm-170{
        margin-top:10.625rem!important
    }
    .mt-sm-175{
        margin-top:10.9375rem!important
    }
    .mt-sm-180{
        margin-top:11.25rem!important
    }
    .mt-sm-185{
        margin-top:11.5625rem!important
    }
    .mt-sm-190{
        margin-top:11.875rem!important
    }
    .mt-sm-195{
        margin-top:12.1875rem!important
    }
    .mt-sm-200{
        margin-top:12.5rem!important
    }
    .mt-sm-205{
        margin-top:12.8125rem!important
    }
    .mt-sm-210{
        margin-top:13.125rem!important
    }
    .mt-sm-215{
        margin-top:13.4375rem!important
    }
    .mt-sm-220{
        margin-top:13.75rem!important
    }
    .mt-sm-225{
        margin-top:14.0625rem!important
    }
    .mt-sm-230{
        margin-top:14.375rem!important
    }
    .mt-sm-235{
        margin-top:14.6875rem!important
    }
    .mt-sm-240{
        margin-top:15rem!important
    }
    .mt-sm-245{
        margin-top:15.3125rem!important
    }
    .mt-sm-250{
        margin-top:15.625rem!important
    }
    .mt-sm-auto{
        margin-top:auto!important
    }
    .me-sm-0{
        margin-right:0!important
    }
    .me-sm-5{
        margin-right:0.3125rem!important
    }
    .me-sm-10{
        margin-right:0.625rem!important
    }
    .me-sm-15{
        margin-right:0.9375rem!important
    }
    .me-sm-20{
        margin-right:1.25rem!important
    }
    .me-sm-25{
        margin-right:1.5625rem!important
    }
    .me-sm-30{
        margin-right:1.875rem!important
    }
    .me-sm-35{
        margin-right:2.1875rem!important
    }
    .me-sm-40{
        margin-right:2.5rem!important
    }
    .me-sm-45{
        margin-right:2.8125rem!important
    }
    .me-sm-50{
        margin-right:3.125rem!important
    }
    .me-sm-55{
        margin-right:3.4375rem!important
    }
    .me-sm-60{
        margin-right:3.75rem!important
    }
    .me-sm-65{
        margin-right:4.0625rem!important
    }
    .me-sm-70{
        margin-right:4.375rem!important
    }
    .me-sm-75{
        margin-right:4.6875rem!important
    }
    .me-sm-80{
        margin-right:5rem!important
    }
    .me-sm-85{
        margin-right:5.3125rem!important
    }
    .me-sm-90{
        margin-right:5.625rem!important
    }
    .me-sm-95{
        margin-right:5.9375rem!important
    }
    .me-sm-100{
        margin-right:6.25rem!important
    }
    .me-sm-105{
        margin-right:6.5625rem!important
    }
    .me-sm-110{
        margin-right:6.875rem!important
    }
    .me-sm-115{
        margin-right:7.1875rem!important
    }
    .me-sm-120{
        margin-right:7.5rem!important
    }
    .me-sm-125{
        margin-right:7.8125rem!important
    }
    .me-sm-130{
        margin-right:8.125rem!important
    }
    .me-sm-135{
        margin-right:8.4375rem!important
    }
    .me-sm-140{
        margin-right:8.75rem!important
    }
    .me-sm-145{
        margin-right:9.0625rem!important
    }
    .me-sm-150{
        margin-right:9.375rem!important
    }
    .me-sm-155{
        margin-right:9.6875rem!important
    }
    .me-sm-160{
        margin-right:10rem!important
    }
    .me-sm-165{
        margin-right:10.3125rem!important
    }
    .me-sm-170{
        margin-right:10.625rem!important
    }
    .me-sm-175{
        margin-right:10.9375rem!important
    }
    .me-sm-180{
        margin-right:11.25rem!important
    }
    .me-sm-185{
        margin-right:11.5625rem!important
    }
    .me-sm-190{
        margin-right:11.875rem!important
    }
    .me-sm-195{
        margin-right:12.1875rem!important
    }
    .me-sm-200{
        margin-right:12.5rem!important
    }
    .me-sm-205{
        margin-right:12.8125rem!important
    }
    .me-sm-210{
        margin-right:13.125rem!important
    }
    .me-sm-215{
        margin-right:13.4375rem!important
    }
    .me-sm-220{
        margin-right:13.75rem!important
    }
    .me-sm-225{
        margin-right:14.0625rem!important
    }
    .me-sm-230{
        margin-right:14.375rem!important
    }
    .me-sm-235{
        margin-right:14.6875rem!important
    }
    .me-sm-240{
        margin-right:15rem!important
    }
    .me-sm-245{
        margin-right:15.3125rem!important
    }
    .me-sm-250{
        margin-right:15.625rem!important
    }
    .me-sm-auto{
        margin-right:auto!important
    }
    .mb-sm-0{
        margin-bottom:0!important
    }
    .mb-sm-5{
        margin-bottom:0.3125rem!important
    }
    .mb-sm-10{
        margin-bottom:0.625rem!important
    }
    .mb-sm-15{
        margin-bottom:0.9375rem!important
    }
    .mb-sm-20{
        margin-bottom:1.25rem!important
    }
    .mb-sm-25{
        margin-bottom:1.5625rem!important
    }
    .mb-sm-30{
        margin-bottom:1.875rem!important
    }
    .mb-sm-35{
        margin-bottom:2.1875rem!important
    }
    .mb-sm-40{
        margin-bottom:2.5rem!important
    }
    .mb-sm-45{
        margin-bottom:2.8125rem!important
    }
    .mb-sm-50{
        margin-bottom:3.125rem!important
    }
    .mb-sm-55{
        margin-bottom:3.4375rem!important
    }
    .mb-sm-60{
        margin-bottom:3.75rem!important
    }
    .mb-sm-65{
        margin-bottom:4.0625rem!important
    }
    .mb-sm-70{
        margin-bottom:4.375rem!important
    }
    .mb-sm-75{
        margin-bottom:4.6875rem!important
    }
    .mb-sm-80{
        margin-bottom:5rem!important
    }
    .mb-sm-85{
        margin-bottom:5.3125rem!important
    }
    .mb-sm-90{
        margin-bottom:5.625rem!important
    }
    .mb-sm-95{
        margin-bottom:5.9375rem!important
    }
    .mb-sm-100{
        margin-bottom:6.25rem!important
    }
    .mb-sm-105{
        margin-bottom:6.5625rem!important
    }
    .mb-sm-110{
        margin-bottom:6.875rem!important
    }
    .mb-sm-115{
        margin-bottom:7.1875rem!important
    }
    .mb-sm-120{
        margin-bottom:7.5rem!important
    }
    .mb-sm-125{
        margin-bottom:7.8125rem!important
    }
    .mb-sm-130{
        margin-bottom:8.125rem!important
    }
    .mb-sm-135{
        margin-bottom:8.4375rem!important
    }
    .mb-sm-140{
        margin-bottom:8.75rem!important
    }
    .mb-sm-145{
        margin-bottom:9.0625rem!important
    }
    .mb-sm-150{
        margin-bottom:9.375rem!important
    }
    .mb-sm-155{
        margin-bottom:9.6875rem!important
    }
    .mb-sm-160{
        margin-bottom:10rem!important
    }
    .mb-sm-165{
        margin-bottom:10.3125rem!important
    }
    .mb-sm-170{
        margin-bottom:10.625rem!important
    }
    .mb-sm-175{
        margin-bottom:10.9375rem!important
    }
    .mb-sm-180{
        margin-bottom:11.25rem!important
    }
    .mb-sm-185{
        margin-bottom:11.5625rem!important
    }
    .mb-sm-190{
        margin-bottom:11.875rem!important
    }
    .mb-sm-195{
        margin-bottom:12.1875rem!important
    }
    .mb-sm-200{
        margin-bottom:12.5rem!important
    }
    .mb-sm-205{
        margin-bottom:12.8125rem!important
    }
    .mb-sm-210{
        margin-bottom:13.125rem!important
    }
    .mb-sm-215{
        margin-bottom:13.4375rem!important
    }
    .mb-sm-220{
        margin-bottom:13.75rem!important
    }
    .mb-sm-225{
        margin-bottom:14.0625rem!important
    }
    .mb-sm-230{
        margin-bottom:14.375rem!important
    }
    .mb-sm-235{
        margin-bottom:14.6875rem!important
    }
    .mb-sm-240{
        margin-bottom:15rem!important
    }
    .mb-sm-245{
        margin-bottom:15.3125rem!important
    }
    .mb-sm-250{
        margin-bottom:15.625rem!important
    }
    .mb-sm-auto{
        margin-bottom:auto!important
    }
    .ms-sm-0{
        margin-left:0!important
    }
    .ms-sm-5{
        margin-left:0.3125rem!important
    }
    .ms-sm-10{
        margin-left:0.625rem!important
    }
    .ms-sm-15{
        margin-left:0.9375rem!important
    }
    .ms-sm-20{
        margin-left:1.25rem!important
    }
    .ms-sm-25{
        margin-left:1.5625rem!important
    }
    .ms-sm-30{
        margin-left:1.875rem!important
    }
    .ms-sm-35{
        margin-left:2.1875rem!important
    }
    .ms-sm-40{
        margin-left:2.5rem!important
    }
    .ms-sm-45{
        margin-left:2.8125rem!important
    }
    .ms-sm-50{
        margin-left:3.125rem!important
    }
    .ms-sm-55{
        margin-left:3.4375rem!important
    }
    .ms-sm-60{
        margin-left:3.75rem!important
    }
    .ms-sm-65{
        margin-left:4.0625rem!important
    }
    .ms-sm-70{
        margin-left:4.375rem!important
    }
    .ms-sm-75{
        margin-left:4.6875rem!important
    }
    .ms-sm-80{
        margin-left:5rem!important
    }
    .ms-sm-85{
        margin-left:5.3125rem!important
    }
    .ms-sm-90{
        margin-left:5.625rem!important
    }
    .ms-sm-95{
        margin-left:5.9375rem!important
    }
    .ms-sm-100{
        margin-left:6.25rem!important
    }
    .ms-sm-105{
        margin-left:6.5625rem!important
    }
    .ms-sm-110{
        margin-left:6.875rem!important
    }
    .ms-sm-115{
        margin-left:7.1875rem!important
    }
    .ms-sm-120{
        margin-left:7.5rem!important
    }
    .ms-sm-125{
        margin-left:7.8125rem!important
    }
    .ms-sm-130{
        margin-left:8.125rem!important
    }
    .ms-sm-135{
        margin-left:8.4375rem!important
    }
    .ms-sm-140{
        margin-left:8.75rem!important
    }
    .ms-sm-145{
        margin-left:9.0625rem!important
    }
    .ms-sm-150{
        margin-left:9.375rem!important
    }
    .ms-sm-155{
        margin-left:9.6875rem!important
    }
    .ms-sm-160{
        margin-left:10rem!important
    }
    .ms-sm-165{
        margin-left:10.3125rem!important
    }
    .ms-sm-170{
        margin-left:10.625rem!important
    }
    .ms-sm-175{
        margin-left:10.9375rem!important
    }
    .ms-sm-180{
        margin-left:11.25rem!important
    }
    .ms-sm-185{
        margin-left:11.5625rem!important
    }
    .ms-sm-190{
        margin-left:11.875rem!important
    }
    .ms-sm-195{
        margin-left:12.1875rem!important
    }
    .ms-sm-200{
        margin-left:12.5rem!important
    }
    .ms-sm-205{
        margin-left:12.8125rem!important
    }
    .ms-sm-210{
        margin-left:13.125rem!important
    }
    .ms-sm-215{
        margin-left:13.4375rem!important
    }
    .ms-sm-220{
        margin-left:13.75rem!important
    }
    .ms-sm-225{
        margin-left:14.0625rem!important
    }
    .ms-sm-230{
        margin-left:14.375rem!important
    }
    .ms-sm-235{
        margin-left:14.6875rem!important
    }
    .ms-sm-240{
        margin-left:15rem!important
    }
    .ms-sm-245{
        margin-left:15.3125rem!important
    }
    .ms-sm-250{
        margin-left:15.625rem!important
    }
    .ms-sm-auto{
        margin-left:auto!important
    }
    .m-sm-n5{
        margin:-0.3125rem!important
    }
    .m-sm-n10{
        margin:-0.625rem!important
    }
    .m-sm-n15{
        margin:-0.9375rem!important
    }
    .m-sm-n20{
        margin:-1.25rem!important
    }
    .m-sm-n25{
        margin:-1.5625rem!important
    }
    .m-sm-n30{
        margin:-1.875rem!important
    }
    .m-sm-n35{
        margin:-2.1875rem!important
    }
    .m-sm-n40{
        margin:-2.5rem!important
    }
    .m-sm-n45{
        margin:-2.8125rem!important
    }
    .m-sm-n50{
        margin:-3.125rem!important
    }
    .m-sm-n55{
        margin:-3.4375rem!important
    }
    .m-sm-n60{
        margin:-3.75rem!important
    }
    .m-sm-n65{
        margin:-4.0625rem!important
    }
    .m-sm-n70{
        margin:-4.375rem!important
    }
    .m-sm-n75{
        margin:-4.6875rem!important
    }
    .m-sm-n80{
        margin:-5rem!important
    }
    .m-sm-n85{
        margin:-5.3125rem!important
    }
    .m-sm-n90{
        margin:-5.625rem!important
    }
    .m-sm-n95{
        margin:-5.9375rem!important
    }
    .m-sm-n100{
        margin:-6.25rem!important
    }
    .m-sm-n105{
        margin:-6.5625rem!important
    }
    .m-sm-n110{
        margin:-6.875rem!important
    }
    .m-sm-n115{
        margin:-7.1875rem!important
    }
    .m-sm-n120{
        margin:-7.5rem!important
    }
    .m-sm-n125{
        margin:-7.8125rem!important
    }
    .m-sm-n130{
        margin:-8.125rem!important
    }
    .m-sm-n135{
        margin:-8.4375rem!important
    }
    .m-sm-n140{
        margin:-8.75rem!important
    }
    .m-sm-n145{
        margin:-9.0625rem!important
    }
    .m-sm-n150{
        margin:-9.375rem!important
    }
    .m-sm-n155{
        margin:-9.6875rem!important
    }
    .m-sm-n160{
        margin:-10rem!important
    }
    .m-sm-n165{
        margin:-10.3125rem!important
    }
    .m-sm-n170{
        margin:-10.625rem!important
    }
    .m-sm-n175{
        margin:-10.9375rem!important
    }
    .m-sm-n180{
        margin:-11.25rem!important
    }
    .m-sm-n185{
        margin:-11.5625rem!important
    }
    .m-sm-n190{
        margin:-11.875rem!important
    }
    .m-sm-n195{
        margin:-12.1875rem!important
    }
    .m-sm-n200{
        margin:-12.5rem!important
    }
    .m-sm-n205{
        margin:-12.8125rem!important
    }
    .m-sm-n210{
        margin:-13.125rem!important
    }
    .m-sm-n215{
        margin:-13.4375rem!important
    }
    .m-sm-n220{
        margin:-13.75rem!important
    }
    .m-sm-n225{
        margin:-14.0625rem!important
    }
    .m-sm-n230{
        margin:-14.375rem!important
    }
    .m-sm-n235{
        margin:-14.6875rem!important
    }
    .m-sm-n240{
        margin:-15rem!important
    }
    .m-sm-n245{
        margin:-15.3125rem!important
    }
    .m-sm-n250{
        margin:-15.625rem!important
    }
    .mx-sm-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-sm-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-sm-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-sm-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-sm-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-sm-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-sm-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-sm-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-sm-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-sm-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-sm-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-sm-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-sm-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-sm-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-sm-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-sm-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-sm-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-sm-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-sm-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-sm-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-sm-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-sm-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-sm-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-sm-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-sm-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-sm-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-sm-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-sm-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-sm-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-sm-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-sm-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-sm-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-sm-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-sm-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-sm-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-sm-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-sm-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-sm-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-sm-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-sm-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-sm-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-sm-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-sm-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-sm-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-sm-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-sm-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-sm-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-sm-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-sm-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-sm-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-sm-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-sm-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-sm-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-sm-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-sm-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-sm-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-sm-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-sm-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-sm-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-sm-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-sm-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-sm-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-sm-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-sm-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-sm-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-sm-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-sm-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-sm-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-sm-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-sm-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-sm-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-sm-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-sm-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-sm-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-sm-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-sm-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-sm-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-sm-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-sm-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-sm-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-sm-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-sm-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-sm-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-sm-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-sm-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-sm-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-sm-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-sm-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-sm-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-sm-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-sm-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-sm-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-sm-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-sm-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-sm-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-sm-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-sm-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-sm-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-sm-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-sm-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-sm-n5{
        margin-top:-0.3125rem!important
    }
    .mt-sm-n10{
        margin-top:-0.625rem!important
    }
    .mt-sm-n15{
        margin-top:-0.9375rem!important
    }
    .mt-sm-n20{
        margin-top:-1.25rem!important
    }
    .mt-sm-n25{
        margin-top:-1.5625rem!important
    }
    .mt-sm-n30{
        margin-top:-1.875rem!important
    }
    .mt-sm-n35{
        margin-top:-2.1875rem!important
    }
    .mt-sm-n40{
        margin-top:-2.5rem!important
    }
    .mt-sm-n45{
        margin-top:-2.8125rem!important
    }
    .mt-sm-n50{
        margin-top:-3.125rem!important
    }
    .mt-sm-n55{
        margin-top:-3.4375rem!important
    }
    .mt-sm-n60{
        margin-top:-3.75rem!important
    }
    .mt-sm-n65{
        margin-top:-4.0625rem!important
    }
    .mt-sm-n70{
        margin-top:-4.375rem!important
    }
    .mt-sm-n75{
        margin-top:-4.6875rem!important
    }
    .mt-sm-n80{
        margin-top:-5rem!important
    }
    .mt-sm-n85{
        margin-top:-5.3125rem!important
    }
    .mt-sm-n90{
        margin-top:-5.625rem!important
    }
    .mt-sm-n95{
        margin-top:-5.9375rem!important
    }
    .mt-sm-n100{
        margin-top:-6.25rem!important
    }
    .mt-sm-n105{
        margin-top:-6.5625rem!important
    }
    .mt-sm-n110{
        margin-top:-6.875rem!important
    }
    .mt-sm-n115{
        margin-top:-7.1875rem!important
    }
    .mt-sm-n120{
        margin-top:-7.5rem!important
    }
    .mt-sm-n125{
        margin-top:-7.8125rem!important
    }
    .mt-sm-n130{
        margin-top:-8.125rem!important
    }
    .mt-sm-n135{
        margin-top:-8.4375rem!important
    }
    .mt-sm-n140{
        margin-top:-8.75rem!important
    }
    .mt-sm-n145{
        margin-top:-9.0625rem!important
    }
    .mt-sm-n150{
        margin-top:-9.375rem!important
    }
    .mt-sm-n155{
        margin-top:-9.6875rem!important
    }
    .mt-sm-n160{
        margin-top:-10rem!important
    }
    .mt-sm-n165{
        margin-top:-10.3125rem!important
    }
    .mt-sm-n170{
        margin-top:-10.625rem!important
    }
    .mt-sm-n175{
        margin-top:-10.9375rem!important
    }
    .mt-sm-n180{
        margin-top:-11.25rem!important
    }
    .mt-sm-n185{
        margin-top:-11.5625rem!important
    }
    .mt-sm-n190{
        margin-top:-11.875rem!important
    }
    .mt-sm-n195{
        margin-top:-12.1875rem!important
    }
    .mt-sm-n200{
        margin-top:-12.5rem!important
    }
    .mt-sm-n205{
        margin-top:-12.8125rem!important
    }
    .mt-sm-n210{
        margin-top:-13.125rem!important
    }
    .mt-sm-n215{
        margin-top:-13.4375rem!important
    }
    .mt-sm-n220{
        margin-top:-13.75rem!important
    }
    .mt-sm-n225{
        margin-top:-14.0625rem!important
    }
    .mt-sm-n230{
        margin-top:-14.375rem!important
    }
    .mt-sm-n235{
        margin-top:-14.6875rem!important
    }
    .mt-sm-n240{
        margin-top:-15rem!important
    }
    .mt-sm-n245{
        margin-top:-15.3125rem!important
    }
    .mt-sm-n250{
        margin-top:-15.625rem!important
    }
    .me-sm-n5{
        margin-right:-0.3125rem!important
    }
    .me-sm-n10{
        margin-right:-0.625rem!important
    }
    .me-sm-n15{
        margin-right:-0.9375rem!important
    }
    .me-sm-n20{
        margin-right:-1.25rem!important
    }
    .me-sm-n25{
        margin-right:-1.5625rem!important
    }
    .me-sm-n30{
        margin-right:-1.875rem!important
    }
    .me-sm-n35{
        margin-right:-2.1875rem!important
    }
    .me-sm-n40{
        margin-right:-2.5rem!important
    }
    .me-sm-n45{
        margin-right:-2.8125rem!important
    }
    .me-sm-n50{
        margin-right:-3.125rem!important
    }
    .me-sm-n55{
        margin-right:-3.4375rem!important
    }
    .me-sm-n60{
        margin-right:-3.75rem!important
    }
    .me-sm-n65{
        margin-right:-4.0625rem!important
    }
    .me-sm-n70{
        margin-right:-4.375rem!important
    }
    .me-sm-n75{
        margin-right:-4.6875rem!important
    }
    .me-sm-n80{
        margin-right:-5rem!important
    }
    .me-sm-n85{
        margin-right:-5.3125rem!important
    }
    .me-sm-n90{
        margin-right:-5.625rem!important
    }
    .me-sm-n95{
        margin-right:-5.9375rem!important
    }
    .me-sm-n100{
        margin-right:-6.25rem!important
    }
    .me-sm-n105{
        margin-right:-6.5625rem!important
    }
    .me-sm-n110{
        margin-right:-6.875rem!important
    }
    .me-sm-n115{
        margin-right:-7.1875rem!important
    }
    .me-sm-n120{
        margin-right:-7.5rem!important
    }
    .me-sm-n125{
        margin-right:-7.8125rem!important
    }
    .me-sm-n130{
        margin-right:-8.125rem!important
    }
    .me-sm-n135{
        margin-right:-8.4375rem!important
    }
    .me-sm-n140{
        margin-right:-8.75rem!important
    }
    .me-sm-n145{
        margin-right:-9.0625rem!important
    }
    .me-sm-n150{
        margin-right:-9.375rem!important
    }
    .me-sm-n155{
        margin-right:-9.6875rem!important
    }
    .me-sm-n160{
        margin-right:-10rem!important
    }
    .me-sm-n165{
        margin-right:-10.3125rem!important
    }
    .me-sm-n170{
        margin-right:-10.625rem!important
    }
    .me-sm-n175{
        margin-right:-10.9375rem!important
    }
    .me-sm-n180{
        margin-right:-11.25rem!important
    }
    .me-sm-n185{
        margin-right:-11.5625rem!important
    }
    .me-sm-n190{
        margin-right:-11.875rem!important
    }
    .me-sm-n195{
        margin-right:-12.1875rem!important
    }
    .me-sm-n200{
        margin-right:-12.5rem!important
    }
    .me-sm-n205{
        margin-right:-12.8125rem!important
    }
    .me-sm-n210{
        margin-right:-13.125rem!important
    }
    .me-sm-n215{
        margin-right:-13.4375rem!important
    }
    .me-sm-n220{
        margin-right:-13.75rem!important
    }
    .me-sm-n225{
        margin-right:-14.0625rem!important
    }
    .me-sm-n230{
        margin-right:-14.375rem!important
    }
    .me-sm-n235{
        margin-right:-14.6875rem!important
    }
    .me-sm-n240{
        margin-right:-15rem!important
    }
    .me-sm-n245{
        margin-right:-15.3125rem!important
    }
    .me-sm-n250{
        margin-right:-15.625rem!important
    }
    .mb-sm-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-sm-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-sm-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-sm-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-sm-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-sm-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-sm-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-sm-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-sm-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-sm-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-sm-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-sm-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-sm-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-sm-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-sm-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-sm-n80{
        margin-bottom:-5rem!important
    }
    .mb-sm-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-sm-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-sm-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-sm-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-sm-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-sm-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-sm-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-sm-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-sm-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-sm-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-sm-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-sm-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-sm-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-sm-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-sm-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-sm-n160{
        margin-bottom:-10rem!important
    }
    .mb-sm-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-sm-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-sm-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-sm-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-sm-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-sm-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-sm-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-sm-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-sm-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-sm-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-sm-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-sm-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-sm-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-sm-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-sm-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-sm-n240{
        margin-bottom:-15rem!important
    }
    .mb-sm-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-sm-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-sm-n5{
        margin-left:-0.3125rem!important
    }
    .ms-sm-n10{
        margin-left:-0.625rem!important
    }
    .ms-sm-n15{
        margin-left:-0.9375rem!important
    }
    .ms-sm-n20{
        margin-left:-1.25rem!important
    }
    .ms-sm-n25{
        margin-left:-1.5625rem!important
    }
    .ms-sm-n30{
        margin-left:-1.875rem!important
    }
    .ms-sm-n35{
        margin-left:-2.1875rem!important
    }
    .ms-sm-n40{
        margin-left:-2.5rem!important
    }
    .ms-sm-n45{
        margin-left:-2.8125rem!important
    }
    .ms-sm-n50{
        margin-left:-3.125rem!important
    }
    .ms-sm-n55{
        margin-left:-3.4375rem!important
    }
    .ms-sm-n60{
        margin-left:-3.75rem!important
    }
    .ms-sm-n65{
        margin-left:-4.0625rem!important
    }
    .ms-sm-n70{
        margin-left:-4.375rem!important
    }
    .ms-sm-n75{
        margin-left:-4.6875rem!important
    }
    .ms-sm-n80{
        margin-left:-5rem!important
    }
    .ms-sm-n85{
        margin-left:-5.3125rem!important
    }
    .ms-sm-n90{
        margin-left:-5.625rem!important
    }
    .ms-sm-n95{
        margin-left:-5.9375rem!important
    }
    .ms-sm-n100{
        margin-left:-6.25rem!important
    }
    .ms-sm-n105{
        margin-left:-6.5625rem!important
    }
    .ms-sm-n110{
        margin-left:-6.875rem!important
    }
    .ms-sm-n115{
        margin-left:-7.1875rem!important
    }
    .ms-sm-n120{
        margin-left:-7.5rem!important
    }
    .ms-sm-n125{
        margin-left:-7.8125rem!important
    }
    .ms-sm-n130{
        margin-left:-8.125rem!important
    }
    .ms-sm-n135{
        margin-left:-8.4375rem!important
    }
    .ms-sm-n140{
        margin-left:-8.75rem!important
    }
    .ms-sm-n145{
        margin-left:-9.0625rem!important
    }
    .ms-sm-n150{
        margin-left:-9.375rem!important
    }
    .ms-sm-n155{
        margin-left:-9.6875rem!important
    }
    .ms-sm-n160{
        margin-left:-10rem!important
    }
    .ms-sm-n165{
        margin-left:-10.3125rem!important
    }
    .ms-sm-n170{
        margin-left:-10.625rem!important
    }
    .ms-sm-n175{
        margin-left:-10.9375rem!important
    }
    .ms-sm-n180{
        margin-left:-11.25rem!important
    }
    .ms-sm-n185{
        margin-left:-11.5625rem!important
    }
    .ms-sm-n190{
        margin-left:-11.875rem!important
    }
    .ms-sm-n195{
        margin-left:-12.1875rem!important
    }
    .ms-sm-n200{
        margin-left:-12.5rem!important
    }
    .ms-sm-n205{
        margin-left:-12.8125rem!important
    }
    .ms-sm-n210{
        margin-left:-13.125rem!important
    }
    .ms-sm-n215{
        margin-left:-13.4375rem!important
    }
    .ms-sm-n220{
        margin-left:-13.75rem!important
    }
    .ms-sm-n225{
        margin-left:-14.0625rem!important
    }
    .ms-sm-n230{
        margin-left:-14.375rem!important
    }
    .ms-sm-n235{
        margin-left:-14.6875rem!important
    }
    .ms-sm-n240{
        margin-left:-15rem!important
    }
    .ms-sm-n245{
        margin-left:-15.3125rem!important
    }
    .ms-sm-n250{
        margin-left:-15.625rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .p-sm-5{
        padding:0.3125rem!important
    }
    .p-sm-10{
        padding:0.625rem!important
    }
    .p-sm-15{
        padding:0.9375rem!important
    }
    .p-sm-20{
        padding:1.25rem!important
    }
    .p-sm-25{
        padding:1.5625rem!important
    }
    .p-sm-30{
        padding:1.875rem!important
    }
    .p-sm-35{
        padding:2.1875rem!important
    }
    .p-sm-40{
        padding:2.5rem!important
    }
    .p-sm-45{
        padding:2.8125rem!important
    }
    .p-sm-50{
        padding:3.125rem!important
    }
    .p-sm-55{
        padding:3.4375rem!important
    }
    .p-sm-60{
        padding:3.75rem!important
    }
    .p-sm-65{
        padding:4.0625rem!important
    }
    .p-sm-70{
        padding:4.375rem!important
    }
    .p-sm-75{
        padding:4.6875rem!important
    }
    .p-sm-80{
        padding:5rem!important
    }
    .p-sm-85{
        padding:5.3125rem!important
    }
    .p-sm-90{
        padding:5.625rem!important
    }
    .p-sm-95{
        padding:5.9375rem!important
    }
    .p-sm-100{
        padding:6.25rem!important
    }
    .p-sm-105{
        padding:6.5625rem!important
    }
    .p-sm-110{
        padding:6.875rem!important
    }
    .p-sm-115{
        padding:7.1875rem!important
    }
    .p-sm-120{
        padding:7.5rem!important
    }
    .p-sm-125{
        padding:7.8125rem!important
    }
    .p-sm-130{
        padding:8.125rem!important
    }
    .p-sm-135{
        padding:8.4375rem!important
    }
    .p-sm-140{
        padding:8.75rem!important
    }
    .p-sm-145{
        padding:9.0625rem!important
    }
    .p-sm-150{
        padding:9.375rem!important
    }
    .p-sm-155{
        padding:9.6875rem!important
    }
    .p-sm-160{
        padding:10rem!important
    }
    .p-sm-165{
        padding:10.3125rem!important
    }
    .p-sm-170{
        padding:10.625rem!important
    }
    .p-sm-175{
        padding:10.9375rem!important
    }
    .p-sm-180{
        padding:11.25rem!important
    }
    .p-sm-185{
        padding:11.5625rem!important
    }
    .p-sm-190{
        padding:11.875rem!important
    }
    .p-sm-195{
        padding:12.1875rem!important
    }
    .p-sm-200{
        padding:12.5rem!important
    }
    .p-sm-205{
        padding:12.8125rem!important
    }
    .p-sm-210{
        padding:13.125rem!important
    }
    .p-sm-215{
        padding:13.4375rem!important
    }
    .p-sm-220{
        padding:13.75rem!important
    }
    .p-sm-225{
        padding:14.0625rem!important
    }
    .p-sm-230{
        padding:14.375rem!important
    }
    .p-sm-235{
        padding:14.6875rem!important
    }
    .p-sm-240{
        padding:15rem!important
    }
    .p-sm-245{
        padding:15.3125rem!important
    }
    .p-sm-250{
        padding:15.625rem!important
    }
    .px-sm-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-sm-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-sm-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-sm-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-sm-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-sm-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-sm-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-sm-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-sm-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-sm-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-sm-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-sm-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-sm-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-sm-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-sm-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-sm-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-sm-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-sm-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-sm-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-sm-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-sm-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-sm-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-sm-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-sm-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-sm-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-sm-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-sm-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-sm-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-sm-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-sm-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-sm-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-sm-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-sm-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-sm-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-sm-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-sm-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-sm-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-sm-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-sm-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-sm-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-sm-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-sm-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-sm-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-sm-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-sm-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-sm-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-sm-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-sm-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-sm-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-sm-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-sm-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-sm-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-sm-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-sm-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-sm-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-sm-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-sm-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-sm-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-sm-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-sm-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-sm-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-sm-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-sm-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-sm-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-sm-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-sm-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-sm-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-sm-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-sm-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-sm-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-sm-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-sm-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-sm-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-sm-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-sm-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-sm-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-sm-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-sm-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-sm-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-sm-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-sm-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-sm-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-sm-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-sm-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-sm-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-sm-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-sm-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-sm-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-sm-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-sm-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-sm-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-sm-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-sm-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-sm-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-sm-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-sm-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-sm-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-sm-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-sm-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-sm-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-sm-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-sm-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-sm-0{
        padding-top:0!important
    }
    .pt-sm-5{
        padding-top:0.3125rem!important
    }
    .pt-sm-10{
        padding-top:0.625rem!important
    }
    .pt-sm-15{
        padding-top:0.9375rem!important
    }
    .pt-sm-20{
        padding-top:1.25rem!important
    }
    .pt-sm-25{
        padding-top:1.5625rem!important
    }
    .pt-sm-30{
        padding-top:1.875rem!important
    }
    .pt-sm-35{
        padding-top:2.1875rem!important
    }
    .pt-sm-40{
        padding-top:2.5rem!important
    }
    .pt-sm-45{
        padding-top:2.8125rem!important
    }
    .pt-sm-50{
        padding-top:3.125rem!important
    }
    .pt-sm-55{
        padding-top:3.4375rem!important
    }
    .pt-sm-60{
        padding-top:3.75rem!important
    }
    .pt-sm-65{
        padding-top:4.0625rem!important
    }
    .pt-sm-70{
        padding-top:4.375rem!important
    }
    .pt-sm-75{
        padding-top:4.6875rem!important
    }
    .pt-sm-80{
        padding-top:5rem!important
    }
    .pt-sm-85{
        padding-top:5.3125rem!important
    }
    .pt-sm-90{
        padding-top:5.625rem!important
    }
    .pt-sm-95{
        padding-top:5.9375rem!important
    }
    .pt-sm-100{
        padding-top:6.25rem!important
    }
    .pt-sm-105{
        padding-top:6.5625rem!important
    }
    .pt-sm-110{
        padding-top:6.875rem!important
    }
    .pt-sm-115{
        padding-top:7.1875rem!important
    }
    .pt-sm-120{
        padding-top:7.5rem!important
    }
    .pt-sm-125{
        padding-top:7.8125rem!important
    }
    .pt-sm-130{
        padding-top:8.125rem!important
    }
    .pt-sm-135{
        padding-top:8.4375rem!important
    }
    .pt-sm-140{
        padding-top:8.75rem!important
    }
    .pt-sm-145{
        padding-top:9.0625rem!important
    }
    .pt-sm-150{
        padding-top:9.375rem!important
    }
    .pt-sm-155{
        padding-top:9.6875rem!important
    }
    .pt-sm-160{
        padding-top:10rem!important
    }
    .pt-sm-165{
        padding-top:10.3125rem!important
    }
    .pt-sm-170{
        padding-top:10.625rem!important
    }
    .pt-sm-175{
        padding-top:10.9375rem!important
    }
    .pt-sm-180{
        padding-top:11.25rem!important
    }
    .pt-sm-185{
        padding-top:11.5625rem!important
    }
    .pt-sm-190{
        padding-top:11.875rem!important
    }
    .pt-sm-195{
        padding-top:12.1875rem!important
    }
    .pt-sm-200{
        padding-top:12.5rem!important
    }
    .pt-sm-205{
        padding-top:12.8125rem!important
    }
    .pt-sm-210{
        padding-top:13.125rem!important
    }
    .pt-sm-215{
        padding-top:13.4375rem!important
    }
    .pt-sm-220{
        padding-top:13.75rem!important
    }
    .pt-sm-225{
        padding-top:14.0625rem!important
    }
    .pt-sm-230{
        padding-top:14.375rem!important
    }
    .pt-sm-235{
        padding-top:14.6875rem!important
    }
    .pt-sm-240{
        padding-top:15rem!important
    }
    .pt-sm-245{
        padding-top:15.3125rem!important
    }
    .pt-sm-250{
        padding-top:15.625rem!important
    }
    .pe-sm-0{
        padding-right:0!important
    }
    .pe-sm-5{
        padding-right:0.3125rem!important
    }
    .pe-sm-10{
        padding-right:0.625rem!important
    }
    .pe-sm-15{
        padding-right:0.9375rem!important
    }
    .pe-sm-20{
        padding-right:1.25rem!important
    }
    .pe-sm-25{
        padding-right:1.5625rem!important
    }
    .pe-sm-30{
        padding-right:1.875rem!important
    }
    .pe-sm-35{
        padding-right:2.1875rem!important
    }
    .pe-sm-40{
        padding-right:2.5rem!important
    }
    .pe-sm-45{
        padding-right:2.8125rem!important
    }
    .pe-sm-50{
        padding-right:3.125rem!important
    }
    .pe-sm-55{
        padding-right:3.4375rem!important
    }
    .pe-sm-60{
        padding-right:3.75rem!important
    }
    .pe-sm-65{
        padding-right:4.0625rem!important
    }
    .pe-sm-70{
        padding-right:4.375rem!important
    }
    .pe-sm-75{
        padding-right:4.6875rem!important
    }
    .pe-sm-80{
        padding-right:5rem!important
    }
    .pe-sm-85{
        padding-right:5.3125rem!important
    }
    .pe-sm-90{
        padding-right:5.625rem!important
    }
    .pe-sm-95{
        padding-right:5.9375rem!important
    }
    .pe-sm-100{
        padding-right:6.25rem!important
    }
    .pe-sm-105{
        padding-right:6.5625rem!important
    }
    .pe-sm-110{
        padding-right:6.875rem!important
    }
    .pe-sm-115{
        padding-right:7.1875rem!important
    }
    .pe-sm-120{
        padding-right:7.5rem!important
    }
    .pe-sm-125{
        padding-right:7.8125rem!important
    }
    .pe-sm-130{
        padding-right:8.125rem!important
    }
    .pe-sm-135{
        padding-right:8.4375rem!important
    }
    .pe-sm-140{
        padding-right:8.75rem!important
    }
    .pe-sm-145{
        padding-right:9.0625rem!important
    }
    .pe-sm-150{
        padding-right:9.375rem!important
    }
    .pe-sm-155{
        padding-right:9.6875rem!important
    }
    .pe-sm-160{
        padding-right:10rem!important
    }
    .pe-sm-165{
        padding-right:10.3125rem!important
    }
    .pe-sm-170{
        padding-right:10.625rem!important
    }
    .pe-sm-175{
        padding-right:10.9375rem!important
    }
    .pe-sm-180{
        padding-right:11.25rem!important
    }
    .pe-sm-185{
        padding-right:11.5625rem!important
    }
    .pe-sm-190{
        padding-right:11.875rem!important
    }
    .pe-sm-195{
        padding-right:12.1875rem!important
    }
    .pe-sm-200{
        padding-right:12.5rem!important
    }
    .pe-sm-205{
        padding-right:12.8125rem!important
    }
    .pe-sm-210{
        padding-right:13.125rem!important
    }
    .pe-sm-215{
        padding-right:13.4375rem!important
    }
    .pe-sm-220{
        padding-right:13.75rem!important
    }
    .pe-sm-225{
        padding-right:14.0625rem!important
    }
    .pe-sm-230{
        padding-right:14.375rem!important
    }
    .pe-sm-235{
        padding-right:14.6875rem!important
    }
    .pe-sm-240{
        padding-right:15rem!important
    }
    .pe-sm-245{
        padding-right:15.3125rem!important
    }
    .pe-sm-250{
        padding-right:15.625rem!important
    }
    .pb-sm-0{
        padding-bottom:0!important
    }
    .pb-sm-5{
        padding-bottom:0.3125rem!important
    }
    .pb-sm-10{
        padding-bottom:0.625rem!important
    }
    .pb-sm-15{
        padding-bottom:0.9375rem!important
    }
    .pb-sm-20{
        padding-bottom:1.25rem!important
    }
    .pb-sm-25{
        padding-bottom:1.5625rem!important
    }
    .pb-sm-30{
        padding-bottom:1.875rem!important
    }
    .pb-sm-35{
        padding-bottom:2.1875rem!important
    }
    .pb-sm-40{
        padding-bottom:2.5rem!important
    }
    .pb-sm-45{
        padding-bottom:2.8125rem!important
    }
    .pb-sm-50{
        padding-bottom:3.125rem!important
    }
    .pb-sm-55{
        padding-bottom:3.4375rem!important
    }
    .pb-sm-60{
        padding-bottom:3.75rem!important
    }
    .pb-sm-65{
        padding-bottom:4.0625rem!important
    }
    .pb-sm-70{
        padding-bottom:4.375rem!important
    }
    .pb-sm-75{
        padding-bottom:4.6875rem!important
    }
    .pb-sm-80{
        padding-bottom:5rem!important
    }
    .pb-sm-85{
        padding-bottom:5.3125rem!important
    }
    .pb-sm-90{
        padding-bottom:5.625rem!important
    }
    .pb-sm-95{
        padding-bottom:5.9375rem!important
    }
    .pb-sm-100{
        padding-bottom:6.25rem!important
    }
    .pb-sm-105{
        padding-bottom:6.5625rem!important
    }
    .pb-sm-110{
        padding-bottom:6.875rem!important
    }
    .pb-sm-115{
        padding-bottom:7.1875rem!important
    }
    .pb-sm-120{
        padding-bottom:7.5rem!important
    }
    .pb-sm-125{
        padding-bottom:7.8125rem!important
    }
    .pb-sm-130{
        padding-bottom:8.125rem!important
    }
    .pb-sm-135{
        padding-bottom:8.4375rem!important
    }
    .pb-sm-140{
        padding-bottom:8.75rem!important
    }
    .pb-sm-145{
        padding-bottom:9.0625rem!important
    }
    .pb-sm-150{
        padding-bottom:9.375rem!important
    }
    .pb-sm-155{
        padding-bottom:9.6875rem!important
    }
    .pb-sm-160{
        padding-bottom:10rem!important
    }
    .pb-sm-165{
        padding-bottom:10.3125rem!important
    }
    .pb-sm-170{
        padding-bottom:10.625rem!important
    }
    .pb-sm-175{
        padding-bottom:10.9375rem!important
    }
    .pb-sm-180{
        padding-bottom:11.25rem!important
    }
    .pb-sm-185{
        padding-bottom:11.5625rem!important
    }
    .pb-sm-190{
        padding-bottom:11.875rem!important
    }
    .pb-sm-195{
        padding-bottom:12.1875rem!important
    }
    .pb-sm-200{
        padding-bottom:12.5rem!important
    }
    .pb-sm-205{
        padding-bottom:12.8125rem!important
    }
    .pb-sm-210{
        padding-bottom:13.125rem!important
    }
    .pb-sm-215{
        padding-bottom:13.4375rem!important
    }
    .pb-sm-220{
        padding-bottom:13.75rem!important
    }
    .pb-sm-225{
        padding-bottom:14.0625rem!important
    }
    .pb-sm-230{
        padding-bottom:14.375rem!important
    }
    .pb-sm-235{
        padding-bottom:14.6875rem!important
    }
    .pb-sm-240{
        padding-bottom:15rem!important
    }
    .pb-sm-245{
        padding-bottom:15.3125rem!important
    }
    .pb-sm-250{
        padding-bottom:15.625rem!important
    }
    .ps-sm-0{
        padding-left:0!important
    }
    .ps-sm-5{
        padding-left:0.3125rem!important
    }
    .ps-sm-10{
        padding-left:0.625rem!important
    }
    .ps-sm-15{
        padding-left:0.9375rem!important
    }
    .ps-sm-20{
        padding-left:1.25rem!important
    }
    .ps-sm-25{
        padding-left:1.5625rem!important
    }
    .ps-sm-30{
        padding-left:1.875rem!important
    }
    .ps-sm-35{
        padding-left:2.1875rem!important
    }
    .ps-sm-40{
        padding-left:2.5rem!important
    }
    .ps-sm-45{
        padding-left:2.8125rem!important
    }
    .ps-sm-50{
        padding-left:3.125rem!important
    }
    .ps-sm-55{
        padding-left:3.4375rem!important
    }
    .ps-sm-60{
        padding-left:3.75rem!important
    }
    .ps-sm-65{
        padding-left:4.0625rem!important
    }
    .ps-sm-70{
        padding-left:4.375rem!important
    }
    .ps-sm-75{
        padding-left:4.6875rem!important
    }
    .ps-sm-80{
        padding-left:5rem!important
    }
    .ps-sm-85{
        padding-left:5.3125rem!important
    }
    .ps-sm-90{
        padding-left:5.625rem!important
    }
    .ps-sm-95{
        padding-left:5.9375rem!important
    }
    .ps-sm-100{
        padding-left:6.25rem!important
    }
    .ps-sm-105{
        padding-left:6.5625rem!important
    }
    .ps-sm-110{
        padding-left:6.875rem!important
    }
    .ps-sm-115{
        padding-left:7.1875rem!important
    }
    .ps-sm-120{
        padding-left:7.5rem!important
    }
    .ps-sm-125{
        padding-left:7.8125rem!important
    }
    .ps-sm-130{
        padding-left:8.125rem!important
    }
    .ps-sm-135{
        padding-left:8.4375rem!important
    }
    .ps-sm-140{
        padding-left:8.75rem!important
    }
    .ps-sm-145{
        padding-left:9.0625rem!important
    }
    .ps-sm-150{
        padding-left:9.375rem!important
    }
    .ps-sm-155{
        padding-left:9.6875rem!important
    }
    .ps-sm-160{
        padding-left:10rem!important
    }
    .ps-sm-165{
        padding-left:10.3125rem!important
    }
    .ps-sm-170{
        padding-left:10.625rem!important
    }
    .ps-sm-175{
        padding-left:10.9375rem!important
    }
    .ps-sm-180{
        padding-left:11.25rem!important
    }
    .ps-sm-185{
        padding-left:11.5625rem!important
    }
    .ps-sm-190{
        padding-left:11.875rem!important
    }
    .ps-sm-195{
        padding-left:12.1875rem!important
    }
    .ps-sm-200{
        padding-left:12.5rem!important
    }
    .ps-sm-205{
        padding-left:12.8125rem!important
    }
    .ps-sm-210{
        padding-left:13.125rem!important
    }
    .ps-sm-215{
        padding-left:13.4375rem!important
    }
    .ps-sm-220{
        padding-left:13.75rem!important
    }
    .ps-sm-225{
        padding-left:14.0625rem!important
    }
    .ps-sm-230{
        padding-left:14.375rem!important
    }
    .ps-sm-235{
        padding-left:14.6875rem!important
    }
    .ps-sm-240{
        padding-left:15rem!important
    }
    .ps-sm-245{
        padding-left:15.3125rem!important
    }
    .ps-sm-250{
        padding-left:15.625rem!important
    }
    .gap-sm-0{
        gap:0!important
    }
    .gap-sm-5{
        gap:0.3125rem!important
    }
    .gap-sm-10{
        gap:0.625rem!important
    }
    .gap-sm-15{
        gap:0.9375rem!important
    }
    .gap-sm-20{
        gap:1.25rem!important
    }
    .gap-sm-25{
        gap:1.5625rem!important
    }
    .gap-sm-30{
        gap:1.875rem!important
    }
    .gap-sm-35{
        gap:2.1875rem!important
    }
    .gap-sm-40{
        gap:2.5rem!important
    }
    .gap-sm-45{
        gap:2.8125rem!important
    }
    .gap-sm-50{
        gap:3.125rem!important
    }
    .gap-sm-55{
        gap:3.4375rem!important
    }
    .gap-sm-60{
        gap:3.75rem!important
    }
    .gap-sm-65{
        gap:4.0625rem!important
    }
    .gap-sm-70{
        gap:4.375rem!important
    }
    .gap-sm-75{
        gap:4.6875rem!important
    }
    .gap-sm-80{
        gap:5rem!important
    }
    .gap-sm-85{
        gap:5.3125rem!important
    }
    .gap-sm-90{
        gap:5.625rem!important
    }
    .gap-sm-95{
        gap:5.9375rem!important
    }
    .gap-sm-100{
        gap:6.25rem!important
    }
    .gap-sm-105{
        gap:6.5625rem!important
    }
    .gap-sm-110{
        gap:6.875rem!important
    }
    .gap-sm-115{
        gap:7.1875rem!important
    }
    .gap-sm-120{
        gap:7.5rem!important
    }
    .gap-sm-125{
        gap:7.8125rem!important
    }
    .gap-sm-130{
        gap:8.125rem!important
    }
    .gap-sm-135{
        gap:8.4375rem!important
    }
    .gap-sm-140{
        gap:8.75rem!important
    }
    .gap-sm-145{
        gap:9.0625rem!important
    }
    .gap-sm-150{
        gap:9.375rem!important
    }
    .gap-sm-155{
        gap:9.6875rem!important
    }
    .gap-sm-160{
        gap:10rem!important
    }
    .gap-sm-165{
        gap:10.3125rem!important
    }
    .gap-sm-170{
        gap:10.625rem!important
    }
    .gap-sm-175{
        gap:10.9375rem!important
    }
    .gap-sm-180{
        gap:11.25rem!important
    }
    .gap-sm-185{
        gap:11.5625rem!important
    }
    .gap-sm-190{
        gap:11.875rem!important
    }
    .gap-sm-195{
        gap:12.1875rem!important
    }
    .gap-sm-200{
        gap:12.5rem!important
    }
    .gap-sm-205{
        gap:12.8125rem!important
    }
    .gap-sm-210{
        gap:13.125rem!important
    }
    .gap-sm-215{
        gap:13.4375rem!important
    }
    .gap-sm-220{
        gap:13.75rem!important
    }
    .gap-sm-225{
        gap:14.0625rem!important
    }
    .gap-sm-230{
        gap:14.375rem!important
    }
    .gap-sm-235{
        gap:14.6875rem!important
    }
    .gap-sm-240{
        gap:15rem!important
    }
    .gap-sm-245{
        gap:15.3125rem!important
    }
    .gap-sm-250{
        gap:15.625rem!important
    }
    .text-sm-start{
        text-align:left!important
    }
    .text-sm-end{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media (min-width:768px){
    .float-md-start{
        float:left!important
    }
    .float-md-end{
        float:right!important
    }
    .float-md-none{
        float:none!important
    }
    .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
    }
    .justify-content-md-start{
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        justify-content:center!important
    }
    .justify-content-md-between{
        justify-content:space-between!important
    }
    .justify-content-md-around{
        justify-content:space-around!important
    }
    .justify-content-md-evenly{
        justify-content:space-evenly!important
    }
    .align-items-md-start{
        align-items:flex-start!important
    }
    .align-items-md-end{
        align-items:flex-end!important
    }
    .align-items-md-center{
        align-items:center!important
    }
    .align-items-md-baseline{
        align-items:baseline!important
    }
    .align-items-md-stretch{
        align-items:stretch!important
    }
    .align-content-md-start{
        align-content:flex-start!important
    }
    .align-content-md-end{
        align-content:flex-end!important
    }
    .align-content-md-center{
        align-content:center!important
    }
    .align-content-md-between{
        align-content:space-between!important
    }
    .align-content-md-around{
        align-content:space-around!important
    }
    .align-content-md-stretch{
        align-content:stretch!important
    }
    .align-self-md-auto{
        align-self:auto!important
    }
    .align-self-md-start{
        align-self:flex-start!important
    }
    .align-self-md-end{
        align-self:flex-end!important
    }
    .align-self-md-center{
        align-self:center!important
    }
    .align-self-md-baseline{
        align-self:baseline!important
    }
    .align-self-md-stretch{
        align-self:stretch!important
    }
    .order-md-first{
        order:-1!important
    }
    .order-md-0{
        order:0!important
    }
    .order-md-1{
        order:1!important
    }
    .order-md-2{
        order:2!important
    }
    .order-md-3{
        order:3!important
    }
    .order-md-4{
        order:4!important
    }
    .order-md-5{
        order:5!important
    }
    .order-md-last{
        order:6!important
    }
    .m-md-0{
        margin:0!important
    }
    .m-md-5{
        margin:0.3125rem!important
    }
    .m-md-10{
        margin:0.625rem!important
    }
    .m-md-15{
        margin:0.9375rem!important
    }
    .m-md-20{
        margin:1.25rem!important
    }
    .m-md-25{
        margin:1.5625rem!important
    }
    .m-md-30{
        margin:1.875rem!important
    }
    .m-md-35{
        margin:2.1875rem!important
    }
    .m-md-40{
        margin:2.5rem!important
    }
    .m-md-45{
        margin:2.8125rem!important
    }
    .m-md-50{
        margin:3.125rem!important
    }
    .m-md-55{
        margin:3.4375rem!important
    }
    .m-md-60{
        margin:3.75rem!important
    }
    .m-md-65{
        margin:4.0625rem!important
    }
    .m-md-70{
        margin:4.375rem!important
    }
    .m-md-75{
        margin:4.6875rem!important
    }
    .m-md-80{
        margin:5rem!important
    }
    .m-md-85{
        margin:5.3125rem!important
    }
    .m-md-90{
        margin:5.625rem!important
    }
    .m-md-95{
        margin:5.9375rem!important
    }
    .m-md-100{
        margin:6.25rem!important
    }
    .m-md-105{
        margin:6.5625rem!important
    }
    .m-md-110{
        margin:6.875rem!important
    }
    .m-md-115{
        margin:7.1875rem!important
    }
    .m-md-120{
        margin:7.5rem!important
    }
    .m-md-125{
        margin:7.8125rem!important
    }
    .m-md-130{
        margin:8.125rem!important
    }
    .m-md-135{
        margin:8.4375rem!important
    }
    .m-md-140{
        margin:8.75rem!important
    }
    .m-md-145{
        margin:9.0625rem!important
    }
    .m-md-150{
        margin:9.375rem!important
    }
    .m-md-155{
        margin:9.6875rem!important
    }
    .m-md-160{
        margin:10rem!important
    }
    .m-md-165{
        margin:10.3125rem!important
    }
    .m-md-170{
        margin:10.625rem!important
    }
    .m-md-175{
        margin:10.9375rem!important
    }
    .m-md-180{
        margin:11.25rem!important
    }
    .m-md-185{
        margin:11.5625rem!important
    }
    .m-md-190{
        margin:11.875rem!important
    }
    .m-md-195{
        margin:12.1875rem!important
    }
    .m-md-200{
        margin:12.5rem!important
    }
    .m-md-205{
        margin:12.8125rem!important
    }
    .m-md-210{
        margin:13.125rem!important
    }
    .m-md-215{
        margin:13.4375rem!important
    }
    .m-md-220{
        margin:13.75rem!important
    }
    .m-md-225{
        margin:14.0625rem!important
    }
    .m-md-230{
        margin:14.375rem!important
    }
    .m-md-235{
        margin:14.6875rem!important
    }
    .m-md-240{
        margin:15rem!important
    }
    .m-md-245{
        margin:15.3125rem!important
    }
    .m-md-250{
        margin:15.625rem!important
    }
    .m-md-auto{
        margin:auto!important
    }
    .mx-md-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-md-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-md-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-md-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-md-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-md-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-md-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-md-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-md-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-md-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-md-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-md-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-md-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-md-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-md-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-md-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-md-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-md-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-md-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-md-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-md-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-md-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-md-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-md-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-md-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-md-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-md-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-md-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-md-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-md-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-md-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-md-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-md-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-md-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-md-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-md-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-md-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-md-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-md-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-md-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-md-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-md-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-md-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-md-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-md-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-md-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-md-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-md-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-md-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-md-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-md-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!important
    }
    .mx-md-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-md-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-md-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-md-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-md-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-md-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-md-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-md-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-md-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-md-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-md-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-md-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-md-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-md-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-md-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-md-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-md-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-md-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-md-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-md-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-md-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-md-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-md-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-md-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-md-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-md-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-md-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-md-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-md-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-md-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-md-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-md-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-md-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-md-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-md-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-md-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-md-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-md-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-md-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-md-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-md-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-md-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-md-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-md-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-md-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-md-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-md-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-md-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-md-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-md-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-md-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-md-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-md-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-md-0{
        margin-top:0!important
    }
    .mt-md-5{
        margin-top:0.3125rem!important
    }
    .mt-md-10{
        margin-top:0.625rem!important
    }
    .mt-md-15{
        margin-top:0.9375rem!important
    }
    .mt-md-20{
        margin-top:1.25rem!important
    }
    .mt-md-25{
        margin-top:1.5625rem!important
    }
    .mt-md-30{
        margin-top:1.875rem!important
    }
    .mt-md-35{
        margin-top:2.1875rem!important
    }
    .mt-md-40{
        margin-top:2.5rem!important
    }
    .mt-md-45{
        margin-top:2.8125rem!important
    }
    .mt-md-50{
        margin-top:3.125rem!important
    }
    .mt-md-55{
        margin-top:3.4375rem!important
    }
    .mt-md-60{
        margin-top:3.75rem!important
    }
    .mt-md-65{
        margin-top:4.0625rem!important
    }
    .mt-md-70{
        margin-top:4.375rem!important
    }
    .mt-md-75{
        margin-top:4.6875rem!important
    }
    .mt-md-80{
        margin-top:5rem!important
    }
    .mt-md-85{
        margin-top:5.3125rem!important
    }
    .mt-md-90{
        margin-top:5.625rem!important
    }
    .mt-md-95{
        margin-top:5.9375rem!important
    }
    .mt-md-100{
        margin-top:6.25rem!important
    }
    .mt-md-105{
        margin-top:6.5625rem!important
    }
    .mt-md-110{
        margin-top:6.875rem!important
    }
    .mt-md-115{
        margin-top:7.1875rem!important
    }
    .mt-md-120{
        margin-top:7.5rem!important
    }
    .mt-md-125{
        margin-top:7.8125rem!important
    }
    .mt-md-130{
        margin-top:8.125rem!important
    }
    .mt-md-135{
        margin-top:8.4375rem!important
    }
    .mt-md-140{
        margin-top:8.75rem!important
    }
    .mt-md-145{
        margin-top:9.0625rem!important
    }
    .mt-md-150{
        margin-top:9.375rem!important
    }
    .mt-md-155{
        margin-top:9.6875rem!important
    }
    .mt-md-160{
        margin-top:10rem!important
    }
    .mt-md-165{
        margin-top:10.3125rem!important
    }
    .mt-md-170{
        margin-top:10.625rem!important
    }
    .mt-md-175{
        margin-top:10.9375rem!important
    }
    .mt-md-180{
        margin-top:11.25rem!important
    }
    .mt-md-185{
        margin-top:11.5625rem!important
    }
    .mt-md-190{
        margin-top:11.875rem!important
    }
    .mt-md-195{
        margin-top:12.1875rem!important
    }
    .mt-md-200{
        margin-top:12.5rem!important
    }
    .mt-md-205{
        margin-top:12.8125rem!important
    }
    .mt-md-210{
        margin-top:13.125rem!important
    }
    .mt-md-215{
        margin-top:13.4375rem!important
    }
    .mt-md-220{
        margin-top:13.75rem!important
    }
    .mt-md-225{
        margin-top:14.0625rem!important
    }
    .mt-md-230{
        margin-top:14.375rem!important
    }
    .mt-md-235{
        margin-top:14.6875rem!important
    }
    .mt-md-240{
        margin-top:15rem!important
    }
    .mt-md-245{
        margin-top:15.3125rem!important
    }
    .mt-md-250{
        margin-top:15.625rem!important
    }
    .mt-md-auto{
        margin-top:auto!important
    }
    .me-md-0{
        margin-right:0!important
    }
    .me-md-5{
        margin-right:0.3125rem!important
    }
    .me-md-10{
        margin-right:0.625rem!important
    }
    .me-md-15{
        margin-right:0.9375rem!important
    }
    .me-md-20{
        margin-right:1.25rem!important
    }
    .me-md-25{
        margin-right:1.5625rem!important
    }
    .me-md-30{
        margin-right:1.875rem!important
    }
    .me-md-35{
        margin-right:2.1875rem!important
    }
    .me-md-40{
        margin-right:2.5rem!important
    }
    .me-md-45{
        margin-right:2.8125rem!important
    }
    .me-md-50{
        margin-right:3.125rem!important
    }
    .me-md-55{
        margin-right:3.4375rem!important
    }
    .me-md-60{
        margin-right:3.75rem!important
    }
    .me-md-65{
        margin-right:4.0625rem!important
    }
    .me-md-70{
        margin-right:4.375rem!important
    }
    .me-md-75{
        margin-right:4.6875rem!important
    }
    .me-md-80{
        margin-right:5rem!important
    }
    .me-md-85{
        margin-right:5.3125rem!important
    }
    .me-md-90{
        margin-right:5.625rem!important
    }
    .me-md-95{
        margin-right:5.9375rem!important
    }
    .me-md-100{
        margin-right:6.25rem!important
    }
    .me-md-105{
        margin-right:6.5625rem!important
    }
    .me-md-110{
        margin-right:6.875rem!important
    }
    .me-md-115{
        margin-right:7.1875rem!important
    }
    .me-md-120{
        margin-right:7.5rem!important
    }
    .me-md-125{
        margin-right:7.8125rem!important
    }
    .me-md-130{
        margin-right:8.125rem!important
    }
    .me-md-135{
        margin-right:8.4375rem!important
    }
    .me-md-140{
        margin-right:8.75rem!important
    }
    .me-md-145{
        margin-right:9.0625rem!important
    }
    .me-md-150{
        margin-right:9.375rem!important
    }
    .me-md-155{
        margin-right:9.6875rem!important
    }
    .me-md-160{
        margin-right:10rem!important
    }
    .me-md-165{
        margin-right:10.3125rem!important
    }
    .me-md-170{
        margin-right:10.625rem!important
    }
    .me-md-175{
        margin-right:10.9375rem!important
    }
    .me-md-180{
        margin-right:11.25rem!important
    }
    .me-md-185{
        margin-right:11.5625rem!important
    }
    .me-md-190{
        margin-right:11.875rem!important
    }
    .me-md-195{
        margin-right:12.1875rem!important
    }
    .me-md-200{
        margin-right:12.5rem!important
    }
    .me-md-205{
        margin-right:12.8125rem!important
    }
    .me-md-210{
        margin-right:13.125rem!important
    }
    .me-md-215{
        margin-right:13.4375rem!important
    }
    .me-md-220{
        margin-right:13.75rem!important
    }
    .me-md-225{
        margin-right:14.0625rem!important
    }
    .me-md-230{
        margin-right:14.375rem!important
    }
    .me-md-235{
        margin-right:14.6875rem!important
    }
    .me-md-240{
        margin-right:15rem!important
    }
    .me-md-245{
        margin-right:15.3125rem!important
    }
    .me-md-250{
        margin-right:15.625rem!important
    }
    .me-md-auto{
        margin-right:auto!important
    }
    .mb-md-0{
        margin-bottom:0!important
    }
    .mb-md-5{
        margin-bottom:0.3125rem!important
    }
    .mb-md-10{
        margin-bottom:0.625rem!important
    }
    .mb-md-15{
        margin-bottom:0.9375rem!important
    }
    .mb-md-20{
        margin-bottom:1.25rem!important
    }
    .mb-md-25{
        margin-bottom:1.5625rem!important
    }
    .mb-md-30{
        margin-bottom:1.875rem!important
    }
    .mb-md-35{
        margin-bottom:2.1875rem!important
    }
    .mb-md-40{
        margin-bottom:2.5rem!important
    }
    .mb-md-45{
        margin-bottom:2.8125rem!important
    }
    .mb-md-50{
        margin-bottom:3.125rem!important
    }
    .mb-md-55{
        margin-bottom:3.4375rem!important
    }
    .mb-md-60{
        margin-bottom:3.75rem!important
    }
    .mb-md-65{
        margin-bottom:4.0625rem!important
    }
    .mb-md-70{
        margin-bottom:4.375rem!important
    }
    .mb-md-75{
        margin-bottom:4.6875rem!important
    }
    .mb-md-80{
        margin-bottom:5rem!important
    }
    .mb-md-85{
        margin-bottom:5.3125rem!important
    }
    .mb-md-90{
        margin-bottom:5.625rem!important
    }
    .mb-md-95{
        margin-bottom:5.9375rem!important
    }
    .mb-md-100{
        margin-bottom:6.25rem!important
    }
    .mb-md-105{
        margin-bottom:6.5625rem!important
    }
    .mb-md-110{
        margin-bottom:6.875rem!important
    }
    .mb-md-115{
        margin-bottom:7.1875rem!important
    }
    .mb-md-120{
        margin-bottom:7.5rem!important
    }
    .mb-md-125{
        margin-bottom:7.8125rem!important
    }
    .mb-md-130{
        margin-bottom:8.125rem!important
    }
    .mb-md-135{
        margin-bottom:8.4375rem!important
    }
    .mb-md-140{
        margin-bottom:8.75rem!important
    }
    .mb-md-145{
        margin-bottom:9.0625rem!important
    }
    .mb-md-150{
        margin-bottom:9.375rem!important
    }
    .mb-md-155{
        margin-bottom:9.6875rem!important
    }
    .mb-md-160{
        margin-bottom:10rem!important
    }
    .mb-md-165{
        margin-bottom:10.3125rem!important
    }
    .mb-md-170{
        margin-bottom:10.625rem!important
    }
    .mb-md-175{
        margin-bottom:10.9375rem!important
    }
    .mb-md-180{
        margin-bottom:11.25rem!important
    }
    .mb-md-185{
        margin-bottom:11.5625rem!important
    }
    .mb-md-190{
        margin-bottom:11.875rem!important
    }
    .mb-md-195{
        margin-bottom:12.1875rem!important
    }
    .mb-md-200{
        margin-bottom:12.5rem!important
    }
    .mb-md-205{
        margin-bottom:12.8125rem!important
    }
    .mb-md-210{
        margin-bottom:13.125rem!important
    }
    .mb-md-215{
        margin-bottom:13.4375rem!important
    }
    .mb-md-220{
        margin-bottom:13.75rem!important
    }
    .mb-md-225{
        margin-bottom:14.0625rem!important
    }
    .mb-md-230{
        margin-bottom:14.375rem!important
    }
    .mb-md-235{
        margin-bottom:14.6875rem!important
    }
    .mb-md-240{
        margin-bottom:15rem!important
    }
    .mb-md-245{
        margin-bottom:15.3125rem!important
    }
    .mb-md-250{
        margin-bottom:15.625rem!important
    }
    .mb-md-auto{
        margin-bottom:auto!important
    }
    .ms-md-0{
        margin-left:0!important
    }
    .ms-md-5{
        margin-left:0.3125rem!important
    }
    .ms-md-10{
        margin-left:0.625rem!important
    }
    .ms-md-15{
        margin-left:0.9375rem!important
    }
    .ms-md-20{
        margin-left:1.25rem!important
    }
    .ms-md-25{
        margin-left:1.5625rem!important
    }
    .ms-md-30{
        margin-left:1.875rem!important
    }
    .ms-md-35{
        margin-left:2.1875rem!important
    }
    .ms-md-40{
        margin-left:2.5rem!important
    }
    .ms-md-45{
        margin-left:2.8125rem!important
    }
    .ms-md-50{
        margin-left:3.125rem!important
    }
    .ms-md-55{
        margin-left:3.4375rem!important
    }
    .ms-md-60{
        margin-left:3.75rem!important
    }
    .ms-md-65{
        margin-left:4.0625rem!important
    }
    .ms-md-70{
        margin-left:4.375rem!important
    }
    .ms-md-75{
        margin-left:4.6875rem!important
    }
    .ms-md-80{
        margin-left:5rem!important
    }
    .ms-md-85{
        margin-left:5.3125rem!important
    }
    .ms-md-90{
        margin-left:5.625rem!important
    }
    .ms-md-95{
        margin-left:5.9375rem!important
    }
    .ms-md-100{
        margin-left:6.25rem!important
    }
    .ms-md-105{
        margin-left:6.5625rem!important
    }
    .ms-md-110{
        margin-left:6.875rem!important
    }
    .ms-md-115{
        margin-left:7.1875rem!important
    }
    .ms-md-120{
        margin-left:7.5rem!important
    }
    .ms-md-125{
        margin-left:7.8125rem!important
    }
    .ms-md-130{
        margin-left:8.125rem!important
    }
    .ms-md-135{
        margin-left:8.4375rem!important
    }
    .ms-md-140{
        margin-left:8.75rem!important
    }
    .ms-md-145{
        margin-left:9.0625rem!important
    }
    .ms-md-150{
        margin-left:9.375rem!important
    }
    .ms-md-155{
        margin-left:9.6875rem!important
    }
    .ms-md-160{
        margin-left:10rem!important
    }
    .ms-md-165{
        margin-left:10.3125rem!important
    }
    .ms-md-170{
        margin-left:10.625rem!important
    }
    .ms-md-175{
        margin-left:10.9375rem!important
    }
    .ms-md-180{
        margin-left:11.25rem!important
    }
    .ms-md-185{
        margin-left:11.5625rem!important
    }
    .ms-md-190{
        margin-left:11.875rem!important
    }
    .ms-md-195{
        margin-left:12.1875rem!important
    }
    .ms-md-200{
        margin-left:12.5rem!important
    }
    .ms-md-205{
        margin-left:12.8125rem!important
    }
    .ms-md-210{
        margin-left:13.125rem!important
    }
    .ms-md-215{
        margin-left:13.4375rem!important
    }
    .ms-md-220{
        margin-left:13.75rem!important
    }
    .ms-md-225{
        margin-left:14.0625rem!important
    }
    .ms-md-230{
        margin-left:14.375rem!important
    }
    .ms-md-235{
        margin-left:14.6875rem!important
    }
    .ms-md-240{
        margin-left:15rem!important
    }
    .ms-md-245{
        margin-left:15.3125rem!important
    }
    .ms-md-250{
        margin-left:15.625rem!important
    }
    .ms-md-auto{
        margin-left:auto!important
    }
    .m-md-n5{
        margin:-0.3125rem!important
    }
    .m-md-n10{
        margin:-0.625rem!important
    }
    .m-md-n15{
        margin:-0.9375rem!important
    }
    .m-md-n20{
        margin:-1.25rem!important
    }
    .m-md-n25{
        margin:-1.5625rem!important
    }
    .m-md-n30{
        margin:-1.875rem!important
    }
    .m-md-n35{
        margin:-2.1875rem!important
    }
    .m-md-n40{
        margin:-2.5rem!important
    }
    .m-md-n45{
        margin:-2.8125rem!important
    }
    .m-md-n50{
        margin:-3.125rem!important
    }
    .m-md-n55{
        margin:-3.4375rem!important
    }
    .m-md-n60{
        margin:-3.75rem!important
    }
    .m-md-n65{
        margin:-4.0625rem!important
    }
    .m-md-n70{
        margin:-4.375rem!important
    }
    .m-md-n75{
        margin:-4.6875rem!important
    }
    .m-md-n80{
        margin:-5rem!important
    }
    .m-md-n85{
        margin:-5.3125rem!important
    }
    .m-md-n90{
        margin:-5.625rem!important
    }
    .m-md-n95{
        margin:-5.9375rem!important
    }
    .m-md-n100{
        margin:-6.25rem!important
    }
    .m-md-n105{
        margin:-6.5625rem!important
    }
    .m-md-n110{
        margin:-6.875rem!important
    }
    .m-md-n115{
        margin:-7.1875rem!important
    }
    .m-md-n120{
        margin:-7.5rem!important
    }
    .m-md-n125{
        margin:-7.8125rem!important
    }
    .m-md-n130{
        margin:-8.125rem!important
    }
    .m-md-n135{
        margin:-8.4375rem!important
    }
    .m-md-n140{
        margin:-8.75rem!important
    }
    .m-md-n145{
        margin:-9.0625rem!important
    }
    .m-md-n150{
        margin:-9.375rem!important
    }
    .m-md-n155{
        margin:-9.6875rem!important
    }
    .m-md-n160{
        margin:-10rem!important
    }
    .m-md-n165{
        margin:-10.3125rem!important
    }
    .m-md-n170{
        margin:-10.625rem!important
    }
    .m-md-n175{
        margin:-10.9375rem!important
    }
    .m-md-n180{
        margin:-11.25rem!important
    }
    .m-md-n185{
        margin:-11.5625rem!important
    }
    .m-md-n190{
        margin:-11.875rem!important
    }
    .m-md-n195{
        margin:-12.1875rem!important
    }
    .m-md-n200{
        margin:-12.5rem!important
    }
    .m-md-n205{
        margin:-12.8125rem!important
    }
    .m-md-n210{
        margin:-13.125rem!important
    }
    .m-md-n215{
        margin:-13.4375rem!important
    }
    .m-md-n220{
        margin:-13.75rem!important
    }
    .m-md-n225{
        margin:-14.0625rem!important
    }
    .m-md-n230{
        margin:-14.375rem!important
    }
    .m-md-n235{
        margin:-14.6875rem!important
    }
    .m-md-n240{
        margin:-15rem!important
    }
    .m-md-n245{
        margin:-15.3125rem!important
    }
    .m-md-n250{
        margin:-15.625rem!important
    }
    .mx-md-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-md-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-md-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-md-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-md-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-md-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-md-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-md-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-md-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-md-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-md-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-md-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-md-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-md-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-md-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-md-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-md-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-md-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-md-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-md-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-md-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-md-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-md-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-md-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-md-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-md-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-md-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-md-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-md-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-md-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-md-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-md-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-md-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-md-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-md-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-md-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-md-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-md-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-md-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-md-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-md-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-md-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-md-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-md-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-md-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-md-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-md-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-md-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-md-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-md-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-md-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-md-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-md-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-md-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-md-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-md-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-md-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-md-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-md-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-md-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-md-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-md-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-md-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-md-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-md-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-md-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-md-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-md-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-md-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-md-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-md-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-md-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-md-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-md-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-md-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-md-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-md-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-md-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-md-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-md-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-md-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-md-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-md-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-md-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-md-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-md-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-md-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-md-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-md-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-md-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-md-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-md-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-md-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-md-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-md-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-md-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-md-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-md-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-md-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-md-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-md-n5{
        margin-top:-0.3125rem!important
    }
    .mt-md-n10{
        margin-top:-0.625rem!important
    }
    .mt-md-n15{
        margin-top:-0.9375rem!important
    }
    .mt-md-n20{
        margin-top:-1.25rem!important
    }
    .mt-md-n25{
        margin-top:-1.5625rem!important
    }
    .mt-md-n30{
        margin-top:-1.875rem!important
    }
    .mt-md-n35{
        margin-top:-2.1875rem!important
    }
    .mt-md-n40{
        margin-top:-2.5rem!important
    }
    .mt-md-n45{
        margin-top:-2.8125rem!important
    }
    .mt-md-n50{
        margin-top:-3.125rem!important
    }
    .mt-md-n55{
        margin-top:-3.4375rem!important
    }
    .mt-md-n60{
        margin-top:-3.75rem!important
    }
    .mt-md-n65{
        margin-top:-4.0625rem!important
    }
    .mt-md-n70{
        margin-top:-4.375rem!important
    }
    .mt-md-n75{
        margin-top:-4.6875rem!important
    }
    .mt-md-n80{
        margin-top:-5rem!important
    }
    .mt-md-n85{
        margin-top:-5.3125rem!important
    }
    .mt-md-n90{
        margin-top:-5.625rem!important
    }
    .mt-md-n95{
        margin-top:-5.9375rem!important
    }
    .mt-md-n100{
        margin-top:-6.25rem!important
    }
    .mt-md-n105{
        margin-top:-6.5625rem!important
    }
    .mt-md-n110{
        margin-top:-6.875rem!important
    }
    .mt-md-n115{
        margin-top:-7.1875rem!important
    }
    .mt-md-n120{
        margin-top:-7.5rem!important
    }
    .mt-md-n125{
        margin-top:-7.8125rem!important
    }
    .mt-md-n130{
        margin-top:-8.125rem!important
    }
    .mt-md-n135{
        margin-top:-8.4375rem!important
    }
    .mt-md-n140{
        margin-top:-8.75rem!important
    }
    .mt-md-n145{
        margin-top:-9.0625rem!important
    }
    .mt-md-n150{
        margin-top:-9.375rem!important
    }
    .mt-md-n155{
        margin-top:-9.6875rem!important
    }
    .mt-md-n160{
        margin-top:-10rem!important
    }
    .mt-md-n165{
        margin-top:-10.3125rem!important
    }
    .mt-md-n170{
        margin-top:-10.625rem!important
    }
    .mt-md-n175{
        margin-top:-10.9375rem!important
    }
    .mt-md-n180{
        margin-top:-11.25rem!important
    }
    .mt-md-n185{
        margin-top:-11.5625rem!important
    }
    .mt-md-n190{
        margin-top:-11.875rem!important
    }
    .mt-md-n195{
        margin-top:-12.1875rem!important
    }
    .mt-md-n200{
        margin-top:-12.5rem!important
    }
    .mt-md-n205{
        margin-top:-12.8125rem!important
    }
    .mt-md-n210{
        margin-top:-13.125rem!important
    }
    .mt-md-n215{
        margin-top:-13.4375rem!important
    }
    .mt-md-n220{
        margin-top:-13.75rem!important
    }
    .mt-md-n225{
        margin-top:-14.0625rem!important
    }
    .mt-md-n230{
        margin-top:-14.375rem!important
    }
    .mt-md-n235{
        margin-top:-14.6875rem!important
    }
    .mt-md-n240{
        margin-top:-15rem!important
    }
    .mt-md-n245{
        margin-top:-15.3125rem!important
    }
    .mt-md-n250{
        margin-top:-15.625rem!important
    }
    .me-md-n5{
        margin-right:-0.3125rem!important
    }
    .me-md-n10{
        margin-right:-0.625rem!important
    }
    .me-md-n15{
        margin-right:-0.9375rem!important
    }
    .me-md-n20{
        margin-right:-1.25rem!important
    }
    .me-md-n25{
        margin-right:-1.5625rem!important
    }
    .me-md-n30{
        margin-right:-1.875rem!important
    }
    .me-md-n35{
        margin-right:-2.1875rem!important
    }
    .me-md-n40{
        margin-right:-2.5rem!important
    }
    .me-md-n45{
        margin-right:-2.8125rem!important
    }
    .me-md-n50{
        margin-right:-3.125rem!important
    }
    .me-md-n55{
        margin-right:-3.4375rem!important
    }
    .me-md-n60{
        margin-right:-3.75rem!important
    }
    .me-md-n65{
        margin-right:-4.0625rem!important
    }
    .me-md-n70{
        margin-right:-4.375rem!important
    }
    .me-md-n75{
        margin-right:-4.6875rem!important
    }
    .me-md-n80{
        margin-right:-5rem!important
    }
    .me-md-n85{
        margin-right:-5.3125rem!important
    }
    .me-md-n90{
        margin-right:-5.625rem!important
    }
    .me-md-n95{
        margin-right:-5.9375rem!important
    }
    .me-md-n100{
        margin-right:-6.25rem!important
    }
    .me-md-n105{
        margin-right:-6.5625rem!important
    }
    .me-md-n110{
        margin-right:-6.875rem!important
    }
    .me-md-n115{
        margin-right:-7.1875rem!important
    }
    .me-md-n120{
        margin-right:-7.5rem!important
    }
    .me-md-n125{
        margin-right:-7.8125rem!important
    }
    .me-md-n130{
        margin-right:-8.125rem!important
    }
    .me-md-n135{
        margin-right:-8.4375rem!important
    }
    .me-md-n140{
        margin-right:-8.75rem!important
    }
    .me-md-n145{
        margin-right:-9.0625rem!important
    }
    .me-md-n150{
        margin-right:-9.375rem!important
    }
    .me-md-n155{
        margin-right:-9.6875rem!important
    }
    .me-md-n160{
        margin-right:-10rem!important
    }
    .me-md-n165{
        margin-right:-10.3125rem!important
    }
    .me-md-n170{
        margin-right:-10.625rem!important
    }
    .me-md-n175{
        margin-right:-10.9375rem!important
    }
    .me-md-n180{
        margin-right:-11.25rem!important
    }
    .me-md-n185{
        margin-right:-11.5625rem!important
    }
    .me-md-n190{
        margin-right:-11.875rem!important
    }
    .me-md-n195{
        margin-right:-12.1875rem!important
    }
    .me-md-n200{
        margin-right:-12.5rem!important
    }
    .me-md-n205{
        margin-right:-12.8125rem!important
    }
    .me-md-n210{
        margin-right:-13.125rem!important
    }
    .me-md-n215{
        margin-right:-13.4375rem!important
    }
    .me-md-n220{
        margin-right:-13.75rem!important
    }
    .me-md-n225{
        margin-right:-14.0625rem!important
    }
    .me-md-n230{
        margin-right:-14.375rem!important
    }
    .me-md-n235{
        margin-right:-14.6875rem!important
    }
    .me-md-n240{
        margin-right:-15rem!important
    }
    .me-md-n245{
        margin-right:-15.3125rem!important
    }
    .me-md-n250{
        margin-right:-15.625rem!important
    }
    .mb-md-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-md-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-md-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-md-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-md-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-md-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-md-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-md-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-md-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-md-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-md-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-md-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-md-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-md-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-md-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-md-n80{
        margin-bottom:-5rem!important
    }
    .mb-md-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-md-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-md-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-md-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-md-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-md-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-md-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-md-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-md-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-md-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-md-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-md-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-md-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-md-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-md-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-md-n160{
        margin-bottom:-10rem!important
    }
    .mb-md-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-md-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-md-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-md-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-md-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-md-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-md-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-md-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-md-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-md-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-md-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-md-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-md-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-md-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-md-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-md-n240{
        margin-bottom:-15rem!important
    }
    .mb-md-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-md-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-md-n5{
        margin-left:-0.3125rem!important
    }
    .ms-md-n10{
        margin-left:-0.625rem!important
    }
    .ms-md-n15{
        margin-left:-0.9375rem!important
    }
    .ms-md-n20{
        margin-left:-1.25rem!important
    }
    .ms-md-n25{
        margin-left:-1.5625rem!important
    }
    .ms-md-n30{
        margin-left:-1.875rem!important
    }
    .ms-md-n35{
        margin-left:-2.1875rem!important
    }
    .ms-md-n40{
        margin-left:-2.5rem!important
    }
    .ms-md-n45{
        margin-left:-2.8125rem!important
    }
    .ms-md-n50{
        margin-left:-3.125rem!important
    }
    .ms-md-n55{
        margin-left:-3.4375rem!important
    }
    .ms-md-n60{
        margin-left:-3.75rem!important
    }
    .ms-md-n65{
        margin-left:-4.0625rem!important
    }
    .ms-md-n70{
        margin-left:-4.375rem!important
    }
    .ms-md-n75{
        margin-left:-4.6875rem!important
    }
    .ms-md-n80{
        margin-left:-5rem!important
    }
    .ms-md-n85{
        margin-left:-5.3125rem!important
    }
    .ms-md-n90{
        margin-left:-5.625rem!important
    }
    .ms-md-n95{
        margin-left:-5.9375rem!important
    }
    .ms-md-n100{
        margin-left:-6.25rem!important
    }
    .ms-md-n105{
        margin-left:-6.5625rem!important
    }
    .ms-md-n110{
        margin-left:-6.875rem!important
    }
    .ms-md-n115{
        margin-left:-7.1875rem!important
    }
    .ms-md-n120{
        margin-left:-7.5rem!important
    }
    .ms-md-n125{
        margin-left:-7.8125rem!important
    }
    .ms-md-n130{
        margin-left:-8.125rem!important
    }
    .ms-md-n135{
        margin-left:-8.4375rem!important
    }
    .ms-md-n140{
        margin-left:-8.75rem!important
    }
    .ms-md-n145{
        margin-left:-9.0625rem!important
    }
    .ms-md-n150{
        margin-left:-9.375rem!important
    }
    .ms-md-n155{
        margin-left:-9.6875rem!important
    }
    .ms-md-n160{
        margin-left:-10rem!important
    }
    .ms-md-n165{
        margin-left:-10.3125rem!important
    }
    .ms-md-n170{
        margin-left:-10.625rem!important
    }
    .ms-md-n175{
        margin-left:-10.9375rem!important
    }
    .ms-md-n180{
        margin-left:-11.25rem!important
    }
    .ms-md-n185{
        margin-left:-11.5625rem!important
    }
    .ms-md-n190{
        margin-left:-11.875rem!important
    }
    .ms-md-n195{
        margin-left:-12.1875rem!important
    }
    .ms-md-n200{
        margin-left:-12.5rem!important
    }
    .ms-md-n205{
        margin-left:-12.8125rem!important
    }
    .ms-md-n210{
        margin-left:-13.125rem!important
    }
    .ms-md-n215{
        margin-left:-13.4375rem!important
    }
    .ms-md-n220{
        margin-left:-13.75rem!important
    }
    .ms-md-n225{
        margin-left:-14.0625rem!important
    }
    .ms-md-n230{
        margin-left:-14.375rem!important
    }
    .ms-md-n235{
        margin-left:-14.6875rem!important
    }
    .ms-md-n240{
        margin-left:-15rem!important
    }
    .ms-md-n245{
        margin-left:-15.3125rem!important
    }
    .ms-md-n250{
        margin-left:-15.625rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .p-md-5{
        padding:0.3125rem!important
    }
    .p-md-10{
        padding:0.625rem!important
    }
    .p-md-15{
        padding:0.9375rem!important
    }
    .p-md-20{
        padding:1.25rem!important
    }
    .p-md-25{
        padding:1.5625rem!important
    }
    .p-md-30{
        padding:1.875rem!important
    }
    .p-md-35{
        padding:2.1875rem!important
    }
    .p-md-40{
        padding:2.5rem!important
    }
    .p-md-45{
        padding:2.8125rem!important
    }
    .p-md-50{
        padding:3.125rem!important
    }
    .p-md-55{
        padding:3.4375rem!important
    }
    .p-md-60{
        padding:3.75rem!important
    }
    .p-md-65{
        padding:4.0625rem!important
    }
    .p-md-70{
        padding:4.375rem!important
    }
    .p-md-75{
        padding:4.6875rem!important
    }
    .p-md-80{
        padding:5rem!important
    }
    .p-md-85{
        padding:5.3125rem!important
    }
    .p-md-90{
        padding:5.625rem!important
    }
    .p-md-95{
        padding:5.9375rem!important
    }
    .p-md-100{
        padding:6.25rem!important
    }
    .p-md-105{
        padding:6.5625rem!important
    }
    .p-md-110{
        padding:6.875rem!important
    }
    .p-md-115{
        padding:7.1875rem!important
    }
    .p-md-120{
        padding:7.5rem!important
    }
    .p-md-125{
        padding:7.8125rem!important
    }
    .p-md-130{
        padding:8.125rem!important
    }
    .p-md-135{
        padding:8.4375rem!important
    }
    .p-md-140{
        padding:8.75rem!important
    }
    .p-md-145{
        padding:9.0625rem!important
    }
    .p-md-150{
        padding:9.375rem!important
    }
    .p-md-155{
        padding:9.6875rem!important
    }
    .p-md-160{
        padding:10rem!important
    }
    .p-md-165{
        padding:10.3125rem!important
    }
    .p-md-170{
        padding:10.625rem!important
    }
    .p-md-175{
        padding:10.9375rem!important
    }
    .p-md-180{
        padding:11.25rem!important
    }
    .p-md-185{
        padding:11.5625rem!important
    }
    .p-md-190{
        padding:11.875rem!important
    }
    .p-md-195{
        padding:12.1875rem!important
    }
    .p-md-200{
        padding:12.5rem!important
    }
    .p-md-205{
        padding:12.8125rem!important
    }
    .p-md-210{
        padding:13.125rem!important
    }
    .p-md-215{
        padding:13.4375rem!important
    }
    .p-md-220{
        padding:13.75rem!important
    }
    .p-md-225{
        padding:14.0625rem!important
    }
    .p-md-230{
        padding:14.375rem!important
    }
    .p-md-235{
        padding:14.6875rem!important
    }
    .p-md-240{
        padding:15rem!important
    }
    .p-md-245{
        padding:15.3125rem!important
    }
    .p-md-250{
        padding:15.625rem!important
    }
    .px-md-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-md-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-md-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-md-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-md-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-md-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-md-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-md-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-md-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-md-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-md-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-md-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-md-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-md-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-md-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-md-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-md-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-md-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-md-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-md-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-md-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-md-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-md-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-md-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-md-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-md-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-md-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-md-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-md-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-md-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-md-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-md-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-md-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-md-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-md-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-md-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-md-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-md-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-md-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-md-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-md-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-md-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-md-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-md-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-md-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-md-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-md-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-md-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-md-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-md-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-md-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-md-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-md-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-md-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-md-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-md-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-md-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-md-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-md-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-md-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-md-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-md-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-md-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-md-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-md-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-md-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-md-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-md-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-md-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-md-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-md-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-md-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-md-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-md-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-md-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-md-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-md-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-md-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-md-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-md-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-md-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-md-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-md-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-md-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-md-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-md-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-md-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-md-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-md-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-md-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-md-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-md-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-md-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-md-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-md-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-md-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-md-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-md-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-md-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-md-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-md-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-md-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-md-0{
        padding-top:0!important
    }
    .pt-md-5{
        padding-top:0.3125rem!important
    }
    .pt-md-10{
        padding-top:0.625rem!important
    }
    .pt-md-15{
        padding-top:0.9375rem!important
    }
    .pt-md-20{
        padding-top:1.25rem!important
    }
    .pt-md-25{
        padding-top:1.5625rem!important
    }
    .pt-md-30{
        padding-top:1.875rem!important
    }
    .pt-md-35{
        padding-top:2.1875rem!important
    }
    .pt-md-40{
        padding-top:2.5rem!important
    }
    .pt-md-45{
        padding-top:2.8125rem!important
    }
    .pt-md-50{
        padding-top:3.125rem!important
    }
    .pt-md-55{
        padding-top:3.4375rem!important
    }
    .pt-md-60{
        padding-top:3.75rem!important
    }
    .pt-md-65{
        padding-top:4.0625rem!important
    }
    .pt-md-70{
        padding-top:4.375rem!important
    }
    .pt-md-75{
        padding-top:4.6875rem!important
    }
    .pt-md-80{
        padding-top:5rem!important
    }
    .pt-md-85{
        padding-top:5.3125rem!important
    }
    .pt-md-90{
        padding-top:5.625rem!important
    }
    .pt-md-95{
        padding-top:5.9375rem!important
    }
    .pt-md-100{
        padding-top:6.25rem!important
    }
    .pt-md-105{
        padding-top:6.5625rem!important
    }
    .pt-md-110{
        padding-top:6.875rem!important
    }
    .pt-md-115{
        padding-top:7.1875rem!important
    }
    .pt-md-120{
        padding-top:7.5rem!important
    }
    .pt-md-125{
        padding-top:7.8125rem!important
    }
    .pt-md-130{
        padding-top:8.125rem!important
    }
    .pt-md-135{
        padding-top:8.4375rem!important
    }
    .pt-md-140{
        padding-top:8.75rem!important
    }
    .pt-md-145{
        padding-top:9.0625rem!important
    }
    .pt-md-150{
        padding-top:9.375rem!important
    }
    .pt-md-155{
        padding-top:9.6875rem!important
    }
    .pt-md-160{
        padding-top:10rem!important
    }
    .pt-md-165{
        padding-top:10.3125rem!important
    }
    .pt-md-170{
        padding-top:10.625rem!important
    }
    .pt-md-175{
        padding-top:10.9375rem!important
    }
    .pt-md-180{
        padding-top:11.25rem!important
    }
    .pt-md-185{
        padding-top:11.5625rem!important
    }
    .pt-md-190{
        padding-top:11.875rem!important
    }
    .pt-md-195{
        padding-top:12.1875rem!important
    }
    .pt-md-200{
        padding-top:12.5rem!important
    }
    .pt-md-205{
        padding-top:12.8125rem!important
    }
    .pt-md-210{
        padding-top:13.125rem!important
    }
    .pt-md-215{
        padding-top:13.4375rem!important
    }
    .pt-md-220{
        padding-top:13.75rem!important
    }
    .pt-md-225{
        padding-top:14.0625rem!important
    }
    .pt-md-230{
        padding-top:14.375rem!important
    }
    .pt-md-235{
        padding-top:14.6875rem!important
    }
    .pt-md-240{
        padding-top:15rem!important
    }
    .pt-md-245{
        padding-top:15.3125rem!important
    }
    .pt-md-250{
        padding-top:15.625rem!important
    }
    .pe-md-0{
        padding-right:0!important
    }
    .pe-md-5{
        padding-right:0.3125rem!important
    }
    .pe-md-10{
        padding-right:0.625rem!important
    }
    .pe-md-15{
        padding-right:0.9375rem!important
    }
    .pe-md-20{
        padding-right:1.25rem!important
    }
    .pe-md-25{
        padding-right:1.5625rem!important
    }
    .pe-md-30{
        padding-right:1.875rem!important
    }
    .pe-md-35{
        padding-right:2.1875rem!important
    }
    .pe-md-40{
        padding-right:2.5rem!important
    }
    .pe-md-45{
        padding-right:2.8125rem!important
    }
    .pe-md-50{
        padding-right:3.125rem!important
    }
    .pe-md-55{
        padding-right:3.4375rem!important
    }
    .pe-md-60{
        padding-right:3.75rem!important
    }
    .pe-md-65{
        padding-right:4.0625rem!important
    }
    .pe-md-70{
        padding-right:4.375rem!important
    }
    .pe-md-75{
        padding-right:4.6875rem!important
    }
    .pe-md-80{
        padding-right:5rem!important
    }
    .pe-md-85{
        padding-right:5.3125rem!important
    }
    .pe-md-90{
        padding-right:5.625rem!important
    }
    .pe-md-95{
        padding-right:5.9375rem!important
    }
    .pe-md-100{
        padding-right:6.25rem!important
    }
    .pe-md-105{
        padding-right:6.5625rem!important
    }
    .pe-md-110{
        padding-right:6.875rem!important
    }
    .pe-md-115{
        padding-right:7.1875rem!important
    }
    .pe-md-120{
        padding-right:7.5rem!important
    }
    .pe-md-125{
        padding-right:7.8125rem!important
    }
    .pe-md-130{
        padding-right:8.125rem!important
    }
    .pe-md-135{
        padding-right:8.4375rem!important
    }
    .pe-md-140{
        padding-right:8.75rem!important
    }
    .pe-md-145{
        padding-right:9.0625rem!important
    }
    .pe-md-150{
        padding-right:9.375rem!important
    }
    .pe-md-155{
        padding-right:9.6875rem!important
    }
    .pe-md-160{
        padding-right:10rem!important
    }
    .pe-md-165{
        padding-right:10.3125rem!important
    }
    .pe-md-170{
        padding-right:10.625rem!important
    }
    .pe-md-175{
        padding-right:10.9375rem!important
    }
    .pe-md-180{
        padding-right:11.25rem!important
    }
    .pe-md-185{
        padding-right:11.5625rem!important
    }
    .pe-md-190{
        padding-right:11.875rem!important
    }
    .pe-md-195{
        padding-right:12.1875rem!important
    }
    .pe-md-200{
        padding-right:12.5rem!important
    }
    .pe-md-205{
        padding-right:12.8125rem!important
    }
    .pe-md-210{
        padding-right:13.125rem!important
    }
    .pe-md-215{
        padding-right:13.4375rem!important
    }
    .pe-md-220{
        padding-right:13.75rem!important
    }
    .pe-md-225{
        padding-right:14.0625rem!important
    }
    .pe-md-230{
        padding-right:14.375rem!important
    }
    .pe-md-235{
        padding-right:14.6875rem!important
    }
    .pe-md-240{
        padding-right:15rem!important
    }
    .pe-md-245{
        padding-right:15.3125rem!important
    }
    .pe-md-250{
        padding-right:15.625rem!important
    }
    .pb-md-0{
        padding-bottom:0!important
    }
    .pb-md-5{
        padding-bottom:0.3125rem!important
    }
    .pb-md-10{
        padding-bottom:0.625rem!important
    }
    .pb-md-15{
        padding-bottom:0.9375rem!important
    }
    .pb-md-20{
        padding-bottom:1.25rem!important
    }
    .pb-md-25{
        padding-bottom:1.5625rem!important
    }
    .pb-md-30{
        padding-bottom:1.875rem!important
    }
    .pb-md-35{
        padding-bottom:2.1875rem!important
    }
    .pb-md-40{
        padding-bottom:2.5rem!important
    }
    .pb-md-45{
        padding-bottom:2.8125rem!important
    }
    .pb-md-50{
        padding-bottom:3.125rem!important
    }
    .pb-md-55{
        padding-bottom:3.4375rem!important
    }
    .pb-md-60{
        padding-bottom:3.75rem!important
    }
    .pb-md-65{
        padding-bottom:4.0625rem!important
    }
    .pb-md-70{
        padding-bottom:4.375rem!important
    }
    .pb-md-75{
        padding-bottom:4.6875rem!important
    }
    .pb-md-80{
        padding-bottom:5rem!important
    }
    .pb-md-85{
        padding-bottom:5.3125rem!important
    }
    .pb-md-90{
        padding-bottom:5.625rem!important
    }
    .pb-md-95{
        padding-bottom:5.9375rem!important
    }
    .pb-md-100{
        padding-bottom:6.25rem!important
    }
    .pb-md-105{
        padding-bottom:6.5625rem!important
    }
    .pb-md-110{
        padding-bottom:6.875rem!important
    }
    .pb-md-115{
        padding-bottom:7.1875rem!important
    }
    .pb-md-120{
        padding-bottom:7.5rem!important
    }
    .pb-md-125{
        padding-bottom:7.8125rem!important
    }
    .pb-md-130{
        padding-bottom:8.125rem!important
    }
    .pb-md-135{
        padding-bottom:8.4375rem!important
    }
    .pb-md-140{
        padding-bottom:8.75rem!important
    }
    .pb-md-145{
        padding-bottom:9.0625rem!important
    }
    .pb-md-150{
        padding-bottom:9.375rem!important
    }
    .pb-md-155{
        padding-bottom:9.6875rem!important
    }
    .pb-md-160{
        padding-bottom:10rem!important
    }
    .pb-md-165{
        padding-bottom:10.3125rem!important
    }
    .pb-md-170{
        padding-bottom:10.625rem!important
    }
    .pb-md-175{
        padding-bottom:10.9375rem!important
    }
    .pb-md-180{
        padding-bottom:11.25rem!important
    }
    .pb-md-185{
        padding-bottom:11.5625rem!important
    }
    .pb-md-190{
        padding-bottom:11.875rem!important
    }
    .pb-md-195{
        padding-bottom:12.1875rem!important
    }
    .pb-md-200{
        padding-bottom:12.5rem!important
    }
    .pb-md-205{
        padding-bottom:12.8125rem!important
    }
    .pb-md-210{
        padding-bottom:13.125rem!important
    }
    .pb-md-215{
        padding-bottom:13.4375rem!important
    }
    .pb-md-220{
        padding-bottom:13.75rem!important
    }
    .pb-md-225{
        padding-bottom:14.0625rem!important
    }
    .pb-md-230{
        padding-bottom:14.375rem!important
    }
    .pb-md-235{
        padding-bottom:14.6875rem!important
    }
    .pb-md-240{
        padding-bottom:15rem!important
    }
    .pb-md-245{
        padding-bottom:15.3125rem!important
    }
    .pb-md-250{
        padding-bottom:15.625rem!important
    }
    .ps-md-0{
        padding-left:0!important
    }
    .ps-md-5{
        padding-left:0.3125rem!important
    }
    .ps-md-10{
        padding-left:0.625rem!important
    }
    .ps-md-15{
        padding-left:0.9375rem!important
    }
    .ps-md-20{
        padding-left:1.25rem!important
    }
    .ps-md-25{
        padding-left:1.5625rem!important
    }
    .ps-md-30{
        padding-left:1.875rem!important
    }
    .ps-md-35{
        padding-left:2.1875rem!important
    }
    .ps-md-40{
        padding-left:2.5rem!important
    }
    .ps-md-45{
        padding-left:2.8125rem!important
    }
    .ps-md-50{
        padding-left:3.125rem!important
    }
    .ps-md-55{
        padding-left:3.4375rem!important
    }
    .ps-md-60{
        padding-left:3.75rem!important
    }
    .ps-md-65{
        padding-left:4.0625rem!important
    }
    .ps-md-70{
        padding-left:4.375rem!important
    }
    .ps-md-75{
        padding-left:4.6875rem!important
    }
    .ps-md-80{
        padding-left:5rem!important
    }
    .ps-md-85{
        padding-left:5.3125rem!important
    }
    .ps-md-90{
        padding-left:5.625rem!important
    }
    .ps-md-95{
        padding-left:5.9375rem!important
    }
    .ps-md-100{
        padding-left:6.25rem!important
    }
    .ps-md-105{
        padding-left:6.5625rem!important
    }
    .ps-md-110{
        padding-left:6.875rem!important
    }
    .ps-md-115{
        padding-left:7.1875rem!important
    }
    .ps-md-120{
        padding-left:7.5rem!important
    }
    .ps-md-125{
        padding-left:7.8125rem!important
    }
    .ps-md-130{
        padding-left:8.125rem!important
    }
    .ps-md-135{
        padding-left:8.4375rem!important
    }
    .ps-md-140{
        padding-left:8.75rem!important
    }
    .ps-md-145{
        padding-left:9.0625rem!important
    }
    .ps-md-150{
        padding-left:9.375rem!important
    }
    .ps-md-155{
        padding-left:9.6875rem!important
    }
    .ps-md-160{
        padding-left:10rem!important
    }
    .ps-md-165{
        padding-left:10.3125rem!important
    }
    .ps-md-170{
        padding-left:10.625rem!important
    }
    .ps-md-175{
        padding-left:10.9375rem!important
    }
    .ps-md-180{
        padding-left:11.25rem!important
    }
    .ps-md-185{
        padding-left:11.5625rem!important
    }
    .ps-md-190{
        padding-left:11.875rem!important
    }
    .ps-md-195{
        padding-left:12.1875rem!important
    }
    .ps-md-200{
        padding-left:12.5rem!important
    }
    .ps-md-205{
        padding-left:12.8125rem!important
    }
    .ps-md-210{
        padding-left:13.125rem!important
    }
    .ps-md-215{
        padding-left:13.4375rem!important
    }
    .ps-md-220{
        padding-left:13.75rem!important
    }
    .ps-md-225{
        padding-left:14.0625rem!important
    }
    .ps-md-230{
        padding-left:14.375rem!important
    }
    .ps-md-235{
        padding-left:14.6875rem!important
    }
    .ps-md-240{
        padding-left:15rem!important
    }
    .ps-md-245{
        padding-left:15.3125rem!important
    }
    .ps-md-250{
        padding-left:15.625rem!important
    }
    .gap-md-0{
        gap:0!important
    }
    .gap-md-5{
        gap:0.3125rem!important
    }
    .gap-md-10{
        gap:0.625rem!important
    }
    .gap-md-15{
        gap:0.9375rem!important
    }
    .gap-md-20{
        gap:1.25rem!important
    }
    .gap-md-25{
        gap:1.5625rem!important
    }
    .gap-md-30{
        gap:1.875rem!important
    }
    .gap-md-35{
        gap:2.1875rem!important
    }
    .gap-md-40{
        gap:2.5rem!important
    }
    .gap-md-45{
        gap:2.8125rem!important
    }
    .gap-md-50{
        gap:3.125rem!important
    }
    .gap-md-55{
        gap:3.4375rem!important
    }
    .gap-md-60{
        gap:3.75rem!important
    }
    .gap-md-65{
        gap:4.0625rem!important
    }
    .gap-md-70{
        gap:4.375rem!important
    }
    .gap-md-75{
        gap:4.6875rem!important
    }
    .gap-md-80{
        gap:5rem!important
    }
    .gap-md-85{
        gap:5.3125rem!important
    }
    .gap-md-90{
        gap:5.625rem!important
    }
    .gap-md-95{
        gap:5.9375rem!important
    }
    .gap-md-100{
        gap:6.25rem!important
    }
    .gap-md-105{
        gap:6.5625rem!important
    }
    .gap-md-110{
        gap:6.875rem!important
    }
    .gap-md-115{
        gap:7.1875rem!important
    }
    .gap-md-120{
        gap:7.5rem!important
    }
    .gap-md-125{
        gap:7.8125rem!important
    }
    .gap-md-130{
        gap:8.125rem!important
    }
    .gap-md-135{
        gap:8.4375rem!important
    }
    .gap-md-140{
        gap:8.75rem!important
    }
    .gap-md-145{
        gap:9.0625rem!important
    }
    .gap-md-150{
        gap:9.375rem!important
    }
    .gap-md-155{
        gap:9.6875rem!important
    }
    .gap-md-160{
        gap:10rem!important
    }
    .gap-md-165{
        gap:10.3125rem!important
    }
    .gap-md-170{
        gap:10.625rem!important
    }
    .gap-md-175{
        gap:10.9375rem!important
    }
    .gap-md-180{
        gap:11.25rem!important
    }
    .gap-md-185{
        gap:11.5625rem!important
    }
    .gap-md-190{
        gap:11.875rem!important
    }
    .gap-md-195{
        gap:12.1875rem!important
    }
    .gap-md-200{
        gap:12.5rem!important
    }
    .gap-md-205{
        gap:12.8125rem!important
    }
    .gap-md-210{
        gap:13.125rem!important
    }
    .gap-md-215{
        gap:13.4375rem!important
    }
    .gap-md-220{
        gap:13.75rem!important
    }
    .gap-md-225{
        gap:14.0625rem!important
    }
    .gap-md-230{
        gap:14.375rem!important
    }
    .gap-md-235{
        gap:14.6875rem!important
    }
    .gap-md-240{
        gap:15rem!important
    }
    .gap-md-245{
        gap:15.3125rem!important
    }
    .gap-md-250{
        gap:15.625rem!important
    }
    .text-md-start{
        text-align:left!important
    }
    .text-md-end{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media (min-width:992px){
    .float-lg-start{
        float:left!important
    }
    .float-lg-end{
        float:right!important
    }
    .float-lg-none{
        float:none!important
    }
    .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
    }
    .justify-content-lg-start{
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        justify-content:center!important
    }
    .justify-content-lg-between{
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        justify-content:space-around!important
    }
    .justify-content-lg-evenly{
        justify-content:space-evenly!important
    }
    .align-items-lg-start{
        align-items:flex-start!important
    }
    .align-items-lg-end{
        align-items:flex-end!important
    }
    .align-items-lg-center{
        align-items:center!important
    }
    .align-items-lg-baseline{
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        align-items:stretch!important
    }
    .align-content-lg-start{
        align-content:flex-start!important
    }
    .align-content-lg-end{
        align-content:flex-end!important
    }
    .align-content-lg-center{
        align-content:center!important
    }
    .align-content-lg-between{
        align-content:space-between!important
    }
    .align-content-lg-around{
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        align-content:stretch!important
    }
    .align-self-lg-auto{
        align-self:auto!important
    }
    .align-self-lg-start{
        align-self:flex-start!important
    }
    .align-self-lg-end{
        align-self:flex-end!important
    }
    .align-self-lg-center{
        align-self:center!important
    }
    .align-self-lg-baseline{
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        align-self:stretch!important
    }
    .order-lg-first{
        order:-1!important
    }
    .order-lg-0{
        order:0!important
    }
    .order-lg-1{
        order:1!important
    }
    .order-lg-2{
        order:2!important
    }
    .order-lg-3{
        order:3!important
    }
    .order-lg-4{
        order:4!important
    }
    .order-lg-5{
        order:5!important
    }
    .order-lg-last{
        order:6!important
    }
    .m-lg-0{
        margin:0!important
    }
    .m-lg-5{
        margin:0.3125rem!important
    }
    .m-lg-10{
        margin:0.625rem!important
    }
    .m-lg-15{
        margin:0.9375rem!important
    }
    .m-lg-20{
        margin:1.25rem!important
    }
    .m-lg-25{
        margin:1.5625rem!important
    }
    .m-lg-30{
        margin:1.875rem!important
    }
    .m-lg-35{
        margin:2.1875rem!important
    }
    .m-lg-40{
        margin:2.5rem!important
    }
    .m-lg-45{
        margin:2.8125rem!important
    }
    .m-lg-50{
        margin:3.125rem!important
    }
    .m-lg-55{
        margin:3.4375rem!important
    }
    .m-lg-60{
        margin:3.75rem!important
    }
    .m-lg-65{
        margin:4.0625rem!important
    }
    .m-lg-70{
        margin:4.375rem!important
    }
    .m-lg-75{
        margin:4.6875rem!important
    }
    .m-lg-80{
        margin:5rem!important
    }
    .m-lg-85{
        margin:5.3125rem!important
    }
    .m-lg-90{
        margin:5.625rem!important
    }
    .m-lg-95{
        margin:5.9375rem!important
    }
    .m-lg-100{
        margin:6.25rem!important
    }
    .m-lg-105{
        margin:6.5625rem!important
    }
    .m-lg-110{
        margin:6.875rem!important
    }
    .m-lg-115{
        margin:7.1875rem!important
    }
    .m-lg-120{
        margin:7.5rem!important
    }
    .m-lg-125{
        margin:7.8125rem!important
    }
    .m-lg-130{
        margin:8.125rem!important
    }
    .m-lg-135{
        margin:8.4375rem!important
    }
    .m-lg-140{
        margin:8.75rem!important
    }
    .m-lg-145{
        margin:9.0625rem!important
    }
    .m-lg-150{
        margin:9.375rem!important
    }
    .m-lg-155{
        margin:9.6875rem!important
    }
    .m-lg-160{
        margin:10rem!important
    }
    .m-lg-165{
        margin:10.3125rem!important
    }
    .m-lg-170{
        margin:10.625rem!important
    }
    .m-lg-175{
        margin:10.9375rem!important
    }
    .m-lg-180{
        margin:11.25rem!important
    }
    .m-lg-185{
        margin:11.5625rem!important
    }
    .m-lg-190{
        margin:11.875rem!important
    }
    .m-lg-195{
        margin:12.1875rem!important
    }
    .m-lg-200{
        margin:12.5rem!important
    }
    .m-lg-205{
        margin:12.8125rem!important
    }
    .m-lg-210{
        margin:13.125rem!important
    }
    .m-lg-215{
        margin:13.4375rem!important
    }
    .m-lg-220{
        margin:13.75rem!important
    }
    .m-lg-225{
        margin:14.0625rem!important
    }
    .m-lg-230{
        margin:14.375rem!important
    }
    .m-lg-235{
        margin:14.6875rem!important
    }
    .m-lg-240{
        margin:15rem!important
    }
    .m-lg-245{
        margin:15.3125rem!important
    }
    .m-lg-250{
        margin:15.625rem!important
    }
    .m-lg-auto{
        margin:auto!important
    }
    .mx-lg-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-lg-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-lg-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-lg-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-lg-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-lg-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-lg-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-lg-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-lg-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-lg-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-lg-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-lg-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-lg-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-lg-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-lg-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-lg-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-lg-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-lg-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-lg-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-lg-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-lg-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-lg-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-lg-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-lg-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-lg-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-lg-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-lg-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-lg-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-lg-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-lg-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-lg-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-lg-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-lg-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-lg-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-lg-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-lg-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-lg-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-lg-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-lg-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-lg-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-lg-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-lg-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-lg-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-lg-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-lg-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-lg-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-lg-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-lg-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-lg-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-lg-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-lg-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!important
    }
    .mx-lg-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-lg-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-lg-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-lg-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-lg-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-lg-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-lg-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-lg-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-lg-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-lg-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-lg-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-lg-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-lg-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-lg-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-lg-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-lg-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-lg-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-lg-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-lg-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-lg-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-lg-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-lg-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-lg-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-lg-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-lg-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-lg-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-lg-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-lg-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-lg-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-lg-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-lg-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-lg-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-lg-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-lg-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-lg-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-lg-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-lg-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-lg-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-lg-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-lg-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-lg-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-lg-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-lg-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-lg-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-lg-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-lg-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-lg-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-lg-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-lg-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-lg-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-lg-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-lg-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-lg-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-lg-0{
        margin-top:0!important
    }
    .mt-lg-5{
        margin-top:0.3125rem!important
    }
    .mt-lg-10{
        margin-top:0.625rem!important
    }
    .mt-lg-15{
        margin-top:0.9375rem!important
    }
    .mt-lg-20{
        margin-top:1.25rem!important
    }
    .mt-lg-25{
        margin-top:1.5625rem!important
    }
    .mt-lg-30{
        margin-top:1.875rem!important
    }
    .mt-lg-35{
        margin-top:2.1875rem!important
    }
    .mt-lg-40{
        margin-top:2.5rem!important
    }
    .mt-lg-45{
        margin-top:2.8125rem!important
    }
    .mt-lg-50{
        margin-top:3.125rem!important
    }
    .mt-lg-55{
        margin-top:3.4375rem!important
    }
    .mt-lg-60{
        margin-top:3.75rem!important
    }
    .mt-lg-65{
        margin-top:4.0625rem!important
    }
    .mt-lg-70{
        margin-top:4.375rem!important
    }
    .mt-lg-75{
        margin-top:4.6875rem!important
    }
    .mt-lg-80{
        margin-top:5rem!important
    }
    .mt-lg-85{
        margin-top:5.3125rem!important
    }
    .mt-lg-90{
        margin-top:5.625rem!important
    }
    .mt-lg-95{
        margin-top:5.9375rem!important
    }
    .mt-lg-100{
        margin-top:6.25rem!important
    }
    .mt-lg-105{
        margin-top:6.5625rem!important
    }
    .mt-lg-110{
        margin-top:6.875rem!important
    }
    .mt-lg-115{
        margin-top:7.1875rem!important
    }
    .mt-lg-120{
        margin-top:7.5rem!important
    }
    .mt-lg-125{
        margin-top:7.8125rem!important
    }
    .mt-lg-130{
        margin-top:8.125rem!important
    }
    .mt-lg-135{
        margin-top:8.4375rem!important
    }
    .mt-lg-140{
        margin-top:8.75rem!important
    }
    .mt-lg-145{
        margin-top:9.0625rem!important
    }
    .mt-lg-150{
        margin-top:9.375rem!important
    }
    .mt-lg-155{
        margin-top:9.6875rem!important
    }
    .mt-lg-160{
        margin-top:10rem!important
    }
    .mt-lg-165{
        margin-top:10.3125rem!important
    }
    .mt-lg-170{
        margin-top:10.625rem!important
    }
    .mt-lg-175{
        margin-top:10.9375rem!important
    }
    .mt-lg-180{
        margin-top:11.25rem!important
    }
    .mt-lg-185{
        margin-top:11.5625rem!important
    }
    .mt-lg-190{
        margin-top:11.875rem!important
    }
    .mt-lg-195{
        margin-top:12.1875rem!important
    }
    .mt-lg-200{
        margin-top:12.5rem!important
    }
    .mt-lg-205{
        margin-top:12.8125rem!important
    }
    .mt-lg-210{
        margin-top:13.125rem!important
    }
    .mt-lg-215{
        margin-top:13.4375rem!important
    }
    .mt-lg-220{
        margin-top:13.75rem!important
    }
    .mt-lg-225{
        margin-top:14.0625rem!important
    }
    .mt-lg-230{
        margin-top:14.375rem!important
    }
    .mt-lg-235{
        margin-top:14.6875rem!important
    }
    .mt-lg-240{
        margin-top:15rem!important
    }
    .mt-lg-245{
        margin-top:15.3125rem!important
    }
    .mt-lg-250{
        margin-top:15.625rem!important
    }
    .mt-lg-auto{
        margin-top:auto!important
    }
    .me-lg-0{
        margin-right:0!important
    }
    .me-lg-5{
        margin-right:0.3125rem!important
    }
    .me-lg-10{
        margin-right:0.625rem!important
    }
    .me-lg-15{
        margin-right:0.9375rem!important
    }
    .me-lg-20{
        margin-right:1.25rem!important
    }
    .me-lg-25{
        margin-right:1.5625rem!important
    }
    .me-lg-30{
        margin-right:1.875rem!important
    }
    .me-lg-35{
        margin-right:2.1875rem!important
    }
    .me-lg-40{
        margin-right:2.5rem!important
    }
    .me-lg-45{
        margin-right:2.8125rem!important
    }
    .me-lg-50{
        margin-right:3.125rem!important
    }
    .me-lg-55{
        margin-right:3.4375rem!important
    }
    .me-lg-60{
        margin-right:3.75rem!important
    }
    .me-lg-65{
        margin-right:4.0625rem!important
    }
    .me-lg-70{
        margin-right:4.375rem!important
    }
    .me-lg-75{
        margin-right:4.6875rem!important
    }
    .me-lg-80{
        margin-right:5rem!important
    }
    .me-lg-85{
        margin-right:5.3125rem!important
    }
    .me-lg-90{
        margin-right:5.625rem!important
    }
    .me-lg-95{
        margin-right:5.9375rem!important
    }
    .me-lg-100{
        margin-right:6.25rem!important
    }
    .me-lg-105{
        margin-right:6.5625rem!important
    }
    .me-lg-110{
        margin-right:6.875rem!important
    }
    .me-lg-115{
        margin-right:7.1875rem!important
    }
    .me-lg-120{
        margin-right:7.5rem!important
    }
    .me-lg-125{
        margin-right:7.8125rem!important
    }
    .me-lg-130{
        margin-right:8.125rem!important
    }
    .me-lg-135{
        margin-right:8.4375rem!important
    }
    .me-lg-140{
        margin-right:8.75rem!important
    }
    .me-lg-145{
        margin-right:9.0625rem!important
    }
    .me-lg-150{
        margin-right:9.375rem!important
    }
    .me-lg-155{
        margin-right:9.6875rem!important
    }
    .me-lg-160{
        margin-right:10rem!important
    }
    .me-lg-165{
        margin-right:10.3125rem!important
    }
    .me-lg-170{
        margin-right:10.625rem!important
    }
    .me-lg-175{
        margin-right:10.9375rem!important
    }
    .me-lg-180{
        margin-right:11.25rem!important
    }
    .me-lg-185{
        margin-right:11.5625rem!important
    }
    .me-lg-190{
        margin-right:11.875rem!important
    }
    .me-lg-195{
        margin-right:12.1875rem!important
    }
    .me-lg-200{
        margin-right:12.5rem!important
    }
    .me-lg-205{
        margin-right:12.8125rem!important
    }
    .me-lg-210{
        margin-right:13.125rem!important
    }
    .me-lg-215{
        margin-right:13.4375rem!important
    }
    .me-lg-220{
        margin-right:13.75rem!important
    }
    .me-lg-225{
        margin-right:14.0625rem!important
    }
    .me-lg-230{
        margin-right:14.375rem!important
    }
    .me-lg-235{
        margin-right:14.6875rem!important
    }
    .me-lg-240{
        margin-right:15rem!important
    }
    .me-lg-245{
        margin-right:15.3125rem!important
    }
    .me-lg-250{
        margin-right:15.625rem!important
    }
    .me-lg-auto{
        margin-right:auto!important
    }
    .mb-lg-0{
        margin-bottom:0!important
    }
    .mb-lg-5{
        margin-bottom:0.3125rem!important
    }
    .mb-lg-10{
        margin-bottom:0.625rem!important
    }
    .mb-lg-15{
        margin-bottom:0.9375rem!important
    }
    .mb-lg-20{
        margin-bottom:1.25rem!important
    }
    .mb-lg-25{
        margin-bottom:1.5625rem!important
    }
    .mb-lg-30{
        margin-bottom:1.875rem!important
    }
    .mb-lg-35{
        margin-bottom:2.1875rem!important
    }
    .mb-lg-40{
        margin-bottom:2.5rem!important
    }
    .mb-lg-45{
        margin-bottom:2.8125rem!important
    }
    .mb-lg-50{
        margin-bottom:3.125rem!important
    }
    .mb-lg-55{
        margin-bottom:3.4375rem!important
    }
    .mb-lg-60{
        margin-bottom:3.75rem!important
    }
    .mb-lg-65{
        margin-bottom:4.0625rem!important
    }
    .mb-lg-70{
        margin-bottom:4.375rem!important
    }
    .mb-lg-75{
        margin-bottom:4.6875rem!important
    }
    .mb-lg-80{
        margin-bottom:5rem!important
    }
    .mb-lg-85{
        margin-bottom:5.3125rem!important
    }
    .mb-lg-90{
        margin-bottom:5.625rem!important
    }
    .mb-lg-95{
        margin-bottom:5.9375rem!important
    }
    .mb-lg-100{
        margin-bottom:6.25rem!important
    }
    .mb-lg-105{
        margin-bottom:6.5625rem!important
    }
    .mb-lg-110{
        margin-bottom:6.875rem!important
    }
    .mb-lg-115{
        margin-bottom:7.1875rem!important
    }
    .mb-lg-120{
        margin-bottom:7.5rem!important
    }
    .mb-lg-125{
        margin-bottom:7.8125rem!important
    }
    .mb-lg-130{
        margin-bottom:8.125rem!important
    }
    .mb-lg-135{
        margin-bottom:8.4375rem!important
    }
    .mb-lg-140{
        margin-bottom:8.75rem!important
    }
    .mb-lg-145{
        margin-bottom:9.0625rem!important
    }
    .mb-lg-150{
        margin-bottom:9.375rem!important
    }
    .mb-lg-155{
        margin-bottom:9.6875rem!important
    }
    .mb-lg-160{
        margin-bottom:10rem!important
    }
    .mb-lg-165{
        margin-bottom:10.3125rem!important
    }
    .mb-lg-170{
        margin-bottom:10.625rem!important
    }
    .mb-lg-175{
        margin-bottom:10.9375rem!important
    }
    .mb-lg-180{
        margin-bottom:11.25rem!important
    }
    .mb-lg-185{
        margin-bottom:11.5625rem!important
    }
    .mb-lg-190{
        margin-bottom:11.875rem!important
    }
    .mb-lg-195{
        margin-bottom:12.1875rem!important
    }
    .mb-lg-200{
        margin-bottom:12.5rem!important
    }
    .mb-lg-205{
        margin-bottom:12.8125rem!important
    }
    .mb-lg-210{
        margin-bottom:13.125rem!important
    }
    .mb-lg-215{
        margin-bottom:13.4375rem!important
    }
    .mb-lg-220{
        margin-bottom:13.75rem!important
    }
    .mb-lg-225{
        margin-bottom:14.0625rem!important
    }
    .mb-lg-230{
        margin-bottom:14.375rem!important
    }
    .mb-lg-235{
        margin-bottom:14.6875rem!important
    }
    .mb-lg-240{
        margin-bottom:15rem!important
    }
    .mb-lg-245{
        margin-bottom:15.3125rem!important
    }
    .mb-lg-250{
        margin-bottom:15.625rem!important
    }
    .mb-lg-auto{
        margin-bottom:auto!important
    }
    .ms-lg-0{
        margin-left:0!important
    }
    .ms-lg-5{
        margin-left:0.3125rem!important
    }
    .ms-lg-10{
        margin-left:0.625rem!important
    }
    .ms-lg-15{
        margin-left:0.9375rem!important
    }
    .ms-lg-20{
        margin-left:1.25rem!important
    }
    .ms-lg-25{
        margin-left:1.5625rem!important
    }
    .ms-lg-30{
        margin-left:1.875rem!important
    }
    .ms-lg-35{
        margin-left:2.1875rem!important
    }
    .ms-lg-40{
        margin-left:2.5rem!important
    }
    .ms-lg-45{
        margin-left:2.8125rem!important
    }
    .ms-lg-50{
        margin-left:3.125rem!important
    }
    .ms-lg-55{
        margin-left:3.4375rem!important
    }
    .ms-lg-60{
        margin-left:3.75rem!important
    }
    .ms-lg-65{
        margin-left:4.0625rem!important
    }
    .ms-lg-70{
        margin-left:4.375rem!important
    }
    .ms-lg-75{
        margin-left:4.6875rem!important
    }
    .ms-lg-80{
        margin-left:5rem!important
    }
    .ms-lg-85{
        margin-left:5.3125rem!important
    }
    .ms-lg-90{
        margin-left:5.625rem!important
    }
    .ms-lg-95{
        margin-left:5.9375rem!important
    }
    .ms-lg-100{
        margin-left:6.25rem!important
    }
    .ms-lg-105{
        margin-left:6.5625rem!important
    }
    .ms-lg-110{
        margin-left:6.875rem!important
    }
    .ms-lg-115{
        margin-left:7.1875rem!important
    }
    .ms-lg-120{
        margin-left:7.5rem!important
    }
    .ms-lg-125{
        margin-left:7.8125rem!important
    }
    .ms-lg-130{
        margin-left:8.125rem!important
    }
    .ms-lg-135{
        margin-left:8.4375rem!important
    }
    .ms-lg-140{
        margin-left:8.75rem!important
    }
    .ms-lg-145{
        margin-left:9.0625rem!important
    }
    .ms-lg-150{
        margin-left:9.375rem!important
    }
    .ms-lg-155{
        margin-left:9.6875rem!important
    }
    .ms-lg-160{
        margin-left:10rem!important
    }
    .ms-lg-165{
        margin-left:10.3125rem!important
    }
    .ms-lg-170{
        margin-left:10.625rem!important
    }
    .ms-lg-175{
        margin-left:10.9375rem!important
    }
    .ms-lg-180{
        margin-left:11.25rem!important
    }
    .ms-lg-185{
        margin-left:11.5625rem!important
    }
    .ms-lg-190{
        margin-left:11.875rem!important
    }
    .ms-lg-195{
        margin-left:12.1875rem!important
    }
    .ms-lg-200{
        margin-left:12.5rem!important
    }
    .ms-lg-205{
        margin-left:12.8125rem!important
    }
    .ms-lg-210{
        margin-left:13.125rem!important
    }
    .ms-lg-215{
        margin-left:13.4375rem!important
    }
    .ms-lg-220{
        margin-left:13.75rem!important
    }
    .ms-lg-225{
        margin-left:14.0625rem!important
    }
    .ms-lg-230{
        margin-left:14.375rem!important
    }
    .ms-lg-235{
        margin-left:14.6875rem!important
    }
    .ms-lg-240{
        margin-left:15rem!important
    }
    .ms-lg-245{
        margin-left:15.3125rem!important
    }
    .ms-lg-250{
        margin-left:15.625rem!important
    }
    .ms-lg-auto{
        margin-left:auto!important
    }
    .m-lg-n5{
        margin:-0.3125rem!important
    }
    .m-lg-n10{
        margin:-0.625rem!important
    }
    .m-lg-n15{
        margin:-0.9375rem!important
    }
    .m-lg-n20{
        margin:-1.25rem!important
    }
    .m-lg-n25{
        margin:-1.5625rem!important
    }
    .m-lg-n30{
        margin:-1.875rem!important
    }
    .m-lg-n35{
        margin:-2.1875rem!important
    }
    .m-lg-n40{
        margin:-2.5rem!important
    }
    .m-lg-n45{
        margin:-2.8125rem!important
    }
    .m-lg-n50{
        margin:-3.125rem!important
    }
    .m-lg-n55{
        margin:-3.4375rem!important
    }
    .m-lg-n60{
        margin:-3.75rem!important
    }
    .m-lg-n65{
        margin:-4.0625rem!important
    }
    .m-lg-n70{
        margin:-4.375rem!important
    }
    .m-lg-n75{
        margin:-4.6875rem!important
    }
    .m-lg-n80{
        margin:-5rem!important
    }
    .m-lg-n85{
        margin:-5.3125rem!important
    }
    .m-lg-n90{
        margin:-5.625rem!important
    }
    .m-lg-n95{
        margin:-5.9375rem!important
    }
    .m-lg-n100{
        margin:-6.25rem!important
    }
    .m-lg-n105{
        margin:-6.5625rem!important
    }
    .m-lg-n110{
        margin:-6.875rem!important
    }
    .m-lg-n115{
        margin:-7.1875rem!important
    }
    .m-lg-n120{
        margin:-7.5rem!important
    }
    .m-lg-n125{
        margin:-7.8125rem!important
    }
    .m-lg-n130{
        margin:-8.125rem!important
    }
    .m-lg-n135{
        margin:-8.4375rem!important
    }
    .m-lg-n140{
        margin:-8.75rem!important
    }
    .m-lg-n145{
        margin:-9.0625rem!important
    }
    .m-lg-n150{
        margin:-9.375rem!important
    }
    .m-lg-n155{
        margin:-9.6875rem!important
    }
    .m-lg-n160{
        margin:-10rem!important
    }
    .m-lg-n165{
        margin:-10.3125rem!important
    }
    .m-lg-n170{
        margin:-10.625rem!important
    }
    .m-lg-n175{
        margin:-10.9375rem!important
    }
    .m-lg-n180{
        margin:-11.25rem!important
    }
    .m-lg-n185{
        margin:-11.5625rem!important
    }
    .m-lg-n190{
        margin:-11.875rem!important
    }
    .m-lg-n195{
        margin:-12.1875rem!important
    }
    .m-lg-n200{
        margin:-12.5rem!important
    }
    .m-lg-n205{
        margin:-12.8125rem!important
    }
    .m-lg-n210{
        margin:-13.125rem!important
    }
    .m-lg-n215{
        margin:-13.4375rem!important
    }
    .m-lg-n220{
        margin:-13.75rem!important
    }
    .m-lg-n225{
        margin:-14.0625rem!important
    }
    .m-lg-n230{
        margin:-14.375rem!important
    }
    .m-lg-n235{
        margin:-14.6875rem!important
    }
    .m-lg-n240{
        margin:-15rem!important
    }
    .m-lg-n245{
        margin:-15.3125rem!important
    }
    .m-lg-n250{
        margin:-15.625rem!important
    }
    .mx-lg-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-lg-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-lg-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-lg-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-lg-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-lg-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-lg-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-lg-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-lg-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-lg-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-lg-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-lg-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-lg-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-lg-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-lg-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-lg-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-lg-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-lg-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-lg-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-lg-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-lg-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-lg-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-lg-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-lg-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-lg-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-lg-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-lg-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-lg-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-lg-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-lg-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-lg-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-lg-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-lg-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-lg-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-lg-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-lg-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-lg-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-lg-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-lg-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-lg-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-lg-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-lg-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-lg-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-lg-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-lg-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-lg-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-lg-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-lg-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-lg-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-lg-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-lg-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-lg-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-lg-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-lg-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-lg-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-lg-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-lg-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-lg-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-lg-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-lg-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-lg-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-lg-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-lg-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-lg-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-lg-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-lg-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-lg-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-lg-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-lg-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-lg-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-lg-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-lg-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-lg-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-lg-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-lg-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-lg-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-lg-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-lg-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-lg-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-lg-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-lg-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-lg-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-lg-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-lg-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-lg-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-lg-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-lg-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-lg-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-lg-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-lg-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-lg-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-lg-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-lg-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-lg-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-lg-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-lg-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-lg-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-lg-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-lg-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-lg-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-lg-n5{
        margin-top:-0.3125rem!important
    }
    .mt-lg-n10{
        margin-top:-0.625rem!important
    }
    .mt-lg-n15{
        margin-top:-0.9375rem!important
    }
    .mt-lg-n20{
        margin-top:-1.25rem!important
    }
    .mt-lg-n25{
        margin-top:-1.5625rem!important
    }
    .mt-lg-n30{
        margin-top:-1.875rem!important
    }
    .mt-lg-n35{
        margin-top:-2.1875rem!important
    }
    .mt-lg-n40{
        margin-top:-2.5rem!important
    }
    .mt-lg-n45{
        margin-top:-2.8125rem!important
    }
    .mt-lg-n50{
        margin-top:-3.125rem!important
    }
    .mt-lg-n55{
        margin-top:-3.4375rem!important
    }
    .mt-lg-n60{
        margin-top:-3.75rem!important
    }
    .mt-lg-n65{
        margin-top:-4.0625rem!important
    }
    .mt-lg-n70{
        margin-top:-4.375rem!important
    }
    .mt-lg-n75{
        margin-top:-4.6875rem!important
    }
    .mt-lg-n80{
        margin-top:-5rem!important
    }
    .mt-lg-n85{
        margin-top:-5.3125rem!important
    }
    .mt-lg-n90{
        margin-top:-5.625rem!important
    }
    .mt-lg-n95{
        margin-top:-5.9375rem!important
    }
    .mt-lg-n100{
        margin-top:-6.25rem!important
    }
    .mt-lg-n105{
        margin-top:-6.5625rem!important
    }
    .mt-lg-n110{
        margin-top:-6.875rem!important
    }
    .mt-lg-n115{
        margin-top:-7.1875rem!important
    }
    .mt-lg-n120{
        margin-top:-7.5rem!important
    }
    .mt-lg-n125{
        margin-top:-7.8125rem!important
    }
    .mt-lg-n130{
        margin-top:-8.125rem!important
    }
    .mt-lg-n135{
        margin-top:-8.4375rem!important
    }
    .mt-lg-n140{
        margin-top:-8.75rem!important
    }
    .mt-lg-n145{
        margin-top:-9.0625rem!important
    }
    .mt-lg-n150{
        margin-top:-9.375rem!important
    }
    .mt-lg-n155{
        margin-top:-9.6875rem!important
    }
    .mt-lg-n160{
        margin-top:-10rem!important
    }
    .mt-lg-n165{
        margin-top:-10.3125rem!important
    }
    .mt-lg-n170{
        margin-top:-10.625rem!important
    }
    .mt-lg-n175{
        margin-top:-10.9375rem!important
    }
    .mt-lg-n180{
        margin-top:-11.25rem!important
    }
    .mt-lg-n185{
        margin-top:-11.5625rem!important
    }
    .mt-lg-n190{
        margin-top:-11.875rem!important
    }
    .mt-lg-n195{
        margin-top:-12.1875rem!important
    }
    .mt-lg-n200{
        margin-top:-12.5rem!important
    }
    .mt-lg-n205{
        margin-top:-12.8125rem!important
    }
    .mt-lg-n210{
        margin-top:-13.125rem!important
    }
    .mt-lg-n215{
        margin-top:-13.4375rem!important
    }
    .mt-lg-n220{
        margin-top:-13.75rem!important
    }
    .mt-lg-n225{
        margin-top:-14.0625rem!important
    }
    .mt-lg-n230{
        margin-top:-14.375rem!important
    }
    .mt-lg-n235{
        margin-top:-14.6875rem!important
    }
    .mt-lg-n240{
        margin-top:-15rem!important
    }
    .mt-lg-n245{
        margin-top:-15.3125rem!important
    }
    .mt-lg-n250{
        margin-top:-15.625rem!important
    }
    .me-lg-n5{
        margin-right:-0.3125rem!important
    }
    .me-lg-n10{
        margin-right:-0.625rem!important
    }
    .me-lg-n15{
        margin-right:-0.9375rem!important
    }
    .me-lg-n20{
        margin-right:-1.25rem!important
    }
    .me-lg-n25{
        margin-right:-1.5625rem!important
    }
    .me-lg-n30{
        margin-right:-1.875rem!important
    }
    .me-lg-n35{
        margin-right:-2.1875rem!important
    }
    .me-lg-n40{
        margin-right:-2.5rem!important
    }
    .me-lg-n45{
        margin-right:-2.8125rem!important
    }
    .me-lg-n50{
        margin-right:-3.125rem!important
    }
    .me-lg-n55{
        margin-right:-3.4375rem!important
    }
    .me-lg-n60{
        margin-right:-3.75rem!important
    }
    .me-lg-n65{
        margin-right:-4.0625rem!important
    }
    .me-lg-n70{
        margin-right:-4.375rem!important
    }
    .me-lg-n75{
        margin-right:-4.6875rem!important
    }
    .me-lg-n80{
        margin-right:-5rem!important
    }
    .me-lg-n85{
        margin-right:-5.3125rem!important
    }
    .me-lg-n90{
        margin-right:-5.625rem!important
    }
    .me-lg-n95{
        margin-right:-5.9375rem!important
    }
    .me-lg-n100{
        margin-right:-6.25rem!important
    }
    .me-lg-n105{
        margin-right:-6.5625rem!important
    }
    .me-lg-n110{
        margin-right:-6.875rem!important
    }
    .me-lg-n115{
        margin-right:-7.1875rem!important
    }
    .me-lg-n120{
        margin-right:-7.5rem!important
    }
    .me-lg-n125{
        margin-right:-7.8125rem!important
    }
    .me-lg-n130{
        margin-right:-8.125rem!important
    }
    .me-lg-n135{
        margin-right:-8.4375rem!important
    }
    .me-lg-n140{
        margin-right:-8.75rem!important
    }
    .me-lg-n145{
        margin-right:-9.0625rem!important
    }
    .me-lg-n150{
        margin-right:-9.375rem!important
    }
    .me-lg-n155{
        margin-right:-9.6875rem!important
    }
    .me-lg-n160{
        margin-right:-10rem!important
    }
    .me-lg-n165{
        margin-right:-10.3125rem!important
    }
    .me-lg-n170{
        margin-right:-10.625rem!important
    }
    .me-lg-n175{
        margin-right:-10.9375rem!important
    }
    .me-lg-n180{
        margin-right:-11.25rem!important
    }
    .me-lg-n185{
        margin-right:-11.5625rem!important
    }
    .me-lg-n190{
        margin-right:-11.875rem!important
    }
    .me-lg-n195{
        margin-right:-12.1875rem!important
    }
    .me-lg-n200{
        margin-right:-12.5rem!important
    }
    .me-lg-n205{
        margin-right:-12.8125rem!important
    }
    .me-lg-n210{
        margin-right:-13.125rem!important
    }
    .me-lg-n215{
        margin-right:-13.4375rem!important
    }
    .me-lg-n220{
        margin-right:-13.75rem!important
    }
    .me-lg-n225{
        margin-right:-14.0625rem!important
    }
    .me-lg-n230{
        margin-right:-14.375rem!important
    }
    .me-lg-n235{
        margin-right:-14.6875rem!important
    }
    .me-lg-n240{
        margin-right:-15rem!important
    }
    .me-lg-n245{
        margin-right:-15.3125rem!important
    }
    .me-lg-n250{
        margin-right:-15.625rem!important
    }
    .mb-lg-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-lg-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-lg-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-lg-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-lg-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-lg-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-lg-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-lg-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-lg-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-lg-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-lg-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-lg-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-lg-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-lg-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-lg-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-lg-n80{
        margin-bottom:-5rem!important
    }
    .mb-lg-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-lg-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-lg-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-lg-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-lg-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-lg-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-lg-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-lg-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-lg-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-lg-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-lg-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-lg-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-lg-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-lg-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-lg-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-lg-n160{
        margin-bottom:-10rem!important
    }
    .mb-lg-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-lg-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-lg-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-lg-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-lg-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-lg-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-lg-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-lg-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-lg-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-lg-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-lg-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-lg-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-lg-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-lg-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-lg-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-lg-n240{
        margin-bottom:-15rem!important
    }
    .mb-lg-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-lg-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-lg-n5{
        margin-left:-0.3125rem!important
    }
    .ms-lg-n10{
        margin-left:-0.625rem!important
    }
    .ms-lg-n15{
        margin-left:-0.9375rem!important
    }
    .ms-lg-n20{
        margin-left:-1.25rem!important
    }
    .ms-lg-n25{
        margin-left:-1.5625rem!important
    }
    .ms-lg-n30{
        margin-left:-1.875rem!important
    }
    .ms-lg-n35{
        margin-left:-2.1875rem!important
    }
    .ms-lg-n40{
        margin-left:-2.5rem!important
    }
    .ms-lg-n45{
        margin-left:-2.8125rem!important
    }
    .ms-lg-n50{
        margin-left:-3.125rem!important
    }
    .ms-lg-n55{
        margin-left:-3.4375rem!important
    }
    .ms-lg-n60{
        margin-left:-3.75rem!important
    }
    .ms-lg-n65{
        margin-left:-4.0625rem!important
    }
    .ms-lg-n70{
        margin-left:-4.375rem!important
    }
    .ms-lg-n75{
        margin-left:-4.6875rem!important
    }
    .ms-lg-n80{
        margin-left:-5rem!important
    }
    .ms-lg-n85{
        margin-left:-5.3125rem!important
    }
    .ms-lg-n90{
        margin-left:-5.625rem!important
    }
    .ms-lg-n95{
        margin-left:-5.9375rem!important
    }
    .ms-lg-n100{
        margin-left:-6.25rem!important
    }
    .ms-lg-n105{
        margin-left:-6.5625rem!important
    }
    .ms-lg-n110{
        margin-left:-6.875rem!important
    }
    .ms-lg-n115{
        margin-left:-7.1875rem!important
    }
    .ms-lg-n120{
        margin-left:-7.5rem!important
    }
    .ms-lg-n125{
        margin-left:-7.8125rem!important
    }
    .ms-lg-n130{
        margin-left:-8.125rem!important
    }
    .ms-lg-n135{
        margin-left:-8.4375rem!important
    }
    .ms-lg-n140{
        margin-left:-8.75rem!important
    }
    .ms-lg-n145{
        margin-left:-9.0625rem!important
    }
    .ms-lg-n150{
        margin-left:-9.375rem!important
    }
    .ms-lg-n155{
        margin-left:-9.6875rem!important
    }
    .ms-lg-n160{
        margin-left:-10rem!important
    }
    .ms-lg-n165{
        margin-left:-10.3125rem!important
    }
    .ms-lg-n170{
        margin-left:-10.625rem!important
    }
    .ms-lg-n175{
        margin-left:-10.9375rem!important
    }
    .ms-lg-n180{
        margin-left:-11.25rem!important
    }
    .ms-lg-n185{
        margin-left:-11.5625rem!important
    }
    .ms-lg-n190{
        margin-left:-11.875rem!important
    }
    .ms-lg-n195{
        margin-left:-12.1875rem!important
    }
    .ms-lg-n200{
        margin-left:-12.5rem!important
    }
    .ms-lg-n205{
        margin-left:-12.8125rem!important
    }
    .ms-lg-n210{
        margin-left:-13.125rem!important
    }
    .ms-lg-n215{
        margin-left:-13.4375rem!important
    }
    .ms-lg-n220{
        margin-left:-13.75rem!important
    }
    .ms-lg-n225{
        margin-left:-14.0625rem!important
    }
    .ms-lg-n230{
        margin-left:-14.375rem!important
    }
    .ms-lg-n235{
        margin-left:-14.6875rem!important
    }
    .ms-lg-n240{
        margin-left:-15rem!important
    }
    .ms-lg-n245{
        margin-left:-15.3125rem!important
    }
    .ms-lg-n250{
        margin-left:-15.625rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .p-lg-5{
        padding:0.3125rem!important
    }
    .p-lg-10{
        padding:0.625rem!important
    }
    .p-lg-15{
        padding:0.9375rem!important
    }
    .p-lg-20{
        padding:1.25rem!important
    }
    .p-lg-25{
        padding:1.5625rem!important
    }
    .p-lg-30{
        padding:1.875rem!important
    }
    .p-lg-35{
        padding:2.1875rem!important
    }
    .p-lg-40{
        padding:2.5rem!important
    }
    .p-lg-45{
        padding:2.8125rem!important
    }
    .p-lg-50{
        padding:3.125rem!important
    }
    .p-lg-55{
        padding:3.4375rem!important
    }
    .p-lg-60{
        padding:3.75rem!important
    }
    .p-lg-65{
        padding:4.0625rem!important
    }
    .p-lg-70{
        padding:4.375rem!important
    }
    .p-lg-75{
        padding:4.6875rem!important
    }
    .p-lg-80{
        padding:5rem!important
    }
    .p-lg-85{
        padding:5.3125rem!important
    }
    .p-lg-90{
        padding:5.625rem!important
    }
    .p-lg-95{
        padding:5.9375rem!important
    }
    .p-lg-100{
        padding:6.25rem!important
    }
    .p-lg-105{
        padding:6.5625rem!important
    }
    .p-lg-110{
        padding:6.875rem!important
    }
    .p-lg-115{
        padding:7.1875rem!important
    }
    .p-lg-120{
        padding:7.5rem!important
    }
    .p-lg-125{
        padding:7.8125rem!important
    }
    .p-lg-130{
        padding:8.125rem!important
    }
    .p-lg-135{
        padding:8.4375rem!important
    }
    .p-lg-140{
        padding:8.75rem!important
    }
    .p-lg-145{
        padding:9.0625rem!important
    }
    .p-lg-150{
        padding:9.375rem!important
    }
    .p-lg-155{
        padding:9.6875rem!important
    }
    .p-lg-160{
        padding:10rem!important
    }
    .p-lg-165{
        padding:10.3125rem!important
    }
    .p-lg-170{
        padding:10.625rem!important
    }
    .p-lg-175{
        padding:10.9375rem!important
    }
    .p-lg-180{
        padding:11.25rem!important
    }
    .p-lg-185{
        padding:11.5625rem!important
    }
    .p-lg-190{
        padding:11.875rem!important
    }
    .p-lg-195{
        padding:12.1875rem!important
    }
    .p-lg-200{
        padding:12.5rem!important
    }
    .p-lg-205{
        padding:12.8125rem!important
    }
    .p-lg-210{
        padding:13.125rem!important
    }
    .p-lg-215{
        padding:13.4375rem!important
    }
    .p-lg-220{
        padding:13.75rem!important
    }
    .p-lg-225{
        padding:14.0625rem!important
    }
    .p-lg-230{
        padding:14.375rem!important
    }
    .p-lg-235{
        padding:14.6875rem!important
    }
    .p-lg-240{
        padding:15rem!important
    }
    .p-lg-245{
        padding:15.3125rem!important
    }
    .p-lg-250{
        padding:15.625rem!important
    }
    .px-lg-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-lg-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-lg-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-lg-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-lg-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-lg-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-lg-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-lg-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-lg-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-lg-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-lg-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-lg-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-lg-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-lg-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-lg-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-lg-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-lg-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-lg-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-lg-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-lg-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-lg-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-lg-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-lg-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-lg-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-lg-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-lg-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-lg-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-lg-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-lg-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-lg-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-lg-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-lg-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-lg-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-lg-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-lg-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-lg-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-lg-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-lg-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-lg-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-lg-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-lg-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-lg-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-lg-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-lg-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-lg-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-lg-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-lg-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-lg-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-lg-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-lg-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-lg-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-lg-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-lg-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-lg-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-lg-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-lg-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-lg-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-lg-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-lg-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-lg-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-lg-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-lg-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-lg-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-lg-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-lg-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-lg-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-lg-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-lg-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-lg-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-lg-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-lg-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-lg-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-lg-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-lg-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-lg-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-lg-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-lg-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-lg-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-lg-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-lg-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-lg-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-lg-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-lg-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-lg-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-lg-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-lg-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-lg-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-lg-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-lg-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-lg-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-lg-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-lg-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-lg-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-lg-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-lg-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-lg-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-lg-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-lg-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-lg-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-lg-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-lg-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-lg-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-lg-0{
        padding-top:0!important
    }
    .pt-lg-5{
        padding-top:0.3125rem!important
    }
    .pt-lg-10{
        padding-top:0.625rem!important
    }
    .pt-lg-15{
        padding-top:0.9375rem!important
    }
    .pt-lg-20{
        padding-top:1.25rem!important
    }
    .pt-lg-25{
        padding-top:1.5625rem!important
    }
    .pt-lg-30{
        padding-top:1.875rem!important
    }
    .pt-lg-35{
        padding-top:2.1875rem!important
    }
    .pt-lg-40{
        padding-top:2.5rem!important
    }
    .pt-lg-45{
        padding-top:2.8125rem!important
    }
    .pt-lg-50{
        padding-top:3.125rem!important
    }
    .pt-lg-55{
        padding-top:3.4375rem!important
    }
    .pt-lg-60{
        padding-top:3.75rem!important
    }
    .pt-lg-65{
        padding-top:4.0625rem!important
    }
    .pt-lg-70{
        padding-top:4.375rem!important
    }
    .pt-lg-75{
        padding-top:4.6875rem!important
    }
    .pt-lg-80{
        padding-top:5rem!important
    }
    .pt-lg-85{
        padding-top:5.3125rem!important
    }
    .pt-lg-90{
        padding-top:5.625rem!important
    }
    .pt-lg-95{
        padding-top:5.9375rem!important
    }
    .pt-lg-100{
        padding-top:6.25rem!important
    }
    .pt-lg-105{
        padding-top:6.5625rem!important
    }
    .pt-lg-110{
        padding-top:6.875rem!important
    }
    .pt-lg-115{
        padding-top:7.1875rem!important
    }
    .pt-lg-120{
        padding-top:7.5rem!important
    }
    .pt-lg-125{
        padding-top:7.8125rem!important
    }
    .pt-lg-130{
        padding-top:8.125rem!important
    }
    .pt-lg-135{
        padding-top:8.4375rem!important
    }
    .pt-lg-140{
        padding-top:8.75rem!important
    }
    .pt-lg-145{
        padding-top:9.0625rem!important
    }
    .pt-lg-150{
        padding-top:9.375rem!important
    }
    .pt-lg-155{
        padding-top:9.6875rem!important
    }
    .pt-lg-160{
        padding-top:10rem!important
    }
    .pt-lg-165{
        padding-top:10.3125rem!important
    }
    .pt-lg-170{
        padding-top:10.625rem!important
    }
    .pt-lg-175{
        padding-top:10.9375rem!important
    }
    .pt-lg-180{
        padding-top:11.25rem!important
    }
    .pt-lg-185{
        padding-top:11.5625rem!important
    }
    .pt-lg-190{
        padding-top:11.875rem!important
    }
    .pt-lg-195{
        padding-top:12.1875rem!important
    }
    .pt-lg-200{
        padding-top:12.5rem!important
    }
    .pt-lg-205{
        padding-top:12.8125rem!important
    }
    .pt-lg-210{
        padding-top:13.125rem!important
    }
    .pt-lg-215{
        padding-top:13.4375rem!important
    }
    .pt-lg-220{
        padding-top:13.75rem!important
    }
    .pt-lg-225{
        padding-top:14.0625rem!important
    }
    .pt-lg-230{
        padding-top:14.375rem!important
    }
    .pt-lg-235{
        padding-top:14.6875rem!important
    }
    .pt-lg-240{
        padding-top:15rem!important
    }
    .pt-lg-245{
        padding-top:15.3125rem!important
    }
    .pt-lg-250{
        padding-top:15.625rem!important
    }
    .pe-lg-0{
        padding-right:0!important
    }
    .pe-lg-5{
        padding-right:0.3125rem!important
    }
    .pe-lg-10{
        padding-right:0.625rem!important
    }
    .pe-lg-15{
        padding-right:0.9375rem!important
    }
    .pe-lg-20{
        padding-right:1.25rem!important
    }
    .pe-lg-25{
        padding-right:1.5625rem!important
    }
    .pe-lg-30{
        padding-right:1.875rem!important
    }
    .pe-lg-35{
        padding-right:2.1875rem!important
    }
    .pe-lg-40{
        padding-right:2.5rem!important
    }
    .pe-lg-45{
        padding-right:2.8125rem!important
    }
    .pe-lg-50{
        padding-right:3.125rem!important
    }
    .pe-lg-55{
        padding-right:3.4375rem!important
    }
    .pe-lg-60{
        padding-right:3.75rem!important
    }
    .pe-lg-65{
        padding-right:4.0625rem!important
    }
    .pe-lg-70{
        padding-right:4.375rem!important
    }
    .pe-lg-75{
        padding-right:4.6875rem!important
    }
    .pe-lg-80{
        padding-right:5rem!important
    }
    .pe-lg-85{
        padding-right:5.3125rem!important
    }
    .pe-lg-90{
        padding-right:5.625rem!important
    }
    .pe-lg-95{
        padding-right:5.9375rem!important
    }
    .pe-lg-100{
        padding-right:6.25rem!important
    }
    .pe-lg-105{
        padding-right:6.5625rem!important
    }
    .pe-lg-110{
        padding-right:6.875rem!important
    }
    .pe-lg-115{
        padding-right:7.1875rem!important
    }
    .pe-lg-120{
        padding-right:7.5rem!important
    }
    .pe-lg-125{
        padding-right:7.8125rem!important
    }
    .pe-lg-130{
        padding-right:8.125rem!important
    }
    .pe-lg-135{
        padding-right:8.4375rem!important
    }
    .pe-lg-140{
        padding-right:8.75rem!important
    }
    .pe-lg-145{
        padding-right:9.0625rem!important
    }
    .pe-lg-150{
        padding-right:9.375rem!important
    }
    .pe-lg-155{
        padding-right:9.6875rem!important
    }
    .pe-lg-160{
        padding-right:10rem!important
    }
    .pe-lg-165{
        padding-right:10.3125rem!important
    }
    .pe-lg-170{
        padding-right:10.625rem!important
    }
    .pe-lg-175{
        padding-right:10.9375rem!important
    }
    .pe-lg-180{
        padding-right:11.25rem!important
    }
    .pe-lg-185{
        padding-right:11.5625rem!important
    }
    .pe-lg-190{
        padding-right:11.875rem!important
    }
    .pe-lg-195{
        padding-right:12.1875rem!important
    }
    .pe-lg-200{
        padding-right:12.5rem!important
    }
    .pe-lg-205{
        padding-right:12.8125rem!important
    }
    .pe-lg-210{
        padding-right:13.125rem!important
    }
    .pe-lg-215{
        padding-right:13.4375rem!important
    }
    .pe-lg-220{
        padding-right:13.75rem!important
    }
    .pe-lg-225{
        padding-right:14.0625rem!important
    }
    .pe-lg-230{
        padding-right:14.375rem!important
    }
    .pe-lg-235{
        padding-right:14.6875rem!important
    }
    .pe-lg-240{
        padding-right:15rem!important
    }
    .pe-lg-245{
        padding-right:15.3125rem!important
    }
    .pe-lg-250{
        padding-right:15.625rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .pb-lg-5{
        padding-bottom:0.3125rem!important
    }
    .pb-lg-10{
        padding-bottom:0.625rem!important
    }
    .pb-lg-15{
        padding-bottom:0.9375rem!important
    }
    .pb-lg-20{
        padding-bottom:1.25rem!important
    }
    .pb-lg-25{
        padding-bottom:1.5625rem!important
    }
    .pb-lg-30{
        padding-bottom:1.875rem!important
    }
    .pb-lg-35{
        padding-bottom:2.1875rem!important
    }
    .pb-lg-40{
        padding-bottom:2.5rem!important
    }
    .pb-lg-45{
        padding-bottom:2.8125rem!important
    }
    .pb-lg-50{
        padding-bottom:3.125rem!important
    }
    .pb-lg-55{
        padding-bottom:3.4375rem!important
    }
    .pb-lg-60{
        padding-bottom:3.75rem!important
    }
    .pb-lg-65{
        padding-bottom:4.0625rem!important
    }
    .pb-lg-70{
        padding-bottom:4.375rem!important
    }
    .pb-lg-75{
        padding-bottom:4.6875rem!important
    }
    .pb-lg-80{
        padding-bottom:5rem!important
    }
    .pb-lg-85{
        padding-bottom:5.3125rem!important
    }
    .pb-lg-90{
        padding-bottom:5.625rem!important
    }
    .pb-lg-95{
        padding-bottom:5.9375rem!important
    }
    .pb-lg-100{
        padding-bottom:6.25rem!important
    }
    .pb-lg-105{
        padding-bottom:6.5625rem!important
    }
    .pb-lg-110{
        padding-bottom:6.875rem!important
    }
    .pb-lg-115{
        padding-bottom:7.1875rem!important
    }
    .pb-lg-120{
        padding-bottom:7.5rem!important
    }
    .pb-lg-125{
        padding-bottom:7.8125rem!important
    }
    .pb-lg-130{
        padding-bottom:8.125rem!important
    }
    .pb-lg-135{
        padding-bottom:8.4375rem!important
    }
    .pb-lg-140{
        padding-bottom:8.75rem!important
    }
    .pb-lg-145{
        padding-bottom:9.0625rem!important
    }
    .pb-lg-150{
        padding-bottom:9.375rem!important
    }
    .pb-lg-155{
        padding-bottom:9.6875rem!important
    }
    .pb-lg-160{
        padding-bottom:10rem!important
    }
    .pb-lg-165{
        padding-bottom:10.3125rem!important
    }
    .pb-lg-170{
        padding-bottom:10.625rem!important
    }
    .pb-lg-175{
        padding-bottom:10.9375rem!important
    }
    .pb-lg-180{
        padding-bottom:11.25rem!important
    }
    .pb-lg-185{
        padding-bottom:11.5625rem!important
    }
    .pb-lg-190{
        padding-bottom:11.875rem!important
    }
    .pb-lg-195{
        padding-bottom:12.1875rem!important
    }
    .pb-lg-200{
        padding-bottom:12.5rem!important
    }
    .pb-lg-205{
        padding-bottom:12.8125rem!important
    }
    .pb-lg-210{
        padding-bottom:13.125rem!important
    }
    .pb-lg-215{
        padding-bottom:13.4375rem!important
    }
    .pb-lg-220{
        padding-bottom:13.75rem!important
    }
    .pb-lg-225{
        padding-bottom:14.0625rem!important
    }
    .pb-lg-230{
        padding-bottom:14.375rem!important
    }
    .pb-lg-235{
        padding-bottom:14.6875rem!important
    }
    .pb-lg-240{
        padding-bottom:15rem!important
    }
    .pb-lg-245{
        padding-bottom:15.3125rem!important
    }
    .pb-lg-250{
        padding-bottom:15.625rem!important
    }
    .ps-lg-0{
        padding-left:0!important
    }
    .ps-lg-5{
        padding-left:0.3125rem!important
    }
    .ps-lg-10{
        padding-left:0.625rem!important
    }
    .ps-lg-15{
        padding-left:0.9375rem!important
    }
    .ps-lg-20{
        padding-left:1.25rem!important
    }
    .ps-lg-25{
        padding-left:1.5625rem!important
    }
    .ps-lg-30{
        padding-left:1.875rem!important
    }
    .ps-lg-35{
        padding-left:2.1875rem!important
    }
    .ps-lg-40{
        padding-left:2.5rem!important
    }
    .ps-lg-45{
        padding-left:2.8125rem!important
    }
    .ps-lg-50{
        padding-left:3.125rem!important
    }
    .ps-lg-55{
        padding-left:3.4375rem!important
    }
    .ps-lg-60{
        padding-left:3.75rem!important
    }
    .ps-lg-65{
        padding-left:4.0625rem!important
    }
    .ps-lg-70{
        padding-left:4.375rem!important
    }
    .ps-lg-75{
        padding-left:4.6875rem!important
    }
    .ps-lg-80{
        padding-left:5rem!important
    }
    .ps-lg-85{
        padding-left:5.3125rem!important
    }
    .ps-lg-90{
        padding-left:5.625rem!important
    }
    .ps-lg-95{
        padding-left:5.9375rem!important
    }
    .ps-lg-100{
        padding-left:6.25rem!important
    }
    .ps-lg-105{
        padding-left:6.5625rem!important
    }
    .ps-lg-110{
        padding-left:6.875rem!important
    }
    .ps-lg-115{
        padding-left:7.1875rem!important
    }
    .ps-lg-120{
        padding-left:7.5rem!important
    }
    .ps-lg-125{
        padding-left:7.8125rem!important
    }
    .ps-lg-130{
        padding-left:8.125rem!important
    }
    .ps-lg-135{
        padding-left:8.4375rem!important
    }
    .ps-lg-140{
        padding-left:8.75rem!important
    }
    .ps-lg-145{
        padding-left:9.0625rem!important
    }
    .ps-lg-150{
        padding-left:9.375rem!important
    }
    .ps-lg-155{
        padding-left:9.6875rem!important
    }
    .ps-lg-160{
        padding-left:10rem!important
    }
    .ps-lg-165{
        padding-left:10.3125rem!important
    }
    .ps-lg-170{
        padding-left:10.625rem!important
    }
    .ps-lg-175{
        padding-left:10.9375rem!important
    }
    .ps-lg-180{
        padding-left:11.25rem!important
    }
    .ps-lg-185{
        padding-left:11.5625rem!important
    }
    .ps-lg-190{
        padding-left:11.875rem!important
    }
    .ps-lg-195{
        padding-left:12.1875rem!important
    }
    .ps-lg-200{
        padding-left:12.5rem!important
    }
    .ps-lg-205{
        padding-left:12.8125rem!important
    }
    .ps-lg-210{
        padding-left:13.125rem!important
    }
    .ps-lg-215{
        padding-left:13.4375rem!important
    }
    .ps-lg-220{
        padding-left:13.75rem!important
    }
    .ps-lg-225{
        padding-left:14.0625rem!important
    }
    .ps-lg-230{
        padding-left:14.375rem!important
    }
    .ps-lg-235{
        padding-left:14.6875rem!important
    }
    .ps-lg-240{
        padding-left:15rem!important
    }
    .ps-lg-245{
        padding-left:15.3125rem!important
    }
    .ps-lg-250{
        padding-left:15.625rem!important
    }
    .gap-lg-0{
        gap:0!important
    }
    .gap-lg-5{
        gap:0.3125rem!important
    }
    .gap-lg-10{
        gap:0.625rem!important
    }
    .gap-lg-15{
        gap:0.9375rem!important
    }
    .gap-lg-20{
        gap:1.25rem!important
    }
    .gap-lg-25{
        gap:1.5625rem!important
    }
    .gap-lg-30{
        gap:1.875rem!important
    }
    .gap-lg-35{
        gap:2.1875rem!important
    }
    .gap-lg-40{
        gap:2.5rem!important
    }
    .gap-lg-45{
        gap:2.8125rem!important
    }
    .gap-lg-50{
        gap:3.125rem!important
    }
    .gap-lg-55{
        gap:3.4375rem!important
    }
    .gap-lg-60{
        gap:3.75rem!important
    }
    .gap-lg-65{
        gap:4.0625rem!important
    }
    .gap-lg-70{
        gap:4.375rem!important
    }
    .gap-lg-75{
        gap:4.6875rem!important
    }
    .gap-lg-80{
        gap:5rem!important
    }
    .gap-lg-85{
        gap:5.3125rem!important
    }
    .gap-lg-90{
        gap:5.625rem!important
    }
    .gap-lg-95{
        gap:5.9375rem!important
    }
    .gap-lg-100{
        gap:6.25rem!important
    }
    .gap-lg-105{
        gap:6.5625rem!important
    }
    .gap-lg-110{
        gap:6.875rem!important
    }
    .gap-lg-115{
        gap:7.1875rem!important
    }
    .gap-lg-120{
        gap:7.5rem!important
    }
    .gap-lg-125{
        gap:7.8125rem!important
    }
    .gap-lg-130{
        gap:8.125rem!important
    }
    .gap-lg-135{
        gap:8.4375rem!important
    }
    .gap-lg-140{
        gap:8.75rem!important
    }
    .gap-lg-145{
        gap:9.0625rem!important
    }
    .gap-lg-150{
        gap:9.375rem!important
    }
    .gap-lg-155{
        gap:9.6875rem!important
    }
    .gap-lg-160{
        gap:10rem!important
    }
    .gap-lg-165{
        gap:10.3125rem!important
    }
    .gap-lg-170{
        gap:10.625rem!important
    }
    .gap-lg-175{
        gap:10.9375rem!important
    }
    .gap-lg-180{
        gap:11.25rem!important
    }
    .gap-lg-185{
        gap:11.5625rem!important
    }
    .gap-lg-190{
        gap:11.875rem!important
    }
    .gap-lg-195{
        gap:12.1875rem!important
    }
    .gap-lg-200{
        gap:12.5rem!important
    }
    .gap-lg-205{
        gap:12.8125rem!important
    }
    .gap-lg-210{
        gap:13.125rem!important
    }
    .gap-lg-215{
        gap:13.4375rem!important
    }
    .gap-lg-220{
        gap:13.75rem!important
    }
    .gap-lg-225{
        gap:14.0625rem!important
    }
    .gap-lg-230{
        gap:14.375rem!important
    }
    .gap-lg-235{
        gap:14.6875rem!important
    }
    .gap-lg-240{
        gap:15rem!important
    }
    .gap-lg-245{
        gap:15.3125rem!important
    }
    .gap-lg-250{
        gap:15.625rem!important
    }
    .text-lg-start{
        text-align:left!important
    }
    .text-lg-end{
        text-align:right!important
    }
    .text-lg-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .float-xl-start{
        float:left!important
    }
    .float-xl-end{
        float:right!important
    }
    .float-xl-none{
        float:none!important
    }
    .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
    }
    .justify-content-xl-start{
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        justify-content:center!important
    }
    .justify-content-xl-between{
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        justify-content:space-around!important
    }
    .justify-content-xl-evenly{
        justify-content:space-evenly!important
    }
    .align-items-xl-start{
        align-items:flex-start!important
    }
    .align-items-xl-end{
        align-items:flex-end!important
    }
    .align-items-xl-center{
        align-items:center!important
    }
    .align-items-xl-baseline{
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        align-items:stretch!important
    }
    .align-content-xl-start{
        align-content:flex-start!important
    }
    .align-content-xl-end{
        align-content:flex-end!important
    }
    .align-content-xl-center{
        align-content:center!important
    }
    .align-content-xl-between{
        align-content:space-between!important
    }
    .align-content-xl-around{
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        align-content:stretch!important
    }
    .align-self-xl-auto{
        align-self:auto!important
    }
    .align-self-xl-start{
        align-self:flex-start!important
    }
    .align-self-xl-end{
        align-self:flex-end!important
    }
    .align-self-xl-center{
        align-self:center!important
    }
    .align-self-xl-baseline{
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        align-self:stretch!important
    }
    .order-xl-first{
        order:-1!important
    }
    .order-xl-0{
        order:0!important
    }
    .order-xl-1{
        order:1!important
    }
    .order-xl-2{
        order:2!important
    }
    .order-xl-3{
        order:3!important
    }
    .order-xl-4{
        order:4!important
    }
    .order-xl-5{
        order:5!important
    }
    .order-xl-last{
        order:6!important
    }
    .m-xl-0{
        margin:0!important
    }
    .m-xl-5{
        margin:0.3125rem!important
    }
    .m-xl-10{
        margin:0.625rem!important
    }
    .m-xl-15{
        margin:0.9375rem!important
    }
    .m-xl-20{
        margin:1.25rem!important
    }
    .m-xl-25{
        margin:1.5625rem!important
    }
    .m-xl-30{
        margin:1.875rem!important
    }
    .m-xl-35{
        margin:2.1875rem!important
    }
    .m-xl-40{
        margin:2.5rem!important
    }
    .m-xl-45{
        margin:2.8125rem!important
    }
    .m-xl-50{
        margin:3.125rem!important
    }
    .m-xl-55{
        margin:3.4375rem!important
    }
    .m-xl-60{
        margin:3.75rem!important
    }
    .m-xl-65{
        margin:4.0625rem!important
    }
    .m-xl-70{
        margin:4.375rem!important
    }
    .m-xl-75{
        margin:4.6875rem!important
    }
    .m-xl-80{
        margin:5rem!important
    }
    .m-xl-85{
        margin:5.3125rem!important
    }
    .m-xl-90{
        margin:5.625rem!important
    }
    .m-xl-95{
        margin:5.9375rem!important
    }
    .m-xl-100{
        margin:6.25rem!important
    }
    .m-xl-105{
        margin:6.5625rem!important
    }
    .m-xl-110{
        margin:6.875rem!important
    }
    .m-xl-115{
        margin:7.1875rem!important
    }
    .m-xl-120{
        margin:7.5rem!important
    }
    .m-xl-125{
        margin:7.8125rem!important
    }
    .m-xl-130{
        margin:8.125rem!important
    }
    .m-xl-135{
        margin:8.4375rem!important
    }
    .m-xl-140{
        margin:8.75rem!important
    }
    .m-xl-145{
        margin:9.0625rem!important
    }
    .m-xl-150{
        margin:9.375rem!important
    }
    .m-xl-155{
        margin:9.6875rem!important
    }
    .m-xl-160{
        margin:10rem!important
    }
    .m-xl-165{
        margin:10.3125rem!important
    }
    .m-xl-170{
        margin:10.625rem!important
    }
    .m-xl-175{
        margin:10.9375rem!important
    }
    .m-xl-180{
        margin:11.25rem!important
    }
    .m-xl-185{
        margin:11.5625rem!important
    }
    .m-xl-190{
        margin:11.875rem!important
    }
    .m-xl-195{
        margin:12.1875rem!important
    }
    .m-xl-200{
        margin:12.5rem!important
    }
    .m-xl-205{
        margin:12.8125rem!important
    }
    .m-xl-210{
        margin:13.125rem!important
    }
    .m-xl-215{
        margin:13.4375rem!important
    }
    .m-xl-220{
        margin:13.75rem!important
    }
    .m-xl-225{
        margin:14.0625rem!important
    }
    .m-xl-230{
        margin:14.375rem!important
    }
    .m-xl-235{
        margin:14.6875rem!important
    }
    .m-xl-240{
        margin:15rem!important
    }
    .m-xl-245{
        margin:15.3125rem!important
    }
    .m-xl-250{
        margin:15.625rem!important
    }
    .m-xl-auto{
        margin:auto!important
    }
    .mx-xl-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-xl-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-xl-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-xl-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-xl-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-xl-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-xl-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-xl-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-xl-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-xl-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-xl-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-xl-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-xl-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-xl-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-xl-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-xl-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-xl-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-xl-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-xl-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-xl-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-xl-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-xl-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-xl-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-xl-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-xl-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-xl-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-xl-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-xl-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-xl-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-xl-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-xl-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-xl-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-xl-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-xl-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-xl-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-xl-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-xl-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-xl-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-xl-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-xl-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-xl-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-xl-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-xl-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-xl-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-xl-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-xl-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-xl-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-xl-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-xl-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-xl-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-xl-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!important
    }
    .mx-xl-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-xl-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-xl-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-xl-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-xl-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-xl-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-xl-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-xl-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-xl-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-xl-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-xl-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-xl-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-xl-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-xl-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-xl-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-xl-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-xl-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-xl-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-xl-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-xl-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-xl-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-xl-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-xl-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-xl-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-xl-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-xl-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-xl-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-xl-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-xl-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-xl-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-xl-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-xl-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-xl-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-xl-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-xl-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-xl-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-xl-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-xl-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-xl-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-xl-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-xl-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-xl-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-xl-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-xl-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-xl-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-xl-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-xl-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-xl-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-xl-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-xl-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-xl-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-xl-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-xl-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-xl-0{
        margin-top:0!important
    }
    .mt-xl-5{
        margin-top:0.3125rem!important
    }
    .mt-xl-10{
        margin-top:0.625rem!important
    }
    .mt-xl-15{
        margin-top:0.9375rem!important
    }
    .mt-xl-20{
        margin-top:1.25rem!important
    }
    .mt-xl-25{
        margin-top:1.5625rem!important
    }
    .mt-xl-30{
        margin-top:1.875rem!important
    }
    .mt-xl-35{
        margin-top:2.1875rem!important
    }
    .mt-xl-40{
        margin-top:2.5rem!important
    }
    .mt-xl-45{
        margin-top:2.8125rem!important
    }
    .mt-xl-50{
        margin-top:3.125rem!important
    }
    .mt-xl-55{
        margin-top:3.4375rem!important
    }
    .mt-xl-60{
        margin-top:3.75rem!important
    }
    .mt-xl-65{
        margin-top:4.0625rem!important
    }
    .mt-xl-70{
        margin-top:4.375rem!important
    }
    .mt-xl-75{
        margin-top:4.6875rem!important
    }
    .mt-xl-80{
        margin-top:5rem!important
    }
    .mt-xl-85{
        margin-top:5.3125rem!important
    }
    .mt-xl-90{
        margin-top:5.625rem!important
    }
    .mt-xl-95{
        margin-top:5.9375rem!important
    }
    .mt-xl-100{
        margin-top:6.25rem!important
    }
    .mt-xl-105{
        margin-top:6.5625rem!important
    }
    .mt-xl-110{
        margin-top:6.875rem!important
    }
    .mt-xl-115{
        margin-top:7.1875rem!important
    }
    .mt-xl-120{
        margin-top:7.5rem!important
    }
    .mt-xl-125{
        margin-top:7.8125rem!important
    }
    .mt-xl-130{
        margin-top:8.125rem!important
    }
    .mt-xl-135{
        margin-top:8.4375rem!important
    }
    .mt-xl-140{
        margin-top:8.75rem!important
    }
    .mt-xl-145{
        margin-top:9.0625rem!important
    }
    .mt-xl-150{
        margin-top:9.375rem!important
    }
    .mt-xl-155{
        margin-top:9.6875rem!important
    }
    .mt-xl-160{
        margin-top:10rem!important
    }
    .mt-xl-165{
        margin-top:10.3125rem!important
    }
    .mt-xl-170{
        margin-top:10.625rem!important
    }
    .mt-xl-175{
        margin-top:10.9375rem!important
    }
    .mt-xl-180{
        margin-top:11.25rem!important
    }
    .mt-xl-185{
        margin-top:11.5625rem!important
    }
    .mt-xl-190{
        margin-top:11.875rem!important
    }
    .mt-xl-195{
        margin-top:12.1875rem!important
    }
    .mt-xl-200{
        margin-top:12.5rem!important
    }
    .mt-xl-205{
        margin-top:12.8125rem!important
    }
    .mt-xl-210{
        margin-top:13.125rem!important
    }
    .mt-xl-215{
        margin-top:13.4375rem!important
    }
    .mt-xl-220{
        margin-top:13.75rem!important
    }
    .mt-xl-225{
        margin-top:14.0625rem!important
    }
    .mt-xl-230{
        margin-top:14.375rem!important
    }
    .mt-xl-235{
        margin-top:14.6875rem!important
    }
    .mt-xl-240{
        margin-top:15rem!important
    }
    .mt-xl-245{
        margin-top:15.3125rem!important
    }
    .mt-xl-250{
        margin-top:15.625rem!important
    }
    .mt-xl-auto{
        margin-top:auto!important
    }
    .me-xl-0{
        margin-right:0!important
    }
    .me-xl-5{
        margin-right:0.3125rem!important
    }
    .me-xl-10{
        margin-right:0.625rem!important
    }
    .me-xl-15{
        margin-right:0.9375rem!important
    }
    .me-xl-20{
        margin-right:1.25rem!important
    }
    .me-xl-25{
        margin-right:1.5625rem!important
    }
    .me-xl-30{
        margin-right:1.875rem!important
    }
    .me-xl-35{
        margin-right:2.1875rem!important
    }
    .me-xl-40{
        margin-right:2.5rem!important
    }
    .me-xl-45{
        margin-right:2.8125rem!important
    }
    .me-xl-50{
        margin-right:3.125rem!important
    }
    .me-xl-55{
        margin-right:3.4375rem!important
    }
    .me-xl-60{
        margin-right:3.75rem!important
    }
    .me-xl-65{
        margin-right:4.0625rem!important
    }
    .me-xl-70{
        margin-right:4.375rem!important
    }
    .me-xl-75{
        margin-right:4.6875rem!important
    }
    .me-xl-80{
        margin-right:5rem!important
    }
    .me-xl-85{
        margin-right:5.3125rem!important
    }
    .me-xl-90{
        margin-right:5.625rem!important
    }
    .me-xl-95{
        margin-right:5.9375rem!important
    }
    .me-xl-100{
        margin-right:6.25rem!important
    }
    .me-xl-105{
        margin-right:6.5625rem!important
    }
    .me-xl-110{
        margin-right:6.875rem!important
    }
    .me-xl-115{
        margin-right:7.1875rem!important
    }
    .me-xl-120{
        margin-right:7.5rem!important
    }
    .me-xl-125{
        margin-right:7.8125rem!important
    }
    .me-xl-130{
        margin-right:8.125rem!important
    }
    .me-xl-135{
        margin-right:8.4375rem!important
    }
    .me-xl-140{
        margin-right:8.75rem!important
    }
    .me-xl-145{
        margin-right:9.0625rem!important
    }
    .me-xl-150{
        margin-right:9.375rem!important
    }
    .me-xl-155{
        margin-right:9.6875rem!important
    }
    .me-xl-160{
        margin-right:10rem!important
    }
    .me-xl-165{
        margin-right:10.3125rem!important
    }
    .me-xl-170{
        margin-right:10.625rem!important
    }
    .me-xl-175{
        margin-right:10.9375rem!important
    }
    .me-xl-180{
        margin-right:11.25rem!important
    }
    .me-xl-185{
        margin-right:11.5625rem!important
    }
    .me-xl-190{
        margin-right:11.875rem!important
    }
    .me-xl-195{
        margin-right:12.1875rem!important
    }
    .me-xl-200{
        margin-right:12.5rem!important
    }
    .me-xl-205{
        margin-right:12.8125rem!important
    }
    .me-xl-210{
        margin-right:13.125rem!important
    }
    .me-xl-215{
        margin-right:13.4375rem!important
    }
    .me-xl-220{
        margin-right:13.75rem!important
    }
    .me-xl-225{
        margin-right:14.0625rem!important
    }
    .me-xl-230{
        margin-right:14.375rem!important
    }
    .me-xl-235{
        margin-right:14.6875rem!important
    }
    .me-xl-240{
        margin-right:15rem!important
    }
    .me-xl-245{
        margin-right:15.3125rem!important
    }
    .me-xl-250{
        margin-right:15.625rem!important
    }
    .me-xl-auto{
        margin-right:auto!important
    }
    .mb-xl-0{
        margin-bottom:0!important
    }
    .mb-xl-5{
        margin-bottom:0.3125rem!important
    }
    .mb-xl-10{
        margin-bottom:0.625rem!important
    }
    .mb-xl-15{
        margin-bottom:0.9375rem!important
    }
    .mb-xl-20{
        margin-bottom:1.25rem!important
    }
    .mb-xl-25{
        margin-bottom:1.5625rem!important
    }
    .mb-xl-30{
        margin-bottom:1.875rem!important
    }
    .mb-xl-35{
        margin-bottom:2.1875rem!important
    }
    .mb-xl-40{
        margin-bottom:2.5rem!important
    }
    .mb-xl-45{
        margin-bottom:2.8125rem!important
    }
    .mb-xl-50{
        margin-bottom:3.125rem!important
    }
    .mb-xl-55{
        margin-bottom:3.4375rem!important
    }
    .mb-xl-60{
        margin-bottom:3.75rem!important
    }
    .mb-xl-65{
        margin-bottom:4.0625rem!important
    }
    .mb-xl-70{
        margin-bottom:4.375rem!important
    }
    .mb-xl-75{
        margin-bottom:4.6875rem!important
    }
    .mb-xl-80{
        margin-bottom:5rem!important
    }
    .mb-xl-85{
        margin-bottom:5.3125rem!important
    }
    .mb-xl-90{
        margin-bottom:5.625rem!important
    }
    .mb-xl-95{
        margin-bottom:5.9375rem!important
    }
    .mb-xl-100{
        margin-bottom:6.25rem!important
    }
    .mb-xl-105{
        margin-bottom:6.5625rem!important
    }
    .mb-xl-110{
        margin-bottom:6.875rem!important
    }
    .mb-xl-115{
        margin-bottom:7.1875rem!important
    }
    .mb-xl-120{
        margin-bottom:7.5rem!important
    }
    .mb-xl-125{
        margin-bottom:7.8125rem!important
    }
    .mb-xl-130{
        margin-bottom:8.125rem!important
    }
    .mb-xl-135{
        margin-bottom:8.4375rem!important
    }
    .mb-xl-140{
        margin-bottom:8.75rem!important
    }
    .mb-xl-145{
        margin-bottom:9.0625rem!important
    }
    .mb-xl-150{
        margin-bottom:9.375rem!important
    }
    .mb-xl-155{
        margin-bottom:9.6875rem!important
    }
    .mb-xl-160{
        margin-bottom:10rem!important
    }
    .mb-xl-165{
        margin-bottom:10.3125rem!important
    }
    .mb-xl-170{
        margin-bottom:10.625rem!important
    }
    .mb-xl-175{
        margin-bottom:10.9375rem!important
    }
    .mb-xl-180{
        margin-bottom:11.25rem!important
    }
    .mb-xl-185{
        margin-bottom:11.5625rem!important
    }
    .mb-xl-190{
        margin-bottom:11.875rem!important
    }
    .mb-xl-195{
        margin-bottom:12.1875rem!important
    }
    .mb-xl-200{
        margin-bottom:12.5rem!important
    }
    .mb-xl-205{
        margin-bottom:12.8125rem!important
    }
    .mb-xl-210{
        margin-bottom:13.125rem!important
    }
    .mb-xl-215{
        margin-bottom:13.4375rem!important
    }
    .mb-xl-220{
        margin-bottom:13.75rem!important
    }
    .mb-xl-225{
        margin-bottom:14.0625rem!important
    }
    .mb-xl-230{
        margin-bottom:14.375rem!important
    }
    .mb-xl-235{
        margin-bottom:14.6875rem!important
    }
    .mb-xl-240{
        margin-bottom:15rem!important
    }
    .mb-xl-245{
        margin-bottom:15.3125rem!important
    }
    .mb-xl-250{
        margin-bottom:15.625rem!important
    }
    .mb-xl-auto{
        margin-bottom:auto!important
    }
    .ms-xl-0{
        margin-left:0!important
    }
    .ms-xl-5{
        margin-left:0.3125rem!important
    }
    .ms-xl-10{
        margin-left:0.625rem!important
    }
    .ms-xl-15{
        margin-left:0.9375rem!important
    }
    .ms-xl-20{
        margin-left:1.25rem!important
    }
    .ms-xl-25{
        margin-left:1.5625rem!important
    }
    .ms-xl-30{
        margin-left:1.875rem!important
    }
    .ms-xl-35{
        margin-left:2.1875rem!important
    }
    .ms-xl-40{
        margin-left:2.5rem!important
    }
    .ms-xl-45{
        margin-left:2.8125rem!important
    }
    .ms-xl-50{
        margin-left:3.125rem!important
    }
    .ms-xl-55{
        margin-left:3.4375rem!important
    }
    .ms-xl-60{
        margin-left:3.75rem!important
    }
    .ms-xl-65{
        margin-left:4.0625rem!important
    }
    .ms-xl-70{
        margin-left:4.375rem!important
    }
    .ms-xl-75{
        margin-left:4.6875rem!important
    }
    .ms-xl-80{
        margin-left:5rem!important
    }
    .ms-xl-85{
        margin-left:5.3125rem!important
    }
    .ms-xl-90{
        margin-left:5.625rem!important
    }
    .ms-xl-95{
        margin-left:5.9375rem!important
    }
    .ms-xl-100{
        margin-left:6.25rem!important
    }
    .ms-xl-105{
        margin-left:6.5625rem!important
    }
    .ms-xl-110{
        margin-left:6.875rem!important
    }
    .ms-xl-115{
        margin-left:7.1875rem!important
    }
    .ms-xl-120{
        margin-left:7.5rem!important
    }
    .ms-xl-125{
        margin-left:7.8125rem!important
    }
    .ms-xl-130{
        margin-left:8.125rem!important
    }
    .ms-xl-135{
        margin-left:8.4375rem!important
    }
    .ms-xl-140{
        margin-left:8.75rem!important
    }
    .ms-xl-145{
        margin-left:9.0625rem!important
    }
    .ms-xl-150{
        margin-left:9.375rem!important
    }
    .ms-xl-155{
        margin-left:9.6875rem!important
    }
    .ms-xl-160{
        margin-left:10rem!important
    }
    .ms-xl-165{
        margin-left:10.3125rem!important
    }
    .ms-xl-170{
        margin-left:10.625rem!important
    }
    .ms-xl-175{
        margin-left:10.9375rem!important
    }
    .ms-xl-180{
        margin-left:11.25rem!important
    }
    .ms-xl-185{
        margin-left:11.5625rem!important
    }
    .ms-xl-190{
        margin-left:11.875rem!important
    }
    .ms-xl-195{
        margin-left:12.1875rem!important
    }
    .ms-xl-200{
        margin-left:12.5rem!important
    }
    .ms-xl-205{
        margin-left:12.8125rem!important
    }
    .ms-xl-210{
        margin-left:13.125rem!important
    }
    .ms-xl-215{
        margin-left:13.4375rem!important
    }
    .ms-xl-220{
        margin-left:13.75rem!important
    }
    .ms-xl-225{
        margin-left:14.0625rem!important
    }
    .ms-xl-230{
        margin-left:14.375rem!important
    }
    .ms-xl-235{
        margin-left:14.6875rem!important
    }
    .ms-xl-240{
        margin-left:15rem!important
    }
    .ms-xl-245{
        margin-left:15.3125rem!important
    }
    .ms-xl-250{
        margin-left:15.625rem!important
    }
    .ms-xl-auto{
        margin-left:auto!important
    }
    .m-xl-n5{
        margin:-0.3125rem!important
    }
    .m-xl-n10{
        margin:-0.625rem!important
    }
    .m-xl-n15{
        margin:-0.9375rem!important
    }
    .m-xl-n20{
        margin:-1.25rem!important
    }
    .m-xl-n25{
        margin:-1.5625rem!important
    }
    .m-xl-n30{
        margin:-1.875rem!important
    }
    .m-xl-n35{
        margin:-2.1875rem!important
    }
    .m-xl-n40{
        margin:-2.5rem!important
    }
    .m-xl-n45{
        margin:-2.8125rem!important
    }
    .m-xl-n50{
        margin:-3.125rem!important
    }
    .m-xl-n55{
        margin:-3.4375rem!important
    }
    .m-xl-n60{
        margin:-3.75rem!important
    }
    .m-xl-n65{
        margin:-4.0625rem!important
    }
    .m-xl-n70{
        margin:-4.375rem!important
    }
    .m-xl-n75{
        margin:-4.6875rem!important
    }
    .m-xl-n80{
        margin:-5rem!important
    }
    .m-xl-n85{
        margin:-5.3125rem!important
    }
    .m-xl-n90{
        margin:-5.625rem!important
    }
    .m-xl-n95{
        margin:-5.9375rem!important
    }
    .m-xl-n100{
        margin:-6.25rem!important
    }
    .m-xl-n105{
        margin:-6.5625rem!important
    }
    .m-xl-n110{
        margin:-6.875rem!important
    }
    .m-xl-n115{
        margin:-7.1875rem!important
    }
    .m-xl-n120{
        margin:-7.5rem!important
    }
    .m-xl-n125{
        margin:-7.8125rem!important
    }
    .m-xl-n130{
        margin:-8.125rem!important
    }
    .m-xl-n135{
        margin:-8.4375rem!important
    }
    .m-xl-n140{
        margin:-8.75rem!important
    }
    .m-xl-n145{
        margin:-9.0625rem!important
    }
    .m-xl-n150{
        margin:-9.375rem!important
    }
    .m-xl-n155{
        margin:-9.6875rem!important
    }
    .m-xl-n160{
        margin:-10rem!important
    }
    .m-xl-n165{
        margin:-10.3125rem!important
    }
    .m-xl-n170{
        margin:-10.625rem!important
    }
    .m-xl-n175{
        margin:-10.9375rem!important
    }
    .m-xl-n180{
        margin:-11.25rem!important
    }
    .m-xl-n185{
        margin:-11.5625rem!important
    }
    .m-xl-n190{
        margin:-11.875rem!important
    }
    .m-xl-n195{
        margin:-12.1875rem!important
    }
    .m-xl-n200{
        margin:-12.5rem!important
    }
    .m-xl-n205{
        margin:-12.8125rem!important
    }
    .m-xl-n210{
        margin:-13.125rem!important
    }
    .m-xl-n215{
        margin:-13.4375rem!important
    }
    .m-xl-n220{
        margin:-13.75rem!important
    }
    .m-xl-n225{
        margin:-14.0625rem!important
    }
    .m-xl-n230{
        margin:-14.375rem!important
    }
    .m-xl-n235{
        margin:-14.6875rem!important
    }
    .m-xl-n240{
        margin:-15rem!important
    }
    .m-xl-n245{
        margin:-15.3125rem!important
    }
    .m-xl-n250{
        margin:-15.625rem!important
    }
    .mx-xl-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-xl-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-xl-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-xl-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-xl-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-xl-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-xl-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-xl-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-xl-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-xl-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-xl-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-xl-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-xl-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-xl-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-xl-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-xl-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-xl-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-xl-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-xl-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-xl-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-xl-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-xl-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-xl-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-xl-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-xl-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-xl-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-xl-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-xl-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-xl-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-xl-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-xl-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-xl-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-xl-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-xl-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-xl-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-xl-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-xl-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-xl-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-xl-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-xl-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-xl-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-xl-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-xl-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-xl-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-xl-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-xl-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-xl-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-xl-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-xl-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-xl-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-xl-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-xl-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-xl-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-xl-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-xl-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-xl-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-xl-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-xl-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-xl-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-xl-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-xl-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-xl-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-xl-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-xl-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-xl-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-xl-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-xl-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-xl-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-xl-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-xl-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-xl-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-xl-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-xl-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-xl-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-xl-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-xl-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-xl-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-xl-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-xl-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-xl-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-xl-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-xl-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-xl-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-xl-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-xl-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-xl-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-xl-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-xl-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-xl-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-xl-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-xl-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-xl-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-xl-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-xl-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-xl-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-xl-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-xl-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-xl-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-xl-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-xl-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-xl-n5{
        margin-top:-0.3125rem!important
    }
    .mt-xl-n10{
        margin-top:-0.625rem!important
    }
    .mt-xl-n15{
        margin-top:-0.9375rem!important
    }
    .mt-xl-n20{
        margin-top:-1.25rem!important
    }
    .mt-xl-n25{
        margin-top:-1.5625rem!important
    }
    .mt-xl-n30{
        margin-top:-1.875rem!important
    }
    .mt-xl-n35{
        margin-top:-2.1875rem!important
    }
    .mt-xl-n40{
        margin-top:-2.5rem!important
    }
    .mt-xl-n45{
        margin-top:-2.8125rem!important
    }
    .mt-xl-n50{
        margin-top:-3.125rem!important
    }
    .mt-xl-n55{
        margin-top:-3.4375rem!important
    }
    .mt-xl-n60{
        margin-top:-3.75rem!important
    }
    .mt-xl-n65{
        margin-top:-4.0625rem!important
    }
    .mt-xl-n70{
        margin-top:-4.375rem!important
    }
    .mt-xl-n75{
        margin-top:-4.6875rem!important
    }
    .mt-xl-n80{
        margin-top:-5rem!important
    }
    .mt-xl-n85{
        margin-top:-5.3125rem!important
    }
    .mt-xl-n90{
        margin-top:-5.625rem!important
    }
    .mt-xl-n95{
        margin-top:-5.9375rem!important
    }
    .mt-xl-n100{
        margin-top:-6.25rem!important
    }
    .mt-xl-n105{
        margin-top:-6.5625rem!important
    }
    .mt-xl-n110{
        margin-top:-6.875rem!important
    }
    .mt-xl-n115{
        margin-top:-7.1875rem!important
    }
    .mt-xl-n120{
        margin-top:-7.5rem!important
    }
    .mt-xl-n125{
        margin-top:-7.8125rem!important
    }
    .mt-xl-n130{
        margin-top:-8.125rem!important
    }
    .mt-xl-n135{
        margin-top:-8.4375rem!important
    }
    .mt-xl-n140{
        margin-top:-8.75rem!important
    }
    .mt-xl-n145{
        margin-top:-9.0625rem!important
    }
    .mt-xl-n150{
        margin-top:-9.375rem!important
    }
    .mt-xl-n155{
        margin-top:-9.6875rem!important
    }
    .mt-xl-n160{
        margin-top:-10rem!important
    }
    .mt-xl-n165{
        margin-top:-10.3125rem!important
    }
    .mt-xl-n170{
        margin-top:-10.625rem!important
    }
    .mt-xl-n175{
        margin-top:-10.9375rem!important
    }
    .mt-xl-n180{
        margin-top:-11.25rem!important
    }
    .mt-xl-n185{
        margin-top:-11.5625rem!important
    }
    .mt-xl-n190{
        margin-top:-11.875rem!important
    }
    .mt-xl-n195{
        margin-top:-12.1875rem!important
    }
    .mt-xl-n200{
        margin-top:-12.5rem!important
    }
    .mt-xl-n205{
        margin-top:-12.8125rem!important
    }
    .mt-xl-n210{
        margin-top:-13.125rem!important
    }
    .mt-xl-n215{
        margin-top:-13.4375rem!important
    }
    .mt-xl-n220{
        margin-top:-13.75rem!important
    }
    .mt-xl-n225{
        margin-top:-14.0625rem!important
    }
    .mt-xl-n230{
        margin-top:-14.375rem!important
    }
    .mt-xl-n235{
        margin-top:-14.6875rem!important
    }
    .mt-xl-n240{
        margin-top:-15rem!important
    }
    .mt-xl-n245{
        margin-top:-15.3125rem!important
    }
    .mt-xl-n250{
        margin-top:-15.625rem!important
    }
    .me-xl-n5{
        margin-right:-0.3125rem!important
    }
    .me-xl-n10{
        margin-right:-0.625rem!important
    }
    .me-xl-n15{
        margin-right:-0.9375rem!important
    }
    .me-xl-n20{
        margin-right:-1.25rem!important
    }
    .me-xl-n25{
        margin-right:-1.5625rem!important
    }
    .me-xl-n30{
        margin-right:-1.875rem!important
    }
    .me-xl-n35{
        margin-right:-2.1875rem!important
    }
    .me-xl-n40{
        margin-right:-2.5rem!important
    }
    .me-xl-n45{
        margin-right:-2.8125rem!important
    }
    .me-xl-n50{
        margin-right:-3.125rem!important
    }
    .me-xl-n55{
        margin-right:-3.4375rem!important
    }
    .me-xl-n60{
        margin-right:-3.75rem!important
    }
    .me-xl-n65{
        margin-right:-4.0625rem!important
    }
    .me-xl-n70{
        margin-right:-4.375rem!important
    }
    .me-xl-n75{
        margin-right:-4.6875rem!important
    }
    .me-xl-n80{
        margin-right:-5rem!important
    }
    .me-xl-n85{
        margin-right:-5.3125rem!important
    }
    .me-xl-n90{
        margin-right:-5.625rem!important
    }
    .me-xl-n95{
        margin-right:-5.9375rem!important
    }
    .me-xl-n100{
        margin-right:-6.25rem!important
    }
    .me-xl-n105{
        margin-right:-6.5625rem!important
    }
    .me-xl-n110{
        margin-right:-6.875rem!important
    }
    .me-xl-n115{
        margin-right:-7.1875rem!important
    }
    .me-xl-n120{
        margin-right:-7.5rem!important
    }
    .me-xl-n125{
        margin-right:-7.8125rem!important
    }
    .me-xl-n130{
        margin-right:-8.125rem!important
    }
    .me-xl-n135{
        margin-right:-8.4375rem!important
    }
    .me-xl-n140{
        margin-right:-8.75rem!important
    }
    .me-xl-n145{
        margin-right:-9.0625rem!important
    }
    .me-xl-n150{
        margin-right:-9.375rem!important
    }
    .me-xl-n155{
        margin-right:-9.6875rem!important
    }
    .me-xl-n160{
        margin-right:-10rem!important
    }
    .me-xl-n165{
        margin-right:-10.3125rem!important
    }
    .me-xl-n170{
        margin-right:-10.625rem!important
    }
    .me-xl-n175{
        margin-right:-10.9375rem!important
    }
    .me-xl-n180{
        margin-right:-11.25rem!important
    }
    .me-xl-n185{
        margin-right:-11.5625rem!important
    }
    .me-xl-n190{
        margin-right:-11.875rem!important
    }
    .me-xl-n195{
        margin-right:-12.1875rem!important
    }
    .me-xl-n200{
        margin-right:-12.5rem!important
    }
    .me-xl-n205{
        margin-right:-12.8125rem!important
    }
    .me-xl-n210{
        margin-right:-13.125rem!important
    }
    .me-xl-n215{
        margin-right:-13.4375rem!important
    }
    .me-xl-n220{
        margin-right:-13.75rem!important
    }
    .me-xl-n225{
        margin-right:-14.0625rem!important
    }
    .me-xl-n230{
        margin-right:-14.375rem!important
    }
    .me-xl-n235{
        margin-right:-14.6875rem!important
    }
    .me-xl-n240{
        margin-right:-15rem!important
    }
    .me-xl-n245{
        margin-right:-15.3125rem!important
    }
    .me-xl-n250{
        margin-right:-15.625rem!important
    }
    .mb-xl-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-xl-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-xl-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-xl-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-xl-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-xl-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-xl-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-xl-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-xl-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-xl-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-xl-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-xl-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-xl-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-xl-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-xl-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-xl-n80{
        margin-bottom:-5rem!important
    }
    .mb-xl-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-xl-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-xl-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-xl-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-xl-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-xl-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-xl-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-xl-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-xl-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-xl-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-xl-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-xl-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-xl-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-xl-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-xl-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-xl-n160{
        margin-bottom:-10rem!important
    }
    .mb-xl-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-xl-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-xl-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-xl-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-xl-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-xl-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-xl-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-xl-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-xl-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-xl-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-xl-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-xl-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-xl-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-xl-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-xl-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-xl-n240{
        margin-bottom:-15rem!important
    }
    .mb-xl-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-xl-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-xl-n5{
        margin-left:-0.3125rem!important
    }
    .ms-xl-n10{
        margin-left:-0.625rem!important
    }
    .ms-xl-n15{
        margin-left:-0.9375rem!important
    }
    .ms-xl-n20{
        margin-left:-1.25rem!important
    }
    .ms-xl-n25{
        margin-left:-1.5625rem!important
    }
    .ms-xl-n30{
        margin-left:-1.875rem!important
    }
    .ms-xl-n35{
        margin-left:-2.1875rem!important
    }
    .ms-xl-n40{
        margin-left:-2.5rem!important
    }
    .ms-xl-n45{
        margin-left:-2.8125rem!important
    }
    .ms-xl-n50{
        margin-left:-3.125rem!important
    }
    .ms-xl-n55{
        margin-left:-3.4375rem!important
    }
    .ms-xl-n60{
        margin-left:-3.75rem!important
    }
    .ms-xl-n65{
        margin-left:-4.0625rem!important
    }
    .ms-xl-n70{
        margin-left:-4.375rem!important
    }
    .ms-xl-n75{
        margin-left:-4.6875rem!important
    }
    .ms-xl-n80{
        margin-left:-5rem!important
    }
    .ms-xl-n85{
        margin-left:-5.3125rem!important
    }
    .ms-xl-n90{
        margin-left:-5.625rem!important
    }
    .ms-xl-n95{
        margin-left:-5.9375rem!important
    }
    .ms-xl-n100{
        margin-left:-6.25rem!important
    }
    .ms-xl-n105{
        margin-left:-6.5625rem!important
    }
    .ms-xl-n110{
        margin-left:-6.875rem!important
    }
    .ms-xl-n115{
        margin-left:-7.1875rem!important
    }
    .ms-xl-n120{
        margin-left:-7.5rem!important
    }
    .ms-xl-n125{
        margin-left:-7.8125rem!important
    }
    .ms-xl-n130{
        margin-left:-8.125rem!important
    }
    .ms-xl-n135{
        margin-left:-8.4375rem!important
    }
    .ms-xl-n140{
        margin-left:-8.75rem!important
    }
    .ms-xl-n145{
        margin-left:-9.0625rem!important
    }
    .ms-xl-n150{
        margin-left:-9.375rem!important
    }
    .ms-xl-n155{
        margin-left:-9.6875rem!important
    }
    .ms-xl-n160{
        margin-left:-10rem!important
    }
    .ms-xl-n165{
        margin-left:-10.3125rem!important
    }
    .ms-xl-n170{
        margin-left:-10.625rem!important
    }
    .ms-xl-n175{
        margin-left:-10.9375rem!important
    }
    .ms-xl-n180{
        margin-left:-11.25rem!important
    }
    .ms-xl-n185{
        margin-left:-11.5625rem!important
    }
    .ms-xl-n190{
        margin-left:-11.875rem!important
    }
    .ms-xl-n195{
        margin-left:-12.1875rem!important
    }
    .ms-xl-n200{
        margin-left:-12.5rem!important
    }
    .ms-xl-n205{
        margin-left:-12.8125rem!important
    }
    .ms-xl-n210{
        margin-left:-13.125rem!important
    }
    .ms-xl-n215{
        margin-left:-13.4375rem!important
    }
    .ms-xl-n220{
        margin-left:-13.75rem!important
    }
    .ms-xl-n225{
        margin-left:-14.0625rem!important
    }
    .ms-xl-n230{
        margin-left:-14.375rem!important
    }
    .ms-xl-n235{
        margin-left:-14.6875rem!important
    }
    .ms-xl-n240{
        margin-left:-15rem!important
    }
    .ms-xl-n245{
        margin-left:-15.3125rem!important
    }
    .ms-xl-n250{
        margin-left:-15.625rem!important
    }
    .p-xl-0{
        padding:0!important
    }
    .p-xl-5{
        padding:0.3125rem!important
    }
    .p-xl-10{
        padding:0.625rem!important
    }
    .p-xl-15{
        padding:0.9375rem!important
    }
    .p-xl-20{
        padding:1.25rem!important
    }
    .p-xl-25{
        padding:1.5625rem!important
    }
    .p-xl-30{
        padding:1.875rem!important
    }
    .p-xl-35{
        padding:2.1875rem!important
    }
    .p-xl-40{
        padding:2.5rem!important
    }
    .p-xl-45{
        padding:2.8125rem!important
    }
    .p-xl-50{
        padding:3.125rem!important
    }
    .p-xl-55{
        padding:3.4375rem!important
    }
    .p-xl-60{
        padding:3.75rem!important
    }
    .p-xl-65{
        padding:4.0625rem!important
    }
    .p-xl-70{
        padding:4.375rem!important
    }
    .p-xl-75{
        padding:4.6875rem!important
    }
    .p-xl-80{
        padding:5rem!important
    }
    .p-xl-85{
        padding:5.3125rem!important
    }
    .p-xl-90{
        padding:5.625rem!important
    }
    .p-xl-95{
        padding:5.9375rem!important
    }
    .p-xl-100{
        padding:6.25rem!important
    }
    .p-xl-105{
        padding:6.5625rem!important
    }
    .p-xl-110{
        padding:6.875rem!important
    }
    .p-xl-115{
        padding:7.1875rem!important
    }
    .p-xl-120{
        padding:7.5rem!important
    }
    .p-xl-125{
        padding:7.8125rem!important
    }
    .p-xl-130{
        padding:8.125rem!important
    }
    .p-xl-135{
        padding:8.4375rem!important
    }
    .p-xl-140{
        padding:8.75rem!important
    }
    .p-xl-145{
        padding:9.0625rem!important
    }
    .p-xl-150{
        padding:9.375rem!important
    }
    .p-xl-155{
        padding:9.6875rem!important
    }
    .p-xl-160{
        padding:10rem!important
    }
    .p-xl-165{
        padding:10.3125rem!important
    }
    .p-xl-170{
        padding:10.625rem!important
    }
    .p-xl-175{
        padding:10.9375rem!important
    }
    .p-xl-180{
        padding:11.25rem!important
    }
    .p-xl-185{
        padding:11.5625rem!important
    }
    .p-xl-190{
        padding:11.875rem!important
    }
    .p-xl-195{
        padding:12.1875rem!important
    }
    .p-xl-200{
        padding:12.5rem!important
    }
    .p-xl-205{
        padding:12.8125rem!important
    }
    .p-xl-210{
        padding:13.125rem!important
    }
    .p-xl-215{
        padding:13.4375rem!important
    }
    .p-xl-220{
        padding:13.75rem!important
    }
    .p-xl-225{
        padding:14.0625rem!important
    }
    .p-xl-230{
        padding:14.375rem!important
    }
    .p-xl-235{
        padding:14.6875rem!important
    }
    .p-xl-240{
        padding:15rem!important
    }
    .p-xl-245{
        padding:15.3125rem!important
    }
    .p-xl-250{
        padding:15.625rem!important
    }
    .px-xl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xl-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-xl-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-xl-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-xl-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-xl-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-xl-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-xl-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-xl-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-xl-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-xl-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-xl-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-xl-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-xl-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-xl-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-xl-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-xl-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-xl-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-xl-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-xl-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-xl-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-xl-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-xl-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-xl-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-xl-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-xl-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-xl-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-xl-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-xl-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-xl-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-xl-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-xl-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-xl-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-xl-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-xl-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-xl-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-xl-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-xl-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-xl-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-xl-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-xl-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-xl-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-xl-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-xl-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-xl-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-xl-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-xl-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-xl-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-xl-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-xl-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-xl-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-xl-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-xl-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-xl-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-xl-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-xl-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-xl-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-xl-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-xl-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-xl-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-xl-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-xl-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-xl-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-xl-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-xl-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-xl-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-xl-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-xl-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-xl-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-xl-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-xl-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-xl-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-xl-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-xl-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-xl-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-xl-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-xl-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-xl-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-xl-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-xl-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-xl-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-xl-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-xl-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-xl-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-xl-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-xl-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-xl-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-xl-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-xl-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-xl-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-xl-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-xl-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-xl-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-xl-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-xl-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-xl-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-xl-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-xl-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-xl-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-xl-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-xl-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-xl-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-xl-0{
        padding-top:0!important
    }
    .pt-xl-5{
        padding-top:0.3125rem!important
    }
    .pt-xl-10{
        padding-top:0.625rem!important
    }
    .pt-xl-15{
        padding-top:0.9375rem!important
    }
    .pt-xl-20{
        padding-top:1.25rem!important
    }
    .pt-xl-25{
        padding-top:1.5625rem!important
    }
    .pt-xl-30{
        padding-top:1.875rem!important
    }
    .pt-xl-35{
        padding-top:2.1875rem!important
    }
    .pt-xl-40{
        padding-top:2.5rem!important
    }
    .pt-xl-45{
        padding-top:2.8125rem!important
    }
    .pt-xl-50{
        padding-top:3.125rem!important
    }
    .pt-xl-55{
        padding-top:3.4375rem!important
    }
    .pt-xl-60{
        padding-top:3.75rem!important
    }
    .pt-xl-65{
        padding-top:4.0625rem!important
    }
    .pt-xl-70{
        padding-top:4.375rem!important
    }
    .pt-xl-75{
        padding-top:4.6875rem!important
    }
    .pt-xl-80{
        padding-top:5rem!important
    }
    .pt-xl-85{
        padding-top:5.3125rem!important
    }
    .pt-xl-90{
        padding-top:5.625rem!important
    }
    .pt-xl-95{
        padding-top:5.9375rem!important
    }
    .pt-xl-100{
        padding-top:6.25rem!important
    }
    .pt-xl-105{
        padding-top:6.5625rem!important
    }
    .pt-xl-110{
        padding-top:6.875rem!important
    }
    .pt-xl-115{
        padding-top:7.1875rem!important
    }
    .pt-xl-120{
        padding-top:7.5rem!important
    }
    .pt-xl-125{
        padding-top:7.8125rem!important
    }
    .pt-xl-130{
        padding-top:8.125rem!important
    }
    .pt-xl-135{
        padding-top:8.4375rem!important
    }
    .pt-xl-140{
        padding-top:8.75rem!important
    }
    .pt-xl-145{
        padding-top:9.0625rem!important
    }
    .pt-xl-150{
        padding-top:9.375rem!important
    }
    .pt-xl-155{
        padding-top:9.6875rem!important
    }
    .pt-xl-160{
        padding-top:10rem!important
    }
    .pt-xl-165{
        padding-top:10.3125rem!important
    }
    .pt-xl-170{
        padding-top:10.625rem!important
    }
    .pt-xl-175{
        padding-top:10.9375rem!important
    }
    .pt-xl-180{
        padding-top:11.25rem!important
    }
    .pt-xl-185{
        padding-top:11.5625rem!important
    }
    .pt-xl-190{
        padding-top:11.875rem!important
    }
    .pt-xl-195{
        padding-top:12.1875rem!important
    }
    .pt-xl-200{
        padding-top:12.5rem!important
    }
    .pt-xl-205{
        padding-top:12.8125rem!important
    }
    .pt-xl-210{
        padding-top:13.125rem!important
    }
    .pt-xl-215{
        padding-top:13.4375rem!important
    }
    .pt-xl-220{
        padding-top:13.75rem!important
    }
    .pt-xl-225{
        padding-top:14.0625rem!important
    }
    .pt-xl-230{
        padding-top:14.375rem!important
    }
    .pt-xl-235{
        padding-top:14.6875rem!important
    }
    .pt-xl-240{
        padding-top:15rem!important
    }
    .pt-xl-245{
        padding-top:15.3125rem!important
    }
    .pt-xl-250{
        padding-top:15.625rem!important
    }
    .pe-xl-0{
        padding-right:0!important
    }
    .pe-xl-5{
        padding-right:0.3125rem!important
    }
    .pe-xl-10{
        padding-right:0.625rem!important
    }
    .pe-xl-15{
        padding-right:0.9375rem!important
    }
    .pe-xl-20{
        padding-right:1.25rem!important
    }
    .pe-xl-25{
        padding-right:1.5625rem!important
    }
    .pe-xl-30{
        padding-right:1.875rem!important
    }
    .pe-xl-35{
        padding-right:2.1875rem!important
    }
    .pe-xl-40{
        padding-right:2.5rem!important
    }
    .pe-xl-45{
        padding-right:2.8125rem!important
    }
    .pe-xl-50{
        padding-right:3.125rem!important
    }
    .pe-xl-55{
        padding-right:3.4375rem!important
    }
    .pe-xl-60{
        padding-right:3.75rem!important
    }
    .pe-xl-65{
        padding-right:4.0625rem!important
    }
    .pe-xl-70{
        padding-right:4.375rem!important
    }
    .pe-xl-75{
        padding-right:4.6875rem!important
    }
    .pe-xl-80{
        padding-right:5rem!important
    }
    .pe-xl-85{
        padding-right:5.3125rem!important
    }
    .pe-xl-90{
        padding-right:5.625rem!important
    }
    .pe-xl-95{
        padding-right:5.9375rem!important
    }
    .pe-xl-100{
        padding-right:6.25rem!important
    }
    .pe-xl-105{
        padding-right:6.5625rem!important
    }
    .pe-xl-110{
        padding-right:6.875rem!important
    }
    .pe-xl-115{
        padding-right:7.1875rem!important
    }
    .pe-xl-120{
        padding-right:7.5rem!important
    }
    .pe-xl-125{
        padding-right:7.8125rem!important
    }
    .pe-xl-130{
        padding-right:8.125rem!important
    }
    .pe-xl-135{
        padding-right:8.4375rem!important
    }
    .pe-xl-140{
        padding-right:8.75rem!important
    }
    .pe-xl-145{
        padding-right:9.0625rem!important
    }
    .pe-xl-150{
        padding-right:9.375rem!important
    }
    .pe-xl-155{
        padding-right:9.6875rem!important
    }
    .pe-xl-160{
        padding-right:10rem!important
    }
    .pe-xl-165{
        padding-right:10.3125rem!important
    }
    .pe-xl-170{
        padding-right:10.625rem!important
    }
    .pe-xl-175{
        padding-right:10.9375rem!important
    }
    .pe-xl-180{
        padding-right:11.25rem!important
    }
    .pe-xl-185{
        padding-right:11.5625rem!important
    }
    .pe-xl-190{
        padding-right:11.875rem!important
    }
    .pe-xl-195{
        padding-right:12.1875rem!important
    }
    .pe-xl-200{
        padding-right:12.5rem!important
    }
    .pe-xl-205{
        padding-right:12.8125rem!important
    }
    .pe-xl-210{
        padding-right:13.125rem!important
    }
    .pe-xl-215{
        padding-right:13.4375rem!important
    }
    .pe-xl-220{
        padding-right:13.75rem!important
    }
    .pe-xl-225{
        padding-right:14.0625rem!important
    }
    .pe-xl-230{
        padding-right:14.375rem!important
    }
    .pe-xl-235{
        padding-right:14.6875rem!important
    }
    .pe-xl-240{
        padding-right:15rem!important
    }
    .pe-xl-245{
        padding-right:15.3125rem!important
    }
    .pe-xl-250{
        padding-right:15.625rem!important
    }
    .pb-xl-0{
        padding-bottom:0!important
    }
    .pb-xl-5{
        padding-bottom:0.3125rem!important
    }
    .pb-xl-10{
        padding-bottom:0.625rem!important
    }
    .pb-xl-15{
        padding-bottom:0.9375rem!important
    }
    .pb-xl-20{
        padding-bottom:1.25rem!important
    }
    .pb-xl-25{
        padding-bottom:1.5625rem!important
    }
    .pb-xl-30{
        padding-bottom:1.875rem!important
    }
    .pb-xl-35{
        padding-bottom:2.1875rem!important
    }
    .pb-xl-40{
        padding-bottom:2.5rem!important
    }
    .pb-xl-45{
        padding-bottom:2.8125rem!important
    }
    .pb-xl-50{
        padding-bottom:3.125rem!important
    }
    .pb-xl-55{
        padding-bottom:3.4375rem!important
    }
    .pb-xl-60{
        padding-bottom:3.75rem!important
    }
    .pb-xl-65{
        padding-bottom:4.0625rem!important
    }
    .pb-xl-70{
        padding-bottom:4.375rem!important
    }
    .pb-xl-75{
        padding-bottom:4.6875rem!important
    }
    .pb-xl-80{
        padding-bottom:5rem!important
    }
    .pb-xl-85{
        padding-bottom:5.3125rem!important
    }
    .pb-xl-90{
        padding-bottom:5.625rem!important
    }
    .pb-xl-95{
        padding-bottom:5.9375rem!important
    }
    .pb-xl-100{
        padding-bottom:6.25rem!important
    }
    .pb-xl-105{
        padding-bottom:6.5625rem!important
    }
    .pb-xl-110{
        padding-bottom:6.875rem!important
    }
    .pb-xl-115{
        padding-bottom:7.1875rem!important
    }
    .pb-xl-120{
        padding-bottom:7.5rem!important
    }
    .pb-xl-125{
        padding-bottom:7.8125rem!important
    }
    .pb-xl-130{
        padding-bottom:8.125rem!important
    }
    .pb-xl-135{
        padding-bottom:8.4375rem!important
    }
    .pb-xl-140{
        padding-bottom:8.75rem!important
    }
    .pb-xl-145{
        padding-bottom:9.0625rem!important
    }
    .pb-xl-150{
        padding-bottom:9.375rem!important
    }
    .pb-xl-155{
        padding-bottom:9.6875rem!important
    }
    .pb-xl-160{
        padding-bottom:10rem!important
    }
    .pb-xl-165{
        padding-bottom:10.3125rem!important
    }
    .pb-xl-170{
        padding-bottom:10.625rem!important
    }
    .pb-xl-175{
        padding-bottom:10.9375rem!important
    }
    .pb-xl-180{
        padding-bottom:11.25rem!important
    }
    .pb-xl-185{
        padding-bottom:11.5625rem!important
    }
    .pb-xl-190{
        padding-bottom:11.875rem!important
    }
    .pb-xl-195{
        padding-bottom:12.1875rem!important
    }
    .pb-xl-200{
        padding-bottom:12.5rem!important
    }
    .pb-xl-205{
        padding-bottom:12.8125rem!important
    }
    .pb-xl-210{
        padding-bottom:13.125rem!important
    }
    .pb-xl-215{
        padding-bottom:13.4375rem!important
    }
    .pb-xl-220{
        padding-bottom:13.75rem!important
    }
    .pb-xl-225{
        padding-bottom:14.0625rem!important
    }
    .pb-xl-230{
        padding-bottom:14.375rem!important
    }
    .pb-xl-235{
        padding-bottom:14.6875rem!important
    }
    .pb-xl-240{
        padding-bottom:15rem!important
    }
    .pb-xl-245{
        padding-bottom:15.3125rem!important
    }
    .pb-xl-250{
        padding-bottom:15.625rem!important
    }
    .ps-xl-0{
        padding-left:0!important
    }
    .ps-xl-5{
        padding-left:0.3125rem!important
    }
    .ps-xl-10{
        padding-left:0.625rem!important
    }
    .ps-xl-15{
        padding-left:0.9375rem!important
    }
    .ps-xl-20{
        padding-left:1.25rem!important
    }
    .ps-xl-25{
        padding-left:1.5625rem!important
    }
    .ps-xl-30{
        padding-left:1.875rem!important
    }
    .ps-xl-35{
        padding-left:2.1875rem!important
    }
    .ps-xl-40{
        padding-left:2.5rem!important
    }
    .ps-xl-45{
        padding-left:2.8125rem!important
    }
    .ps-xl-50{
        padding-left:3.125rem!important
    }
    .ps-xl-55{
        padding-left:3.4375rem!important
    }
    .ps-xl-60{
        padding-left:3.75rem!important
    }
    .ps-xl-65{
        padding-left:4.0625rem!important
    }
    .ps-xl-70{
        padding-left:4.375rem!important
    }
    .ps-xl-75{
        padding-left:4.6875rem!important
    }
    .ps-xl-80{
        padding-left:5rem!important
    }
    .ps-xl-85{
        padding-left:5.3125rem!important
    }
    .ps-xl-90{
        padding-left:5.625rem!important
    }
    .ps-xl-95{
        padding-left:5.9375rem!important
    }
    .ps-xl-100{
        padding-left:6.25rem!important
    }
    .ps-xl-105{
        padding-left:6.5625rem!important
    }
    .ps-xl-110{
        padding-left:6.875rem!important
    }
    .ps-xl-115{
        padding-left:7.1875rem!important
    }
    .ps-xl-120{
        padding-left:7.5rem!important
    }
    .ps-xl-125{
        padding-left:7.8125rem!important
    }
    .ps-xl-130{
        padding-left:8.125rem!important
    }
    .ps-xl-135{
        padding-left:8.4375rem!important
    }
    .ps-xl-140{
        padding-left:8.75rem!important
    }
    .ps-xl-145{
        padding-left:9.0625rem!important
    }
    .ps-xl-150{
        padding-left:9.375rem!important
    }
    .ps-xl-155{
        padding-left:9.6875rem!important
    }
    .ps-xl-160{
        padding-left:10rem!important
    }
    .ps-xl-165{
        padding-left:10.3125rem!important
    }
    .ps-xl-170{
        padding-left:10.625rem!important
    }
    .ps-xl-175{
        padding-left:10.9375rem!important
    }
    .ps-xl-180{
        padding-left:11.25rem!important
    }
    .ps-xl-185{
        padding-left:11.5625rem!important
    }
    .ps-xl-190{
        padding-left:11.875rem!important
    }
    .ps-xl-195{
        padding-left:12.1875rem!important
    }
    .ps-xl-200{
        padding-left:12.5rem!important
    }
    .ps-xl-205{
        padding-left:12.8125rem!important
    }
    .ps-xl-210{
        padding-left:13.125rem!important
    }
    .ps-xl-215{
        padding-left:13.4375rem!important
    }
    .ps-xl-220{
        padding-left:13.75rem!important
    }
    .ps-xl-225{
        padding-left:14.0625rem!important
    }
    .ps-xl-230{
        padding-left:14.375rem!important
    }
    .ps-xl-235{
        padding-left:14.6875rem!important
    }
    .ps-xl-240{
        padding-left:15rem!important
    }
    .ps-xl-245{
        padding-left:15.3125rem!important
    }
    .ps-xl-250{
        padding-left:15.625rem!important
    }
    .gap-xl-0{
        gap:0!important
    }
    .gap-xl-5{
        gap:0.3125rem!important
    }
    .gap-xl-10{
        gap:0.625rem!important
    }
    .gap-xl-15{
        gap:0.9375rem!important
    }
    .gap-xl-20{
        gap:1.25rem!important
    }
    .gap-xl-25{
        gap:1.5625rem!important
    }
    .gap-xl-30{
        gap:1.875rem!important
    }
    .gap-xl-35{
        gap:2.1875rem!important
    }
    .gap-xl-40{
        gap:2.5rem!important
    }
    .gap-xl-45{
        gap:2.8125rem!important
    }
    .gap-xl-50{
        gap:3.125rem!important
    }
    .gap-xl-55{
        gap:3.4375rem!important
    }
    .gap-xl-60{
        gap:3.75rem!important
    }
    .gap-xl-65{
        gap:4.0625rem!important
    }
    .gap-xl-70{
        gap:4.375rem!important
    }
    .gap-xl-75{
        gap:4.6875rem!important
    }
    .gap-xl-80{
        gap:5rem!important
    }
    .gap-xl-85{
        gap:5.3125rem!important
    }
    .gap-xl-90{
        gap:5.625rem!important
    }
    .gap-xl-95{
        gap:5.9375rem!important
    }
    .gap-xl-100{
        gap:6.25rem!important
    }
    .gap-xl-105{
        gap:6.5625rem!important
    }
    .gap-xl-110{
        gap:6.875rem!important
    }
    .gap-xl-115{
        gap:7.1875rem!important
    }
    .gap-xl-120{
        gap:7.5rem!important
    }
    .gap-xl-125{
        gap:7.8125rem!important
    }
    .gap-xl-130{
        gap:8.125rem!important
    }
    .gap-xl-135{
        gap:8.4375rem!important
    }
    .gap-xl-140{
        gap:8.75rem!important
    }
    .gap-xl-145{
        gap:9.0625rem!important
    }
    .gap-xl-150{
        gap:9.375rem!important
    }
    .gap-xl-155{
        gap:9.6875rem!important
    }
    .gap-xl-160{
        gap:10rem!important
    }
    .gap-xl-165{
        gap:10.3125rem!important
    }
    .gap-xl-170{
        gap:10.625rem!important
    }
    .gap-xl-175{
        gap:10.9375rem!important
    }
    .gap-xl-180{
        gap:11.25rem!important
    }
    .gap-xl-185{
        gap:11.5625rem!important
    }
    .gap-xl-190{
        gap:11.875rem!important
    }
    .gap-xl-195{
        gap:12.1875rem!important
    }
    .gap-xl-200{
        gap:12.5rem!important
    }
    .gap-xl-205{
        gap:12.8125rem!important
    }
    .gap-xl-210{
        gap:13.125rem!important
    }
    .gap-xl-215{
        gap:13.4375rem!important
    }
    .gap-xl-220{
        gap:13.75rem!important
    }
    .gap-xl-225{
        gap:14.0625rem!important
    }
    .gap-xl-230{
        gap:14.375rem!important
    }
    .gap-xl-235{
        gap:14.6875rem!important
    }
    .gap-xl-240{
        gap:15rem!important
    }
    .gap-xl-245{
        gap:15.3125rem!important
    }
    .gap-xl-250{
        gap:15.625rem!important
    }
    .text-xl-start{
        text-align:left!important
    }
    .text-xl-end{
        text-align:right!important
    }
    .text-xl-center{
        text-align:center!important
    }
}
@media (min-width:1375px){
    .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
    }
    .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-5{
        margin:0.3125rem!important
    }
    .m-xxl-10{
        margin:0.625rem!important
    }
    .m-xxl-15{
        margin:0.9375rem!important
    }
    .m-xxl-20{
        margin:1.25rem!important
    }
    .m-xxl-25{
        margin:1.5625rem!important
    }
    .m-xxl-30{
        margin:1.875rem!important
    }
    .m-xxl-35{
        margin:2.1875rem!important
    }
    .m-xxl-40{
        margin:2.5rem!important
    }
    .m-xxl-45{
        margin:2.8125rem!important
    }
    .m-xxl-50{
        margin:3.125rem!important
    }
    .m-xxl-55{
        margin:3.4375rem!important
    }
    .m-xxl-60{
        margin:3.75rem!important
    }
    .m-xxl-65{
        margin:4.0625rem!important
    }
    .m-xxl-70{
        margin:4.375rem!important
    }
    .m-xxl-75{
        margin:4.6875rem!important
    }
    .m-xxl-80{
        margin:5rem!important
    }
    .m-xxl-85{
        margin:5.3125rem!important
    }
    .m-xxl-90{
        margin:5.625rem!important
    }
    .m-xxl-95{
        margin:5.9375rem!important
    }
    .m-xxl-100{
        margin:6.25rem!important
    }
    .m-xxl-105{
        margin:6.5625rem!important
    }
    .m-xxl-110{
        margin:6.875rem!important
    }
    .m-xxl-115{
        margin:7.1875rem!important
    }
    .m-xxl-120{
        margin:7.5rem!important
    }
    .m-xxl-125{
        margin:7.8125rem!important
    }
    .m-xxl-130{
        margin:8.125rem!important
    }
    .m-xxl-135{
        margin:8.4375rem!important
    }
    .m-xxl-140{
        margin:8.75rem!important
    }
    .m-xxl-145{
        margin:9.0625rem!important
    }
    .m-xxl-150{
        margin:9.375rem!important
    }
    .m-xxl-155{
        margin:9.6875rem!important
    }
    .m-xxl-160{
        margin:10rem!important
    }
    .m-xxl-165{
        margin:10.3125rem!important
    }
    .m-xxl-170{
        margin:10.625rem!important
    }
    .m-xxl-175{
        margin:10.9375rem!important
    }
    .m-xxl-180{
        margin:11.25rem!important
    }
    .m-xxl-185{
        margin:11.5625rem!important
    }
    .m-xxl-190{
        margin:11.875rem!important
    }
    .m-xxl-195{
        margin:12.1875rem!important
    }
    .m-xxl-200{
        margin:12.5rem!important
    }
    .m-xxl-205{
        margin:12.8125rem!important
    }
    .m-xxl-210{
        margin:13.125rem!important
    }
    .m-xxl-215{
        margin:13.4375rem!important
    }
    .m-xxl-220{
        margin:13.75rem!important
    }
    .m-xxl-225{
        margin:14.0625rem!important
    }
    .m-xxl-230{
        margin:14.375rem!important
    }
    .m-xxl-235{
        margin:14.6875rem!important
    }
    .m-xxl-240{
        margin:15rem!important
    }
    .m-xxl-245{
        margin:15.3125rem!important
    }
    .m-xxl-250{
        margin:15.625rem!important
    }
    .m-xxl-auto{
        margin:auto!important
    }
    .mx-xxl-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-xxl-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-xxl-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-xxl-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-xxl-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-xxl-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-xxl-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-xxl-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-xxl-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-xxl-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-xxl-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-xxl-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-xxl-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-xxl-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-xxl-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-xxl-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-xxl-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-xxl-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-xxl-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-xxl-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-xxl-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-xxl-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-xxl-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-xxl-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-xxl-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-xxl-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-xxl-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-xxl-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-xxl-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-xxl-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-xxl-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-xxl-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-xxl-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-xxl-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-xxl-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-xxl-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-xxl-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-xxl-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-xxl-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-xxl-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-xxl-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-xxl-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-xxl-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-xxl-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-xxl-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-xxl-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-xxl-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-xxl-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-xxl-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-xxl-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-xxl-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!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-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-xxl-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-xxl-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-xxl-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-xxl-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-xxl-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-xxl-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-xxl-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-xxl-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-xxl-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-xxl-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-xxl-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-xxl-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-xxl-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-xxl-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-xxl-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-xxl-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-xxl-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-xxl-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-xxl-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-xxl-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-xxl-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-xxl-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-xxl-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-xxl-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-xxl-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-xxl-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-xxl-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-xxl-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-xxl-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-xxl-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-xxl-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-xxl-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-xxl-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-xxl-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-xxl-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-xxl-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-xxl-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-xxl-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-xxl-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-xxl-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-xxl-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-xxl-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-xxl-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-xxl-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-xxl-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-xxl-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-xxl-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-xxl-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-xxl-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-xxl-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-xxl-0{
        margin-top:0!important
    }
    .mt-xxl-5{
        margin-top:0.3125rem!important
    }
    .mt-xxl-10{
        margin-top:0.625rem!important
    }
    .mt-xxl-15{
        margin-top:0.9375rem!important
    }
    .mt-xxl-20{
        margin-top:1.25rem!important
    }
    .mt-xxl-25{
        margin-top:1.5625rem!important
    }
    .mt-xxl-30{
        margin-top:1.875rem!important
    }
    .mt-xxl-35{
        margin-top:2.1875rem!important
    }
    .mt-xxl-40{
        margin-top:2.5rem!important
    }
    .mt-xxl-45{
        margin-top:2.8125rem!important
    }
    .mt-xxl-50{
        margin-top:3.125rem!important
    }
    .mt-xxl-55{
        margin-top:3.4375rem!important
    }
    .mt-xxl-60{
        margin-top:3.75rem!important
    }
    .mt-xxl-65{
        margin-top:4.0625rem!important
    }
    .mt-xxl-70{
        margin-top:4.375rem!important
    }
    .mt-xxl-75{
        margin-top:4.6875rem!important
    }
    .mt-xxl-80{
        margin-top:5rem!important
    }
    .mt-xxl-85{
        margin-top:5.3125rem!important
    }
    .mt-xxl-90{
        margin-top:5.625rem!important
    }
    .mt-xxl-95{
        margin-top:5.9375rem!important
    }
    .mt-xxl-100{
        margin-top:6.25rem!important
    }
    .mt-xxl-105{
        margin-top:6.5625rem!important
    }
    .mt-xxl-110{
        margin-top:6.875rem!important
    }
    .mt-xxl-115{
        margin-top:7.1875rem!important
    }
    .mt-xxl-120{
        margin-top:7.5rem!important
    }
    .mt-xxl-125{
        margin-top:7.8125rem!important
    }
    .mt-xxl-130{
        margin-top:8.125rem!important
    }
    .mt-xxl-135{
        margin-top:8.4375rem!important
    }
    .mt-xxl-140{
        margin-top:8.75rem!important
    }
    .mt-xxl-145{
        margin-top:9.0625rem!important
    }
    .mt-xxl-150{
        margin-top:9.375rem!important
    }
    .mt-xxl-155{
        margin-top:9.6875rem!important
    }
    .mt-xxl-160{
        margin-top:10rem!important
    }
    .mt-xxl-165{
        margin-top:10.3125rem!important
    }
    .mt-xxl-170{
        margin-top:10.625rem!important
    }
    .mt-xxl-175{
        margin-top:10.9375rem!important
    }
    .mt-xxl-180{
        margin-top:11.25rem!important
    }
    .mt-xxl-185{
        margin-top:11.5625rem!important
    }
    .mt-xxl-190{
        margin-top:11.875rem!important
    }
    .mt-xxl-195{
        margin-top:12.1875rem!important
    }
    .mt-xxl-200{
        margin-top:12.5rem!important
    }
    .mt-xxl-205{
        margin-top:12.8125rem!important
    }
    .mt-xxl-210{
        margin-top:13.125rem!important
    }
    .mt-xxl-215{
        margin-top:13.4375rem!important
    }
    .mt-xxl-220{
        margin-top:13.75rem!important
    }
    .mt-xxl-225{
        margin-top:14.0625rem!important
    }
    .mt-xxl-230{
        margin-top:14.375rem!important
    }
    .mt-xxl-235{
        margin-top:14.6875rem!important
    }
    .mt-xxl-240{
        margin-top:15rem!important
    }
    .mt-xxl-245{
        margin-top:15.3125rem!important
    }
    .mt-xxl-250{
        margin-top:15.625rem!important
    }
    .mt-xxl-auto{
        margin-top:auto!important
    }
    .me-xxl-0{
        margin-right:0!important
    }
    .me-xxl-5{
        margin-right:0.3125rem!important
    }
    .me-xxl-10{
        margin-right:0.625rem!important
    }
    .me-xxl-15{
        margin-right:0.9375rem!important
    }
    .me-xxl-20{
        margin-right:1.25rem!important
    }
    .me-xxl-25{
        margin-right:1.5625rem!important
    }
    .me-xxl-30{
        margin-right:1.875rem!important
    }
    .me-xxl-35{
        margin-right:2.1875rem!important
    }
    .me-xxl-40{
        margin-right:2.5rem!important
    }
    .me-xxl-45{
        margin-right:2.8125rem!important
    }
    .me-xxl-50{
        margin-right:3.125rem!important
    }
    .me-xxl-55{
        margin-right:3.4375rem!important
    }
    .me-xxl-60{
        margin-right:3.75rem!important
    }
    .me-xxl-65{
        margin-right:4.0625rem!important
    }
    .me-xxl-70{
        margin-right:4.375rem!important
    }
    .me-xxl-75{
        margin-right:4.6875rem!important
    }
    .me-xxl-80{
        margin-right:5rem!important
    }
    .me-xxl-85{
        margin-right:5.3125rem!important
    }
    .me-xxl-90{
        margin-right:5.625rem!important
    }
    .me-xxl-95{
        margin-right:5.9375rem!important
    }
    .me-xxl-100{
        margin-right:6.25rem!important
    }
    .me-xxl-105{
        margin-right:6.5625rem!important
    }
    .me-xxl-110{
        margin-right:6.875rem!important
    }
    .me-xxl-115{
        margin-right:7.1875rem!important
    }
    .me-xxl-120{
        margin-right:7.5rem!important
    }
    .me-xxl-125{
        margin-right:7.8125rem!important
    }
    .me-xxl-130{
        margin-right:8.125rem!important
    }
    .me-xxl-135{
        margin-right:8.4375rem!important
    }
    .me-xxl-140{
        margin-right:8.75rem!important
    }
    .me-xxl-145{
        margin-right:9.0625rem!important
    }
    .me-xxl-150{
        margin-right:9.375rem!important
    }
    .me-xxl-155{
        margin-right:9.6875rem!important
    }
    .me-xxl-160{
        margin-right:10rem!important
    }
    .me-xxl-165{
        margin-right:10.3125rem!important
    }
    .me-xxl-170{
        margin-right:10.625rem!important
    }
    .me-xxl-175{
        margin-right:10.9375rem!important
    }
    .me-xxl-180{
        margin-right:11.25rem!important
    }
    .me-xxl-185{
        margin-right:11.5625rem!important
    }
    .me-xxl-190{
        margin-right:11.875rem!important
    }
    .me-xxl-195{
        margin-right:12.1875rem!important
    }
    .me-xxl-200{
        margin-right:12.5rem!important
    }
    .me-xxl-205{
        margin-right:12.8125rem!important
    }
    .me-xxl-210{
        margin-right:13.125rem!important
    }
    .me-xxl-215{
        margin-right:13.4375rem!important
    }
    .me-xxl-220{
        margin-right:13.75rem!important
    }
    .me-xxl-225{
        margin-right:14.0625rem!important
    }
    .me-xxl-230{
        margin-right:14.375rem!important
    }
    .me-xxl-235{
        margin-right:14.6875rem!important
    }
    .me-xxl-240{
        margin-right:15rem!important
    }
    .me-xxl-245{
        margin-right:15.3125rem!important
    }
    .me-xxl-250{
        margin-right:15.625rem!important
    }
    .me-xxl-auto{
        margin-right:auto!important
    }
    .mb-xxl-0{
        margin-bottom:0!important
    }
    .mb-xxl-5{
        margin-bottom:0.3125rem!important
    }
    .mb-xxl-10{
        margin-bottom:0.625rem!important
    }
    .mb-xxl-15{
        margin-bottom:0.9375rem!important
    }
    .mb-xxl-20{
        margin-bottom:1.25rem!important
    }
    .mb-xxl-25{
        margin-bottom:1.5625rem!important
    }
    .mb-xxl-30{
        margin-bottom:1.875rem!important
    }
    .mb-xxl-35{
        margin-bottom:2.1875rem!important
    }
    .mb-xxl-40{
        margin-bottom:2.5rem!important
    }
    .mb-xxl-45{
        margin-bottom:2.8125rem!important
    }
    .mb-xxl-50{
        margin-bottom:3.125rem!important
    }
    .mb-xxl-55{
        margin-bottom:3.4375rem!important
    }
    .mb-xxl-60{
        margin-bottom:3.75rem!important
    }
    .mb-xxl-65{
        margin-bottom:4.0625rem!important
    }
    .mb-xxl-70{
        margin-bottom:4.375rem!important
    }
    .mb-xxl-75{
        margin-bottom:4.6875rem!important
    }
    .mb-xxl-80{
        margin-bottom:5rem!important
    }
    .mb-xxl-85{
        margin-bottom:5.3125rem!important
    }
    .mb-xxl-90{
        margin-bottom:5.625rem!important
    }
    .mb-xxl-95{
        margin-bottom:5.9375rem!important
    }
    .mb-xxl-100{
        margin-bottom:6.25rem!important
    }
    .mb-xxl-105{
        margin-bottom:6.5625rem!important
    }
    .mb-xxl-110{
        margin-bottom:6.875rem!important
    }
    .mb-xxl-115{
        margin-bottom:7.1875rem!important
    }
    .mb-xxl-120{
        margin-bottom:7.5rem!important
    }
    .mb-xxl-125{
        margin-bottom:7.8125rem!important
    }
    .mb-xxl-130{
        margin-bottom:8.125rem!important
    }
    .mb-xxl-135{
        margin-bottom:8.4375rem!important
    }
    .mb-xxl-140{
        margin-bottom:8.75rem!important
    }
    .mb-xxl-145{
        margin-bottom:9.0625rem!important
    }
    .mb-xxl-150{
        margin-bottom:9.375rem!important
    }
    .mb-xxl-155{
        margin-bottom:9.6875rem!important
    }
    .mb-xxl-160{
        margin-bottom:10rem!important
    }
    .mb-xxl-165{
        margin-bottom:10.3125rem!important
    }
    .mb-xxl-170{
        margin-bottom:10.625rem!important
    }
    .mb-xxl-175{
        margin-bottom:10.9375rem!important
    }
    .mb-xxl-180{
        margin-bottom:11.25rem!important
    }
    .mb-xxl-185{
        margin-bottom:11.5625rem!important
    }
    .mb-xxl-190{
        margin-bottom:11.875rem!important
    }
    .mb-xxl-195{
        margin-bottom:12.1875rem!important
    }
    .mb-xxl-200{
        margin-bottom:12.5rem!important
    }
    .mb-xxl-205{
        margin-bottom:12.8125rem!important
    }
    .mb-xxl-210{
        margin-bottom:13.125rem!important
    }
    .mb-xxl-215{
        margin-bottom:13.4375rem!important
    }
    .mb-xxl-220{
        margin-bottom:13.75rem!important
    }
    .mb-xxl-225{
        margin-bottom:14.0625rem!important
    }
    .mb-xxl-230{
        margin-bottom:14.375rem!important
    }
    .mb-xxl-235{
        margin-bottom:14.6875rem!important
    }
    .mb-xxl-240{
        margin-bottom:15rem!important
    }
    .mb-xxl-245{
        margin-bottom:15.3125rem!important
    }
    .mb-xxl-250{
        margin-bottom:15.625rem!important
    }
    .mb-xxl-auto{
        margin-bottom:auto!important
    }
    .ms-xxl-0{
        margin-left:0!important
    }
    .ms-xxl-5{
        margin-left:0.3125rem!important
    }
    .ms-xxl-10{
        margin-left:0.625rem!important
    }
    .ms-xxl-15{
        margin-left:0.9375rem!important
    }
    .ms-xxl-20{
        margin-left:1.25rem!important
    }
    .ms-xxl-25{
        margin-left:1.5625rem!important
    }
    .ms-xxl-30{
        margin-left:1.875rem!important
    }
    .ms-xxl-35{
        margin-left:2.1875rem!important
    }
    .ms-xxl-40{
        margin-left:2.5rem!important
    }
    .ms-xxl-45{
        margin-left:2.8125rem!important
    }
    .ms-xxl-50{
        margin-left:3.125rem!important
    }
    .ms-xxl-55{
        margin-left:3.4375rem!important
    }
    .ms-xxl-60{
        margin-left:3.75rem!important
    }
    .ms-xxl-65{
        margin-left:4.0625rem!important
    }
    .ms-xxl-70{
        margin-left:4.375rem!important
    }
    .ms-xxl-75{
        margin-left:4.6875rem!important
    }
    .ms-xxl-80{
        margin-left:5rem!important
    }
    .ms-xxl-85{
        margin-left:5.3125rem!important
    }
    .ms-xxl-90{
        margin-left:5.625rem!important
    }
    .ms-xxl-95{
        margin-left:5.9375rem!important
    }
    .ms-xxl-100{
        margin-left:6.25rem!important
    }
    .ms-xxl-105{
        margin-left:6.5625rem!important
    }
    .ms-xxl-110{
        margin-left:6.875rem!important
    }
    .ms-xxl-115{
        margin-left:7.1875rem!important
    }
    .ms-xxl-120{
        margin-left:7.5rem!important
    }
    .ms-xxl-125{
        margin-left:7.8125rem!important
    }
    .ms-xxl-130{
        margin-left:8.125rem!important
    }
    .ms-xxl-135{
        margin-left:8.4375rem!important
    }
    .ms-xxl-140{
        margin-left:8.75rem!important
    }
    .ms-xxl-145{
        margin-left:9.0625rem!important
    }
    .ms-xxl-150{
        margin-left:9.375rem!important
    }
    .ms-xxl-155{
        margin-left:9.6875rem!important
    }
    .ms-xxl-160{
        margin-left:10rem!important
    }
    .ms-xxl-165{
        margin-left:10.3125rem!important
    }
    .ms-xxl-170{
        margin-left:10.625rem!important
    }
    .ms-xxl-175{
        margin-left:10.9375rem!important
    }
    .ms-xxl-180{
        margin-left:11.25rem!important
    }
    .ms-xxl-185{
        margin-left:11.5625rem!important
    }
    .ms-xxl-190{
        margin-left:11.875rem!important
    }
    .ms-xxl-195{
        margin-left:12.1875rem!important
    }
    .ms-xxl-200{
        margin-left:12.5rem!important
    }
    .ms-xxl-205{
        margin-left:12.8125rem!important
    }
    .ms-xxl-210{
        margin-left:13.125rem!important
    }
    .ms-xxl-215{
        margin-left:13.4375rem!important
    }
    .ms-xxl-220{
        margin-left:13.75rem!important
    }
    .ms-xxl-225{
        margin-left:14.0625rem!important
    }
    .ms-xxl-230{
        margin-left:14.375rem!important
    }
    .ms-xxl-235{
        margin-left:14.6875rem!important
    }
    .ms-xxl-240{
        margin-left:15rem!important
    }
    .ms-xxl-245{
        margin-left:15.3125rem!important
    }
    .ms-xxl-250{
        margin-left:15.625rem!important
    }
    .ms-xxl-auto{
        margin-left:auto!important
    }
    .m-xxl-n5{
        margin:-0.3125rem!important
    }
    .m-xxl-n10{
        margin:-0.625rem!important
    }
    .m-xxl-n15{
        margin:-0.9375rem!important
    }
    .m-xxl-n20{
        margin:-1.25rem!important
    }
    .m-xxl-n25{
        margin:-1.5625rem!important
    }
    .m-xxl-n30{
        margin:-1.875rem!important
    }
    .m-xxl-n35{
        margin:-2.1875rem!important
    }
    .m-xxl-n40{
        margin:-2.5rem!important
    }
    .m-xxl-n45{
        margin:-2.8125rem!important
    }
    .m-xxl-n50{
        margin:-3.125rem!important
    }
    .m-xxl-n55{
        margin:-3.4375rem!important
    }
    .m-xxl-n60{
        margin:-3.75rem!important
    }
    .m-xxl-n65{
        margin:-4.0625rem!important
    }
    .m-xxl-n70{
        margin:-4.375rem!important
    }
    .m-xxl-n75{
        margin:-4.6875rem!important
    }
    .m-xxl-n80{
        margin:-5rem!important
    }
    .m-xxl-n85{
        margin:-5.3125rem!important
    }
    .m-xxl-n90{
        margin:-5.625rem!important
    }
    .m-xxl-n95{
        margin:-5.9375rem!important
    }
    .m-xxl-n100{
        margin:-6.25rem!important
    }
    .m-xxl-n105{
        margin:-6.5625rem!important
    }
    .m-xxl-n110{
        margin:-6.875rem!important
    }
    .m-xxl-n115{
        margin:-7.1875rem!important
    }
    .m-xxl-n120{
        margin:-7.5rem!important
    }
    .m-xxl-n125{
        margin:-7.8125rem!important
    }
    .m-xxl-n130{
        margin:-8.125rem!important
    }
    .m-xxl-n135{
        margin:-8.4375rem!important
    }
    .m-xxl-n140{
        margin:-8.75rem!important
    }
    .m-xxl-n145{
        margin:-9.0625rem!important
    }
    .m-xxl-n150{
        margin:-9.375rem!important
    }
    .m-xxl-n155{
        margin:-9.6875rem!important
    }
    .m-xxl-n160{
        margin:-10rem!important
    }
    .m-xxl-n165{
        margin:-10.3125rem!important
    }
    .m-xxl-n170{
        margin:-10.625rem!important
    }
    .m-xxl-n175{
        margin:-10.9375rem!important
    }
    .m-xxl-n180{
        margin:-11.25rem!important
    }
    .m-xxl-n185{
        margin:-11.5625rem!important
    }
    .m-xxl-n190{
        margin:-11.875rem!important
    }
    .m-xxl-n195{
        margin:-12.1875rem!important
    }
    .m-xxl-n200{
        margin:-12.5rem!important
    }
    .m-xxl-n205{
        margin:-12.8125rem!important
    }
    .m-xxl-n210{
        margin:-13.125rem!important
    }
    .m-xxl-n215{
        margin:-13.4375rem!important
    }
    .m-xxl-n220{
        margin:-13.75rem!important
    }
    .m-xxl-n225{
        margin:-14.0625rem!important
    }
    .m-xxl-n230{
        margin:-14.375rem!important
    }
    .m-xxl-n235{
        margin:-14.6875rem!important
    }
    .m-xxl-n240{
        margin:-15rem!important
    }
    .m-xxl-n245{
        margin:-15.3125rem!important
    }
    .m-xxl-n250{
        margin:-15.625rem!important
    }
    .mx-xxl-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-xxl-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-xxl-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-xxl-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-xxl-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-xxl-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-xxl-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-xxl-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-xxl-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-xxl-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-xxl-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-xxl-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-xxl-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-xxl-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-xxl-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-xxl-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-xxl-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-xxl-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-xxl-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-xxl-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-xxl-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-xxl-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-xxl-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-xxl-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-xxl-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-xxl-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-xxl-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-xxl-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-xxl-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-xxl-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-xxl-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-xxl-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-xxl-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-xxl-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-xxl-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-xxl-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-xxl-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-xxl-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-xxl-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-xxl-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-xxl-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-xxl-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-xxl-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-xxl-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-xxl-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-xxl-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-xxl-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-xxl-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-xxl-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-xxl-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-xxl-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-xxl-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-xxl-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-xxl-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-xxl-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-xxl-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-xxl-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-xxl-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-xxl-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-xxl-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-xxl-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-xxl-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-xxl-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-xxl-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-xxl-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-xxl-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-xxl-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-xxl-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-xxl-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-xxl-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-xxl-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-xxl-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-xxl-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-xxl-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-xxl-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-xxl-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-xxl-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-xxl-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-xxl-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-xxl-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-xxl-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-xxl-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-xxl-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-xxl-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-xxl-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-xxl-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-xxl-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-xxl-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-xxl-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-xxl-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-xxl-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-xxl-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-xxl-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-xxl-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-xxl-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-xxl-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-xxl-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-xxl-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-xxl-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-xxl-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-xxl-n5{
        margin-top:-0.3125rem!important
    }
    .mt-xxl-n10{
        margin-top:-0.625rem!important
    }
    .mt-xxl-n15{
        margin-top:-0.9375rem!important
    }
    .mt-xxl-n20{
        margin-top:-1.25rem!important
    }
    .mt-xxl-n25{
        margin-top:-1.5625rem!important
    }
    .mt-xxl-n30{
        margin-top:-1.875rem!important
    }
    .mt-xxl-n35{
        margin-top:-2.1875rem!important
    }
    .mt-xxl-n40{
        margin-top:-2.5rem!important
    }
    .mt-xxl-n45{
        margin-top:-2.8125rem!important
    }
    .mt-xxl-n50{
        margin-top:-3.125rem!important
    }
    .mt-xxl-n55{
        margin-top:-3.4375rem!important
    }
    .mt-xxl-n60{
        margin-top:-3.75rem!important
    }
    .mt-xxl-n65{
        margin-top:-4.0625rem!important
    }
    .mt-xxl-n70{
        margin-top:-4.375rem!important
    }
    .mt-xxl-n75{
        margin-top:-4.6875rem!important
    }
    .mt-xxl-n80{
        margin-top:-5rem!important
    }
    .mt-xxl-n85{
        margin-top:-5.3125rem!important
    }
    .mt-xxl-n90{
        margin-top:-5.625rem!important
    }
    .mt-xxl-n95{
        margin-top:-5.9375rem!important
    }
    .mt-xxl-n100{
        margin-top:-6.25rem!important
    }
    .mt-xxl-n105{
        margin-top:-6.5625rem!important
    }
    .mt-xxl-n110{
        margin-top:-6.875rem!important
    }
    .mt-xxl-n115{
        margin-top:-7.1875rem!important
    }
    .mt-xxl-n120{
        margin-top:-7.5rem!important
    }
    .mt-xxl-n125{
        margin-top:-7.8125rem!important
    }
    .mt-xxl-n130{
        margin-top:-8.125rem!important
    }
    .mt-xxl-n135{
        margin-top:-8.4375rem!important
    }
    .mt-xxl-n140{
        margin-top:-8.75rem!important
    }
    .mt-xxl-n145{
        margin-top:-9.0625rem!important
    }
    .mt-xxl-n150{
        margin-top:-9.375rem!important
    }
    .mt-xxl-n155{
        margin-top:-9.6875rem!important
    }
    .mt-xxl-n160{
        margin-top:-10rem!important
    }
    .mt-xxl-n165{
        margin-top:-10.3125rem!important
    }
    .mt-xxl-n170{
        margin-top:-10.625rem!important
    }
    .mt-xxl-n175{
        margin-top:-10.9375rem!important
    }
    .mt-xxl-n180{
        margin-top:-11.25rem!important
    }
    .mt-xxl-n185{
        margin-top:-11.5625rem!important
    }
    .mt-xxl-n190{
        margin-top:-11.875rem!important
    }
    .mt-xxl-n195{
        margin-top:-12.1875rem!important
    }
    .mt-xxl-n200{
        margin-top:-12.5rem!important
    }
    .mt-xxl-n205{
        margin-top:-12.8125rem!important
    }
    .mt-xxl-n210{
        margin-top:-13.125rem!important
    }
    .mt-xxl-n215{
        margin-top:-13.4375rem!important
    }
    .mt-xxl-n220{
        margin-top:-13.75rem!important
    }
    .mt-xxl-n225{
        margin-top:-14.0625rem!important
    }
    .mt-xxl-n230{
        margin-top:-14.375rem!important
    }
    .mt-xxl-n235{
        margin-top:-14.6875rem!important
    }
    .mt-xxl-n240{
        margin-top:-15rem!important
    }
    .mt-xxl-n245{
        margin-top:-15.3125rem!important
    }
    .mt-xxl-n250{
        margin-top:-15.625rem!important
    }
    .me-xxl-n5{
        margin-right:-0.3125rem!important
    }
    .me-xxl-n10{
        margin-right:-0.625rem!important
    }
    .me-xxl-n15{
        margin-right:-0.9375rem!important
    }
    .me-xxl-n20{
        margin-right:-1.25rem!important
    }
    .me-xxl-n25{
        margin-right:-1.5625rem!important
    }
    .me-xxl-n30{
        margin-right:-1.875rem!important
    }
    .me-xxl-n35{
        margin-right:-2.1875rem!important
    }
    .me-xxl-n40{
        margin-right:-2.5rem!important
    }
    .me-xxl-n45{
        margin-right:-2.8125rem!important
    }
    .me-xxl-n50{
        margin-right:-3.125rem!important
    }
    .me-xxl-n55{
        margin-right:-3.4375rem!important
    }
    .me-xxl-n60{
        margin-right:-3.75rem!important
    }
    .me-xxl-n65{
        margin-right:-4.0625rem!important
    }
    .me-xxl-n70{
        margin-right:-4.375rem!important
    }
    .me-xxl-n75{
        margin-right:-4.6875rem!important
    }
    .me-xxl-n80{
        margin-right:-5rem!important
    }
    .me-xxl-n85{
        margin-right:-5.3125rem!important
    }
    .me-xxl-n90{
        margin-right:-5.625rem!important
    }
    .me-xxl-n95{
        margin-right:-5.9375rem!important
    }
    .me-xxl-n100{
        margin-right:-6.25rem!important
    }
    .me-xxl-n105{
        margin-right:-6.5625rem!important
    }
    .me-xxl-n110{
        margin-right:-6.875rem!important
    }
    .me-xxl-n115{
        margin-right:-7.1875rem!important
    }
    .me-xxl-n120{
        margin-right:-7.5rem!important
    }
    .me-xxl-n125{
        margin-right:-7.8125rem!important
    }
    .me-xxl-n130{
        margin-right:-8.125rem!important
    }
    .me-xxl-n135{
        margin-right:-8.4375rem!important
    }
    .me-xxl-n140{
        margin-right:-8.75rem!important
    }
    .me-xxl-n145{
        margin-right:-9.0625rem!important
    }
    .me-xxl-n150{
        margin-right:-9.375rem!important
    }
    .me-xxl-n155{
        margin-right:-9.6875rem!important
    }
    .me-xxl-n160{
        margin-right:-10rem!important
    }
    .me-xxl-n165{
        margin-right:-10.3125rem!important
    }
    .me-xxl-n170{
        margin-right:-10.625rem!important
    }
    .me-xxl-n175{
        margin-right:-10.9375rem!important
    }
    .me-xxl-n180{
        margin-right:-11.25rem!important
    }
    .me-xxl-n185{
        margin-right:-11.5625rem!important
    }
    .me-xxl-n190{
        margin-right:-11.875rem!important
    }
    .me-xxl-n195{
        margin-right:-12.1875rem!important
    }
    .me-xxl-n200{
        margin-right:-12.5rem!important
    }
    .me-xxl-n205{
        margin-right:-12.8125rem!important
    }
    .me-xxl-n210{
        margin-right:-13.125rem!important
    }
    .me-xxl-n215{
        margin-right:-13.4375rem!important
    }
    .me-xxl-n220{
        margin-right:-13.75rem!important
    }
    .me-xxl-n225{
        margin-right:-14.0625rem!important
    }
    .me-xxl-n230{
        margin-right:-14.375rem!important
    }
    .me-xxl-n235{
        margin-right:-14.6875rem!important
    }
    .me-xxl-n240{
        margin-right:-15rem!important
    }
    .me-xxl-n245{
        margin-right:-15.3125rem!important
    }
    .me-xxl-n250{
        margin-right:-15.625rem!important
    }
    .mb-xxl-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-xxl-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-xxl-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-xxl-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-xxl-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-xxl-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-xxl-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-xxl-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-xxl-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-xxl-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-xxl-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-xxl-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-xxl-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-xxl-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-xxl-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-xxl-n80{
        margin-bottom:-5rem!important
    }
    .mb-xxl-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-xxl-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-xxl-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-xxl-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-xxl-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-xxl-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-xxl-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-xxl-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-xxl-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-xxl-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-xxl-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-xxl-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-xxl-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-xxl-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-xxl-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-xxl-n160{
        margin-bottom:-10rem!important
    }
    .mb-xxl-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-xxl-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-xxl-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-xxl-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-xxl-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-xxl-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-xxl-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-xxl-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-xxl-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-xxl-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-xxl-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-xxl-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-xxl-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-xxl-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-xxl-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-xxl-n240{
        margin-bottom:-15rem!important
    }
    .mb-xxl-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-xxl-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-xxl-n5{
        margin-left:-0.3125rem!important
    }
    .ms-xxl-n10{
        margin-left:-0.625rem!important
    }
    .ms-xxl-n15{
        margin-left:-0.9375rem!important
    }
    .ms-xxl-n20{
        margin-left:-1.25rem!important
    }
    .ms-xxl-n25{
        margin-left:-1.5625rem!important
    }
    .ms-xxl-n30{
        margin-left:-1.875rem!important
    }
    .ms-xxl-n35{
        margin-left:-2.1875rem!important
    }
    .ms-xxl-n40{
        margin-left:-2.5rem!important
    }
    .ms-xxl-n45{
        margin-left:-2.8125rem!important
    }
    .ms-xxl-n50{
        margin-left:-3.125rem!important
    }
    .ms-xxl-n55{
        margin-left:-3.4375rem!important
    }
    .ms-xxl-n60{
        margin-left:-3.75rem!important
    }
    .ms-xxl-n65{
        margin-left:-4.0625rem!important
    }
    .ms-xxl-n70{
        margin-left:-4.375rem!important
    }
    .ms-xxl-n75{
        margin-left:-4.6875rem!important
    }
    .ms-xxl-n80{
        margin-left:-5rem!important
    }
    .ms-xxl-n85{
        margin-left:-5.3125rem!important
    }
    .ms-xxl-n90{
        margin-left:-5.625rem!important
    }
    .ms-xxl-n95{
        margin-left:-5.9375rem!important
    }
    .ms-xxl-n100{
        margin-left:-6.25rem!important
    }
    .ms-xxl-n105{
        margin-left:-6.5625rem!important
    }
    .ms-xxl-n110{
        margin-left:-6.875rem!important
    }
    .ms-xxl-n115{
        margin-left:-7.1875rem!important
    }
    .ms-xxl-n120{
        margin-left:-7.5rem!important
    }
    .ms-xxl-n125{
        margin-left:-7.8125rem!important
    }
    .ms-xxl-n130{
        margin-left:-8.125rem!important
    }
    .ms-xxl-n135{
        margin-left:-8.4375rem!important
    }
    .ms-xxl-n140{
        margin-left:-8.75rem!important
    }
    .ms-xxl-n145{
        margin-left:-9.0625rem!important
    }
    .ms-xxl-n150{
        margin-left:-9.375rem!important
    }
    .ms-xxl-n155{
        margin-left:-9.6875rem!important
    }
    .ms-xxl-n160{
        margin-left:-10rem!important
    }
    .ms-xxl-n165{
        margin-left:-10.3125rem!important
    }
    .ms-xxl-n170{
        margin-left:-10.625rem!important
    }
    .ms-xxl-n175{
        margin-left:-10.9375rem!important
    }
    .ms-xxl-n180{
        margin-left:-11.25rem!important
    }
    .ms-xxl-n185{
        margin-left:-11.5625rem!important
    }
    .ms-xxl-n190{
        margin-left:-11.875rem!important
    }
    .ms-xxl-n195{
        margin-left:-12.1875rem!important
    }
    .ms-xxl-n200{
        margin-left:-12.5rem!important
    }
    .ms-xxl-n205{
        margin-left:-12.8125rem!important
    }
    .ms-xxl-n210{
        margin-left:-13.125rem!important
    }
    .ms-xxl-n215{
        margin-left:-13.4375rem!important
    }
    .ms-xxl-n220{
        margin-left:-13.75rem!important
    }
    .ms-xxl-n225{
        margin-left:-14.0625rem!important
    }
    .ms-xxl-n230{
        margin-left:-14.375rem!important
    }
    .ms-xxl-n235{
        margin-left:-14.6875rem!important
    }
    .ms-xxl-n240{
        margin-left:-15rem!important
    }
    .ms-xxl-n245{
        margin-left:-15.3125rem!important
    }
    .ms-xxl-n250{
        margin-left:-15.625rem!important
    }
    .p-xxl-0{
        padding:0!important
    }
    .p-xxl-5{
        padding:0.3125rem!important
    }
    .p-xxl-10{
        padding:0.625rem!important
    }
    .p-xxl-15{
        padding:0.9375rem!important
    }
    .p-xxl-20{
        padding:1.25rem!important
    }
    .p-xxl-25{
        padding:1.5625rem!important
    }
    .p-xxl-30{
        padding:1.875rem!important
    }
    .p-xxl-35{
        padding:2.1875rem!important
    }
    .p-xxl-40{
        padding:2.5rem!important
    }
    .p-xxl-45{
        padding:2.8125rem!important
    }
    .p-xxl-50{
        padding:3.125rem!important
    }
    .p-xxl-55{
        padding:3.4375rem!important
    }
    .p-xxl-60{
        padding:3.75rem!important
    }
    .p-xxl-65{
        padding:4.0625rem!important
    }
    .p-xxl-70{
        padding:4.375rem!important
    }
    .p-xxl-75{
        padding:4.6875rem!important
    }
    .p-xxl-80{
        padding:5rem!important
    }
    .p-xxl-85{
        padding:5.3125rem!important
    }
    .p-xxl-90{
        padding:5.625rem!important
    }
    .p-xxl-95{
        padding:5.9375rem!important
    }
    .p-xxl-100{
        padding:6.25rem!important
    }
    .p-xxl-105{
        padding:6.5625rem!important
    }
    .p-xxl-110{
        padding:6.875rem!important
    }
    .p-xxl-115{
        padding:7.1875rem!important
    }
    .p-xxl-120{
        padding:7.5rem!important
    }
    .p-xxl-125{
        padding:7.8125rem!important
    }
    .p-xxl-130{
        padding:8.125rem!important
    }
    .p-xxl-135{
        padding:8.4375rem!important
    }
    .p-xxl-140{
        padding:8.75rem!important
    }
    .p-xxl-145{
        padding:9.0625rem!important
    }
    .p-xxl-150{
        padding:9.375rem!important
    }
    .p-xxl-155{
        padding:9.6875rem!important
    }
    .p-xxl-160{
        padding:10rem!important
    }
    .p-xxl-165{
        padding:10.3125rem!important
    }
    .p-xxl-170{
        padding:10.625rem!important
    }
    .p-xxl-175{
        padding:10.9375rem!important
    }
    .p-xxl-180{
        padding:11.25rem!important
    }
    .p-xxl-185{
        padding:11.5625rem!important
    }
    .p-xxl-190{
        padding:11.875rem!important
    }
    .p-xxl-195{
        padding:12.1875rem!important
    }
    .p-xxl-200{
        padding:12.5rem!important
    }
    .p-xxl-205{
        padding:12.8125rem!important
    }
    .p-xxl-210{
        padding:13.125rem!important
    }
    .p-xxl-215{
        padding:13.4375rem!important
    }
    .p-xxl-220{
        padding:13.75rem!important
    }
    .p-xxl-225{
        padding:14.0625rem!important
    }
    .p-xxl-230{
        padding:14.375rem!important
    }
    .p-xxl-235{
        padding:14.6875rem!important
    }
    .p-xxl-240{
        padding:15rem!important
    }
    .p-xxl-245{
        padding:15.3125rem!important
    }
    .p-xxl-250{
        padding:15.625rem!important
    }
    .px-xxl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xxl-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-xxl-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-xxl-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-xxl-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-xxl-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-xxl-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-xxl-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-xxl-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-xxl-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-xxl-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-xxl-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-xxl-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-xxl-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-xxl-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-xxl-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-xxl-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-xxl-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-xxl-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-xxl-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-xxl-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-xxl-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-xxl-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-xxl-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-xxl-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-xxl-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-xxl-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-xxl-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-xxl-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-xxl-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-xxl-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-xxl-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-xxl-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-xxl-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-xxl-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-xxl-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-xxl-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-xxl-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-xxl-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-xxl-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-xxl-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-xxl-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-xxl-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-xxl-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-xxl-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-xxl-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-xxl-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-xxl-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-xxl-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-xxl-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-xxl-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-xxl-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-xxl-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-xxl-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-xxl-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-xxl-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-xxl-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-xxl-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-xxl-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-xxl-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-xxl-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-xxl-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-xxl-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-xxl-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-xxl-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-xxl-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-xxl-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-xxl-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-xxl-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-xxl-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-xxl-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-xxl-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-xxl-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-xxl-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-xxl-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-xxl-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-xxl-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-xxl-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-xxl-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-xxl-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-xxl-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-xxl-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-xxl-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-xxl-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-xxl-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-xxl-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-xxl-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-xxl-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-xxl-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-xxl-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-xxl-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-xxl-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-xxl-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-xxl-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-xxl-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-xxl-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-xxl-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-xxl-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-xxl-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-xxl-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-xxl-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-xxl-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-xxl-0{
        padding-top:0!important
    }
    .pt-xxl-5{
        padding-top:0.3125rem!important
    }
    .pt-xxl-10{
        padding-top:0.625rem!important
    }
    .pt-xxl-15{
        padding-top:0.9375rem!important
    }
    .pt-xxl-20{
        padding-top:1.25rem!important
    }
    .pt-xxl-25{
        padding-top:1.5625rem!important
    }
    .pt-xxl-30{
        padding-top:1.875rem!important
    }
    .pt-xxl-35{
        padding-top:2.1875rem!important
    }
    .pt-xxl-40{
        padding-top:2.5rem!important
    }
    .pt-xxl-45{
        padding-top:2.8125rem!important
    }
    .pt-xxl-50{
        padding-top:3.125rem!important
    }
    .pt-xxl-55{
        padding-top:3.4375rem!important
    }
    .pt-xxl-60{
        padding-top:3.75rem!important
    }
    .pt-xxl-65{
        padding-top:4.0625rem!important
    }
    .pt-xxl-70{
        padding-top:4.375rem!important
    }
    .pt-xxl-75{
        padding-top:4.6875rem!important
    }
    .pt-xxl-80{
        padding-top:5rem!important
    }
    .pt-xxl-85{
        padding-top:5.3125rem!important
    }
    .pt-xxl-90{
        padding-top:5.625rem!important
    }
    .pt-xxl-95{
        padding-top:5.9375rem!important
    }
    .pt-xxl-100{
        padding-top:6.25rem!important
    }
    .pt-xxl-105{
        padding-top:6.5625rem!important
    }
    .pt-xxl-110{
        padding-top:6.875rem!important
    }
    .pt-xxl-115{
        padding-top:7.1875rem!important
    }
    .pt-xxl-120{
        padding-top:7.5rem!important
    }
    .pt-xxl-125{
        padding-top:7.8125rem!important
    }
    .pt-xxl-130{
        padding-top:8.125rem!important
    }
    .pt-xxl-135{
        padding-top:8.4375rem!important
    }
    .pt-xxl-140{
        padding-top:8.75rem!important
    }
    .pt-xxl-145{
        padding-top:9.0625rem!important
    }
    .pt-xxl-150{
        padding-top:9.375rem!important
    }
    .pt-xxl-155{
        padding-top:9.6875rem!important
    }
    .pt-xxl-160{
        padding-top:10rem!important
    }
    .pt-xxl-165{
        padding-top:10.3125rem!important
    }
    .pt-xxl-170{
        padding-top:10.625rem!important
    }
    .pt-xxl-175{
        padding-top:10.9375rem!important
    }
    .pt-xxl-180{
        padding-top:11.25rem!important
    }
    .pt-xxl-185{
        padding-top:11.5625rem!important
    }
    .pt-xxl-190{
        padding-top:11.875rem!important
    }
    .pt-xxl-195{
        padding-top:12.1875rem!important
    }
    .pt-xxl-200{
        padding-top:12.5rem!important
    }
    .pt-xxl-205{
        padding-top:12.8125rem!important
    }
    .pt-xxl-210{
        padding-top:13.125rem!important
    }
    .pt-xxl-215{
        padding-top:13.4375rem!important
    }
    .pt-xxl-220{
        padding-top:13.75rem!important
    }
    .pt-xxl-225{
        padding-top:14.0625rem!important
    }
    .pt-xxl-230{
        padding-top:14.375rem!important
    }
    .pt-xxl-235{
        padding-top:14.6875rem!important
    }
    .pt-xxl-240{
        padding-top:15rem!important
    }
    .pt-xxl-245{
        padding-top:15.3125rem!important
    }
    .pt-xxl-250{
        padding-top:15.625rem!important
    }
    .pe-xxl-0{
        padding-right:0!important
    }
    .pe-xxl-5{
        padding-right:0.3125rem!important
    }
    .pe-xxl-10{
        padding-right:0.625rem!important
    }
    .pe-xxl-15{
        padding-right:0.9375rem!important
    }
    .pe-xxl-20{
        padding-right:1.25rem!important
    }
    .pe-xxl-25{
        padding-right:1.5625rem!important
    }
    .pe-xxl-30{
        padding-right:1.875rem!important
    }
    .pe-xxl-35{
        padding-right:2.1875rem!important
    }
    .pe-xxl-40{
        padding-right:2.5rem!important
    }
    .pe-xxl-45{
        padding-right:2.8125rem!important
    }
    .pe-xxl-50{
        padding-right:3.125rem!important
    }
    .pe-xxl-55{
        padding-right:3.4375rem!important
    }
    .pe-xxl-60{
        padding-right:3.75rem!important
    }
    .pe-xxl-65{
        padding-right:4.0625rem!important
    }
    .pe-xxl-70{
        padding-right:4.375rem!important
    }
    .pe-xxl-75{
        padding-right:4.6875rem!important
    }
    .pe-xxl-80{
        padding-right:5rem!important
    }
    .pe-xxl-85{
        padding-right:5.3125rem!important
    }
    .pe-xxl-90{
        padding-right:5.625rem!important
    }
    .pe-xxl-95{
        padding-right:5.9375rem!important
    }
    .pe-xxl-100{
        padding-right:6.25rem!important
    }
    .pe-xxl-105{
        padding-right:6.5625rem!important
    }
    .pe-xxl-110{
        padding-right:6.875rem!important
    }
    .pe-xxl-115{
        padding-right:7.1875rem!important
    }
    .pe-xxl-120{
        padding-right:7.5rem!important
    }
    .pe-xxl-125{
        padding-right:7.8125rem!important
    }
    .pe-xxl-130{
        padding-right:8.125rem!important
    }
    .pe-xxl-135{
        padding-right:8.4375rem!important
    }
    .pe-xxl-140{
        padding-right:8.75rem!important
    }
    .pe-xxl-145{
        padding-right:9.0625rem!important
    }
    .pe-xxl-150{
        padding-right:9.375rem!important
    }
    .pe-xxl-155{
        padding-right:9.6875rem!important
    }
    .pe-xxl-160{
        padding-right:10rem!important
    }
    .pe-xxl-165{
        padding-right:10.3125rem!important
    }
    .pe-xxl-170{
        padding-right:10.625rem!important
    }
    .pe-xxl-175{
        padding-right:10.9375rem!important
    }
    .pe-xxl-180{
        padding-right:11.25rem!important
    }
    .pe-xxl-185{
        padding-right:11.5625rem!important
    }
    .pe-xxl-190{
        padding-right:11.875rem!important
    }
    .pe-xxl-195{
        padding-right:12.1875rem!important
    }
    .pe-xxl-200{
        padding-right:12.5rem!important
    }
    .pe-xxl-205{
        padding-right:12.8125rem!important
    }
    .pe-xxl-210{
        padding-right:13.125rem!important
    }
    .pe-xxl-215{
        padding-right:13.4375rem!important
    }
    .pe-xxl-220{
        padding-right:13.75rem!important
    }
    .pe-xxl-225{
        padding-right:14.0625rem!important
    }
    .pe-xxl-230{
        padding-right:14.375rem!important
    }
    .pe-xxl-235{
        padding-right:14.6875rem!important
    }
    .pe-xxl-240{
        padding-right:15rem!important
    }
    .pe-xxl-245{
        padding-right:15.3125rem!important
    }
    .pe-xxl-250{
        padding-right:15.625rem!important
    }
    .pb-xxl-0{
        padding-bottom:0!important
    }
    .pb-xxl-5{
        padding-bottom:0.3125rem!important
    }
    .pb-xxl-10{
        padding-bottom:0.625rem!important
    }
    .pb-xxl-15{
        padding-bottom:0.9375rem!important
    }
    .pb-xxl-20{
        padding-bottom:1.25rem!important
    }
    .pb-xxl-25{
        padding-bottom:1.5625rem!important
    }
    .pb-xxl-30{
        padding-bottom:1.875rem!important
    }
    .pb-xxl-35{
        padding-bottom:2.1875rem!important
    }
    .pb-xxl-40{
        padding-bottom:2.5rem!important
    }
    .pb-xxl-45{
        padding-bottom:2.8125rem!important
    }
    .pb-xxl-50{
        padding-bottom:3.125rem!important
    }
    .pb-xxl-55{
        padding-bottom:3.4375rem!important
    }
    .pb-xxl-60{
        padding-bottom:3.75rem!important
    }
    .pb-xxl-65{
        padding-bottom:4.0625rem!important
    }
    .pb-xxl-70{
        padding-bottom:4.375rem!important
    }
    .pb-xxl-75{
        padding-bottom:4.6875rem!important
    }
    .pb-xxl-80{
        padding-bottom:5rem!important
    }
    .pb-xxl-85{
        padding-bottom:5.3125rem!important
    }
    .pb-xxl-90{
        padding-bottom:5.625rem!important
    }
    .pb-xxl-95{
        padding-bottom:5.9375rem!important
    }
    .pb-xxl-100{
        padding-bottom:6.25rem!important
    }
    .pb-xxl-105{
        padding-bottom:6.5625rem!important
    }
    .pb-xxl-110{
        padding-bottom:6.875rem!important
    }
    .pb-xxl-115{
        padding-bottom:7.1875rem!important
    }
    .pb-xxl-120{
        padding-bottom:7.5rem!important
    }
    .pb-xxl-125{
        padding-bottom:7.8125rem!important
    }
    .pb-xxl-130{
        padding-bottom:8.125rem!important
    }
    .pb-xxl-135{
        padding-bottom:8.4375rem!important
    }
    .pb-xxl-140{
        padding-bottom:8.75rem!important
    }
    .pb-xxl-145{
        padding-bottom:9.0625rem!important
    }
    .pb-xxl-150{
        padding-bottom:9.375rem!important
    }
    .pb-xxl-155{
        padding-bottom:9.6875rem!important
    }
    .pb-xxl-160{
        padding-bottom:10rem!important
    }
    .pb-xxl-165{
        padding-bottom:10.3125rem!important
    }
    .pb-xxl-170{
        padding-bottom:10.625rem!important
    }
    .pb-xxl-175{
        padding-bottom:10.9375rem!important
    }
    .pb-xxl-180{
        padding-bottom:11.25rem!important
    }
    .pb-xxl-185{
        padding-bottom:11.5625rem!important
    }
    .pb-xxl-190{
        padding-bottom:11.875rem!important
    }
    .pb-xxl-195{
        padding-bottom:12.1875rem!important
    }
    .pb-xxl-200{
        padding-bottom:12.5rem!important
    }
    .pb-xxl-205{
        padding-bottom:12.8125rem!important
    }
    .pb-xxl-210{
        padding-bottom:13.125rem!important
    }
    .pb-xxl-215{
        padding-bottom:13.4375rem!important
    }
    .pb-xxl-220{
        padding-bottom:13.75rem!important
    }
    .pb-xxl-225{
        padding-bottom:14.0625rem!important
    }
    .pb-xxl-230{
        padding-bottom:14.375rem!important
    }
    .pb-xxl-235{
        padding-bottom:14.6875rem!important
    }
    .pb-xxl-240{
        padding-bottom:15rem!important
    }
    .pb-xxl-245{
        padding-bottom:15.3125rem!important
    }
    .pb-xxl-250{
        padding-bottom:15.625rem!important
    }
    .ps-xxl-0{
        padding-left:0!important
    }
    .ps-xxl-5{
        padding-left:0.3125rem!important
    }
    .ps-xxl-10{
        padding-left:0.625rem!important
    }
    .ps-xxl-15{
        padding-left:0.9375rem!important
    }
    .ps-xxl-20{
        padding-left:1.25rem!important
    }
    .ps-xxl-25{
        padding-left:1.5625rem!important
    }
    .ps-xxl-30{
        padding-left:1.875rem!important
    }
    .ps-xxl-35{
        padding-left:2.1875rem!important
    }
    .ps-xxl-40{
        padding-left:2.5rem!important
    }
    .ps-xxl-45{
        padding-left:2.8125rem!important
    }
    .ps-xxl-50{
        padding-left:3.125rem!important
    }
    .ps-xxl-55{
        padding-left:3.4375rem!important
    }
    .ps-xxl-60{
        padding-left:3.75rem!important
    }
    .ps-xxl-65{
        padding-left:4.0625rem!important
    }
    .ps-xxl-70{
        padding-left:4.375rem!important
    }
    .ps-xxl-75{
        padding-left:4.6875rem!important
    }
    .ps-xxl-80{
        padding-left:5rem!important
    }
    .ps-xxl-85{
        padding-left:5.3125rem!important
    }
    .ps-xxl-90{
        padding-left:5.625rem!important
    }
    .ps-xxl-95{
        padding-left:5.9375rem!important
    }
    .ps-xxl-100{
        padding-left:6.25rem!important
    }
    .ps-xxl-105{
        padding-left:6.5625rem!important
    }
    .ps-xxl-110{
        padding-left:6.875rem!important
    }
    .ps-xxl-115{
        padding-left:7.1875rem!important
    }
    .ps-xxl-120{
        padding-left:7.5rem!important
    }
    .ps-xxl-125{
        padding-left:7.8125rem!important
    }
    .ps-xxl-130{
        padding-left:8.125rem!important
    }
    .ps-xxl-135{
        padding-left:8.4375rem!important
    }
    .ps-xxl-140{
        padding-left:8.75rem!important
    }
    .ps-xxl-145{
        padding-left:9.0625rem!important
    }
    .ps-xxl-150{
        padding-left:9.375rem!important
    }
    .ps-xxl-155{
        padding-left:9.6875rem!important
    }
    .ps-xxl-160{
        padding-left:10rem!important
    }
    .ps-xxl-165{
        padding-left:10.3125rem!important
    }
    .ps-xxl-170{
        padding-left:10.625rem!important
    }
    .ps-xxl-175{
        padding-left:10.9375rem!important
    }
    .ps-xxl-180{
        padding-left:11.25rem!important
    }
    .ps-xxl-185{
        padding-left:11.5625rem!important
    }
    .ps-xxl-190{
        padding-left:11.875rem!important
    }
    .ps-xxl-195{
        padding-left:12.1875rem!important
    }
    .ps-xxl-200{
        padding-left:12.5rem!important
    }
    .ps-xxl-205{
        padding-left:12.8125rem!important
    }
    .ps-xxl-210{
        padding-left:13.125rem!important
    }
    .ps-xxl-215{
        padding-left:13.4375rem!important
    }
    .ps-xxl-220{
        padding-left:13.75rem!important
    }
    .ps-xxl-225{
        padding-left:14.0625rem!important
    }
    .ps-xxl-230{
        padding-left:14.375rem!important
    }
    .ps-xxl-235{
        padding-left:14.6875rem!important
    }
    .ps-xxl-240{
        padding-left:15rem!important
    }
    .ps-xxl-245{
        padding-left:15.3125rem!important
    }
    .ps-xxl-250{
        padding-left:15.625rem!important
    }
    .gap-xxl-0{
        gap:0!important
    }
    .gap-xxl-5{
        gap:0.3125rem!important
    }
    .gap-xxl-10{
        gap:0.625rem!important
    }
    .gap-xxl-15{
        gap:0.9375rem!important
    }
    .gap-xxl-20{
        gap:1.25rem!important
    }
    .gap-xxl-25{
        gap:1.5625rem!important
    }
    .gap-xxl-30{
        gap:1.875rem!important
    }
    .gap-xxl-35{
        gap:2.1875rem!important
    }
    .gap-xxl-40{
        gap:2.5rem!important
    }
    .gap-xxl-45{
        gap:2.8125rem!important
    }
    .gap-xxl-50{
        gap:3.125rem!important
    }
    .gap-xxl-55{
        gap:3.4375rem!important
    }
    .gap-xxl-60{
        gap:3.75rem!important
    }
    .gap-xxl-65{
        gap:4.0625rem!important
    }
    .gap-xxl-70{
        gap:4.375rem!important
    }
    .gap-xxl-75{
        gap:4.6875rem!important
    }
    .gap-xxl-80{
        gap:5rem!important
    }
    .gap-xxl-85{
        gap:5.3125rem!important
    }
    .gap-xxl-90{
        gap:5.625rem!important
    }
    .gap-xxl-95{
        gap:5.9375rem!important
    }
    .gap-xxl-100{
        gap:6.25rem!important
    }
    .gap-xxl-105{
        gap:6.5625rem!important
    }
    .gap-xxl-110{
        gap:6.875rem!important
    }
    .gap-xxl-115{
        gap:7.1875rem!important
    }
    .gap-xxl-120{
        gap:7.5rem!important
    }
    .gap-xxl-125{
        gap:7.8125rem!important
    }
    .gap-xxl-130{
        gap:8.125rem!important
    }
    .gap-xxl-135{
        gap:8.4375rem!important
    }
    .gap-xxl-140{
        gap:8.75rem!important
    }
    .gap-xxl-145{
        gap:9.0625rem!important
    }
    .gap-xxl-150{
        gap:9.375rem!important
    }
    .gap-xxl-155{
        gap:9.6875rem!important
    }
    .gap-xxl-160{
        gap:10rem!important
    }
    .gap-xxl-165{
        gap:10.3125rem!important
    }
    .gap-xxl-170{
        gap:10.625rem!important
    }
    .gap-xxl-175{
        gap:10.9375rem!important
    }
    .gap-xxl-180{
        gap:11.25rem!important
    }
    .gap-xxl-185{
        gap:11.5625rem!important
    }
    .gap-xxl-190{
        gap:11.875rem!important
    }
    .gap-xxl-195{
        gap:12.1875rem!important
    }
    .gap-xxl-200{
        gap:12.5rem!important
    }
    .gap-xxl-205{
        gap:12.8125rem!important
    }
    .gap-xxl-210{
        gap:13.125rem!important
    }
    .gap-xxl-215{
        gap:13.4375rem!important
    }
    .gap-xxl-220{
        gap:13.75rem!important
    }
    .gap-xxl-225{
        gap:14.0625rem!important
    }
    .gap-xxl-230{
        gap:14.375rem!important
    }
    .gap-xxl-235{
        gap:14.6875rem!important
    }
    .gap-xxl-240{
        gap:15rem!important
    }
    .gap-xxl-245{
        gap:15.3125rem!important
    }
    .gap-xxl-250{
        gap:15.625rem!important
    }
    .text-xxl-start{
        text-align:left!important
    }
    .text-xxl-end{
        text-align:right!important
    }
    .text-xxl-center{
        text-align:center!important
    }
}
@media (min-width:1550px){
    .float-xxxl-start{
        float:left!important
    }
    .float-xxxl-end{
        float:right!important
    }
    .float-xxxl-none{
        float:none!important
    }
    .d-xxxl-inline{
        display:inline!important
    }
    .d-xxxl-inline-block{
        display:inline-block!important
    }
    .d-xxxl-block{
        display:block!important
    }
    .d-xxxl-grid{
        display:grid!important
    }
    .d-xxxl-table{
        display:table!important
    }
    .d-xxxl-table-row{
        display:table-row!important
    }
    .d-xxxl-table-cell{
        display:table-cell!important
    }
    .d-xxxl-flex{
        display:flex!important
    }
    .d-xxxl-inline-flex{
        display:inline-flex!important
    }
    .d-xxxl-none{
        display:none!important
    }
    .flex-xxxl-fill{
        flex:1 1 auto!important
    }
    .flex-xxxl-row{
        flex-direction:row!important
    }
    .flex-xxxl-column{
        flex-direction:column!important
    }
    .flex-xxxl-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-xxxl-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-xxxl-grow-0{
        flex-grow:0!important
    }
    .flex-xxxl-grow-1{
        flex-grow:1!important
    }
    .flex-xxxl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xxxl-shrink-1{
        flex-shrink:1!important
    }
    .flex-xxxl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xxxl-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-xxxl-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .justify-content-xxxl-start{
        justify-content:flex-start!important
    }
    .justify-content-xxxl-end{
        justify-content:flex-end!important
    }
    .justify-content-xxxl-center{
        justify-content:center!important
    }
    .justify-content-xxxl-between{
        justify-content:space-between!important
    }
    .justify-content-xxxl-around{
        justify-content:space-around!important
    }
    .justify-content-xxxl-evenly{
        justify-content:space-evenly!important
    }
    .align-items-xxxl-start{
        align-items:flex-start!important
    }
    .align-items-xxxl-end{
        align-items:flex-end!important
    }
    .align-items-xxxl-center{
        align-items:center!important
    }
    .align-items-xxxl-baseline{
        align-items:baseline!important
    }
    .align-items-xxxl-stretch{
        align-items:stretch!important
    }
    .align-content-xxxl-start{
        align-content:flex-start!important
    }
    .align-content-xxxl-end{
        align-content:flex-end!important
    }
    .align-content-xxxl-center{
        align-content:center!important
    }
    .align-content-xxxl-between{
        align-content:space-between!important
    }
    .align-content-xxxl-around{
        align-content:space-around!important
    }
    .align-content-xxxl-stretch{
        align-content:stretch!important
    }
    .align-self-xxxl-auto{
        align-self:auto!important
    }
    .align-self-xxxl-start{
        align-self:flex-start!important
    }
    .align-self-xxxl-end{
        align-self:flex-end!important
    }
    .align-self-xxxl-center{
        align-self:center!important
    }
    .align-self-xxxl-baseline{
        align-self:baseline!important
    }
    .align-self-xxxl-stretch{
        align-self:stretch!important
    }
    .order-xxxl-first{
        order:-1!important
    }
    .order-xxxl-0{
        order:0!important
    }
    .order-xxxl-1{
        order:1!important
    }
    .order-xxxl-2{
        order:2!important
    }
    .order-xxxl-3{
        order:3!important
    }
    .order-xxxl-4{
        order:4!important
    }
    .order-xxxl-5{
        order:5!important
    }
    .order-xxxl-last{
        order:6!important
    }
    .m-xxxl-0{
        margin:0!important
    }
    .m-xxxl-5{
        margin:0.3125rem!important
    }
    .m-xxxl-10{
        margin:0.625rem!important
    }
    .m-xxxl-15{
        margin:0.9375rem!important
    }
    .m-xxxl-20{
        margin:1.25rem!important
    }
    .m-xxxl-25{
        margin:1.5625rem!important
    }
    .m-xxxl-30{
        margin:1.875rem!important
    }
    .m-xxxl-35{
        margin:2.1875rem!important
    }
    .m-xxxl-40{
        margin:2.5rem!important
    }
    .m-xxxl-45{
        margin:2.8125rem!important
    }
    .m-xxxl-50{
        margin:3.125rem!important
    }
    .m-xxxl-55{
        margin:3.4375rem!important
    }
    .m-xxxl-60{
        margin:3.75rem!important
    }
    .m-xxxl-65{
        margin:4.0625rem!important
    }
    .m-xxxl-70{
        margin:4.375rem!important
    }
    .m-xxxl-75{
        margin:4.6875rem!important
    }
    .m-xxxl-80{
        margin:5rem!important
    }
    .m-xxxl-85{
        margin:5.3125rem!important
    }
    .m-xxxl-90{
        margin:5.625rem!important
    }
    .m-xxxl-95{
        margin:5.9375rem!important
    }
    .m-xxxl-100{
        margin:6.25rem!important
    }
    .m-xxxl-105{
        margin:6.5625rem!important
    }
    .m-xxxl-110{
        margin:6.875rem!important
    }
    .m-xxxl-115{
        margin:7.1875rem!important
    }
    .m-xxxl-120{
        margin:7.5rem!important
    }
    .m-xxxl-125{
        margin:7.8125rem!important
    }
    .m-xxxl-130{
        margin:8.125rem!important
    }
    .m-xxxl-135{
        margin:8.4375rem!important
    }
    .m-xxxl-140{
        margin:8.75rem!important
    }
    .m-xxxl-145{
        margin:9.0625rem!important
    }
    .m-xxxl-150{
        margin:9.375rem!important
    }
    .m-xxxl-155{
        margin:9.6875rem!important
    }
    .m-xxxl-160{
        margin:10rem!important
    }
    .m-xxxl-165{
        margin:10.3125rem!important
    }
    .m-xxxl-170{
        margin:10.625rem!important
    }
    .m-xxxl-175{
        margin:10.9375rem!important
    }
    .m-xxxl-180{
        margin:11.25rem!important
    }
    .m-xxxl-185{
        margin:11.5625rem!important
    }
    .m-xxxl-190{
        margin:11.875rem!important
    }
    .m-xxxl-195{
        margin:12.1875rem!important
    }
    .m-xxxl-200{
        margin:12.5rem!important
    }
    .m-xxxl-205{
        margin:12.8125rem!important
    }
    .m-xxxl-210{
        margin:13.125rem!important
    }
    .m-xxxl-215{
        margin:13.4375rem!important
    }
    .m-xxxl-220{
        margin:13.75rem!important
    }
    .m-xxxl-225{
        margin:14.0625rem!important
    }
    .m-xxxl-230{
        margin:14.375rem!important
    }
    .m-xxxl-235{
        margin:14.6875rem!important
    }
    .m-xxxl-240{
        margin:15rem!important
    }
    .m-xxxl-245{
        margin:15.3125rem!important
    }
    .m-xxxl-250{
        margin:15.625rem!important
    }
    .m-xxxl-auto{
        margin:auto!important
    }
    .mx-xxxl-0{
        margin-right:0!important;
        margin-left:0!important
    }
    .mx-xxxl-5{
        margin-right:0.3125rem!important;
        margin-left:0.3125rem!important
    }
    .mx-xxxl-10{
        margin-right:0.625rem!important;
        margin-left:0.625rem!important
    }
    .mx-xxxl-15{
        margin-right:0.9375rem!important;
        margin-left:0.9375rem!important
    }
    .mx-xxxl-20{
        margin-right:1.25rem!important;
        margin-left:1.25rem!important
    }
    .mx-xxxl-25{
        margin-right:1.5625rem!important;
        margin-left:1.5625rem!important
    }
    .mx-xxxl-30{
        margin-right:1.875rem!important;
        margin-left:1.875rem!important
    }
    .mx-xxxl-35{
        margin-right:2.1875rem!important;
        margin-left:2.1875rem!important
    }
    .mx-xxxl-40{
        margin-right:2.5rem!important;
        margin-left:2.5rem!important
    }
    .mx-xxxl-45{
        margin-right:2.8125rem!important;
        margin-left:2.8125rem!important
    }
    .mx-xxxl-50{
        margin-right:3.125rem!important;
        margin-left:3.125rem!important
    }
    .mx-xxxl-55{
        margin-right:3.4375rem!important;
        margin-left:3.4375rem!important
    }
    .mx-xxxl-60{
        margin-right:3.75rem!important;
        margin-left:3.75rem!important
    }
    .mx-xxxl-65{
        margin-right:4.0625rem!important;
        margin-left:4.0625rem!important
    }
    .mx-xxxl-70{
        margin-right:4.375rem!important;
        margin-left:4.375rem!important
    }
    .mx-xxxl-75{
        margin-right:4.6875rem!important;
        margin-left:4.6875rem!important
    }
    .mx-xxxl-80{
        margin-right:5rem!important;
        margin-left:5rem!important
    }
    .mx-xxxl-85{
        margin-right:5.3125rem!important;
        margin-left:5.3125rem!important
    }
    .mx-xxxl-90{
        margin-right:5.625rem!important;
        margin-left:5.625rem!important
    }
    .mx-xxxl-95{
        margin-right:5.9375rem!important;
        margin-left:5.9375rem!important
    }
    .mx-xxxl-100{
        margin-right:6.25rem!important;
        margin-left:6.25rem!important
    }
    .mx-xxxl-105{
        margin-right:6.5625rem!important;
        margin-left:6.5625rem!important
    }
    .mx-xxxl-110{
        margin-right:6.875rem!important;
        margin-left:6.875rem!important
    }
    .mx-xxxl-115{
        margin-right:7.1875rem!important;
        margin-left:7.1875rem!important
    }
    .mx-xxxl-120{
        margin-right:7.5rem!important;
        margin-left:7.5rem!important
    }
    .mx-xxxl-125{
        margin-right:7.8125rem!important;
        margin-left:7.8125rem!important
    }
    .mx-xxxl-130{
        margin-right:8.125rem!important;
        margin-left:8.125rem!important
    }
    .mx-xxxl-135{
        margin-right:8.4375rem!important;
        margin-left:8.4375rem!important
    }
    .mx-xxxl-140{
        margin-right:8.75rem!important;
        margin-left:8.75rem!important
    }
    .mx-xxxl-145{
        margin-right:9.0625rem!important;
        margin-left:9.0625rem!important
    }
    .mx-xxxl-150{
        margin-right:9.375rem!important;
        margin-left:9.375rem!important
    }
    .mx-xxxl-155{
        margin-right:9.6875rem!important;
        margin-left:9.6875rem!important
    }
    .mx-xxxl-160{
        margin-right:10rem!important;
        margin-left:10rem!important
    }
    .mx-xxxl-165{
        margin-right:10.3125rem!important;
        margin-left:10.3125rem!important
    }
    .mx-xxxl-170{
        margin-right:10.625rem!important;
        margin-left:10.625rem!important
    }
    .mx-xxxl-175{
        margin-right:10.9375rem!important;
        margin-left:10.9375rem!important
    }
    .mx-xxxl-180{
        margin-right:11.25rem!important;
        margin-left:11.25rem!important
    }
    .mx-xxxl-185{
        margin-right:11.5625rem!important;
        margin-left:11.5625rem!important
    }
    .mx-xxxl-190{
        margin-right:11.875rem!important;
        margin-left:11.875rem!important
    }
    .mx-xxxl-195{
        margin-right:12.1875rem!important;
        margin-left:12.1875rem!important
    }
    .mx-xxxl-200{
        margin-right:12.5rem!important;
        margin-left:12.5rem!important
    }
    .mx-xxxl-205{
        margin-right:12.8125rem!important;
        margin-left:12.8125rem!important
    }
    .mx-xxxl-210{
        margin-right:13.125rem!important;
        margin-left:13.125rem!important
    }
    .mx-xxxl-215{
        margin-right:13.4375rem!important;
        margin-left:13.4375rem!important
    }
    .mx-xxxl-220{
        margin-right:13.75rem!important;
        margin-left:13.75rem!important
    }
    .mx-xxxl-225{
        margin-right:14.0625rem!important;
        margin-left:14.0625rem!important
    }
    .mx-xxxl-230{
        margin-right:14.375rem!important;
        margin-left:14.375rem!important
    }
    .mx-xxxl-235{
        margin-right:14.6875rem!important;
        margin-left:14.6875rem!important
    }
    .mx-xxxl-240{
        margin-right:15rem!important;
        margin-left:15rem!important
    }
    .mx-xxxl-245{
        margin-right:15.3125rem!important;
        margin-left:15.3125rem!important
    }
    .mx-xxxl-250{
        margin-right:15.625rem!important;
        margin-left:15.625rem!important
    }
    .mx-xxxl-auto{
        margin-right:auto!important;
        margin-left:auto!important
    }
    .my-xxxl-0{
        margin-top:0!important;
        margin-bottom:0!important
    }
    .my-xxxl-5{
        margin-top:0.3125rem!important;
        margin-bottom:0.3125rem!important
    }
    .my-xxxl-10{
        margin-top:0.625rem!important;
        margin-bottom:0.625rem!important
    }
    .my-xxxl-15{
        margin-top:0.9375rem!important;
        margin-bottom:0.9375rem!important
    }
    .my-xxxl-20{
        margin-top:1.25rem!important;
        margin-bottom:1.25rem!important
    }
    .my-xxxl-25{
        margin-top:1.5625rem!important;
        margin-bottom:1.5625rem!important
    }
    .my-xxxl-30{
        margin-top:1.875rem!important;
        margin-bottom:1.875rem!important
    }
    .my-xxxl-35{
        margin-top:2.1875rem!important;
        margin-bottom:2.1875rem!important
    }
    .my-xxxl-40{
        margin-top:2.5rem!important;
        margin-bottom:2.5rem!important
    }
    .my-xxxl-45{
        margin-top:2.8125rem!important;
        margin-bottom:2.8125rem!important
    }
    .my-xxxl-50{
        margin-top:3.125rem!important;
        margin-bottom:3.125rem!important
    }
    .my-xxxl-55{
        margin-top:3.4375rem!important;
        margin-bottom:3.4375rem!important
    }
    .my-xxxl-60{
        margin-top:3.75rem!important;
        margin-bottom:3.75rem!important
    }
    .my-xxxl-65{
        margin-top:4.0625rem!important;
        margin-bottom:4.0625rem!important
    }
    .my-xxxl-70{
        margin-top:4.375rem!important;
        margin-bottom:4.375rem!important
    }
    .my-xxxl-75{
        margin-top:4.6875rem!important;
        margin-bottom:4.6875rem!important
    }
    .my-xxxl-80{
        margin-top:5rem!important;
        margin-bottom:5rem!important
    }
    .my-xxxl-85{
        margin-top:5.3125rem!important;
        margin-bottom:5.3125rem!important
    }
    .my-xxxl-90{
        margin-top:5.625rem!important;
        margin-bottom:5.625rem!important
    }
    .my-xxxl-95{
        margin-top:5.9375rem!important;
        margin-bottom:5.9375rem!important
    }
    .my-xxxl-100{
        margin-top:6.25rem!important;
        margin-bottom:6.25rem!important
    }
    .my-xxxl-105{
        margin-top:6.5625rem!important;
        margin-bottom:6.5625rem!important
    }
    .my-xxxl-110{
        margin-top:6.875rem!important;
        margin-bottom:6.875rem!important
    }
    .my-xxxl-115{
        margin-top:7.1875rem!important;
        margin-bottom:7.1875rem!important
    }
    .my-xxxl-120{
        margin-top:7.5rem!important;
        margin-bottom:7.5rem!important
    }
    .my-xxxl-125{
        margin-top:7.8125rem!important;
        margin-bottom:7.8125rem!important
    }
    .my-xxxl-130{
        margin-top:8.125rem!important;
        margin-bottom:8.125rem!important
    }
    .my-xxxl-135{
        margin-top:8.4375rem!important;
        margin-bottom:8.4375rem!important
    }
    .my-xxxl-140{
        margin-top:8.75rem!important;
        margin-bottom:8.75rem!important
    }
    .my-xxxl-145{
        margin-top:9.0625rem!important;
        margin-bottom:9.0625rem!important
    }
    .my-xxxl-150{
        margin-top:9.375rem!important;
        margin-bottom:9.375rem!important
    }
    .my-xxxl-155{
        margin-top:9.6875rem!important;
        margin-bottom:9.6875rem!important
    }
    .my-xxxl-160{
        margin-top:10rem!important;
        margin-bottom:10rem!important
    }
    .my-xxxl-165{
        margin-top:10.3125rem!important;
        margin-bottom:10.3125rem!important
    }
    .my-xxxl-170{
        margin-top:10.625rem!important;
        margin-bottom:10.625rem!important
    }
    .my-xxxl-175{
        margin-top:10.9375rem!important;
        margin-bottom:10.9375rem!important
    }
    .my-xxxl-180{
        margin-top:11.25rem!important;
        margin-bottom:11.25rem!important
    }
    .my-xxxl-185{
        margin-top:11.5625rem!important;
        margin-bottom:11.5625rem!important
    }
    .my-xxxl-190{
        margin-top:11.875rem!important;
        margin-bottom:11.875rem!important
    }
    .my-xxxl-195{
        margin-top:12.1875rem!important;
        margin-bottom:12.1875rem!important
    }
    .my-xxxl-200{
        margin-top:12.5rem!important;
        margin-bottom:12.5rem!important
    }
    .my-xxxl-205{
        margin-top:12.8125rem!important;
        margin-bottom:12.8125rem!important
    }
    .my-xxxl-210{
        margin-top:13.125rem!important;
        margin-bottom:13.125rem!important
    }
    .my-xxxl-215{
        margin-top:13.4375rem!important;
        margin-bottom:13.4375rem!important
    }
    .my-xxxl-220{
        margin-top:13.75rem!important;
        margin-bottom:13.75rem!important
    }
    .my-xxxl-225{
        margin-top:14.0625rem!important;
        margin-bottom:14.0625rem!important
    }
    .my-xxxl-230{
        margin-top:14.375rem!important;
        margin-bottom:14.375rem!important
    }
    .my-xxxl-235{
        margin-top:14.6875rem!important;
        margin-bottom:14.6875rem!important
    }
    .my-xxxl-240{
        margin-top:15rem!important;
        margin-bottom:15rem!important
    }
    .my-xxxl-245{
        margin-top:15.3125rem!important;
        margin-bottom:15.3125rem!important
    }
    .my-xxxl-250{
        margin-top:15.625rem!important;
        margin-bottom:15.625rem!important
    }
    .my-xxxl-auto{
        margin-top:auto!important;
        margin-bottom:auto!important
    }
    .mt-xxxl-0{
        margin-top:0!important
    }
    .mt-xxxl-5{
        margin-top:0.3125rem!important
    }
    .mt-xxxl-10{
        margin-top:0.625rem!important
    }
    .mt-xxxl-15{
        margin-top:0.9375rem!important
    }
    .mt-xxxl-20{
        margin-top:1.25rem!important
    }
    .mt-xxxl-25{
        margin-top:1.5625rem!important
    }
    .mt-xxxl-30{
        margin-top:1.875rem!important
    }
    .mt-xxxl-35{
        margin-top:2.1875rem!important
    }
    .mt-xxxl-40{
        margin-top:2.5rem!important
    }
    .mt-xxxl-45{
        margin-top:2.8125rem!important
    }
    .mt-xxxl-50{
        margin-top:3.125rem!important
    }
    .mt-xxxl-55{
        margin-top:3.4375rem!important
    }
    .mt-xxxl-60{
        margin-top:3.75rem!important
    }
    .mt-xxxl-65{
        margin-top:4.0625rem!important
    }
    .mt-xxxl-70{
        margin-top:4.375rem!important
    }
    .mt-xxxl-75{
        margin-top:4.6875rem!important
    }
    .mt-xxxl-80{
        margin-top:5rem!important
    }
    .mt-xxxl-85{
        margin-top:5.3125rem!important
    }
    .mt-xxxl-90{
        margin-top:5.625rem!important
    }
    .mt-xxxl-95{
        margin-top:5.9375rem!important
    }
    .mt-xxxl-100{
        margin-top:6.25rem!important
    }
    .mt-xxxl-105{
        margin-top:6.5625rem!important
    }
    .mt-xxxl-110{
        margin-top:6.875rem!important
    }
    .mt-xxxl-115{
        margin-top:7.1875rem!important
    }
    .mt-xxxl-120{
        margin-top:7.5rem!important
    }
    .mt-xxxl-125{
        margin-top:7.8125rem!important
    }
    .mt-xxxl-130{
        margin-top:8.125rem!important
    }
    .mt-xxxl-135{
        margin-top:8.4375rem!important
    }
    .mt-xxxl-140{
        margin-top:8.75rem!important
    }
    .mt-xxxl-145{
        margin-top:9.0625rem!important
    }
    .mt-xxxl-150{
        margin-top:9.375rem!important
    }
    .mt-xxxl-155{
        margin-top:9.6875rem!important
    }
    .mt-xxxl-160{
        margin-top:10rem!important
    }
    .mt-xxxl-165{
        margin-top:10.3125rem!important
    }
    .mt-xxxl-170{
        margin-top:10.625rem!important
    }
    .mt-xxxl-175{
        margin-top:10.9375rem!important
    }
    .mt-xxxl-180{
        margin-top:11.25rem!important
    }
    .mt-xxxl-185{
        margin-top:11.5625rem!important
    }
    .mt-xxxl-190{
        margin-top:11.875rem!important
    }
    .mt-xxxl-195{
        margin-top:12.1875rem!important
    }
    .mt-xxxl-200{
        margin-top:12.5rem!important
    }
    .mt-xxxl-205{
        margin-top:12.8125rem!important
    }
    .mt-xxxl-210{
        margin-top:13.125rem!important
    }
    .mt-xxxl-215{
        margin-top:13.4375rem!important
    }
    .mt-xxxl-220{
        margin-top:13.75rem!important
    }
    .mt-xxxl-225{
        margin-top:14.0625rem!important
    }
    .mt-xxxl-230{
        margin-top:14.375rem!important
    }
    .mt-xxxl-235{
        margin-top:14.6875rem!important
    }
    .mt-xxxl-240{
        margin-top:15rem!important
    }
    .mt-xxxl-245{
        margin-top:15.3125rem!important
    }
    .mt-xxxl-250{
        margin-top:15.625rem!important
    }
    .mt-xxxl-auto{
        margin-top:auto!important
    }
    .me-xxxl-0{
        margin-right:0!important
    }
    .me-xxxl-5{
        margin-right:0.3125rem!important
    }
    .me-xxxl-10{
        margin-right:0.625rem!important
    }
    .me-xxxl-15{
        margin-right:0.9375rem!important
    }
    .me-xxxl-20{
        margin-right:1.25rem!important
    }
    .me-xxxl-25{
        margin-right:1.5625rem!important
    }
    .me-xxxl-30{
        margin-right:1.875rem!important
    }
    .me-xxxl-35{
        margin-right:2.1875rem!important
    }
    .me-xxxl-40{
        margin-right:2.5rem!important
    }
    .me-xxxl-45{
        margin-right:2.8125rem!important
    }
    .me-xxxl-50{
        margin-right:3.125rem!important
    }
    .me-xxxl-55{
        margin-right:3.4375rem!important
    }
    .me-xxxl-60{
        margin-right:3.75rem!important
    }
    .me-xxxl-65{
        margin-right:4.0625rem!important
    }
    .me-xxxl-70{
        margin-right:4.375rem!important
    }
    .me-xxxl-75{
        margin-right:4.6875rem!important
    }
    .me-xxxl-80{
        margin-right:5rem!important
    }
    .me-xxxl-85{
        margin-right:5.3125rem!important
    }
    .me-xxxl-90{
        margin-right:5.625rem!important
    }
    .me-xxxl-95{
        margin-right:5.9375rem!important
    }
    .me-xxxl-100{
        margin-right:6.25rem!important
    }
    .me-xxxl-105{
        margin-right:6.5625rem!important
    }
    .me-xxxl-110{
        margin-right:6.875rem!important
    }
    .me-xxxl-115{
        margin-right:7.1875rem!important
    }
    .me-xxxl-120{
        margin-right:7.5rem!important
    }
    .me-xxxl-125{
        margin-right:7.8125rem!important
    }
    .me-xxxl-130{
        margin-right:8.125rem!important
    }
    .me-xxxl-135{
        margin-right:8.4375rem!important
    }
    .me-xxxl-140{
        margin-right:8.75rem!important
    }
    .me-xxxl-145{
        margin-right:9.0625rem!important
    }
    .me-xxxl-150{
        margin-right:9.375rem!important
    }
    .me-xxxl-155{
        margin-right:9.6875rem!important
    }
    .me-xxxl-160{
        margin-right:10rem!important
    }
    .me-xxxl-165{
        margin-right:10.3125rem!important
    }
    .me-xxxl-170{
        margin-right:10.625rem!important
    }
    .me-xxxl-175{
        margin-right:10.9375rem!important
    }
    .me-xxxl-180{
        margin-right:11.25rem!important
    }
    .me-xxxl-185{
        margin-right:11.5625rem!important
    }
    .me-xxxl-190{
        margin-right:11.875rem!important
    }
    .me-xxxl-195{
        margin-right:12.1875rem!important
    }
    .me-xxxl-200{
        margin-right:12.5rem!important
    }
    .me-xxxl-205{
        margin-right:12.8125rem!important
    }
    .me-xxxl-210{
        margin-right:13.125rem!important
    }
    .me-xxxl-215{
        margin-right:13.4375rem!important
    }
    .me-xxxl-220{
        margin-right:13.75rem!important
    }
    .me-xxxl-225{
        margin-right:14.0625rem!important
    }
    .me-xxxl-230{
        margin-right:14.375rem!important
    }
    .me-xxxl-235{
        margin-right:14.6875rem!important
    }
    .me-xxxl-240{
        margin-right:15rem!important
    }
    .me-xxxl-245{
        margin-right:15.3125rem!important
    }
    .me-xxxl-250{
        margin-right:15.625rem!important
    }
    .me-xxxl-auto{
        margin-right:auto!important
    }
    .mb-xxxl-0{
        margin-bottom:0!important
    }
    .mb-xxxl-5{
        margin-bottom:0.3125rem!important
    }
    .mb-xxxl-10{
        margin-bottom:0.625rem!important
    }
    .mb-xxxl-15{
        margin-bottom:0.9375rem!important
    }
    .mb-xxxl-20{
        margin-bottom:1.25rem!important
    }
    .mb-xxxl-25{
        margin-bottom:1.5625rem!important
    }
    .mb-xxxl-30{
        margin-bottom:1.875rem!important
    }
    .mb-xxxl-35{
        margin-bottom:2.1875rem!important
    }
    .mb-xxxl-40{
        margin-bottom:2.5rem!important
    }
    .mb-xxxl-45{
        margin-bottom:2.8125rem!important
    }
    .mb-xxxl-50{
        margin-bottom:3.125rem!important
    }
    .mb-xxxl-55{
        margin-bottom:3.4375rem!important
    }
    .mb-xxxl-60{
        margin-bottom:3.75rem!important
    }
    .mb-xxxl-65{
        margin-bottom:4.0625rem!important
    }
    .mb-xxxl-70{
        margin-bottom:4.375rem!important
    }
    .mb-xxxl-75{
        margin-bottom:4.6875rem!important
    }
    .mb-xxxl-80{
        margin-bottom:5rem!important
    }
    .mb-xxxl-85{
        margin-bottom:5.3125rem!important
    }
    .mb-xxxl-90{
        margin-bottom:5.625rem!important
    }
    .mb-xxxl-95{
        margin-bottom:5.9375rem!important
    }
    .mb-xxxl-100{
        margin-bottom:6.25rem!important
    }
    .mb-xxxl-105{
        margin-bottom:6.5625rem!important
    }
    .mb-xxxl-110{
        margin-bottom:6.875rem!important
    }
    .mb-xxxl-115{
        margin-bottom:7.1875rem!important
    }
    .mb-xxxl-120{
        margin-bottom:7.5rem!important
    }
    .mb-xxxl-125{
        margin-bottom:7.8125rem!important
    }
    .mb-xxxl-130{
        margin-bottom:8.125rem!important
    }
    .mb-xxxl-135{
        margin-bottom:8.4375rem!important
    }
    .mb-xxxl-140{
        margin-bottom:8.75rem!important
    }
    .mb-xxxl-145{
        margin-bottom:9.0625rem!important
    }
    .mb-xxxl-150{
        margin-bottom:9.375rem!important
    }
    .mb-xxxl-155{
        margin-bottom:9.6875rem!important
    }
    .mb-xxxl-160{
        margin-bottom:10rem!important
    }
    .mb-xxxl-165{
        margin-bottom:10.3125rem!important
    }
    .mb-xxxl-170{
        margin-bottom:10.625rem!important
    }
    .mb-xxxl-175{
        margin-bottom:10.9375rem!important
    }
    .mb-xxxl-180{
        margin-bottom:11.25rem!important
    }
    .mb-xxxl-185{
        margin-bottom:11.5625rem!important
    }
    .mb-xxxl-190{
        margin-bottom:11.875rem!important
    }
    .mb-xxxl-195{
        margin-bottom:12.1875rem!important
    }
    .mb-xxxl-200{
        margin-bottom:12.5rem!important
    }
    .mb-xxxl-205{
        margin-bottom:12.8125rem!important
    }
    .mb-xxxl-210{
        margin-bottom:13.125rem!important
    }
    .mb-xxxl-215{
        margin-bottom:13.4375rem!important
    }
    .mb-xxxl-220{
        margin-bottom:13.75rem!important
    }
    .mb-xxxl-225{
        margin-bottom:14.0625rem!important
    }
    .mb-xxxl-230{
        margin-bottom:14.375rem!important
    }
    .mb-xxxl-235{
        margin-bottom:14.6875rem!important
    }
    .mb-xxxl-240{
        margin-bottom:15rem!important
    }
    .mb-xxxl-245{
        margin-bottom:15.3125rem!important
    }
    .mb-xxxl-250{
        margin-bottom:15.625rem!important
    }
    .mb-xxxl-auto{
        margin-bottom:auto!important
    }
    .ms-xxxl-0{
        margin-left:0!important
    }
    .ms-xxxl-5{
        margin-left:0.3125rem!important
    }
    .ms-xxxl-10{
        margin-left:0.625rem!important
    }
    .ms-xxxl-15{
        margin-left:0.9375rem!important
    }
    .ms-xxxl-20{
        margin-left:1.25rem!important
    }
    .ms-xxxl-25{
        margin-left:1.5625rem!important
    }
    .ms-xxxl-30{
        margin-left:1.875rem!important
    }
    .ms-xxxl-35{
        margin-left:2.1875rem!important
    }
    .ms-xxxl-40{
        margin-left:2.5rem!important
    }
    .ms-xxxl-45{
        margin-left:2.8125rem!important
    }
    .ms-xxxl-50{
        margin-left:3.125rem!important
    }
    .ms-xxxl-55{
        margin-left:3.4375rem!important
    }
    .ms-xxxl-60{
        margin-left:3.75rem!important
    }
    .ms-xxxl-65{
        margin-left:4.0625rem!important
    }
    .ms-xxxl-70{
        margin-left:4.375rem!important
    }
    .ms-xxxl-75{
        margin-left:4.6875rem!important
    }
    .ms-xxxl-80{
        margin-left:5rem!important
    }
    .ms-xxxl-85{
        margin-left:5.3125rem!important
    }
    .ms-xxxl-90{
        margin-left:5.625rem!important
    }
    .ms-xxxl-95{
        margin-left:5.9375rem!important
    }
    .ms-xxxl-100{
        margin-left:6.25rem!important
    }
    .ms-xxxl-105{
        margin-left:6.5625rem!important
    }
    .ms-xxxl-110{
        margin-left:6.875rem!important
    }
    .ms-xxxl-115{
        margin-left:7.1875rem!important
    }
    .ms-xxxl-120{
        margin-left:7.5rem!important
    }
    .ms-xxxl-125{
        margin-left:7.8125rem!important
    }
    .ms-xxxl-130{
        margin-left:8.125rem!important
    }
    .ms-xxxl-135{
        margin-left:8.4375rem!important
    }
    .ms-xxxl-140{
        margin-left:8.75rem!important
    }
    .ms-xxxl-145{
        margin-left:9.0625rem!important
    }
    .ms-xxxl-150{
        margin-left:9.375rem!important
    }
    .ms-xxxl-155{
        margin-left:9.6875rem!important
    }
    .ms-xxxl-160{
        margin-left:10rem!important
    }
    .ms-xxxl-165{
        margin-left:10.3125rem!important
    }
    .ms-xxxl-170{
        margin-left:10.625rem!important
    }
    .ms-xxxl-175{
        margin-left:10.9375rem!important
    }
    .ms-xxxl-180{
        margin-left:11.25rem!important
    }
    .ms-xxxl-185{
        margin-left:11.5625rem!important
    }
    .ms-xxxl-190{
        margin-left:11.875rem!important
    }
    .ms-xxxl-195{
        margin-left:12.1875rem!important
    }
    .ms-xxxl-200{
        margin-left:12.5rem!important
    }
    .ms-xxxl-205{
        margin-left:12.8125rem!important
    }
    .ms-xxxl-210{
        margin-left:13.125rem!important
    }
    .ms-xxxl-215{
        margin-left:13.4375rem!important
    }
    .ms-xxxl-220{
        margin-left:13.75rem!important
    }
    .ms-xxxl-225{
        margin-left:14.0625rem!important
    }
    .ms-xxxl-230{
        margin-left:14.375rem!important
    }
    .ms-xxxl-235{
        margin-left:14.6875rem!important
    }
    .ms-xxxl-240{
        margin-left:15rem!important
    }
    .ms-xxxl-245{
        margin-left:15.3125rem!important
    }
    .ms-xxxl-250{
        margin-left:15.625rem!important
    }
    .ms-xxxl-auto{
        margin-left:auto!important
    }
    .m-xxxl-n5{
        margin:-0.3125rem!important
    }
    .m-xxxl-n10{
        margin:-0.625rem!important
    }
    .m-xxxl-n15{
        margin:-0.9375rem!important
    }
    .m-xxxl-n20{
        margin:-1.25rem!important
    }
    .m-xxxl-n25{
        margin:-1.5625rem!important
    }
    .m-xxxl-n30{
        margin:-1.875rem!important
    }
    .m-xxxl-n35{
        margin:-2.1875rem!important
    }
    .m-xxxl-n40{
        margin:-2.5rem!important
    }
    .m-xxxl-n45{
        margin:-2.8125rem!important
    }
    .m-xxxl-n50{
        margin:-3.125rem!important
    }
    .m-xxxl-n55{
        margin:-3.4375rem!important
    }
    .m-xxxl-n60{
        margin:-3.75rem!important
    }
    .m-xxxl-n65{
        margin:-4.0625rem!important
    }
    .m-xxxl-n70{
        margin:-4.375rem!important
    }
    .m-xxxl-n75{
        margin:-4.6875rem!important
    }
    .m-xxxl-n80{
        margin:-5rem!important
    }
    .m-xxxl-n85{
        margin:-5.3125rem!important
    }
    .m-xxxl-n90{
        margin:-5.625rem!important
    }
    .m-xxxl-n95{
        margin:-5.9375rem!important
    }
    .m-xxxl-n100{
        margin:-6.25rem!important
    }
    .m-xxxl-n105{
        margin:-6.5625rem!important
    }
    .m-xxxl-n110{
        margin:-6.875rem!important
    }
    .m-xxxl-n115{
        margin:-7.1875rem!important
    }
    .m-xxxl-n120{
        margin:-7.5rem!important
    }
    .m-xxxl-n125{
        margin:-7.8125rem!important
    }
    .m-xxxl-n130{
        margin:-8.125rem!important
    }
    .m-xxxl-n135{
        margin:-8.4375rem!important
    }
    .m-xxxl-n140{
        margin:-8.75rem!important
    }
    .m-xxxl-n145{
        margin:-9.0625rem!important
    }
    .m-xxxl-n150{
        margin:-9.375rem!important
    }
    .m-xxxl-n155{
        margin:-9.6875rem!important
    }
    .m-xxxl-n160{
        margin:-10rem!important
    }
    .m-xxxl-n165{
        margin:-10.3125rem!important
    }
    .m-xxxl-n170{
        margin:-10.625rem!important
    }
    .m-xxxl-n175{
        margin:-10.9375rem!important
    }
    .m-xxxl-n180{
        margin:-11.25rem!important
    }
    .m-xxxl-n185{
        margin:-11.5625rem!important
    }
    .m-xxxl-n190{
        margin:-11.875rem!important
    }
    .m-xxxl-n195{
        margin:-12.1875rem!important
    }
    .m-xxxl-n200{
        margin:-12.5rem!important
    }
    .m-xxxl-n205{
        margin:-12.8125rem!important
    }
    .m-xxxl-n210{
        margin:-13.125rem!important
    }
    .m-xxxl-n215{
        margin:-13.4375rem!important
    }
    .m-xxxl-n220{
        margin:-13.75rem!important
    }
    .m-xxxl-n225{
        margin:-14.0625rem!important
    }
    .m-xxxl-n230{
        margin:-14.375rem!important
    }
    .m-xxxl-n235{
        margin:-14.6875rem!important
    }
    .m-xxxl-n240{
        margin:-15rem!important
    }
    .m-xxxl-n245{
        margin:-15.3125rem!important
    }
    .m-xxxl-n250{
        margin:-15.625rem!important
    }
    .mx-xxxl-n5{
        margin-right:-0.3125rem!important;
        margin-left:-0.3125rem!important
    }
    .mx-xxxl-n10{
        margin-right:-0.625rem!important;
        margin-left:-0.625rem!important
    }
    .mx-xxxl-n15{
        margin-right:-0.9375rem!important;
        margin-left:-0.9375rem!important
    }
    .mx-xxxl-n20{
        margin-right:-1.25rem!important;
        margin-left:-1.25rem!important
    }
    .mx-xxxl-n25{
        margin-right:-1.5625rem!important;
        margin-left:-1.5625rem!important
    }
    .mx-xxxl-n30{
        margin-right:-1.875rem!important;
        margin-left:-1.875rem!important
    }
    .mx-xxxl-n35{
        margin-right:-2.1875rem!important;
        margin-left:-2.1875rem!important
    }
    .mx-xxxl-n40{
        margin-right:-2.5rem!important;
        margin-left:-2.5rem!important
    }
    .mx-xxxl-n45{
        margin-right:-2.8125rem!important;
        margin-left:-2.8125rem!important
    }
    .mx-xxxl-n50{
        margin-right:-3.125rem!important;
        margin-left:-3.125rem!important
    }
    .mx-xxxl-n55{
        margin-right:-3.4375rem!important;
        margin-left:-3.4375rem!important
    }
    .mx-xxxl-n60{
        margin-right:-3.75rem!important;
        margin-left:-3.75rem!important
    }
    .mx-xxxl-n65{
        margin-right:-4.0625rem!important;
        margin-left:-4.0625rem!important
    }
    .mx-xxxl-n70{
        margin-right:-4.375rem!important;
        margin-left:-4.375rem!important
    }
    .mx-xxxl-n75{
        margin-right:-4.6875rem!important;
        margin-left:-4.6875rem!important
    }
    .mx-xxxl-n80{
        margin-right:-5rem!important;
        margin-left:-5rem!important
    }
    .mx-xxxl-n85{
        margin-right:-5.3125rem!important;
        margin-left:-5.3125rem!important
    }
    .mx-xxxl-n90{
        margin-right:-5.625rem!important;
        margin-left:-5.625rem!important
    }
    .mx-xxxl-n95{
        margin-right:-5.9375rem!important;
        margin-left:-5.9375rem!important
    }
    .mx-xxxl-n100{
        margin-right:-6.25rem!important;
        margin-left:-6.25rem!important
    }
    .mx-xxxl-n105{
        margin-right:-6.5625rem!important;
        margin-left:-6.5625rem!important
    }
    .mx-xxxl-n110{
        margin-right:-6.875rem!important;
        margin-left:-6.875rem!important
    }
    .mx-xxxl-n115{
        margin-right:-7.1875rem!important;
        margin-left:-7.1875rem!important
    }
    .mx-xxxl-n120{
        margin-right:-7.5rem!important;
        margin-left:-7.5rem!important
    }
    .mx-xxxl-n125{
        margin-right:-7.8125rem!important;
        margin-left:-7.8125rem!important
    }
    .mx-xxxl-n130{
        margin-right:-8.125rem!important;
        margin-left:-8.125rem!important
    }
    .mx-xxxl-n135{
        margin-right:-8.4375rem!important;
        margin-left:-8.4375rem!important
    }
    .mx-xxxl-n140{
        margin-right:-8.75rem!important;
        margin-left:-8.75rem!important
    }
    .mx-xxxl-n145{
        margin-right:-9.0625rem!important;
        margin-left:-9.0625rem!important
    }
    .mx-xxxl-n150{
        margin-right:-9.375rem!important;
        margin-left:-9.375rem!important
    }
    .mx-xxxl-n155{
        margin-right:-9.6875rem!important;
        margin-left:-9.6875rem!important
    }
    .mx-xxxl-n160{
        margin-right:-10rem!important;
        margin-left:-10rem!important
    }
    .mx-xxxl-n165{
        margin-right:-10.3125rem!important;
        margin-left:-10.3125rem!important
    }
    .mx-xxxl-n170{
        margin-right:-10.625rem!important;
        margin-left:-10.625rem!important
    }
    .mx-xxxl-n175{
        margin-right:-10.9375rem!important;
        margin-left:-10.9375rem!important
    }
    .mx-xxxl-n180{
        margin-right:-11.25rem!important;
        margin-left:-11.25rem!important
    }
    .mx-xxxl-n185{
        margin-right:-11.5625rem!important;
        margin-left:-11.5625rem!important
    }
    .mx-xxxl-n190{
        margin-right:-11.875rem!important;
        margin-left:-11.875rem!important
    }
    .mx-xxxl-n195{
        margin-right:-12.1875rem!important;
        margin-left:-12.1875rem!important
    }
    .mx-xxxl-n200{
        margin-right:-12.5rem!important;
        margin-left:-12.5rem!important
    }
    .mx-xxxl-n205{
        margin-right:-12.8125rem!important;
        margin-left:-12.8125rem!important
    }
    .mx-xxxl-n210{
        margin-right:-13.125rem!important;
        margin-left:-13.125rem!important
    }
    .mx-xxxl-n215{
        margin-right:-13.4375rem!important;
        margin-left:-13.4375rem!important
    }
    .mx-xxxl-n220{
        margin-right:-13.75rem!important;
        margin-left:-13.75rem!important
    }
    .mx-xxxl-n225{
        margin-right:-14.0625rem!important;
        margin-left:-14.0625rem!important
    }
    .mx-xxxl-n230{
        margin-right:-14.375rem!important;
        margin-left:-14.375rem!important
    }
    .mx-xxxl-n235{
        margin-right:-14.6875rem!important;
        margin-left:-14.6875rem!important
    }
    .mx-xxxl-n240{
        margin-right:-15rem!important;
        margin-left:-15rem!important
    }
    .mx-xxxl-n245{
        margin-right:-15.3125rem!important;
        margin-left:-15.3125rem!important
    }
    .mx-xxxl-n250{
        margin-right:-15.625rem!important;
        margin-left:-15.625rem!important
    }
    .my-xxxl-n5{
        margin-top:-0.3125rem!important;
        margin-bottom:-0.3125rem!important
    }
    .my-xxxl-n10{
        margin-top:-0.625rem!important;
        margin-bottom:-0.625rem!important
    }
    .my-xxxl-n15{
        margin-top:-0.9375rem!important;
        margin-bottom:-0.9375rem!important
    }
    .my-xxxl-n20{
        margin-top:-1.25rem!important;
        margin-bottom:-1.25rem!important
    }
    .my-xxxl-n25{
        margin-top:-1.5625rem!important;
        margin-bottom:-1.5625rem!important
    }
    .my-xxxl-n30{
        margin-top:-1.875rem!important;
        margin-bottom:-1.875rem!important
    }
    .my-xxxl-n35{
        margin-top:-2.1875rem!important;
        margin-bottom:-2.1875rem!important
    }
    .my-xxxl-n40{
        margin-top:-2.5rem!important;
        margin-bottom:-2.5rem!important
    }
    .my-xxxl-n45{
        margin-top:-2.8125rem!important;
        margin-bottom:-2.8125rem!important
    }
    .my-xxxl-n50{
        margin-top:-3.125rem!important;
        margin-bottom:-3.125rem!important
    }
    .my-xxxl-n55{
        margin-top:-3.4375rem!important;
        margin-bottom:-3.4375rem!important
    }
    .my-xxxl-n60{
        margin-top:-3.75rem!important;
        margin-bottom:-3.75rem!important
    }
    .my-xxxl-n65{
        margin-top:-4.0625rem!important;
        margin-bottom:-4.0625rem!important
    }
    .my-xxxl-n70{
        margin-top:-4.375rem!important;
        margin-bottom:-4.375rem!important
    }
    .my-xxxl-n75{
        margin-top:-4.6875rem!important;
        margin-bottom:-4.6875rem!important
    }
    .my-xxxl-n80{
        margin-top:-5rem!important;
        margin-bottom:-5rem!important
    }
    .my-xxxl-n85{
        margin-top:-5.3125rem!important;
        margin-bottom:-5.3125rem!important
    }
    .my-xxxl-n90{
        margin-top:-5.625rem!important;
        margin-bottom:-5.625rem!important
    }
    .my-xxxl-n95{
        margin-top:-5.9375rem!important;
        margin-bottom:-5.9375rem!important
    }
    .my-xxxl-n100{
        margin-top:-6.25rem!important;
        margin-bottom:-6.25rem!important
    }
    .my-xxxl-n105{
        margin-top:-6.5625rem!important;
        margin-bottom:-6.5625rem!important
    }
    .my-xxxl-n110{
        margin-top:-6.875rem!important;
        margin-bottom:-6.875rem!important
    }
    .my-xxxl-n115{
        margin-top:-7.1875rem!important;
        margin-bottom:-7.1875rem!important
    }
    .my-xxxl-n120{
        margin-top:-7.5rem!important;
        margin-bottom:-7.5rem!important
    }
    .my-xxxl-n125{
        margin-top:-7.8125rem!important;
        margin-bottom:-7.8125rem!important
    }
    .my-xxxl-n130{
        margin-top:-8.125rem!important;
        margin-bottom:-8.125rem!important
    }
    .my-xxxl-n135{
        margin-top:-8.4375rem!important;
        margin-bottom:-8.4375rem!important
    }
    .my-xxxl-n140{
        margin-top:-8.75rem!important;
        margin-bottom:-8.75rem!important
    }
    .my-xxxl-n145{
        margin-top:-9.0625rem!important;
        margin-bottom:-9.0625rem!important
    }
    .my-xxxl-n150{
        margin-top:-9.375rem!important;
        margin-bottom:-9.375rem!important
    }
    .my-xxxl-n155{
        margin-top:-9.6875rem!important;
        margin-bottom:-9.6875rem!important
    }
    .my-xxxl-n160{
        margin-top:-10rem!important;
        margin-bottom:-10rem!important
    }
    .my-xxxl-n165{
        margin-top:-10.3125rem!important;
        margin-bottom:-10.3125rem!important
    }
    .my-xxxl-n170{
        margin-top:-10.625rem!important;
        margin-bottom:-10.625rem!important
    }
    .my-xxxl-n175{
        margin-top:-10.9375rem!important;
        margin-bottom:-10.9375rem!important
    }
    .my-xxxl-n180{
        margin-top:-11.25rem!important;
        margin-bottom:-11.25rem!important
    }
    .my-xxxl-n185{
        margin-top:-11.5625rem!important;
        margin-bottom:-11.5625rem!important
    }
    .my-xxxl-n190{
        margin-top:-11.875rem!important;
        margin-bottom:-11.875rem!important
    }
    .my-xxxl-n195{
        margin-top:-12.1875rem!important;
        margin-bottom:-12.1875rem!important
    }
    .my-xxxl-n200{
        margin-top:-12.5rem!important;
        margin-bottom:-12.5rem!important
    }
    .my-xxxl-n205{
        margin-top:-12.8125rem!important;
        margin-bottom:-12.8125rem!important
    }
    .my-xxxl-n210{
        margin-top:-13.125rem!important;
        margin-bottom:-13.125rem!important
    }
    .my-xxxl-n215{
        margin-top:-13.4375rem!important;
        margin-bottom:-13.4375rem!important
    }
    .my-xxxl-n220{
        margin-top:-13.75rem!important;
        margin-bottom:-13.75rem!important
    }
    .my-xxxl-n225{
        margin-top:-14.0625rem!important;
        margin-bottom:-14.0625rem!important
    }
    .my-xxxl-n230{
        margin-top:-14.375rem!important;
        margin-bottom:-14.375rem!important
    }
    .my-xxxl-n235{
        margin-top:-14.6875rem!important;
        margin-bottom:-14.6875rem!important
    }
    .my-xxxl-n240{
        margin-top:-15rem!important;
        margin-bottom:-15rem!important
    }
    .my-xxxl-n245{
        margin-top:-15.3125rem!important;
        margin-bottom:-15.3125rem!important
    }
    .my-xxxl-n250{
        margin-top:-15.625rem!important;
        margin-bottom:-15.625rem!important
    }
    .mt-xxxl-n5{
        margin-top:-0.3125rem!important
    }
    .mt-xxxl-n10{
        margin-top:-0.625rem!important
    }
    .mt-xxxl-n15{
        margin-top:-0.9375rem!important
    }
    .mt-xxxl-n20{
        margin-top:-1.25rem!important
    }
    .mt-xxxl-n25{
        margin-top:-1.5625rem!important
    }
    .mt-xxxl-n30{
        margin-top:-1.875rem!important
    }
    .mt-xxxl-n35{
        margin-top:-2.1875rem!important
    }
    .mt-xxxl-n40{
        margin-top:-2.5rem!important
    }
    .mt-xxxl-n45{
        margin-top:-2.8125rem!important
    }
    .mt-xxxl-n50{
        margin-top:-3.125rem!important
    }
    .mt-xxxl-n55{
        margin-top:-3.4375rem!important
    }
    .mt-xxxl-n60{
        margin-top:-3.75rem!important
    }
    .mt-xxxl-n65{
        margin-top:-4.0625rem!important
    }
    .mt-xxxl-n70{
        margin-top:-4.375rem!important
    }
    .mt-xxxl-n75{
        margin-top:-4.6875rem!important
    }
    .mt-xxxl-n80{
        margin-top:-5rem!important
    }
    .mt-xxxl-n85{
        margin-top:-5.3125rem!important
    }
    .mt-xxxl-n90{
        margin-top:-5.625rem!important
    }
    .mt-xxxl-n95{
        margin-top:-5.9375rem!important
    }
    .mt-xxxl-n100{
        margin-top:-6.25rem!important
    }
    .mt-xxxl-n105{
        margin-top:-6.5625rem!important
    }
    .mt-xxxl-n110{
        margin-top:-6.875rem!important
    }
    .mt-xxxl-n115{
        margin-top:-7.1875rem!important
    }
    .mt-xxxl-n120{
        margin-top:-7.5rem!important
    }
    .mt-xxxl-n125{
        margin-top:-7.8125rem!important
    }
    .mt-xxxl-n130{
        margin-top:-8.125rem!important
    }
    .mt-xxxl-n135{
        margin-top:-8.4375rem!important
    }
    .mt-xxxl-n140{
        margin-top:-8.75rem!important
    }
    .mt-xxxl-n145{
        margin-top:-9.0625rem!important
    }
    .mt-xxxl-n150{
        margin-top:-9.375rem!important
    }
    .mt-xxxl-n155{
        margin-top:-9.6875rem!important
    }
    .mt-xxxl-n160{
        margin-top:-10rem!important
    }
    .mt-xxxl-n165{
        margin-top:-10.3125rem!important
    }
    .mt-xxxl-n170{
        margin-top:-10.625rem!important
    }
    .mt-xxxl-n175{
        margin-top:-10.9375rem!important
    }
    .mt-xxxl-n180{
        margin-top:-11.25rem!important
    }
    .mt-xxxl-n185{
        margin-top:-11.5625rem!important
    }
    .mt-xxxl-n190{
        margin-top:-11.875rem!important
    }
    .mt-xxxl-n195{
        margin-top:-12.1875rem!important
    }
    .mt-xxxl-n200{
        margin-top:-12.5rem!important
    }
    .mt-xxxl-n205{
        margin-top:-12.8125rem!important
    }
    .mt-xxxl-n210{
        margin-top:-13.125rem!important
    }
    .mt-xxxl-n215{
        margin-top:-13.4375rem!important
    }
    .mt-xxxl-n220{
        margin-top:-13.75rem!important
    }
    .mt-xxxl-n225{
        margin-top:-14.0625rem!important
    }
    .mt-xxxl-n230{
        margin-top:-14.375rem!important
    }
    .mt-xxxl-n235{
        margin-top:-14.6875rem!important
    }
    .mt-xxxl-n240{
        margin-top:-15rem!important
    }
    .mt-xxxl-n245{
        margin-top:-15.3125rem!important
    }
    .mt-xxxl-n250{
        margin-top:-15.625rem!important
    }
    .me-xxxl-n5{
        margin-right:-0.3125rem!important
    }
    .me-xxxl-n10{
        margin-right:-0.625rem!important
    }
    .me-xxxl-n15{
        margin-right:-0.9375rem!important
    }
    .me-xxxl-n20{
        margin-right:-1.25rem!important
    }
    .me-xxxl-n25{
        margin-right:-1.5625rem!important
    }
    .me-xxxl-n30{
        margin-right:-1.875rem!important
    }
    .me-xxxl-n35{
        margin-right:-2.1875rem!important
    }
    .me-xxxl-n40{
        margin-right:-2.5rem!important
    }
    .me-xxxl-n45{
        margin-right:-2.8125rem!important
    }
    .me-xxxl-n50{
        margin-right:-3.125rem!important
    }
    .me-xxxl-n55{
        margin-right:-3.4375rem!important
    }
    .me-xxxl-n60{
        margin-right:-3.75rem!important
    }
    .me-xxxl-n65{
        margin-right:-4.0625rem!important
    }
    .me-xxxl-n70{
        margin-right:-4.375rem!important
    }
    .me-xxxl-n75{
        margin-right:-4.6875rem!important
    }
    .me-xxxl-n80{
        margin-right:-5rem!important
    }
    .me-xxxl-n85{
        margin-right:-5.3125rem!important
    }
    .me-xxxl-n90{
        margin-right:-5.625rem!important
    }
    .me-xxxl-n95{
        margin-right:-5.9375rem!important
    }
    .me-xxxl-n100{
        margin-right:-6.25rem!important
    }
    .me-xxxl-n105{
        margin-right:-6.5625rem!important
    }
    .me-xxxl-n110{
        margin-right:-6.875rem!important
    }
    .me-xxxl-n115{
        margin-right:-7.1875rem!important
    }
    .me-xxxl-n120{
        margin-right:-7.5rem!important
    }
    .me-xxxl-n125{
        margin-right:-7.8125rem!important
    }
    .me-xxxl-n130{
        margin-right:-8.125rem!important
    }
    .me-xxxl-n135{
        margin-right:-8.4375rem!important
    }
    .me-xxxl-n140{
        margin-right:-8.75rem!important
    }
    .me-xxxl-n145{
        margin-right:-9.0625rem!important
    }
    .me-xxxl-n150{
        margin-right:-9.375rem!important
    }
    .me-xxxl-n155{
        margin-right:-9.6875rem!important
    }
    .me-xxxl-n160{
        margin-right:-10rem!important
    }
    .me-xxxl-n165{
        margin-right:-10.3125rem!important
    }
    .me-xxxl-n170{
        margin-right:-10.625rem!important
    }
    .me-xxxl-n175{
        margin-right:-10.9375rem!important
    }
    .me-xxxl-n180{
        margin-right:-11.25rem!important
    }
    .me-xxxl-n185{
        margin-right:-11.5625rem!important
    }
    .me-xxxl-n190{
        margin-right:-11.875rem!important
    }
    .me-xxxl-n195{
        margin-right:-12.1875rem!important
    }
    .me-xxxl-n200{
        margin-right:-12.5rem!important
    }
    .me-xxxl-n205{
        margin-right:-12.8125rem!important
    }
    .me-xxxl-n210{
        margin-right:-13.125rem!important
    }
    .me-xxxl-n215{
        margin-right:-13.4375rem!important
    }
    .me-xxxl-n220{
        margin-right:-13.75rem!important
    }
    .me-xxxl-n225{
        margin-right:-14.0625rem!important
    }
    .me-xxxl-n230{
        margin-right:-14.375rem!important
    }
    .me-xxxl-n235{
        margin-right:-14.6875rem!important
    }
    .me-xxxl-n240{
        margin-right:-15rem!important
    }
    .me-xxxl-n245{
        margin-right:-15.3125rem!important
    }
    .me-xxxl-n250{
        margin-right:-15.625rem!important
    }
    .mb-xxxl-n5{
        margin-bottom:-0.3125rem!important
    }
    .mb-xxxl-n10{
        margin-bottom:-0.625rem!important
    }
    .mb-xxxl-n15{
        margin-bottom:-0.9375rem!important
    }
    .mb-xxxl-n20{
        margin-bottom:-1.25rem!important
    }
    .mb-xxxl-n25{
        margin-bottom:-1.5625rem!important
    }
    .mb-xxxl-n30{
        margin-bottom:-1.875rem!important
    }
    .mb-xxxl-n35{
        margin-bottom:-2.1875rem!important
    }
    .mb-xxxl-n40{
        margin-bottom:-2.5rem!important
    }
    .mb-xxxl-n45{
        margin-bottom:-2.8125rem!important
    }
    .mb-xxxl-n50{
        margin-bottom:-3.125rem!important
    }
    .mb-xxxl-n55{
        margin-bottom:-3.4375rem!important
    }
    .mb-xxxl-n60{
        margin-bottom:-3.75rem!important
    }
    .mb-xxxl-n65{
        margin-bottom:-4.0625rem!important
    }
    .mb-xxxl-n70{
        margin-bottom:-4.375rem!important
    }
    .mb-xxxl-n75{
        margin-bottom:-4.6875rem!important
    }
    .mb-xxxl-n80{
        margin-bottom:-5rem!important
    }
    .mb-xxxl-n85{
        margin-bottom:-5.3125rem!important
    }
    .mb-xxxl-n90{
        margin-bottom:-5.625rem!important
    }
    .mb-xxxl-n95{
        margin-bottom:-5.9375rem!important
    }
    .mb-xxxl-n100{
        margin-bottom:-6.25rem!important
    }
    .mb-xxxl-n105{
        margin-bottom:-6.5625rem!important
    }
    .mb-xxxl-n110{
        margin-bottom:-6.875rem!important
    }
    .mb-xxxl-n115{
        margin-bottom:-7.1875rem!important
    }
    .mb-xxxl-n120{
        margin-bottom:-7.5rem!important
    }
    .mb-xxxl-n125{
        margin-bottom:-7.8125rem!important
    }
    .mb-xxxl-n130{
        margin-bottom:-8.125rem!important
    }
    .mb-xxxl-n135{
        margin-bottom:-8.4375rem!important
    }
    .mb-xxxl-n140{
        margin-bottom:-8.75rem!important
    }
    .mb-xxxl-n145{
        margin-bottom:-9.0625rem!important
    }
    .mb-xxxl-n150{
        margin-bottom:-9.375rem!important
    }
    .mb-xxxl-n155{
        margin-bottom:-9.6875rem!important
    }
    .mb-xxxl-n160{
        margin-bottom:-10rem!important
    }
    .mb-xxxl-n165{
        margin-bottom:-10.3125rem!important
    }
    .mb-xxxl-n170{
        margin-bottom:-10.625rem!important
    }
    .mb-xxxl-n175{
        margin-bottom:-10.9375rem!important
    }
    .mb-xxxl-n180{
        margin-bottom:-11.25rem!important
    }
    .mb-xxxl-n185{
        margin-bottom:-11.5625rem!important
    }
    .mb-xxxl-n190{
        margin-bottom:-11.875rem!important
    }
    .mb-xxxl-n195{
        margin-bottom:-12.1875rem!important
    }
    .mb-xxxl-n200{
        margin-bottom:-12.5rem!important
    }
    .mb-xxxl-n205{
        margin-bottom:-12.8125rem!important
    }
    .mb-xxxl-n210{
        margin-bottom:-13.125rem!important
    }
    .mb-xxxl-n215{
        margin-bottom:-13.4375rem!important
    }
    .mb-xxxl-n220{
        margin-bottom:-13.75rem!important
    }
    .mb-xxxl-n225{
        margin-bottom:-14.0625rem!important
    }
    .mb-xxxl-n230{
        margin-bottom:-14.375rem!important
    }
    .mb-xxxl-n235{
        margin-bottom:-14.6875rem!important
    }
    .mb-xxxl-n240{
        margin-bottom:-15rem!important
    }
    .mb-xxxl-n245{
        margin-bottom:-15.3125rem!important
    }
    .mb-xxxl-n250{
        margin-bottom:-15.625rem!important
    }
    .ms-xxxl-n5{
        margin-left:-0.3125rem!important
    }
    .ms-xxxl-n10{
        margin-left:-0.625rem!important
    }
    .ms-xxxl-n15{
        margin-left:-0.9375rem!important
    }
    .ms-xxxl-n20{
        margin-left:-1.25rem!important
    }
    .ms-xxxl-n25{
        margin-left:-1.5625rem!important
    }
    .ms-xxxl-n30{
        margin-left:-1.875rem!important
    }
    .ms-xxxl-n35{
        margin-left:-2.1875rem!important
    }
    .ms-xxxl-n40{
        margin-left:-2.5rem!important
    }
    .ms-xxxl-n45{
        margin-left:-2.8125rem!important
    }
    .ms-xxxl-n50{
        margin-left:-3.125rem!important
    }
    .ms-xxxl-n55{
        margin-left:-3.4375rem!important
    }
    .ms-xxxl-n60{
        margin-left:-3.75rem!important
    }
    .ms-xxxl-n65{
        margin-left:-4.0625rem!important
    }
    .ms-xxxl-n70{
        margin-left:-4.375rem!important
    }
    .ms-xxxl-n75{
        margin-left:-4.6875rem!important
    }
    .ms-xxxl-n80{
        margin-left:-5rem!important
    }
    .ms-xxxl-n85{
        margin-left:-5.3125rem!important
    }
    .ms-xxxl-n90{
        margin-left:-5.625rem!important
    }
    .ms-xxxl-n95{
        margin-left:-5.9375rem!important
    }
    .ms-xxxl-n100{
        margin-left:-6.25rem!important
    }
    .ms-xxxl-n105{
        margin-left:-6.5625rem!important
    }
    .ms-xxxl-n110{
        margin-left:-6.875rem!important
    }
    .ms-xxxl-n115{
        margin-left:-7.1875rem!important
    }
    .ms-xxxl-n120{
        margin-left:-7.5rem!important
    }
    .ms-xxxl-n125{
        margin-left:-7.8125rem!important
    }
    .ms-xxxl-n130{
        margin-left:-8.125rem!important
    }
    .ms-xxxl-n135{
        margin-left:-8.4375rem!important
    }
    .ms-xxxl-n140{
        margin-left:-8.75rem!important
    }
    .ms-xxxl-n145{
        margin-left:-9.0625rem!important
    }
    .ms-xxxl-n150{
        margin-left:-9.375rem!important
    }
    .ms-xxxl-n155{
        margin-left:-9.6875rem!important
    }
    .ms-xxxl-n160{
        margin-left:-10rem!important
    }
    .ms-xxxl-n165{
        margin-left:-10.3125rem!important
    }
    .ms-xxxl-n170{
        margin-left:-10.625rem!important
    }
    .ms-xxxl-n175{
        margin-left:-10.9375rem!important
    }
    .ms-xxxl-n180{
        margin-left:-11.25rem!important
    }
    .ms-xxxl-n185{
        margin-left:-11.5625rem!important
    }
    .ms-xxxl-n190{
        margin-left:-11.875rem!important
    }
    .ms-xxxl-n195{
        margin-left:-12.1875rem!important
    }
    .ms-xxxl-n200{
        margin-left:-12.5rem!important
    }
    .ms-xxxl-n205{
        margin-left:-12.8125rem!important
    }
    .ms-xxxl-n210{
        margin-left:-13.125rem!important
    }
    .ms-xxxl-n215{
        margin-left:-13.4375rem!important
    }
    .ms-xxxl-n220{
        margin-left:-13.75rem!important
    }
    .ms-xxxl-n225{
        margin-left:-14.0625rem!important
    }
    .ms-xxxl-n230{
        margin-left:-14.375rem!important
    }
    .ms-xxxl-n235{
        margin-left:-14.6875rem!important
    }
    .ms-xxxl-n240{
        margin-left:-15rem!important
    }
    .ms-xxxl-n245{
        margin-left:-15.3125rem!important
    }
    .ms-xxxl-n250{
        margin-left:-15.625rem!important
    }
    .p-xxxl-0{
        padding:0!important
    }
    .p-xxxl-5{
        padding:0.3125rem!important
    }
    .p-xxxl-10{
        padding:0.625rem!important
    }
    .p-xxxl-15{
        padding:0.9375rem!important
    }
    .p-xxxl-20{
        padding:1.25rem!important
    }
    .p-xxxl-25{
        padding:1.5625rem!important
    }
    .p-xxxl-30{
        padding:1.875rem!important
    }
    .p-xxxl-35{
        padding:2.1875rem!important
    }
    .p-xxxl-40{
        padding:2.5rem!important
    }
    .p-xxxl-45{
        padding:2.8125rem!important
    }
    .p-xxxl-50{
        padding:3.125rem!important
    }
    .p-xxxl-55{
        padding:3.4375rem!important
    }
    .p-xxxl-60{
        padding:3.75rem!important
    }
    .p-xxxl-65{
        padding:4.0625rem!important
    }
    .p-xxxl-70{
        padding:4.375rem!important
    }
    .p-xxxl-75{
        padding:4.6875rem!important
    }
    .p-xxxl-80{
        padding:5rem!important
    }
    .p-xxxl-85{
        padding:5.3125rem!important
    }
    .p-xxxl-90{
        padding:5.625rem!important
    }
    .p-xxxl-95{
        padding:5.9375rem!important
    }
    .p-xxxl-100{
        padding:6.25rem!important
    }
    .p-xxxl-105{
        padding:6.5625rem!important
    }
    .p-xxxl-110{
        padding:6.875rem!important
    }
    .p-xxxl-115{
        padding:7.1875rem!important
    }
    .p-xxxl-120{
        padding:7.5rem!important
    }
    .p-xxxl-125{
        padding:7.8125rem!important
    }
    .p-xxxl-130{
        padding:8.125rem!important
    }
    .p-xxxl-135{
        padding:8.4375rem!important
    }
    .p-xxxl-140{
        padding:8.75rem!important
    }
    .p-xxxl-145{
        padding:9.0625rem!important
    }
    .p-xxxl-150{
        padding:9.375rem!important
    }
    .p-xxxl-155{
        padding:9.6875rem!important
    }
    .p-xxxl-160{
        padding:10rem!important
    }
    .p-xxxl-165{
        padding:10.3125rem!important
    }
    .p-xxxl-170{
        padding:10.625rem!important
    }
    .p-xxxl-175{
        padding:10.9375rem!important
    }
    .p-xxxl-180{
        padding:11.25rem!important
    }
    .p-xxxl-185{
        padding:11.5625rem!important
    }
    .p-xxxl-190{
        padding:11.875rem!important
    }
    .p-xxxl-195{
        padding:12.1875rem!important
    }
    .p-xxxl-200{
        padding:12.5rem!important
    }
    .p-xxxl-205{
        padding:12.8125rem!important
    }
    .p-xxxl-210{
        padding:13.125rem!important
    }
    .p-xxxl-215{
        padding:13.4375rem!important
    }
    .p-xxxl-220{
        padding:13.75rem!important
    }
    .p-xxxl-225{
        padding:14.0625rem!important
    }
    .p-xxxl-230{
        padding:14.375rem!important
    }
    .p-xxxl-235{
        padding:14.6875rem!important
    }
    .p-xxxl-240{
        padding:15rem!important
    }
    .p-xxxl-245{
        padding:15.3125rem!important
    }
    .p-xxxl-250{
        padding:15.625rem!important
    }
    .px-xxxl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xxxl-5{
        padding-right:0.3125rem!important;
        padding-left:0.3125rem!important
    }
    .px-xxxl-10{
        padding-right:0.625rem!important;
        padding-left:0.625rem!important
    }
    .px-xxxl-15{
        padding-right:0.9375rem!important;
        padding-left:0.9375rem!important
    }
    .px-xxxl-20{
        padding-right:1.25rem!important;
        padding-left:1.25rem!important
    }
    .px-xxxl-25{
        padding-right:1.5625rem!important;
        padding-left:1.5625rem!important
    }
    .px-xxxl-30{
        padding-right:1.875rem!important;
        padding-left:1.875rem!important
    }
    .px-xxxl-35{
        padding-right:2.1875rem!important;
        padding-left:2.1875rem!important
    }
    .px-xxxl-40{
        padding-right:2.5rem!important;
        padding-left:2.5rem!important
    }
    .px-xxxl-45{
        padding-right:2.8125rem!important;
        padding-left:2.8125rem!important
    }
    .px-xxxl-50{
        padding-right:3.125rem!important;
        padding-left:3.125rem!important
    }
    .px-xxxl-55{
        padding-right:3.4375rem!important;
        padding-left:3.4375rem!important
    }
    .px-xxxl-60{
        padding-right:3.75rem!important;
        padding-left:3.75rem!important
    }
    .px-xxxl-65{
        padding-right:4.0625rem!important;
        padding-left:4.0625rem!important
    }
    .px-xxxl-70{
        padding-right:4.375rem!important;
        padding-left:4.375rem!important
    }
    .px-xxxl-75{
        padding-right:4.6875rem!important;
        padding-left:4.6875rem!important
    }
    .px-xxxl-80{
        padding-right:5rem!important;
        padding-left:5rem!important
    }
    .px-xxxl-85{
        padding-right:5.3125rem!important;
        padding-left:5.3125rem!important
    }
    .px-xxxl-90{
        padding-right:5.625rem!important;
        padding-left:5.625rem!important
    }
    .px-xxxl-95{
        padding-right:5.9375rem!important;
        padding-left:5.9375rem!important
    }
    .px-xxxl-100{
        padding-right:6.25rem!important;
        padding-left:6.25rem!important
    }
    .px-xxxl-105{
        padding-right:6.5625rem!important;
        padding-left:6.5625rem!important
    }
    .px-xxxl-110{
        padding-right:6.875rem!important;
        padding-left:6.875rem!important
    }
    .px-xxxl-115{
        padding-right:7.1875rem!important;
        padding-left:7.1875rem!important
    }
    .px-xxxl-120{
        padding-right:7.5rem!important;
        padding-left:7.5rem!important
    }
    .px-xxxl-125{
        padding-right:7.8125rem!important;
        padding-left:7.8125rem!important
    }
    .px-xxxl-130{
        padding-right:8.125rem!important;
        padding-left:8.125rem!important
    }
    .px-xxxl-135{
        padding-right:8.4375rem!important;
        padding-left:8.4375rem!important
    }
    .px-xxxl-140{
        padding-right:8.75rem!important;
        padding-left:8.75rem!important
    }
    .px-xxxl-145{
        padding-right:9.0625rem!important;
        padding-left:9.0625rem!important
    }
    .px-xxxl-150{
        padding-right:9.375rem!important;
        padding-left:9.375rem!important
    }
    .px-xxxl-155{
        padding-right:9.6875rem!important;
        padding-left:9.6875rem!important
    }
    .px-xxxl-160{
        padding-right:10rem!important;
        padding-left:10rem!important
    }
    .px-xxxl-165{
        padding-right:10.3125rem!important;
        padding-left:10.3125rem!important
    }
    .px-xxxl-170{
        padding-right:10.625rem!important;
        padding-left:10.625rem!important
    }
    .px-xxxl-175{
        padding-right:10.9375rem!important;
        padding-left:10.9375rem!important
    }
    .px-xxxl-180{
        padding-right:11.25rem!important;
        padding-left:11.25rem!important
    }
    .px-xxxl-185{
        padding-right:11.5625rem!important;
        padding-left:11.5625rem!important
    }
    .px-xxxl-190{
        padding-right:11.875rem!important;
        padding-left:11.875rem!important
    }
    .px-xxxl-195{
        padding-right:12.1875rem!important;
        padding-left:12.1875rem!important
    }
    .px-xxxl-200{
        padding-right:12.5rem!important;
        padding-left:12.5rem!important
    }
    .px-xxxl-205{
        padding-right:12.8125rem!important;
        padding-left:12.8125rem!important
    }
    .px-xxxl-210{
        padding-right:13.125rem!important;
        padding-left:13.125rem!important
    }
    .px-xxxl-215{
        padding-right:13.4375rem!important;
        padding-left:13.4375rem!important
    }
    .px-xxxl-220{
        padding-right:13.75rem!important;
        padding-left:13.75rem!important
    }
    .px-xxxl-225{
        padding-right:14.0625rem!important;
        padding-left:14.0625rem!important
    }
    .px-xxxl-230{
        padding-right:14.375rem!important;
        padding-left:14.375rem!important
    }
    .px-xxxl-235{
        padding-right:14.6875rem!important;
        padding-left:14.6875rem!important
    }
    .px-xxxl-240{
        padding-right:15rem!important;
        padding-left:15rem!important
    }
    .px-xxxl-245{
        padding-right:15.3125rem!important;
        padding-left:15.3125rem!important
    }
    .px-xxxl-250{
        padding-right:15.625rem!important;
        padding-left:15.625rem!important
    }
    .py-xxxl-0{
        padding-top:0!important;
        padding-bottom:0!important
    }
    .py-xxxl-5{
        padding-top:0.3125rem!important;
        padding-bottom:0.3125rem!important
    }
    .py-xxxl-10{
        padding-top:0.625rem!important;
        padding-bottom:0.625rem!important
    }
    .py-xxxl-15{
        padding-top:0.9375rem!important;
        padding-bottom:0.9375rem!important
    }
    .py-xxxl-20{
        padding-top:1.25rem!important;
        padding-bottom:1.25rem!important
    }
    .py-xxxl-25{
        padding-top:1.5625rem!important;
        padding-bottom:1.5625rem!important
    }
    .py-xxxl-30{
        padding-top:1.875rem!important;
        padding-bottom:1.875rem!important
    }
    .py-xxxl-35{
        padding-top:2.1875rem!important;
        padding-bottom:2.1875rem!important
    }
    .py-xxxl-40{
        padding-top:2.5rem!important;
        padding-bottom:2.5rem!important
    }
    .py-xxxl-45{
        padding-top:2.8125rem!important;
        padding-bottom:2.8125rem!important
    }
    .py-xxxl-50{
        padding-top:3.125rem!important;
        padding-bottom:3.125rem!important
    }
    .py-xxxl-55{
        padding-top:3.4375rem!important;
        padding-bottom:3.4375rem!important
    }
    .py-xxxl-60{
        padding-top:3.75rem!important;
        padding-bottom:3.75rem!important
    }
    .py-xxxl-65{
        padding-top:4.0625rem!important;
        padding-bottom:4.0625rem!important
    }
    .py-xxxl-70{
        padding-top:4.375rem!important;
        padding-bottom:4.375rem!important
    }
    .py-xxxl-75{
        padding-top:4.6875rem!important;
        padding-bottom:4.6875rem!important
    }
    .py-xxxl-80{
        padding-top:5rem!important;
        padding-bottom:5rem!important
    }
    .py-xxxl-85{
        padding-top:5.3125rem!important;
        padding-bottom:5.3125rem!important
    }
    .py-xxxl-90{
        padding-top:5.625rem!important;
        padding-bottom:5.625rem!important
    }
    .py-xxxl-95{
        padding-top:5.9375rem!important;
        padding-bottom:5.9375rem!important
    }
    .py-xxxl-100{
        padding-top:6.25rem!important;
        padding-bottom:6.25rem!important
    }
    .py-xxxl-105{
        padding-top:6.5625rem!important;
        padding-bottom:6.5625rem!important
    }
    .py-xxxl-110{
        padding-top:6.875rem!important;
        padding-bottom:6.875rem!important
    }
    .py-xxxl-115{
        padding-top:7.1875rem!important;
        padding-bottom:7.1875rem!important
    }
    .py-xxxl-120{
        padding-top:7.5rem!important;
        padding-bottom:7.5rem!important
    }
    .py-xxxl-125{
        padding-top:7.8125rem!important;
        padding-bottom:7.8125rem!important
    }
    .py-xxxl-130{
        padding-top:8.125rem!important;
        padding-bottom:8.125rem!important
    }
    .py-xxxl-135{
        padding-top:8.4375rem!important;
        padding-bottom:8.4375rem!important
    }
    .py-xxxl-140{
        padding-top:8.75rem!important;
        padding-bottom:8.75rem!important
    }
    .py-xxxl-145{
        padding-top:9.0625rem!important;
        padding-bottom:9.0625rem!important
    }
    .py-xxxl-150{
        padding-top:9.375rem!important;
        padding-bottom:9.375rem!important
    }
    .py-xxxl-155{
        padding-top:9.6875rem!important;
        padding-bottom:9.6875rem!important
    }
    .py-xxxl-160{
        padding-top:10rem!important;
        padding-bottom:10rem!important
    }
    .py-xxxl-165{
        padding-top:10.3125rem!important;
        padding-bottom:10.3125rem!important
    }
    .py-xxxl-170{
        padding-top:10.625rem!important;
        padding-bottom:10.625rem!important
    }
    .py-xxxl-175{
        padding-top:10.9375rem!important;
        padding-bottom:10.9375rem!important
    }
    .py-xxxl-180{
        padding-top:11.25rem!important;
        padding-bottom:11.25rem!important
    }
    .py-xxxl-185{
        padding-top:11.5625rem!important;
        padding-bottom:11.5625rem!important
    }
    .py-xxxl-190{
        padding-top:11.875rem!important;
        padding-bottom:11.875rem!important
    }
    .py-xxxl-195{
        padding-top:12.1875rem!important;
        padding-bottom:12.1875rem!important
    }
    .py-xxxl-200{
        padding-top:12.5rem!important;
        padding-bottom:12.5rem!important
    }
    .py-xxxl-205{
        padding-top:12.8125rem!important;
        padding-bottom:12.8125rem!important
    }
    .py-xxxl-210{
        padding-top:13.125rem!important;
        padding-bottom:13.125rem!important
    }
    .py-xxxl-215{
        padding-top:13.4375rem!important;
        padding-bottom:13.4375rem!important
    }
    .py-xxxl-220{
        padding-top:13.75rem!important;
        padding-bottom:13.75rem!important
    }
    .py-xxxl-225{
        padding-top:14.0625rem!important;
        padding-bottom:14.0625rem!important
    }
    .py-xxxl-230{
        padding-top:14.375rem!important;
        padding-bottom:14.375rem!important
    }
    .py-xxxl-235{
        padding-top:14.6875rem!important;
        padding-bottom:14.6875rem!important
    }
    .py-xxxl-240{
        padding-top:15rem!important;
        padding-bottom:15rem!important
    }
    .py-xxxl-245{
        padding-top:15.3125rem!important;
        padding-bottom:15.3125rem!important
    }
    .py-xxxl-250{
        padding-top:15.625rem!important;
        padding-bottom:15.625rem!important
    }
    .pt-xxxl-0{
        padding-top:0!important
    }
    .pt-xxxl-5{
        padding-top:0.3125rem!important
    }
    .pt-xxxl-10{
        padding-top:0.625rem!important
    }
    .pt-xxxl-15{
        padding-top:0.9375rem!important
    }
    .pt-xxxl-20{
        padding-top:1.25rem!important
    }
    .pt-xxxl-25{
        padding-top:1.5625rem!important
    }
    .pt-xxxl-30{
        padding-top:1.875rem!important
    }
    .pt-xxxl-35{
        padding-top:2.1875rem!important
    }
    .pt-xxxl-40{
        padding-top:2.5rem!important
    }
    .pt-xxxl-45{
        padding-top:2.8125rem!important
    }
    .pt-xxxl-50{
        padding-top:3.125rem!important
    }
    .pt-xxxl-55{
        padding-top:3.4375rem!important
    }
    .pt-xxxl-60{
        padding-top:3.75rem!important
    }
    .pt-xxxl-65{
        padding-top:4.0625rem!important
    }
    .pt-xxxl-70{
        padding-top:4.375rem!important
    }
    .pt-xxxl-75{
        padding-top:4.6875rem!important
    }
    .pt-xxxl-80{
        padding-top:5rem!important
    }
    .pt-xxxl-85{
        padding-top:5.3125rem!important
    }
    .pt-xxxl-90{
        padding-top:5.625rem!important
    }
    .pt-xxxl-95{
        padding-top:5.9375rem!important
    }
    .pt-xxxl-100{
        padding-top:6.25rem!important
    }
    .pt-xxxl-105{
        padding-top:6.5625rem!important
    }
    .pt-xxxl-110{
        padding-top:6.875rem!important
    }
    .pt-xxxl-115{
        padding-top:7.1875rem!important
    }
    .pt-xxxl-120{
        padding-top:7.5rem!important
    }
    .pt-xxxl-125{
        padding-top:7.8125rem!important
    }
    .pt-xxxl-130{
        padding-top:8.125rem!important
    }
    .pt-xxxl-135{
        padding-top:8.4375rem!important
    }
    .pt-xxxl-140{
        padding-top:8.75rem!important
    }
    .pt-xxxl-145{
        padding-top:9.0625rem!important
    }
    .pt-xxxl-150{
        padding-top:9.375rem!important
    }
    .pt-xxxl-155{
        padding-top:9.6875rem!important
    }
    .pt-xxxl-160{
        padding-top:10rem!important
    }
    .pt-xxxl-165{
        padding-top:10.3125rem!important
    }
    .pt-xxxl-170{
        padding-top:10.625rem!important
    }
    .pt-xxxl-175{
        padding-top:10.9375rem!important
    }
    .pt-xxxl-180{
        padding-top:11.25rem!important
    }
    .pt-xxxl-185{
        padding-top:11.5625rem!important
    }
    .pt-xxxl-190{
        padding-top:11.875rem!important
    }
    .pt-xxxl-195{
        padding-top:12.1875rem!important
    }
    .pt-xxxl-200{
        padding-top:12.5rem!important
    }
    .pt-xxxl-205{
        padding-top:12.8125rem!important
    }
    .pt-xxxl-210{
        padding-top:13.125rem!important
    }
    .pt-xxxl-215{
        padding-top:13.4375rem!important
    }
    .pt-xxxl-220{
        padding-top:13.75rem!important
    }
    .pt-xxxl-225{
        padding-top:14.0625rem!important
    }
    .pt-xxxl-230{
        padding-top:14.375rem!important
    }
    .pt-xxxl-235{
        padding-top:14.6875rem!important
    }
    .pt-xxxl-240{
        padding-top:15rem!important
    }
    .pt-xxxl-245{
        padding-top:15.3125rem!important
    }
    .pt-xxxl-250{
        padding-top:15.625rem!important
    }
    .pe-xxxl-0{
        padding-right:0!important
    }
    .pe-xxxl-5{
        padding-right:0.3125rem!important
    }
    .pe-xxxl-10{
        padding-right:0.625rem!important
    }
    .pe-xxxl-15{
        padding-right:0.9375rem!important
    }
    .pe-xxxl-20{
        padding-right:1.25rem!important
    }
    .pe-xxxl-25{
        padding-right:1.5625rem!important
    }
    .pe-xxxl-30{
        padding-right:1.875rem!important
    }
    .pe-xxxl-35{
        padding-right:2.1875rem!important
    }
    .pe-xxxl-40{
        padding-right:2.5rem!important
    }
    .pe-xxxl-45{
        padding-right:2.8125rem!important
    }
    .pe-xxxl-50{
        padding-right:3.125rem!important
    }
    .pe-xxxl-55{
        padding-right:3.4375rem!important
    }
    .pe-xxxl-60{
        padding-right:3.75rem!important
    }
    .pe-xxxl-65{
        padding-right:4.0625rem!important
    }
    .pe-xxxl-70{
        padding-right:4.375rem!important
    }
    .pe-xxxl-75{
        padding-right:4.6875rem!important
    }
    .pe-xxxl-80{
        padding-right:5rem!important
    }
    .pe-xxxl-85{
        padding-right:5.3125rem!important
    }
    .pe-xxxl-90{
        padding-right:5.625rem!important
    }
    .pe-xxxl-95{
        padding-right:5.9375rem!important
    }
    .pe-xxxl-100{
        padding-right:6.25rem!important
    }
    .pe-xxxl-105{
        padding-right:6.5625rem!important
    }
    .pe-xxxl-110{
        padding-right:6.875rem!important
    }
    .pe-xxxl-115{
        padding-right:7.1875rem!important
    }
    .pe-xxxl-120{
        padding-right:7.5rem!important
    }
    .pe-xxxl-125{
        padding-right:7.8125rem!important
    }
    .pe-xxxl-130{
        padding-right:8.125rem!important
    }
    .pe-xxxl-135{
        padding-right:8.4375rem!important
    }
    .pe-xxxl-140{
        padding-right:8.75rem!important
    }
    .pe-xxxl-145{
        padding-right:9.0625rem!important
    }
    .pe-xxxl-150{
        padding-right:9.375rem!important
    }
    .pe-xxxl-155{
        padding-right:9.6875rem!important
    }
    .pe-xxxl-160{
        padding-right:10rem!important
    }
    .pe-xxxl-165{
        padding-right:10.3125rem!important
    }
    .pe-xxxl-170{
        padding-right:10.625rem!important
    }
    .pe-xxxl-175{
        padding-right:10.9375rem!important
    }
    .pe-xxxl-180{
        padding-right:11.25rem!important
    }
    .pe-xxxl-185{
        padding-right:11.5625rem!important
    }
    .pe-xxxl-190{
        padding-right:11.875rem!important
    }
    .pe-xxxl-195{
        padding-right:12.1875rem!important
    }
    .pe-xxxl-200{
        padding-right:12.5rem!important
    }
    .pe-xxxl-205{
        padding-right:12.8125rem!important
    }
    .pe-xxxl-210{
        padding-right:13.125rem!important
    }
    .pe-xxxl-215{
        padding-right:13.4375rem!important
    }
    .pe-xxxl-220{
        padding-right:13.75rem!important
    }
    .pe-xxxl-225{
        padding-right:14.0625rem!important
    }
    .pe-xxxl-230{
        padding-right:14.375rem!important
    }
    .pe-xxxl-235{
        padding-right:14.6875rem!important
    }
    .pe-xxxl-240{
        padding-right:15rem!important
    }
    .pe-xxxl-245{
        padding-right:15.3125rem!important
    }
    .pe-xxxl-250{
        padding-right:15.625rem!important
    }
    .pb-xxxl-0{
        padding-bottom:0!important
    }
    .pb-xxxl-5{
        padding-bottom:0.3125rem!important
    }
    .pb-xxxl-10{
        padding-bottom:0.625rem!important
    }
    .pb-xxxl-15{
        padding-bottom:0.9375rem!important
    }
    .pb-xxxl-20{
        padding-bottom:1.25rem!important
    }
    .pb-xxxl-25{
        padding-bottom:1.5625rem!important
    }
    .pb-xxxl-30{
        padding-bottom:1.875rem!important
    }
    .pb-xxxl-35{
        padding-bottom:2.1875rem!important
    }
    .pb-xxxl-40{
        padding-bottom:2.5rem!important
    }
    .pb-xxxl-45{
        padding-bottom:2.8125rem!important
    }
    .pb-xxxl-50{
        padding-bottom:3.125rem!important
    }
    .pb-xxxl-55{
        padding-bottom:3.4375rem!important
    }
    .pb-xxxl-60{
        padding-bottom:3.75rem!important
    }
    .pb-xxxl-65{
        padding-bottom:4.0625rem!important
    }
    .pb-xxxl-70{
        padding-bottom:4.375rem!important
    }
    .pb-xxxl-75{
        padding-bottom:4.6875rem!important
    }
    .pb-xxxl-80{
        padding-bottom:5rem!important
    }
    .pb-xxxl-85{
        padding-bottom:5.3125rem!important
    }
    .pb-xxxl-90{
        padding-bottom:5.625rem!important
    }
    .pb-xxxl-95{
        padding-bottom:5.9375rem!important
    }
    .pb-xxxl-100{
        padding-bottom:6.25rem!important
    }
    .pb-xxxl-105{
        padding-bottom:6.5625rem!important
    }
    .pb-xxxl-110{
        padding-bottom:6.875rem!important
    }
    .pb-xxxl-115{
        padding-bottom:7.1875rem!important
    }
    .pb-xxxl-120{
        padding-bottom:7.5rem!important
    }
    .pb-xxxl-125{
        padding-bottom:7.8125rem!important
    }
    .pb-xxxl-130{
        padding-bottom:8.125rem!important
    }
    .pb-xxxl-135{
        padding-bottom:8.4375rem!important
    }
    .pb-xxxl-140{
        padding-bottom:8.75rem!important
    }
    .pb-xxxl-145{
        padding-bottom:9.0625rem!important
    }
    .pb-xxxl-150{
        padding-bottom:9.375rem!important
    }
    .pb-xxxl-155{
        padding-bottom:9.6875rem!important
    }
    .pb-xxxl-160{
        padding-bottom:10rem!important
    }
    .pb-xxxl-165{
        padding-bottom:10.3125rem!important
    }
    .pb-xxxl-170{
        padding-bottom:10.625rem!important
    }
    .pb-xxxl-175{
        padding-bottom:10.9375rem!important
    }
    .pb-xxxl-180{
        padding-bottom:11.25rem!important
    }
    .pb-xxxl-185{
        padding-bottom:11.5625rem!important
    }
    .pb-xxxl-190{
        padding-bottom:11.875rem!important
    }
    .pb-xxxl-195{
        padding-bottom:12.1875rem!important
    }
    .pb-xxxl-200{
        padding-bottom:12.5rem!important
    }
    .pb-xxxl-205{
        padding-bottom:12.8125rem!important
    }
    .pb-xxxl-210{
        padding-bottom:13.125rem!important
    }
    .pb-xxxl-215{
        padding-bottom:13.4375rem!important
    }
    .pb-xxxl-220{
        padding-bottom:13.75rem!important
    }
    .pb-xxxl-225{
        padding-bottom:14.0625rem!important
    }
    .pb-xxxl-230{
        padding-bottom:14.375rem!important
    }
    .pb-xxxl-235{
        padding-bottom:14.6875rem!important
    }
    .pb-xxxl-240{
        padding-bottom:15rem!important
    }
    .pb-xxxl-245{
        padding-bottom:15.3125rem!important
    }
    .pb-xxxl-250{
        padding-bottom:15.625rem!important
    }
    .ps-xxxl-0{
        padding-left:0!important
    }
    .ps-xxxl-5{
        padding-left:0.3125rem!important
    }
    .ps-xxxl-10{
        padding-left:0.625rem!important
    }
    .ps-xxxl-15{
        padding-left:0.9375rem!important
    }
    .ps-xxxl-20{
        padding-left:1.25rem!important
    }
    .ps-xxxl-25{
        padding-left:1.5625rem!important
    }
    .ps-xxxl-30{
        padding-left:1.875rem!important
    }
    .ps-xxxl-35{
        padding-left:2.1875rem!important
    }
    .ps-xxxl-40{
        padding-left:2.5rem!important
    }
    .ps-xxxl-45{
        padding-left:2.8125rem!important
    }
    .ps-xxxl-50{
        padding-left:3.125rem!important
    }
    .ps-xxxl-55{
        padding-left:3.4375rem!important
    }
    .ps-xxxl-60{
        padding-left:3.75rem!important
    }
    .ps-xxxl-65{
        padding-left:4.0625rem!important
    }
    .ps-xxxl-70{
        padding-left:4.375rem!important
    }
    .ps-xxxl-75{
        padding-left:4.6875rem!important
    }
    .ps-xxxl-80{
        padding-left:5rem!important
    }
    .ps-xxxl-85{
        padding-left:5.3125rem!important
    }
    .ps-xxxl-90{
        padding-left:5.625rem!important
    }
    .ps-xxxl-95{
        padding-left:5.9375rem!important
    }
    .ps-xxxl-100{
        padding-left:6.25rem!important
    }
    .ps-xxxl-105{
        padding-left:6.5625rem!important
    }
    .ps-xxxl-110{
        padding-left:6.875rem!important
    }
    .ps-xxxl-115{
        padding-left:7.1875rem!important
    }
    .ps-xxxl-120{
        padding-left:7.5rem!important
    }
    .ps-xxxl-125{
        padding-left:7.8125rem!important
    }
    .ps-xxxl-130{
        padding-left:8.125rem!important
    }
    .ps-xxxl-135{
        padding-left:8.4375rem!important
    }
    .ps-xxxl-140{
        padding-left:8.75rem!important
    }
    .ps-xxxl-145{
        padding-left:9.0625rem!important
    }
    .ps-xxxl-150{
        padding-left:9.375rem!important
    }
    .ps-xxxl-155{
        padding-left:9.6875rem!important
    }
    .ps-xxxl-160{
        padding-left:10rem!important
    }
    .ps-xxxl-165{
        padding-left:10.3125rem!important
    }
    .ps-xxxl-170{
        padding-left:10.625rem!important
    }
    .ps-xxxl-175{
        padding-left:10.9375rem!important
    }
    .ps-xxxl-180{
        padding-left:11.25rem!important
    }
    .ps-xxxl-185{
        padding-left:11.5625rem!important
    }
    .ps-xxxl-190{
        padding-left:11.875rem!important
    }
    .ps-xxxl-195{
        padding-left:12.1875rem!important
    }
    .ps-xxxl-200{
        padding-left:12.5rem!important
    }
    .ps-xxxl-205{
        padding-left:12.8125rem!important
    }
    .ps-xxxl-210{
        padding-left:13.125rem!important
    }
    .ps-xxxl-215{
        padding-left:13.4375rem!important
    }
    .ps-xxxl-220{
        padding-left:13.75rem!important
    }
    .ps-xxxl-225{
        padding-left:14.0625rem!important
    }
    .ps-xxxl-230{
        padding-left:14.375rem!important
    }
    .ps-xxxl-235{
        padding-left:14.6875rem!important
    }
    .ps-xxxl-240{
        padding-left:15rem!important
    }
    .ps-xxxl-245{
        padding-left:15.3125rem!important
    }
    .ps-xxxl-250{
        padding-left:15.625rem!important
    }
    .gap-xxxl-0{
        gap:0!important
    }
    .gap-xxxl-5{
        gap:0.3125rem!important
    }
    .gap-xxxl-10{
        gap:0.625rem!important
    }
    .gap-xxxl-15{
        gap:0.9375rem!important
    }
    .gap-xxxl-20{
        gap:1.25rem!important
    }
    .gap-xxxl-25{
        gap:1.5625rem!important
    }
    .gap-xxxl-30{
        gap:1.875rem!important
    }
    .gap-xxxl-35{
        gap:2.1875rem!important
    }
    .gap-xxxl-40{
        gap:2.5rem!important
    }
    .gap-xxxl-45{
        gap:2.8125rem!important
    }
    .gap-xxxl-50{
        gap:3.125rem!important
    }
    .gap-xxxl-55{
        gap:3.4375rem!important
    }
    .gap-xxxl-60{
        gap:3.75rem!important
    }
    .gap-xxxl-65{
        gap:4.0625rem!important
    }
    .gap-xxxl-70{
        gap:4.375rem!important
    }
    .gap-xxxl-75{
        gap:4.6875rem!important
    }
    .gap-xxxl-80{
        gap:5rem!important
    }
    .gap-xxxl-85{
        gap:5.3125rem!important
    }
    .gap-xxxl-90{
        gap:5.625rem!important
    }
    .gap-xxxl-95{
        gap:5.9375rem!important
    }
    .gap-xxxl-100{
        gap:6.25rem!important
    }
    .gap-xxxl-105{
        gap:6.5625rem!important
    }
    .gap-xxxl-110{
        gap:6.875rem!important
    }
    .gap-xxxl-115{
        gap:7.1875rem!important
    }
    .gap-xxxl-120{
        gap:7.5rem!important
    }
    .gap-xxxl-125{
        gap:7.8125rem!important
    }
    .gap-xxxl-130{
        gap:8.125rem!important
    }
    .gap-xxxl-135{
        gap:8.4375rem!important
    }
    .gap-xxxl-140{
        gap:8.75rem!important
    }
    .gap-xxxl-145{
        gap:9.0625rem!important
    }
    .gap-xxxl-150{
        gap:9.375rem!important
    }
    .gap-xxxl-155{
        gap:9.6875rem!important
    }
    .gap-xxxl-160{
        gap:10rem!important
    }
    .gap-xxxl-165{
        gap:10.3125rem!important
    }
    .gap-xxxl-170{
        gap:10.625rem!important
    }
    .gap-xxxl-175{
        gap:10.9375rem!important
    }
    .gap-xxxl-180{
        gap:11.25rem!important
    }
    .gap-xxxl-185{
        gap:11.5625rem!important
    }
    .gap-xxxl-190{
        gap:11.875rem!important
    }
    .gap-xxxl-195{
        gap:12.1875rem!important
    }
    .gap-xxxl-200{
        gap:12.5rem!important
    }
    .gap-xxxl-205{
        gap:12.8125rem!important
    }
    .gap-xxxl-210{
        gap:13.125rem!important
    }
    .gap-xxxl-215{
        gap:13.4375rem!important
    }
    .gap-xxxl-220{
        gap:13.75rem!important
    }
    .gap-xxxl-225{
        gap:14.0625rem!important
    }
    .gap-xxxl-230{
        gap:14.375rem!important
    }
    .gap-xxxl-235{
        gap:14.6875rem!important
    }
    .gap-xxxl-240{
        gap:15rem!important
    }
    .gap-xxxl-245{
        gap:15.3125rem!important
    }
    .gap-xxxl-250{
        gap:15.625rem!important
    }
    .text-xxxl-start{
        text-align:left!important
    }
    .text-xxxl-end{
        text-align:right!important
    }
    .text-xxxl-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .fs-1{
        font-size:3.75rem!important
    }
    .fs-2{
        font-size:3rem!important
    }
    .fs-3{
        font-size:2.25rem!important
    }
    .fs-4{
        font-size:1.875rem!important
    }
    .fs-5{
        font-size:1.5rem!important
    }
}
@media print{
    .d-print-inline{
        display:inline!important
    }
    .d-print-inline-block{
        display:inline-block!important
    }
    .d-print-block{
        display:block!important
    }
    .d-print-grid{
        display:grid!important
    }
    .d-print-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
    }
}






.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}

















.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}



/**** table ****/

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}




.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}


