﻿.s-visible{visibility:visible !important}
.s-invisible{visibility:hidden !important}

.s-d-inline{display:inline !important}
.s-d-inline-block{display:inline-block !important}
.s-d-block{display:block !important}
.s-d-grid{display:grid !important}
.s-d-table{display:table !important}
.s-d-table-row{display:table-row !important}
.s-d-table-cell{display:table-cell !important}
.s-d-flex{display:flex !important}
.s-d-inline-flex{display:inline-flex !important}
.s-d-none{display:none !important}

.s-border-0{border:0 !important}

.s-container,.s-container-fluid,.s-container-sm,.s-container-md,.s-container-lg,.s-container-xl,.s-container-xxl{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto}
@media (min-width: 576px){.s-container,.s-container-sm{max-width:540px}}
@media (min-width: 768px){.s-container,.s-container-sm,.s-container-md{max-width:720px}}
@media (min-width: 992px){.s-container,.s-container-sm,.s-container-md,.s-container-lg{max-width:960px}}
@media (min-width: 1200px){.s-container,.s-container-sm,.s-container-md,.s-container-lg,.s-container-xl{max-width:1140px}}
@media (min-width: 1400px){.s-container,.s-container-sm,.s-container-md,.s-container-lg,.s-container-xl,.s-container-xxl{max-width:1320px}}

.s-row{display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}
.s-row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}
.s-col{flex:1 0 0%}
.s-row-cols-auto>*{flex:0 0 auto;width:auto}
.s-row-cols-1>*{flex:0 0 auto;width:100%}
.s-row-cols-2>*{flex:0 0 auto;width:50%}
.s-row-cols-3>*{flex:0 0 auto;width:33.3333333333%}
.s-row-cols-4>*{flex:0 0 auto;width:25%}
.s-row-cols-5>*{flex:0 0 auto;width:20%}
.s-row-cols-6>*{flex:0 0 auto;width:16.6666666667%}
.s-col-auto{flex:0 0 auto;width:auto}
.s-col-1{flex:0 0 auto;width:8.33333333%}
.s-col-2{flex:0 0 auto;width:16.66666667%}
.s-col-3{flex:0 0 auto;width:25%}
.s-col-4{flex:0 0 auto;width:33.33333333%}
.s-col-5{flex:0 0 auto;width:41.66666667%}
.s-col-6{flex:0 0 auto;width:50%}
.s-col-7{flex:0 0 auto;width:58.33333333%}
.s-col-8{flex:0 0 auto;width:66.66666667%}
.s-col-9{flex:0 0 auto;width:75%}
.s-col-10{flex:0 0 auto;width:83.33333333%}
.s-col-11{flex:0 0 auto;width:91.66666667%}
.s-col-12{flex:0 0 auto;width:100%}
.s-offset-1{margin-left:8.33333333%}
.s-offset-2{margin-left:16.66666667%}
.s-offset-3{margin-left:25%}
.s-offset-4{margin-left:33.33333333%}
.s-offset-5{margin-left:41.66666667%}
.s-offset-6{margin-left:50%}
.s-offset-7{margin-left:58.33333333%}
.s-offset-8{margin-left:66.66666667%}
.s-offset-9{margin-left:75%}
.s-offset-10{margin-left:83.33333333%}
.s-offset-11{margin-left:91.66666667%}
.s-g-0,.gx-0{--bs-gutter-x: 0}
.s-g-0,.gy-0{--bs-gutter-y: 0}
.s-g-1,.gx-1{--bs-gutter-x: .25rem}
.s-g-1,.gy-1{--bs-gutter-y: .25rem}
.s-g-2,.gx-2{--bs-gutter-x: .5rem}
.s-g-2,.gy-2{--bs-gutter-y: .5rem}
.s-g-3,.gx-3{--bs-gutter-x: 1rem}
.s-g-3,.gy-3{--bs-gutter-y: 1rem}
.s-g-4,.gx-4{--bs-gutter-x: 1.5rem}
.s-g-4,.gy-4{--bs-gutter-y: 1.5rem}
.s-g-5,.gx-5{--bs-gutter-x: 3rem}
.s-g-5,.gy-5{--bs-gutter-y: 3rem}
.s-g-6,.gx-6{--bs-gutter-x: 4rem}
.s-g-6,.gy-6{--bs-gutter-y: 4rem}
.s-g-7,.gx-7{--bs-gutter-x: 5rem}
.s-g-7,.gy-7{--bs-gutter-y: 5rem}
.s-g-8,.gx-8{--bs-gutter-x: 6rem}
.s-g-8,.gy-8{--bs-gutter-y: 6rem}
.s-g-9,.gx-9{--bs-gutter-x: 8rem}
.s-g-9,.gy-9{--bs-gutter-y: 8rem}
.s-g-10,.gx-10{--bs-gutter-x: 10rem}
.s-g-10,.gy-10{--bs-gutter-y: 10rem}
@media (min-width: 576px){
  .s-col-sm{flex:1 0 0%}
  .s-row-cols-sm-auto>*{flex:0 0 auto;width:auto}
  .s-row-cols-sm-1>*{flex:0 0 auto;width:100%}
  .s-row-cols-sm-2>*{flex:0 0 auto;width:50%}
  .s-row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}
  .s-row-cols-sm-4>*{flex:0 0 auto;width:25%}
  .s-row-cols-sm-5>*{flex:0 0 auto;width:20%}
  .s-row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}
  .s-col-sm-auto{flex:0 0 auto;width:auto}
  .s-col-sm-1{flex:0 0 auto;width:8.33333333%}
  .s-col-sm-2{flex:0 0 auto;width:16.66666667%}
  .s-s-col-sm-3{flex:0 0 auto;width:25%}
  .s-col-sm-4{flex:0 0 auto;width:33.33333333%}
  .s-col-sm-5{flex:0 0 auto;width:41.66666667%}
  .s-col-sm-6{flex:0 0 auto;width:50%}
  .s-col-sm-7{flex:0 0 auto;width:58.33333333%}
  .s-col-sm-8{flex:0 0 auto;width:66.66666667%}
  .s-col-sm-9{flex:0 0 auto;width:75%}
  .s-col-sm-10{flex:0 0 auto;width:83.33333333%}
  .s-col-sm-11{flex:0 0 auto;width:91.66666667%}
  .s-col-sm-12{flex:0 0 auto;width:100%}
  .s-offset-sm-0{margin-left:0}
  .s-offset-sm-1{margin-left:8.33333333%}
  .s-offset-sm-2{margin-left:16.66666667%}
  .s-offset-sm-3{margin-left:25%}
  .s-offset-sm-4{margin-left:33.33333333%}
  .s-offset-sm-5{margin-left:41.66666667%}
  .s-offset-sm-6{margin-left:50%}
  .s-offset-sm-7{margin-left:58.33333333%}
  .s-offset-sm-8{margin-left:66.66666667%}
  .s-offset-sm-9{margin-left:75%}
  .s-offset-sm-10{margin-left:83.33333333%}
  .s-offset-sm-11{margin-left:91.66666667%}
  .s-g-sm-0,.gx-sm-0{--bs-gutter-x: 0}
  .s-g-sm-0,.gy-sm-0{--bs-gutter-y: 0}
  .s-g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}
  .s-g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}
  .s-g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}
  .s-g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}
  .s-g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}
  .s-g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}
  .s-g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}
  .s-g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}
  .s-g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}
  .s-g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}
  .s-g-sm-6,.gx-sm-6{--bs-gutter-x: 4rem}
  .s-g-sm-6,.gy-sm-6{--bs-gutter-y: 4rem}
  .s-g-sm-7,.gx-sm-7{--bs-gutter-x: 5rem}
  .s-g-sm-7,.gy-sm-7{--bs-gutter-y: 5rem}
  .s-g-sm-8,.gx-sm-8{--bs-gutter-x: 6rem}
  .s-g-sm-8,.gy-sm-8{--bs-gutter-y: 6rem}
  .s-g-sm-9,.gx-sm-9{--bs-gutter-x: 8rem}
  .s-g-sm-9,.gy-sm-9{--bs-gutter-y: 8rem}
  .s-g-sm-10,.gx-sm-10{--bs-gutter-x: 10rem}
  .s-g-sm-10,.gy-sm-10{--bs-gutter-y: 10rem}
}
@media (min-width: 768px){
  .s-col-md{flex:1 0 0%}
  .s-row-cols-md-auto>*{flex:0 0 auto;width:auto}
  .s-row-cols-md-1>*{flex:0 0 auto;width:100%}
  .s-row-cols-md-2>*{flex:0 0 auto;width:50%}
  .s-row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}
  .s-row-cols-md-4>*{flex:0 0 auto;width:25%}
  .s-row-cols-md-5>*{flex:0 0 auto;width:20%}
  .s-row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}
  .s-col-md-auto{flex:0 0 auto;width:auto}
  .s-col-md-1{flex:0 0 auto;width:8.33333333%}
  .s-col-md-2{flex:0 0 auto;width:16.66666667%}
  .s-col-md-3{flex:0 0 auto;width:25%}
  .s-col-md-4{flex:0 0 auto;width:33.33333333%}
  .s-col-md-5{flex:0 0 auto;width:41.66666667%}
  .s-col-md-6{flex:0 0 auto;width:50%}
  .s-col-md-7{flex:0 0 auto;width:58.33333333%}
  .s-col-md-8{flex:0 0 auto;width:66.66666667%}
  .s-col-md-9{flex:0 0 auto;width:75%}
  .s-col-md-10{flex:0 0 auto;width:83.33333333%}
  .s-col-md-11{flex:0 0 auto;width:91.66666667%}
  .s-col-md-12{flex:0 0 auto;width:100%}
  .s-offset-md-0{margin-left:0}
  .s-offset-md-1{margin-left:8.33333333%}
  .s-offset-md-2{margin-left:16.66666667%}
  .s-offset-md-3{margin-left:25%}
  .s-offset-md-4{margin-left:33.33333333%}
  .s-offset-md-5{margin-left:41.66666667%}
  .s-offset-md-6{margin-left:50%}
  .s-offset-md-7{margin-left:58.33333333%}
  .s-offset-md-8{margin-left:66.66666667%}
  .s-offset-md-9{margin-left:75%}
  .s-offset-md-10{margin-left:83.33333333%}
  .s-offset-md-11{margin-left:91.66666667%}
  .s-g-md-0,.gx-md-0{--bs-gutter-x: 0}
  .s-g-md-0,.gy-md-0{--bs-gutter-y: 0}
  .s-g-md-1,.gx-md-1{--bs-gutter-x: .25rem}
  .s-g-md-1,.gy-md-1{--bs-gutter-y: .25rem}
  .s-g-md-2,.gx-md-2{--bs-gutter-x: .5rem}
  .s-g-md-2,.gy-md-2{--bs-gutter-y: .5rem}
  .s-g-md-3,.gx-md-3{--bs-gutter-x: 1rem}
  .s-g-md-3,.gy-md-3{--bs-gutter-y: 1rem}
  .s-g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}
  .s-g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}
  .s-g-md-5,.gx-md-5{--bs-gutter-x: 3rem}
  .s-g-md-5,.gy-md-5{--bs-gutter-y: 3rem}
  .s-g-md-6,.gx-md-6{--bs-gutter-x: 4rem}
  .s-g-md-6,.gy-md-6{--bs-gutter-y: 4rem}
  .s-g-md-7,.gx-md-7{--bs-gutter-x: 5rem}
  .s-g-md-7,.gy-md-7{--bs-gutter-y: 5rem}
  .s-g-md-8,.gx-md-8{--bs-gutter-x: 6rem}
  .s-g-md-8,.gy-md-8{--bs-gutter-y: 6rem}
  .s-g-md-9,.gx-md-9{--bs-gutter-x: 8rem}
  .s-g-md-9,.gy-md-9{--bs-gutter-y: 8rem}
  .s-g-md-10,.gx-md-10{--bs-gutter-x: 10rem}
  .s-g-md-10,.gy-md-10{--bs-gutter-y: 10rem}
}
@media (min-width: 992px){
  .s-col-lg{flex:1 0 0%}
  .s-row-cols-lg-auto>*{flex:0 0 auto;width:auto}
  .s-row-cols-lg-1>*{flex:0 0 auto;width:100%}
  .s-row-cols-lg-2>*{flex:0 0 auto;width:50%}
  .s-row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}
  .s-row-cols-lg-4>*{flex:0 0 auto;width:25%}
  .s-row-cols-lg-5>*{flex:0 0 auto;width:20%}
  .s-row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}
  .s-col-lg-auto{flex:0 0 auto;width:auto}
  .s-col-lg-1{flex:0 0 auto;width:8.33333333%}
  .s-col-lg-2{flex:0 0 auto;width:16.66666667%}
  .s-col-lg-3{flex:0 0 auto;width:25%}
  .s-col-lg-4{flex:0 0 auto;width:33.33333333%}
  .s-col-lg-5{flex:0 0 auto;width:41.66666667%}
  .s-col-lg-6{flex:0 0 auto;width:50%}
  .s-col-lg-7{flex:0 0 auto;width:58.33333333%}
  .s-col-lg-8{flex:0 0 auto;width:66.66666667%}
  .s-col-lg-9{flex:0 0 auto;width:75%}
  .s-col-lg-10{flex:0 0 auto;width:83.33333333%}
  .s-col-lg-11{flex:0 0 auto;width:91.66666667%}
  .s-col-lg-12{flex:0 0 auto;width:100%}
  .s-offset-lg-0{margin-left:0}
  .s-offset-lg-1{margin-left:8.33333333%}
  .s-offset-lg-2{margin-left:16.66666667%}
  .s-offset-lg-3{margin-left:25%}
  .s-offset-lg-4{margin-left:33.33333333%}
  .s-offset-lg-5{margin-left:41.66666667%}
  .s-offset-lg-6{margin-left:50%}
  .s-offset-lg-7{margin-left:58.33333333%}
  .s-offset-lg-8{margin-left:66.66666667%}
  .s-offset-lg-9{margin-left:75%}
  .s-offset-lg-10{margin-left:83.33333333%}
  .s-offset-lg-11{margin-left:91.66666667%}
  .s-g-lg-0,.gx-lg-0{--bs-gutter-x: 0}
  .s-g-lg-0,.gy-lg-0{--bs-gutter-y: 0}
  .s-g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}
  .s-g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}
  .s-g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}
  .s-g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}
  .s-g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}
  .s-g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}
  .s-g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}
  .s-g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}
  .s-g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}
  .s-g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}
  .s-g-lg-6,.gx-lg-6{--bs-gutter-x: 4rem}
  .s-g-lg-6,.gy-lg-6{--bs-gutter-y: 4rem}
  .s-g-lg-7,.gx-lg-7{--bs-gutter-x: 5rem}
  .s-g-lg-7,.gy-lg-7{--bs-gutter-y: 5rem}
  .s-g-lg-8,.gx-lg-8{--bs-gutter-x: 6rem}
  .s-g-lg-8,.gy-lg-8{--bs-gutter-y: 6rem}
  .s-g-lg-9,.gx-lg-9{--bs-gutter-x: 8rem}
  .s-g-lg-9,.gy-lg-9{--bs-gutter-y: 8rem}
  .s-g-lg-10,.gx-lg-10{--bs-gutter-x: 10rem}
  .s-g-lg-10,.gy-lg-10{--bs-gutter-y: 10rem}
}
@media (min-width: 1200px){
  .s-col-xl{flex:1 0 0%}
  .s-row-cols-xl-auto>*{flex:0 0 auto;width:auto}
  .s-row-cols-xl-1>*{flex:0 0 auto;width:100%}
  .s-row-cols-xl-2>*{flex:0 0 auto;width:50%}
  .s-row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}
  .s-row-cols-xl-4>*{flex:0 0 auto;width:25%}
  .s-row-cols-xl-5>*{flex:0 0 auto;width:20%}
  .s-row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}
  .s-col-xl-auto{flex:0 0 auto;width:auto}
  .s-col-xl-1{flex:0 0 auto;width:8.33333333%}
  .s-col-xl-2{flex:0 0 auto;width:16.66666667%}
  .s-col-xl-3{flex:0 0 auto;width:25%}
  .s-col-xl-4{flex:0 0 auto;width:33.33333333%}
  .s-col-xl-5{flex:0 0 auto;width:41.66666667%}
  .s-col-xl-6{flex:0 0 auto;width:50%}
  .s-col-xl-7{flex:0 0 auto;width:58.33333333%}
  .s-col-xl-8{flex:0 0 auto;width:66.66666667%}
  .s-col-xl-9{flex:0 0 auto;width:75%}
  .s-col-xl-10{flex:0 0 auto;width:83.33333333%}
  .s-col-xl-11{flex:0 0 auto;width:91.66666667%}
  .s-col-xl-12{flex:0 0 auto;width:100%}
  .s-offset-xl-0{margin-left:0}
  .s-offset-xl-1{margin-left:8.33333333%}
  .s-offset-xl-2{margin-left:16.66666667%}
  .s-offset-xl-3{margin-left:25%}
  .s-offset-xl-4{margin-left:33.33333333%}
  .s-offset-xl-5{margin-left:41.66666667%}
  .s-offset-xl-6{margin-left:50%}
  .s-offset-xl-7{margin-left:58.33333333%}
  .s-offset-xl-8{margin-left:66.66666667%}
  .s-offset-xl-9{margin-left:75%}
  .s-offset-xl-10{margin-left:83.33333333%}
  .s-offset-xl-11{margin-left:91.66666667%}
  .s-g-xl-0,.gx-xl-0{--bs-gutter-x: 0}
  .s-g-xl-0,.gy-xl-0{--bs-gutter-y: 0}
  .s-g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}
  .s-g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}
  .s-g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}
  .s-g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}
  .s-g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}
  .s-g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}
  .s-g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}
  .s-g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}
  .s-g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}
  .s-g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}
  .s-g-xl-6,.gx-xl-6{--bs-gutter-x: 4rem}
  .s-g-xl-6,.gy-xl-6{--bs-gutter-y: 4rem}
  .s-g-xl-7,.gx-xl-7{--bs-gutter-x: 5rem}
  .s-g-xl-7,.gy-xl-7{--bs-gutter-y: 5rem}
  .s-g-xl-8,.gx-xl-8{--bs-gutter-x: 6rem}
  .s-g-xl-8,.gy-xl-8{--bs-gutter-y: 6rem}
  .s-g-xl-9,.gx-xl-9{--bs-gutter-x: 8rem}
  .s-g-xl-9,.gy-xl-9{--bs-gutter-y: 8rem}
  .s-g-xl-10,.gx-xl-10{--bs-gutter-x: 10rem}
  .s-g-xl-10,.gy-xl-10{--bs-gutter-y: 10rem}
}
@media (min-width: 1400px){
  .s-col-xxl{flex:1 0 0%}
  .s-row-cols-xxl-auto>*{flex:0 0 auto;width:auto}
  .s-row-cols-xxl-1>*{flex:0 0 auto;width:100%}
  .s-row-cols-xxl-2>*{flex:0 0 auto;width:50%}
  .s-row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}
  .s-row-cols-xxl-4>*{flex:0 0 auto;width:25%}
  .s-row-cols-xxl-5>*{flex:0 0 auto;width:20%}
  .s-row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}
  .s-col-xxl-auto{flex:0 0 auto;width:auto}
  .s-col-xxl-1{flex:0 0 auto;width:8.33333333%}
  .s-col-xxl-2{flex:0 0 auto;width:16.66666667%}
  .s-col-xxl-3{flex:0 0 auto;width:25%}
  .s-col-xxl-4{flex:0 0 auto;width:33.33333333%}
  .s-col-xxl-5{flex:0 0 auto;width:41.66666667%}
  .s-col-xxl-6{flex:0 0 auto;width:50%}
  .s-col-xxl-7{flex:0 0 auto;width:58.33333333%}
  .s-col-xxl-8{flex:0 0 auto;width:66.66666667%}
  .s-col-xxl-9{flex:0 0 auto;width:75%}
  .s-col-xxl-10{flex:0 0 auto;width:83.33333333%}
  .s-col-xxl-11{flex:0 0 auto;width:91.66666667%}
  .s-col-xxl-12{flex:0 0 auto;width:100%}
  .s-offset-xxl-0{margin-left:0}
  .s-offset-xxl-1{margin-left:8.33333333%}
  .s-offset-xxl-2{margin-left:16.66666667%}
  .s-offset-xxl-3{margin-left:25%}
  .s-offset-xxl-4{margin-left:33.33333333%}
  .s-offset-xxl-5{margin-left:41.66666667%}
  .s-offset-xxl-6{margin-left:50%}
  .s-offset-xxl-7{margin-left:58.33333333%}
  .s-offset-xxl-8{margin-left:66.66666667%}
  .s-offset-xxl-9{margin-left:75%}
  .s-offset-xxl-10{margin-left:83.33333333%}
  .s-offset-xxl-11{margin-left:91.66666667%}
  .s-g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}
  .s-g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}
  .s-g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}
  .s-g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}
  .s-g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}
  .s-g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}
  .s-g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}
  .s-g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}
  .s-g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}
  .s-g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}
  .s-g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}
  .s-g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}
  .s-g-xxl-6,.gx-xxl-6{--bs-gutter-x: 4rem}
  .s-g-xxl-6,.gy-xxl-6{--bs-gutter-y: 4rem}
  .s-g-xxl-7,.gx-xxl-7{--bs-gutter-x: 5rem}
  .s-g-xxl-7,.gy-xxl-7{--bs-gutter-y: 5rem}
  .s-g-xxl-8,.gx-xxl-8{--bs-gutter-x: 6rem}
  .s-g-xxl-8,.gy-xxl-8{--bs-gutter-y: 6rem}
  .s-g-xxl-9,.gx-xxl-9{--bs-gutter-x: 8rem}
  .s-g-xxl-9,.gy-xxl-9{--bs-gutter-y: 8rem}
  .s-g-xxl-10,.gx-xxl-10{--bs-gutter-x: 10rem}
  .s-g-xxl-10,.gy-xxl-10{--bs-gutter-y: 10rem}
}

.s-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}
.s-table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}
.s-table>tbody{vertical-align:inherit}
.s-table>thead{vertical-align:bottom}
.s-table>:not(:first-child){border-top:2px solid currentColor}
.s-caption-top{caption-side:top}
.s-table-sm>:not(caption)>*>*{padding:.25rem .25rem}
.s-table-bordered>:not(caption)>*{border-width:1px 0}
.s-table-bordered>:not(caption)>*>*{border-width:0 1px}
.s-table-borderless>:not(caption)>*>*{border-bottom-width:0}
.s-table-borderless>:not(:first-child){border-top-width:0}
.s-table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}
.s-table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}
.s-table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}
.s-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}
.s-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}
.s-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}
.s-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}
.s-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}
.s-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}
.s-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}
.s-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}
.s-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media (max-width: 575.98px){.s-table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width: 767.98px){.s-table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width: 991.98px){.s-table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width: 1199.98px){.s-table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width: 1399.98px){.s-table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}

.s-btn .s-badge{position:relative;top:-1px}
.s-alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.s-alert-heading{color:inherit}
.s-alert-link{font-weight:700}
.s-alert-dismissible{padding-right:3rem}
.s-alert-dismissible .s-btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}
.s-alert-rtrred{color:#89000b;background-color:#faccd0;border-color:#f7b3b8}
.s-alert-rtrred .s-alert-link{color:#6e0009}
.s-alert-og_black{color:#000;background-color:#ccc;border-color:#b3b3b3}
.s-alert-og_black .s-alert-link{color:#000}
.s-alert-og_indigo{color:#3d0a91;background-color:#e0cffc;border-color:#d1b7fb}
.s-alert-og_indigo .s-alert-link{color:#310874}
.s-alert-og_purple{color:#432874;background-color:#e2d9f3;border-color:#d4c6ec}
.s-alert-og_purple .s-alert-link{color:#36205d}
.s-alert-og_orange{color:#984c0c;background-color:#ffe5d0;border-color:#fed8b9}
.s-alert-og_orange .s-alert-link{color:#7a3d0a}
.s-alert-og_teal{color:#13795b;background-color:#d2f4ea;border-color:#bcefe0}
.s-alert-og_teal .s-alert-link{color:#0f6149}
.s-alert-og_pink{color:#801f4f;background-color:#f7d6e6;border-color:#f3c2da}
.s-alert-og_pink .s-alert-link{color:#66193f}
.s-alert-og_lightgray{color:#5d5e60;background-color:#fbfbfc;border-color:#f8f9fa}
.s-alert-og_lightgray .s-alert-link{color:#4a4b4d}
.s-alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}
.s-alert-primary .s-alert-link{color:#06357a}
.s-alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}
.s-alert-secondary .s-alert-link{color:#34383c}
.s-alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}
.s-alert-success .s-alert-link{color:#0c4128}
.s-alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}
.s-alert-info .s-alert-link{color:#04414d}
.s-alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}
.s-alert-warning .s-alert-link{color:#523e02}
.s-alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}
.s-alert-danger .s-alert-link{color:#6a1a21}
.s-alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}
.s-alert-light .s-alert-link{color:#4f5050}
.s-alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}
.s-alert-dark .s-alert-link{color:#101214}

.s-list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}
.s-list-group-numbered{list-style-type:none;counter-reset:section}
.s-list-group-numbered>li::before{content:counters(section,".") ". ";counter-increment:section}
.s-list-group-item-action{width:100%;color:#495057;text-align:inherit}
.s-list-group-item-action:hover,.s-list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}
.s-list-group-item-action:active{color:#212529;background-color:#e9ecef}
.s-list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}
.s-list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}
.s-list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}
.s-list-group-item.disabled,.s-list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}
.s-list-group-item.s-active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.s-list-group-item+.s-list-group-item{border-top-width:0}
.s-list-group-item+.s-list-group-item.s-active{margin-top:-1px;border-top-width:1px}
.s-list-group-horizontal{flex-direction:row}
.s-list-group-horizontal>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
.s-list-group-horizontal>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
.s-list-group-horizontal>.s-list-group-item.s-active{margin-top:0}
.s-list-group-horizontal>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
.s-list-group-horizontal>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
@media (min-width: 576px){
  .s-list-group-horizontal-sm{flex-direction:row}
  .s-list-group-horizontal-sm>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
  .s-list-group-horizontal-sm>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
  .s-list-group-horizontal-sm>.s-list-group-item.s-active{margin-top:0}
  .s-list-group-horizontal-sm>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
  .s-list-group-horizontal-sm>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
}
@media (min-width: 768px){
  .s-list-group-horizontal-md{flex-direction:row}
  .s-list-group-horizontal-md>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
  .s-list-group-horizontal-md>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
  .s-list-group-horizontal-md>.s-list-group-item.s-active{margin-top:0}
  .s-list-group-horizontal-md>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
  .s-list-group-horizontal-md>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
}
@media (min-width: 992px){
  .s-list-group-horizontal-lg{flex-direction:row}
  .s-list-group-horizontal-lg>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
  .s-list-group-horizontal-lg>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
  .s-list-group-horizontal-lg>.s-list-group-item.s-active{margin-top:0}
  .s-list-group-horizontal-lg>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
  .s-list-group-horizontal-lg>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
}
@media (min-width: 1200px){
  .s-list-group-horizontal-xl{flex-direction:row}
  .s-list-group-horizontal-xl>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
  .s-list-group-horizontal-xl>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
  .s-list-group-horizontal-xl>.s-list-group-item.s-active{margin-top:0}
  .s-list-group-horizontal-xl>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
  .s-list-group-horizontal-xl>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
}
@media (min-width: 1400px){
  .s-list-group-horizontal-xxl{flex-direction:row}
  .s-list-group-horizontal-xxl>.s-list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
  .s-list-group-horizontal-xxl>.s-list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
  .s-list-group-horizontal-xxl>.s-list-group-item.s-active{margin-top:0}
  .s-list-group-horizontal-xxl>.s-list-group-item+.s-list-group-item{border-top-width:1px;border-left-width:0}
  .s-list-group-horizontal-xxl>.s-list-group-item+.s-list-group-item.s-active{margin-left:-1px;border-left-width:1px}
}
.s-list-group-flush{border-radius:0}
.s-list-group-flush>.s-list-group-item{border-width:0 0 1px}
.s-list-group-flush>.s-list-group-item:last-child{border-bottom-width:0}
.s-list-group-item-rtrred{color:#89000b;background-color:#faccd0}
.s-list-group-item-rtrred.s-list-group-item-action:hover,.s-list-group-item-rtrred.s-list-group-item-action:focus{color:#89000b;background-color:#e1b8bb}
.s-list-group-item-rtrred.s-list-group-item-action.s-active{color:#fff;background-color:#89000b;border-color:#89000b}
.s-list-group-item-og_black{color:#000;background-color:#ccc}
.s-list-group-item-og_black.s-list-group-item-action:hover,.s-list-group-item-og_black.s-list-group-item-action:focus{color:#000;background-color:#b8b8b8}
.s-list-group-item-og_black.s-list-group-item-action.s-active{color:#fff;background-color:#000;border-color:#000}
.s-list-group-item-og_indigo{color:#3d0a91;background-color:#e0cffc}
.s-list-group-item-og_indigo.s-list-group-item-action:hover,.s-list-group-item-og_indigo.s-list-group-item-action:focus{color:#3d0a91;background-color:#cabae3}
.s-list-group-item-og_indigo.s-list-group-item-action.s-active{color:#fff;background-color:#3d0a91;border-color:#3d0a91}
.s-list-group-item-og_purple{color:#432874;background-color:#e2d9f3}
.s-list-group-item-og_purple.s-list-group-item-action:hover,.s-list-group-item-og_purple.s-list-group-item-action:focus{color:#432874;background-color:#cbc3db}
.s-list-group-item-og_purple.s-list-group-item-action.s-active{color:#fff;background-color:#432874;border-color:#432874}
.s-list-group-item-og_orange{color:#984c0c;background-color:#ffe5d0}
.s-list-group-item-og_orange.s-list-group-item-action:hover,.s-list-group-item-og_orange.s-list-group-item-action:focus{color:#984c0c;background-color:#e6cebb}
.s-list-group-item-og_orange.s-list-group-item-action.s-active{color:#fff;background-color:#984c0c;border-color:#984c0c}
.s-list-group-item-og_teal{color:#13795b;background-color:#d2f4ea}
.s-list-group-item-og_teal.s-list-group-item-action:hover,.s-list-group-item-og_teal.s-list-group-item-action:focus{color:#13795b;background-color:#bddcd3}
.s-list-group-item-og_teal.s-list-group-item-action.s-active{color:#fff;background-color:#13795b;border-color:#13795b}
.s-list-group-item-og_pink{color:#801f4f;background-color:#f7d6e6}
.s-list-group-item-og_pink.s-list-group-item-action:hover,.s-list-group-item-og_pink.s-list-group-item-action:focus{color:#801f4f;background-color:#dec1cf}
.s-list-group-item-og_pink.s-list-group-item-action.s-active{color:#fff;background-color:#801f4f;border-color:#801f4f}
.s-list-group-item-og_lightgray{color:#5d5e60;background-color:#fbfbfc}
.s-list-group-item-og_lightgray.s-list-group-item-action:hover,.s-list-group-item-og_lightgray.s-list-group-item-action:focus{color:#5d5e60;background-color:#e2e2e3}
.s-list-group-item-og_lightgray.s-list-group-item-action.s-active{color:#fff;background-color:#5d5e60;border-color:#5d5e60}
.s-list-group-item-primary{color:#084298;background-color:#cfe2ff}
.s-list-group-item-primary.s-list-group-item-action:hover,.s-list-group-item-primary.s-list-group-item-action:focus{color:#084298;background-color:#bacbe6}
.s-list-group-item-primary.s-list-group-item-action.s-active{color:#fff;background-color:#084298;border-color:#084298}
.s-list-group-item-secondary{color:#41464b;background-color:#e2e3e5}
.s-list-group-item-secondary.s-list-group-item-action:hover,.s-list-group-item-secondary.s-list-group-item-action:focus{color:#41464b;background-color:#cbccce}
.s-list-group-item-secondary.s-list-group-item-action.s-active{color:#fff;background-color:#41464b;border-color:#41464b}
.s-list-group-item-success{color:#0f5132;background-color:#d1e7dd}
.s-list-group-item-success.s-list-group-item-action:hover,.s-list-group-item-success.s-list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}
.s-list-group-item-success.s-list-group-item-action.s-active{color:#fff;background-color:#0f5132;border-color:#0f5132}
.s-list-group-item-info{color:#055160;background-color:#cff4fc}
.s-list-group-item-info.s-list-group-item-action:hover,.s-list-group-item-info.s-list-group-item-action:focus{color:#055160;background-color:#badce3}
.s-list-group-item-info.s-list-group-item-action.s-active{color:#fff;background-color:#055160;border-color:#055160}
.s-list-group-item-warning{color:#664d03;background-color:#fff3cd}
.s-list-group-item-warning.s-list-group-item-action:hover,.s-list-group-item-warning.s-list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}
.s-list-group-item-warning.s-list-group-item-action.s-active{color:#fff;background-color:#664d03;border-color:#664d03}
.s-list-group-item-danger{color:#842029;background-color:#f8d7da}
.s-list-group-item-danger.s-list-group-item-action:hover,.s-list-group-item-danger.s-list-group-item-action:focus{color:#842029;background-color:#dfc2c4}
.s-list-group-item-danger.s-list-group-item-action.s-active{color:#fff;background-color:#842029;border-color:#842029}
.s-list-group-item-light{color:#636464;background-color:#fefefe}
.s-list-group-item-light.s-list-group-item-action:hover,.s-list-group-item-light.s-list-group-item-action:focus{color:#636464;background-color:#e5e5e5}
.s-list-group-item-light.s-list-group-item-action.s-active{color:#fff;background-color:#636464;border-color:#636464}
.s-list-group-item-dark{color:#141619;background-color:#d3d3d4}
.s-list-group-item-dark.s-list-group-item-action:hover,.s-list-group-item-dark.s-list-group-item-action:focus{color:#141619;background-color:#bebebf}
.s-list-group-item-dark.s-list-group-item-action.s-active{color:#fff;background-color:#141619;border-color:#141619}
.s-btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}
.s-btn-close:hover{color:#000;text-decoration:none;opacity:.75}
.s-btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25);opacity:1}
.s-btn-close:disabled,.s-btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}
.s-btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}

.s-img-fluid{max-width:100%;height:auto}

.s-w-25{width:25% !important}
.s-w-50{width:50% !important}
.s-w-75{width:75% !important}
.s-w-100{width:100% !important}
.s-w-auto{width:auto !important}
.s-mw-100{max-width:100% !important}
.s-vw-100{width:100vw !important}
.s-min-vw-100{min-width:100vw !important}
.s-h-25{height:25% !important}
.s-h-50{height:50% !important}
.s-h-75{height:75% !important}
.s-h-100{height:100% !important}
.s-h-auto{height:auto !important}
.s-mh-100{max-height:100% !important}
.s-vh-100{height:100vh !important}
.s-min-vh-100{min-height:100vh !important}

.s-flex-fill{flex:1 1 auto !important}
.s-flex-row{flex-direction:row !important}
.s-flex-column{flex-direction:column !important}
.s-flex-row-reverse{flex-direction:row-reverse !important}
.s-flex-column-reverse{flex-direction:column-reverse !important}
.s-flex-grow-0{flex-grow:0 !important}
.s-flex-grow-1{flex-grow:1 !important}
.s-flex-shrink-0{flex-shrink:0 !important}
.s-flex-shrink-1{flex-shrink:1 !important}
.s-flex-wrap{flex-wrap:wrap !important}
.s-flex-nowrap{flex-wrap:nowrap !important}
.s-flex-wrap-reverse{flex-wrap:wrap-reverse !important}
.s-gap-0{gap:0 !important}
.s-gap-1{gap:.25rem !important}
.s-gap-2{gap:.5rem !important}
.s-gap-3{gap:1rem !important}
.s-gap-4{gap:1.5rem !important}
.s-gap-5{gap:3rem !important}
.s-gap-6{gap:4rem !important}
.s-gap-7{gap:5rem !important}
.s-gap-8{gap:6rem !important}
.s-gap-9{gap:8rem !important}
.s-gap-10{gap:10rem !important}
.s-justify-content-start{justify-content:flex-start !important}
.s-justify-content-end{justify-content:flex-end !important}
.s-justify-content-center{justify-content:center !important}
.s-justify-content-between{justify-content:space-between !important}
.s-justify-content-around{justify-content:space-around !important}
.s-justify-content-evenly{justify-content:space-evenly !important}
.s-align-items-start{align-items:flex-start !important}
.s-align-items-end{align-items:flex-end !important}
.s-align-items-center{align-items:center !important}
.s-align-items-baseline{align-items:baseline !important}
.s-align-items-stretch{align-items:stretch !important}
.s-align-content-start{align-content:flex-start !important}
.s-align-content-end{align-content:flex-end !important}
.s-align-content-center{align-content:center !important}
.s-align-content-between{align-content:space-between !important}
.s-align-content-around{align-content:space-around !important}
.s-align-content-stretch{align-content:stretch !important}
.s-align-self-auto{align-self:auto !important}
.s-align-self-start{align-self:flex-start !important}
.s-align-self-end{align-self:flex-end !important}
.s-align-self-center{align-self:center !important}
.s-align-self-baseline{align-self:baseline !important}
.s-align-self-stretch{align-self:stretch !important}
.s-order-first{order:-1 !important}
.s-order-0{order:0 !important}
.s-order-1{order:1 !important}
.s-order-2{order:2 !important}
.s-order-3{order:3 !important}
.s-order-4{order:4 !important}
.s-order-5{order:5 !important}
.s-order-last{order:6 !important}

.s-m-0{margin:0 !important}
.s-m-1{margin:.25rem !important}
.s-m-2{margin:.5rem !important}
.s-m-3{margin:1rem !important}
.s-m-4{margin:1.5rem !important}
.s-m-5{margin:3rem !important}
.s-m-6{margin:4rem !important}
.s-m-7{margin:5rem !important}
.s-m-8{margin:6rem !important}
.s-m-9{margin:8rem !important}
.s-m-10{margin:10rem !important}
.s-m-auto{margin:auto !important}
.s-mx-0{margin-right:0 !important;margin-left:0 !important}
.s-mx-1{margin-right:.25rem !important;margin-left:.25rem !important}
.s-mx-2{margin-right:.5rem !important;margin-left:.5rem !important}
.s-mx-3{margin-right:1rem !important;margin-left:1rem !important}
.s-mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
.s-mx-5{margin-right:3rem !important;margin-left:3rem !important}
.s-mx-6{margin-right:4rem !important;margin-left:4rem !important}
.s-mx-7{margin-right:5rem !important;margin-left:5rem !important}
.s-mx-8{margin-right:6rem !important;margin-left:6rem !important}
.s-mx-9{margin-right:8rem !important;margin-left:8rem !important}
.s-mx-10{margin-right:10rem !important;margin-left:10rem !important}
.s-mx-auto{margin-right:auto !important;margin-left:auto !important}
.s-my-0{margin-top:0 !important;margin-bottom:0 !important}
.s-my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
.s-my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
.s-my-3{margin-top:1rem !important;margin-bottom:1rem !important}
.s-my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
.s-my-5{margin-top:3rem !important;margin-bottom:3rem !important}
.s-my-6{margin-top:4rem !important;margin-bottom:4rem !important}
.s-my-7{margin-top:5rem !important;margin-bottom:5rem !important}
.s-my-8{margin-top:6rem !important;margin-bottom:6rem !important}
.s-my-9{margin-top:8rem !important;margin-bottom:8rem !important}
.s-my-10{margin-top:10rem !important;margin-bottom:10rem !important}
.s-my-auto{margin-top:auto !important;margin-bottom:auto !important}
.s-mt-0{margin-top:0 !important}
.s-mt-1{margin-top:.25rem !important}
.s-mt-2{margin-top:.5rem !important}
.s-mt-3{margin-top:1rem !important}
.s-mt-4{margin-top:1.5rem !important}
.s-mt-5{margin-top:3rem !important}
.s-mt-6{margin-top:4rem !important}
.s-mt-7{margin-top:5rem !important}
.s-mt-8{margin-top:6rem !important}
.s-mt-9{margin-top:8rem !important}
.s-mt-10{margin-top:10rem !important}
.s-mt-auto{margin-top:auto !important}
.s-me-0{margin-right:0 !important}
.s-me-1{margin-right:.25rem !important}
.s-me-2{margin-right:.5rem !important}
.s-me-3{margin-right:1rem !important}
.s-me-4{margin-right:1.5rem !important}
.s-me-5{margin-right:3rem !important}
.s-me-6{margin-right:4rem !important}
.s-me-7{margin-right:5rem !important}
.s-me-8{margin-right:6rem !important}
.s-me-9{margin-right:8rem !important}
.s-me-10{margin-right:10rem !important}
.s-me-auto{margin-right:auto !important}
.s-mb-0{margin-bottom:0 !important}
.s-mb-1{margin-bottom:.25rem !important}
.s-mb-2{margin-bottom:.5rem !important}
.s-mb-3{margin-bottom:1rem !important}
.s-mb-4{margin-bottom:1.5rem !important}
.s-mb-5{margin-bottom:3rem !important}
.s-mb-6{margin-bottom:4rem !important}
.s-mb-7{margin-bottom:5rem !important}
.s-mb-8{margin-bottom:6rem !important}
.s-mb-9{margin-bottom:8rem !important}
.s-mb-10{margin-bottom:10rem !important}
.s-mb-auto{margin-bottom:auto !important}
.s-ms-0{margin-left:0 !important}
.s-ms-1{margin-left:.25rem !important}
.s-ms-2{margin-left:.5rem !important}
.s-ms-3{margin-left:1rem !important}
.s-ms-4{margin-left:1.5rem !important}
.s-ms-5{margin-left:3rem !important}
.s-ms-6{margin-left:4rem !important}
.s-ms-7{margin-left:5rem !important}
.s-ms-8{margin-left:6rem !important}
.s-ms-9{margin-left:8rem !important}
.s-ms-10{margin-left:10rem !important}
.s-ms-auto{margin-left:auto !important}
.s-p-0{padding:0 !important}
.s-p-1{padding:.25rem !important}
.s-p-2{padding:.5rem !important}
.s-p-3{padding:1rem !important}
.s-p-4{padding:1.5rem !important}
.s-p-5{padding:3rem !important}
.s-p-6{padding:4rem !important}
.s-p-7{padding:5rem !important}
.s-p-8{padding:6rem !important}
.s-p-9{padding:8rem !important}
.s-p-10{padding:10rem !important}
.s-px-0{padding-right:0 !important;padding-left:0 !important}
.s-px-1{padding-right:.25rem !important;padding-left:.25rem !important}
.s-px-2{padding-right:.5rem !important;padding-left:.5rem !important}
.s-px-3{padding-right:1rem !important;padding-left:1rem !important}
.s-px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
.s-px-5{padding-right:3rem !important;padding-left:3rem !important}
.s-px-6{padding-right:4rem !important;padding-left:4rem !important}
.s-px-7{padding-right:5rem !important;padding-left:5rem !important}
.s-px-8{padding-right:6rem !important;padding-left:6rem !important}
.s-px-9{padding-right:8rem !important;padding-left:8rem !important}
.s-px-10{padding-right:10rem !important;padding-left:10rem !important}
.s-py-0{padding-top:0 !important;padding-bottom:0 !important}
.s-py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
.s-py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
.s-py-3{padding-top:1rem !important;padding-bottom:1rem !important}
.s-py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
.s-py-5{padding-top:3rem !important;padding-bottom:3rem !important}
.s-py-6{padding-top:4rem !important;padding-bottom:4rem !important}
.s-py-7{padding-top:5rem !important;padding-bottom:5rem !important}
.s-py-8{padding-top:6rem !important;padding-bottom:6rem !important}
.s-py-9{padding-top:8rem !important;padding-bottom:8rem !important}
.s-py-10{padding-top:10rem !important;padding-bottom:10rem !important}
.s-pt-0{padding-top:0 !important}
.s-pt-1{padding-top:.25rem !important}
.s-pt-2{padding-top:.5rem !important}
.s-pt-3{padding-top:1rem !important}
.s-pt-4{padding-top:1.5rem !important}
.s-pt-5{padding-top:3rem !important}
.s-pt-6{padding-top:4rem !important}
.s-pt-7{padding-top:5rem !important}
.s-pt-8{padding-top:6rem !important}
.s-pt-9{padding-top:8rem !important}
.s-pt-10{padding-top:10rem !important}
.s-pe-0{padding-right:0 !important}
.s-pe-1{padding-right:.25rem !important}
.s-pe-2{padding-right:.5rem !important}
.s-pe-3{padding-right:1rem !important}
.s-pe-4{padding-right:1.5rem !important}
.s-pe-5{padding-right:3rem !important}
.s-pe-6{padding-right:4rem !important}
.s-pe-7{padding-right:5rem !important}
.s-pe-8{padding-right:6rem !important}
.s-pe-9{padding-right:8rem !important}
.s-pe-10{padding-right:10rem !important}
.s-pb-0{padding-bottom:0 !important}
.s-pb-1{padding-bottom:.25rem !important}
.s-pb-2{padding-bottom:.5rem !important}
.s-pb-3{padding-bottom:1rem !important}
.s-pb-4{padding-bottom:1.5rem !important}
.s-pb-5{padding-bottom:3rem !important}
.s-pb-6{padding-bottom:4rem !important}
.s-pb-7{padding-bottom:5rem !important}
.s-pb-8{padding-bottom:6rem !important}
.s-pb-9{padding-bottom:8rem !important}
.s-pb-10{padding-bottom:10rem !important}
.s-ps-0{padding-left:0 !important}
.s-ps-1{padding-left:.25rem !important}
.s-ps-2{padding-left:.5rem !important}
.s-ps-3{padding-left:1rem !important}
.s-ps-4{padding-left:1.5rem !important}
.s-ps-5{padding-left:3rem !important}
.s-ps-6{padding-left:4rem !important}
.s-ps-7{padding-left:5rem !important}
.s-ps-8{padding-left:6rem !important}
.s-ps-9{padding-left:8rem !important}
.s-ps-10{padding-left:10rem !important}

.border{border:1px solid #dee2e6 !important}
.border-0{border:0 !important}
.border-top{border-top:1px solid #dee2e6 !important}
.border-top-0{border-top:0 !important}
.border-end{border-right:1px solid #dee2e6 !important}
.border-end-0{border-right:0 !important}
.border-bottom{border-bottom:1px solid #dee2e6 !important}
.border-bottom-0{border-bottom:0 !important}
.border-start{border-left:1px solid #dee2e6 !important}
.border-start-0{border-left:0 !important}
.border-rtrred{border-color:#E50012 !important}
.border-og_black{border-color:#000 !important}
.border-og_indigo{border-color:#6610f2 !important}
.border-og_purple{border-color:#6f42c1 !important}
.border-og_orange{border-color:#fd7e14 !important}
.border-og_teal{border-color:#20c997 !important}
.border-og_pink{border-color:#d63384 !important}
.border-og_lightgray{border-color:#e9ecef !important}
.border-primary{border-color:#0d6efd !important}
.border-secondary{border-color:#6c757d !important}
.border-success{border-color:#198754 !important}
.border-info{border-color:#0dcaf0 !important}
.border-warning{border-color:#ffc107 !important}
.border-danger{border-color:#dc3545 !important}
.border-light{border-color:#f8f9fa !important}
.border-dark{border-color:#212529 !important}
.border-white{border-color:#fff !important}
.border-1{border-width:1px !important}
.border-2{border-width:2px !important}
.border-3{border-width:3px !important}
.border-4{border-width:4px !important}
.border-5{border-width:5px !important}

.s-rounded{border-radius:2rem !important}

.s-text-left {text-align: left !important;}
.s-text-center {text-align: center !important;}
.s-text-right {text-align: right !important;}
@media (min-width: 576px){
  .s-text-sm-left {text-align: left !important;}
  .s-text-sm-center {text-align: center !important;}
  .s-text-sm-right {text-align: right !important;}
}
@media (min-width: 768px){
  .s-text-md-left {text-align: left !important;}
  .s-text-md-center {text-align: center !important;}
  .s-text-md-right {text-align: right !important;}
}
@media (min-width: 992px){
  .s-text-lg-left {text-align: left !important;}
  .s-text-lg-center {text-align: center !important;}
  .s-text-lg-right {text-align: right !important;}
}
@media (min-width: 1200px){
  .s-text-xl-left {text-align: left !important;}
  .s-text-xl-center {text-align: center !important;}
  .s-text-xl-right {text-align: right !important;}
}
@media (min-width: 1400px){
  .s-text-xxl-left {text-align: left !important;}
  .s-text-xxl-center {text-align: center !important;}
  .s-text-xxl-right {text-align: right !important;}
}

.s-lh-10 {line-height:1;}
.s-lh-11 {line-height:1.1;}
.s-lh-12 {line-height:1.2;}
.s-lh-13 {line-height:1.3;}
.s-lh-14 {line-height:1.4;}
.s-lh-15 {line-height:1.5;}
.s-lh-16 {line-height:1.6;}
.s-lh-17 {line-height:1.7;}
.s-lh-18 {line-height:1.8;}
.s-lh-19 {line-height:1.9;}
.s-lh-20 {line-height:2;}
.s-lh-21 {line-height:2.1;}
.s-lh-22 {line-height:2.2;}
.s-lh-23 {line-height:2.3;}
.s-lh-24 {line-height:2.4;}
.s-lh-25 {line-height:2.5;}

.s-fw-bold{font-weight:700 !important}
.s-fw-normal{font-weight:100 !important}
.s-fi{font-style:italic !important}


.text-white{color:#fff !important}
.text-og_black{color:#000 !important}
.text-og_indigo{color:#6610f2 !important}
a.text-og_indigo:hover,a.text-og_indigo:focus{color:#510bc4 !important}
.text-og_purple{color:#6f42c1 !important}
a.text-og_purple:hover,a.text-og_purple:focus{color:#59339d !important}
.text-og_orange{color:#ff5814 !important}
a.text-og_orange:hover,a.text-og_orange:focus{color:#e04100 !important}
.text-og_teal{color:#20c997 !important}
a.text-og_teal:hover,a.text-og_teal:focus{color:#199d76 !important}
.text-og_pink{color:#e83e8c !important}
a.text-og_pink:hover,a.text-og_pink:focus{color:#d91a72 !important}
.text-og_lightgray{color:#e9ecef !important}
a.text-og_lightgray:hover,a.text-og_lightgray:focus{color:#cbd3da !important}
.text-c-sfds{color:#e7590a !important}
a.text-c-sfds:hover,a.text-c-sfds:focus{color:#b64608 !important}
.text-primary{color:#007bff !important}
a.text-primary:hover,a.text-primary:focus{color:#0062cc !important}
.text-secondary{color:#6c757d !important}
a.text-secondary:hover,a.text-secondary:focus{color:#545b62 !important}
.text-success{color:#28a745 !important}
a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}
.text-info{color:#17a2b8 !important}
a.text-info:hover,a.text-info:focus{color:#117a8b !important}
.text-warning{color:#ffc107 !important}
a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}
.text-danger{color:#dc3545 !important}
a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}
.text-light{color:#f8f9fa !important}
a.text-light:hover,a.text-light:focus{color:#dae0e5 !important}
.text-dark{color:#343a40 !important}
a.text-dark:hover,a.text-dark:focus{color:#1d2124 !important}
.s-text-muted{--bs-text-opacity: 1;color:#6c757d !important}
.s-text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,0.5) !important}
.s-text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,0.5) !important}
.s-text-reset{--bs-text-opacity: 1;color:inherit !important}
.s-text-opacity-25{--bs-text-opacity: .25}
.s-text-opacity-50{--bs-text-opacity: .5}
.s-text-opacity-75{--bs-text-opacity: .75}
.s-text-opacity-100{--bs-text-opacity: 1}

.s-bg-og_indigo{background-color:#6610f2 !important}
a.s-bg-og_indigo:hover,a.s-bg-og_indigo:focus,button.s-bg-og_indigo:hover,button.s-bg-og_indigo:focus{background-color:#510bc4 !important}
.s-bg-og_purple{background-color:#6f42c1 !important}
a.s-bg-og_purple:hover,a.s-bg-og_purple:focus,button.s-bg-og_purple:hover,button.s-bg-og_purple:focus{background-color:#59339d !important}
.s-bg-og_orange{background-color:#ff5814 !important}
a.s-bg-og_orange:hover,a.s-bg-og_orange:focus,button.s-bg-og_orange:hover,button.s-bg-og_orange:focus{background-color:#e04100 !important}
.s-bg-og_teal{background-color:#20c997 !important}
a.s-bg-og_teal:hover,a.s-bg-og_teal:focus,button.s-bg-og_teal:hover,button.s-bg-og_teal:focus{background-color:#199d76 !important}
.s-bg-og_pink{background-color:#e83e8c !important}
a.s-bg-og_pink:hover,a.s-bg-og_pink:focus,button.s-bg-og_pink:hover,button.s-bg-og_pink:focus{background-color:#d91a72 !important}
.s-bg-og_lightgray{background-color:#e9ecef !important}
a.s-bg-og_lightgray:hover,a.s-bg-og_lightgray:focus,button.s-bg-og_lightgray:hover,button.s-bg-og_lightgray:focus{background-color:#cbd3da !important}
.s-bg-c-sfds{background-color:#e7590a !important}
a.s-bg-c-sfds:hover,a.s-bg-c-sfds:focus,button.s-bg-c-sfds:hover,button.s-bg-c-sfds:focus{background-color:#b64608 !important}
.s-bg-primary{background-color:#007bff !important}
a.s-bg-primary:hover,a.s-bg-primary:focus,button.s-bg-primary:hover,button.s-bg-primary:focus{background-color:#0062cc !important}
.s-bg-secondary{background-color:#6c757d !important}
a.s-bg-secondary:hover,a.s-bg-secondary:focus,button.s-bg-secondary:hover,button.s-bg-secondary:focus{background-color:#545b62 !important}
.s-bg-success{background-color:#28a745 !important}
a.s-bg-success:hover,a.s-bg-success:focus,button.s-bg-success:hover,button.s-bg-success:focus{background-color:#1e7e34 !important}
.s-bg-info{background-color:#17a2b8 !important}
a.s-bg-info:hover,a.s-bg-info:focus,button.s-bg-info:hover,button.s-bg-info:focus{background-color:#117a8b !important}
.s-bg-warning{background-color:#ffc107 !important}
a.s-bg-warning:hover,a.s-bg-warning:focus,button.s-bg-warning:hover,button.s-bg-warning:focus{background-color:#d39e00 !important}
.s-bg-danger{background-color:#dc3545 !important}
a.s-bg-danger:hover,a.s-bg-danger:focus,button.s-bg-danger:hover,button.s-bg-danger:focus{background-color:#bd2130 !important}
.s-bg-light{background-color:#f8f9fa !important}
a.s-bg-light:hover,a.s-bg-light:focus,button.s-bg-light:hover,button.s-bg-light:focus{background-color:#dae0e5 !important}
.s-bg-dark{background-color:#343a40 !important}
a.s-bg-dark:hover,a.s-bg-dark:focus,button.s-bg-dark:hover,button.s-bg-dark:focus{background-color:#1d2124 !important}
.s-bg-og_black{background-color:#000 !important}
.s-bg-white{background-color:#fff !important}

.s-bg-transparent{--bs-bg-opacity: 1;background-color:transparent !important}
.s-bg-opacity-10{--bs-bg-opacity: .1}
.s-bg-opacity-25{--bs-bg-opacity: .25}
.s-bg-opacity-50{--bs-bg-opacity: .5}
.s-bg-opacity-75{--bs-bg-opacity: .75}
.s-bg-opacity-100{--bs-bg-opacity: 1}
.s-bg-gradient{background-image:var(--bs-gradient) !important}


.s-text-white{color:#fff !important}
.s-text-indigo{color:#6610f2 !important}
a.s-text-indigo:hover,a.s-text-indigo:focus{color:#510bc4 !important}
.s-text-purple{color:#6f42c1 !important}
a.s-text-purple:hover,a.s-text-purple:focus{color:#59339d !important}
.s-text-orange{color:#ff5814 !important}
a.s-text-orange:hover,a.s-text-orange:focus{color:#e04100 !important}
.s-text-teal{color:#20c997 !important}
a.s-text-teal:hover,a.s-text-teal:focus{color:#199d76 !important}
.s-text-pink{color:#e83e8c !important}
a.s-text-pink:hover,a.s-text-pink:focus{color:#d91a72 !important}
.s-text-lightgray{color:#e9ecef !important}
a.s-text-lightgray:hover,a.s-text-lightgray:focus{color:#cbd3da !important}
.s-text-primary{color:#007bff !important}
a.s-text-primary:hover,a.s-text-primary:focus{color:#0062cc !important}
.s-text-secondary{color:#6c757d !important}
a.s-text-secondary:hover,a.s-text-secondary:focus{color:#545b62 !important}
.s-text-success{color:#28a745 !important}
a.s-text-success:hover,a.s-text-success:focus{color:#1e7e34 !important}
.s-text-info{color:#17a2b8 !important}
a.s-text-info:hover,a.s-text-info:focus{color:#117a8b !important}
.s-text-warning{color:#ffc107 !important}
a.s-text-warning:hover,a.s-text-warning:focus{color:#d39e00 !important}
.s-text-danger{color:#dc3545 !important}
a.s-text-danger:hover,a.s-text-danger:focus{color:#bd2130 !important}
.s-text-light{color:#f8f9fa !important}
a.s-text-light:hover,a.s-text-light:focus{color:#dae0e5 !important}
.s-text-dark{color:#343a40 !important}
a.s-text-dark:hover,a.s-text-dark:focus{color:#1d2124 !important}
.s-text-muted{color:#6c757d !important}
.s-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}

.s-fz-6{font-size:.6rem !important}
.s-fz-7{font-size:.7rem !important}
.s-fz-8{font-size:.8rem !important}
.s-fz-9{font-size:.9rem !important}
.s-fz-10{font-size:1rem !important}
.s-fz-11{font-size:1.1rem !important}
.s-fz-12{font-size:1.2rem !important}
.s-fz-13{font-size:1.3rem !important}
.s-fz-14{font-size:1.4rem !important}
.s-fz-15{font-size:1.5rem !important}
.s-fz-16{font-size:1.6rem !important}
.s-fz-17{font-size:1.7rem !important}
.s-fz-18{font-size:1.8rem !important}
.s-fz-19{font-size:1.9rem !important}
.s-fz-20{font-size:2rem !important}
.s-fz-21{font-size:2.1rem !important}
.s-fz-22{font-size:2.2rem !important}
.s-fz-23{font-size:2.3rem !important}
.s-fz-24{font-size:2.4rem !important}
.s-fz-25{font-size:2.5rem !important}
.s-fz-26{font-size:2.6rem !important}
.s-fz-27{font-size:2.7rem !important}
.s-fz-28{font-size:2.8rem !important}
.s-fz-29{font-size:2.9rem !important}
.s-fz-30{font-size:3rem !important}
.s-fz-31{font-size:3.1rem !important}
.s-fz-32{font-size:3.2rem !important}
.s-fz-33{font-size:3.3rem !important}
.s-fz-34{font-size:3.4rem !important}
.s-fz-35{font-size:3.5rem !important}
.s-fz-36{font-size:3.6rem !important}
.s-fz-37{font-size:3.7rem !important}
.s-fz-38{font-size:3.8rem !important}
.s-fz-39{font-size:3.9rem !important}
.s-fz-40{font-size:4rem !important}
.s-fz-41{font-size:4.1rem !important}
.s-fz-42{font-size:4.2rem !important}
.s-fz-43{font-size:4.3rem !important}
.s-fz-44{font-size:4.4rem !important}
.s-fz-45{font-size:4.5rem !important}
.s-fz-46{font-size:4.6rem !important}
.s-fz-47{font-size:4.7rem !important}
.s-fz-48{font-size:4.8rem !important}
.s-fz-49{font-size:4.9rem !important}
.s-fz-50{font-size:5rem !important}

@media (min-width: 576px){
  .s-d-sm-inline{display:inline !important}
  .s-d-sm-inline-block{display:inline-block !important}
  .s-d-sm-block{display:block !important}
  .s-d-sm-grid{display:grid !important}
  .s-d-sm-table{display:table !important}
  .s-d-sm-table-row{display:table-row !important}
  .s-d-sm-table-cell{display:table-cell !important}
  .s-d-sm-flex{display:flex !important}
  .s-d-sm-inline-flex{display:inline-flex !important}
  .s-d-sm-none{display:none !important}
  .s-flex-sm-fill{flex:1 1 auto !important}
  .s-flex-sm-row{flex-direction:row !important}
  .s-flex-sm-column{flex-direction:column !important}
  .s-flex-sm-row-reverse{flex-direction:row-reverse !important}
  .s-flex-sm-column-reverse{flex-direction:column-reverse !important}
  .s-flex-sm-grow-0{flex-grow:0 !important}
  .s-flex-sm-grow-1{flex-grow:1 !important}
  .s-flex-sm-shrink-0{flex-shrink:0 !important}
  .s-flex-sm-shrink-1{flex-shrink:1 !important}
  .s-flex-sm-wrap{flex-wrap:wrap !important}
  .s-flex-sm-nowrap{flex-wrap:nowrap !important}
  .s-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}
  .s-gap-sm-0{gap:0 !important}
  .s-gap-sm-1{gap:.25rem !important}
  .s-gap-sm-2{gap:.5rem !important}
  .s-gap-sm-3{gap:1rem !important}
  .s-gap-sm-4{gap:1.5rem !important}
  .s-gap-sm-5{gap:3rem !important}
  .s-gap-sm-6{gap:4rem !important}
  .s-gap-sm-7{gap:5rem !important}
  .s-gap-sm-8{gap:6rem !important}
  .s-gap-sm-9{gap:8rem !important}
  .s-gap-sm-10{gap:10rem !important}
  .s-justify-content-sm-start{justify-content:flex-start !important}
  .s-justify-content-sm-end{justify-content:flex-end !important}
  .s-justify-content-sm-center{justify-content:center !important}
  .s-justify-content-sm-between{justify-content:space-between !important}
  .s-justify-content-sm-around{justify-content:space-around !important}
  .s-justify-content-sm-evenly{justify-content:space-evenly !important}
  .s-align-items-sm-start{align-items:flex-start !important}
  .s-align-items-sm-end{align-items:flex-end !important}
  .s-align-items-sm-center{align-items:center !important}
  .s-align-items-sm-baseline{align-items:baseline !important}
  .s-align-items-sm-stretch{align-items:stretch !important}
  .s-align-content-sm-start{align-content:flex-start !important}
  .s-align-content-sm-end{align-content:flex-end !important}
  .s-align-content-sm-center{align-content:center !important}
  .s-align-content-sm-between{align-content:space-between !important}
  .s-align-content-sm-around{align-content:space-around !important}
  .s-align-content-sm-stretch{align-content:stretch !important}
  .s-align-self-sm-auto{align-self:auto !important}
  .s-align-self-sm-start{align-self:flex-start !important}
  .s-align-self-sm-end{align-self:flex-end !important}
  .s-align-self-sm-center{align-self:center !important}
  .s-align-self-sm-baseline{align-self:baseline !important}
  .s-align-self-sm-stretch{align-self:stretch !important}
  .s-order-sm-first{order:-1 !important}
  .s-order-sm-0{order:0 !important}
  .s-order-sm-1{order:1 !important}
  .s-order-sm-2{order:2 !important}
  .s-order-sm-3{order:3 !important}
  .s-order-sm-4{order:4 !important}
  .s-order-sm-5{order:5 !important}
  .s-order-sm-last{order:6 !important}
  .s-m-sm-0{margin:0 !important}
  .s-m-sm-1{margin:.25rem !important}
  .s-m-sm-2{margin:.5rem !important}
  .s-m-sm-3{margin:1rem !important}
  .s-m-sm-4{margin:1.5rem !important}
  .s-m-sm-5{margin:3rem !important}
  .s-m-sm-6{margin:4rem !important}
  .s-m-sm-7{margin:5rem !important}
  .s-m-sm-8{margin:6rem !important}
  .s-m-sm-9{margin:8rem !important}
  .s-m-sm-10{margin:10rem !important}
  .s-m-sm-auto{margin:auto !important}
  .s-mx-sm-0{margin-right:0 !important;margin-left:0 !important}
  .s-mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}
  .s-mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}
  .s-mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}
  .s-mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
  .s-mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}
  .s-mx-sm-6{margin-right:4rem !important;margin-left:4rem !important}
  .s-mx-sm-7{margin-right:5rem !important;margin-left:5rem !important}
  .s-mx-sm-8{margin-right:6rem !important;margin-left:6rem !important}
  .s-mx-sm-9{margin-right:8rem !important;margin-left:8rem !important}
  .s-mx-sm-10{margin-right:10rem !important;margin-left:10rem !important}
  .s-mx-sm-auto{margin-right:auto !important;margin-left:auto !important}
  .s-my-sm-0{margin-top:0 !important;margin-bottom:0 !important}
  .s-my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
  .s-my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
  .s-my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}
  .s-my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
  .s-my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}
  .s-my-sm-6{margin-top:4rem !important;margin-bottom:4rem !important}
  .s-my-sm-7{margin-top:5rem !important;margin-bottom:5rem !important}
  .s-my-sm-8{margin-top:6rem !important;margin-bottom:6rem !important}
  .s-my-sm-9{margin-top:8rem !important;margin-bottom:8rem !important}
  .s-my-sm-10{margin-top:10rem !important;margin-bottom:10rem !important}
  .s-my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}
  .s-mt-sm-0{margin-top:0 !important}
  .s-mt-sm-1{margin-top:.25rem !important}
  .s-mt-sm-2{margin-top:.5rem !important}
  .s-mt-sm-3{margin-top:1rem !important}
  .s-mt-sm-4{margin-top:1.5rem !important}
  .s-mt-sm-5{margin-top:3rem !important}
  .s-mt-sm-6{margin-top:4rem !important}
  .s-mt-sm-7{margin-top:5rem !important}
  .s-mt-sm-8{margin-top:6rem !important}
  .s-mt-sm-9{margin-top:8rem !important}
  .s-mt-sm-10{margin-top:10rem !important}
  .s-mt-sm-auto{margin-top:auto !important}
  .s-me-sm-0{margin-right:0 !important}
  .s-me-sm-1{margin-right:.25rem !important}
  .s-me-sm-2{margin-right:.5rem !important}
  .s-me-sm-3{margin-right:1rem !important}
  .s-me-sm-4{margin-right:1.5rem !important}
  .s-me-sm-5{margin-right:3rem !important}
  .s-me-sm-6{margin-right:4rem !important}
  .s-me-sm-7{margin-right:5rem !important}
  .s-me-sm-8{margin-right:6rem !important}
  .s-me-sm-9{margin-right:8rem !important}
  .s-me-sm-10{margin-right:10rem !important}
  .s-me-sm-auto{margin-right:auto !important}
  .s-mb-sm-0{margin-bottom:0 !important}
  .s-mb-sm-1{margin-bottom:.25rem !important}
  .s-mb-sm-2{margin-bottom:.5rem !important}
  .s-mb-sm-3{margin-bottom:1rem !important}
  .s-mb-sm-4{margin-bottom:1.5rem !important}
  .s-mb-sm-5{margin-bottom:3rem !important}
  .s-mb-sm-6{margin-bottom:4rem !important}
  .s-mb-sm-7{margin-bottom:5rem !important}
  .s-mb-sm-8{margin-bottom:6rem !important}
  .s-mb-sm-9{margin-bottom:8rem !important}
  .s-mb-sm-10{margin-bottom:10rem !important}
  .s-mb-sm-auto{margin-bottom:auto !important}
  .s-ms-sm-0{margin-left:0 !important}
  .s-ms-sm-1{margin-left:.25rem !important}
  .s-ms-sm-2{margin-left:.5rem !important}
  .s-ms-sm-3{margin-left:1rem !important}
  .s-ms-sm-4{margin-left:1.5rem !important}
  .s-ms-sm-5{margin-left:3rem !important}
  .s-ms-sm-6{margin-left:4rem !important}
  .s-ms-sm-7{margin-left:5rem !important}
  .s-ms-sm-8{margin-left:6rem !important}
  .s-ms-sm-9{margin-left:8rem !important}
  .s-ms-sm-10{margin-left:10rem !important}
  .s-ms-sm-auto{margin-left:auto !important}
  .s-p-sm-0{padding:0 !important}
  .s-p-sm-1{padding:.25rem !important}
  .s-p-sm-2{padding:.5rem !important}
  .s-p-sm-3{padding:1rem !important}
  .s-p-sm-4{padding:1.5rem !important}
  .s-p-sm-5{padding:3rem !important}
  .s-p-sm-6{padding:4rem !important}
  .s-p-sm-7{padding:5rem !important}
  .s-p-sm-8{padding:6rem !important}
  .s-p-sm-9{padding:8rem !important}
  .s-p-sm-10{padding:10rem !important}
  .s-px-sm-0{padding-right:0 !important;padding-left:0 !important}
  .s-px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}
  .s-px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}
  .s-px-sm-3{padding-right:1rem !important;padding-left:1rem !important}
  .s-px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
  .s-px-sm-5{padding-right:3rem !important;padding-left:3rem !important}
  .s-px-sm-6{padding-right:4rem !important;padding-left:4rem !important}
  .s-px-sm-7{padding-right:5rem !important;padding-left:5rem !important}
  .s-px-sm-8{padding-right:6rem !important;padding-left:6rem !important}
  .s-px-sm-9{padding-right:8rem !important;padding-left:8rem !important}
  .s-px-sm-10{padding-right:10rem !important;padding-left:10rem !important}
  .s-py-sm-0{padding-top:0 !important;padding-bottom:0 !important}
  .s-py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
  .s-py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
  .s-py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}
  .s-py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
  .s-py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}
  .s-py-sm-6{padding-top:4rem !important;padding-bottom:4rem !important}
  .s-py-sm-7{padding-top:5rem !important;padding-bottom:5rem !important}
  .s-py-sm-8{padding-top:6rem !important;padding-bottom:6rem !important}
  .s-py-sm-9{padding-top:8rem !important;padding-bottom:8rem !important}
  .s-py-sm-10{padding-top:10rem !important;padding-bottom:10rem !important}
  .s-pt-sm-0{padding-top:0 !important}
  .s-pt-sm-1{padding-top:.25rem !important}
  .s-pt-sm-2{padding-top:.5rem !important}
  .s-pt-sm-3{padding-top:1rem !important}
  .s-pt-sm-4{padding-top:1.5rem !important}
  .s-pt-sm-5{padding-top:3rem !important}
  .s-pt-sm-6{padding-top:4rem !important}
  .s-pt-sm-7{padding-top:5rem !important}
  .s-pt-sm-8{padding-top:6rem !important}
  .s-pt-sm-9{padding-top:8rem !important}
  .s-pt-sm-10{padding-top:10rem !important}
  .s-pe-sm-0{padding-right:0 !important}
  .s-pe-sm-1{padding-right:.25rem !important}
  .s-pe-sm-2{padding-right:.5rem !important}
  .s-pe-sm-3{padding-right:1rem !important}
  .s-pe-sm-4{padding-right:1.5rem !important}
  .s-pe-sm-5{padding-right:3rem !important}
  .s-pe-sm-6{padding-right:4rem !important}
  .s-pe-sm-7{padding-right:5rem !important}
  .s-pe-sm-8{padding-right:6rem !important}
  .s-pe-sm-9{padding-right:8rem !important}
  .s-pe-sm-10{padding-right:10rem !important}
  .s-pb-sm-0{padding-bottom:0 !important}
  .s-pb-sm-1{padding-bottom:.25rem !important}
  .s-pb-sm-2{padding-bottom:.5rem !important}
  .s-pb-sm-3{padding-bottom:1rem !important}
  .s-pb-sm-4{padding-bottom:1.5rem !important}
  .s-pb-sm-5{padding-bottom:3rem !important}
  .s-pb-sm-6{padding-bottom:4rem !important}
  .s-pb-sm-7{padding-bottom:5rem !important}
  .s-pb-sm-8{padding-bottom:6rem !important}
  .s-pb-sm-9{padding-bottom:8rem !important}
  .s-pb-sm-10{padding-bottom:10rem !important}
  .s-ps-sm-0{padding-left:0 !important}
  .s-ps-sm-1{padding-left:.25rem !important}
  .s-ps-sm-2{padding-left:.5rem !important}
  .s-ps-sm-3{padding-left:1rem !important}
  .s-ps-sm-4{padding-left:1.5rem !important}
  .s-ps-sm-5{padding-left:3rem !important}
  .s-ps-sm-6{padding-left:4rem !important}
  .s-ps-sm-7{padding-left:5rem !important}
  .s-ps-sm-8{padding-left:6rem !important}
  .s-ps-sm-9{padding-left:8rem !important}
  .s-ps-sm-10{padding-left:10rem !important}
  .s-text-sm-start{text-align:left !important}
  .s-text-sm-end{text-align:right !important}
  .s-text-sm-center{text-align:center !important}
}
@media (min-width: 768px){
  .s-float-md-start{float:left !important}
  .s-float-md-end{float:right !important}
  .s-float-md-none{float:none !important}
  .s-d-md-inline{display:inline !important}
  .s-d-md-inline-block{display:inline-block !important}
  .s-d-md-block{display:block !important}
  .s-d-md-grid{display:grid !important}
  .s-d-md-table{display:table !important}
  .s-d-md-table-row{display:table-row !important}
  .s-d-md-table-cell{display:table-cell !important}
  .s-d-md-flex{display:flex !important}
  .s-d-md-inline-flex{display:inline-flex !important}
  .s-d-md-none{display:none !important}
  .s-flex-md-fill{flex:1 1 auto !important}
  .s-flex-md-row{flex-direction:row !important}
  .s-flex-md-column{flex-direction:column !important}
  .s-flex-md-row-reverse{flex-direction:row-reverse !important}
  .s-flex-md-column-reverse{flex-direction:column-reverse !important}
  .s-flex-md-grow-0{flex-grow:0 !important}
  .s-flex-md-grow-1{flex-grow:1 !important}
  .s-flex-md-shrink-0{flex-shrink:0 !important}
  .s-flex-md-shrink-1{flex-shrink:1 !important}
  .s-flex-md-wrap{flex-wrap:wrap !important}
  .s-flex-md-nowrap{flex-wrap:nowrap !important}
  .s-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}
  .s-gap-md-0{gap:0 !important}
  .s-gap-md-1{gap:.25rem !important}
  .s-gap-md-2{gap:.5rem !important}
  .s-gap-md-3{gap:1rem !important}
  .s-gap-md-4{gap:1.5rem !important}
  .s-gap-md-5{gap:3rem !important}
  .s-gap-md-6{gap:4rem !important}
  .s-gap-md-7{gap:5rem !important}
  .s-gap-md-8{gap:6rem !important}
  .s-gap-md-9{gap:8rem !important}
  .s-gap-md-10{gap:10rem !important}
  .s-justify-content-md-start{justify-content:flex-start !important}
  .s-justify-content-md-end{justify-content:flex-end !important}
  .s-justify-content-md-center{justify-content:center !important}
  .s-justify-content-md-between{justify-content:space-between !important}
  .s-justify-content-md-around{justify-content:space-around !important}
  .s-justify-content-md-evenly{justify-content:space-evenly !important}
  .s-align-items-md-start{align-items:flex-start !important}
  .s-align-items-md-end{align-items:flex-end !important}
  .s-align-items-md-center{align-items:center !important}
  .s-align-items-md-baseline{align-items:baseline !important}
  .s-align-items-md-stretch{align-items:stretch !important}
  .s-align-content-md-start{align-content:flex-start !important}
  .s-align-content-md-end{align-content:flex-end !important}
  .s-align-content-md-center{align-content:center !important}
  .s-align-content-md-between{align-content:space-between !important}
  .s-align-content-md-around{align-content:space-around !important}
  .s-align-content-md-stretch{align-content:stretch !important}
  .s-align-self-md-auto{align-self:auto !important}
  .s-align-self-md-start{align-self:flex-start !important}
  .s-align-self-md-end{align-self:flex-end !important}
  .s-align-self-md-center{align-self:center !important}
  .s-align-self-md-baseline{align-self:baseline !important}
  .s-align-self-md-stretch{align-self:stretch !important}
  .s-order-md-first{order:-1 !important}
  .s-order-md-0{order:0 !important}
  .s-order-md-1{order:1 !important}
  .s-order-md-2{order:2 !important}
  .s-order-md-3{order:3 !important}
  .s-order-md-4{order:4 !important}
  .s-order-md-5{order:5 !important}
  .s-order-md-last{order:6 !important}
  .s-m-md-0{margin:0 !important}
  .s-m-md-1{margin:.25rem !important}
  .s-m-md-2{margin:.5rem !important}
  .s-m-md-3{margin:1rem !important}
  .s-m-md-4{margin:1.5rem !important}
  .s-m-md-5{margin:3rem !important}
  .s-m-md-6{margin:4rem !important}
  .s-m-md-7{margin:5rem !important}
  .s-m-md-8{margin:6rem !important}
  .s-m-md-9{margin:8rem !important}
  .s-m-md-10{margin:10rem !important}
  .s-m-md-auto{margin:auto !important}
  .s-mx-md-0{margin-right:0 !important;margin-left:0 !important}
  .s-mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}
  .s-mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}
  .s-mx-md-3{margin-right:1rem !important;margin-left:1rem !important}
  .s-mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
  .s-mx-md-5{margin-right:3rem !important;margin-left:3rem !important}
  .s-mx-md-6{margin-right:4rem !important;margin-left:4rem !important}
  .s-mx-md-7{margin-right:5rem !important;margin-left:5rem !important}
  .s-mx-md-8{margin-right:6rem !important;margin-left:6rem !important}
  .s-mx-md-9{margin-right:8rem !important;margin-left:8rem !important}
  .s-mx-md-10{margin-right:10rem !important;margin-left:10rem !important}
  .s-mx-md-auto{margin-right:auto !important;margin-left:auto !important}
  .s-my-md-0{margin-top:0 !important;margin-bottom:0 !important}
  .s-my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
  .s-my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
  .s-my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}
  .s-my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
  .s-my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}
  .s-my-md-6{margin-top:4rem !important;margin-bottom:4rem !important}
  .s-my-md-7{margin-top:5rem !important;margin-bottom:5rem !important}
  .s-my-md-8{margin-top:6rem !important;margin-bottom:6rem !important}
  .s-my-md-9{margin-top:8rem !important;margin-bottom:8rem !important}
  .s-my-md-10{margin-top:10rem !important;margin-bottom:10rem !important}
  .s-my-md-auto{margin-top:auto !important;margin-bottom:auto !important}
  .s-mt-md-0{margin-top:0 !important}
  .s-mt-md-1{margin-top:.25rem !important}
  .s-mt-md-2{margin-top:.5rem !important}
  .s-mt-md-3{margin-top:1rem !important}
  .s-mt-md-4{margin-top:1.5rem !important}
  .s-mt-md-5{margin-top:3rem !important}
  .s-mt-md-6{margin-top:4rem !important}
  .s-mt-md-7{margin-top:5rem !important}
  .s-mt-md-8{margin-top:6rem !important}
  .s-mt-md-9{margin-top:8rem !important}
  .s-mt-md-10{margin-top:10rem !important}
  .s-mt-md-auto{margin-top:auto !important}
  .s-me-md-0{margin-right:0 !important}
  .s-me-md-1{margin-right:.25rem !important}
  .s-me-md-2{margin-right:.5rem !important}
  .s-me-md-3{margin-right:1rem !important}
  .s-me-md-4{margin-right:1.5rem !important}
  .s-me-md-5{margin-right:3rem !important}
  .s-me-md-6{margin-right:4rem !important}
  .s-me-md-7{margin-right:5rem !important}
  .s-me-md-8{margin-right:6rem !important}
  .s-me-md-9{margin-right:8rem !important}
  .s-me-md-10{margin-right:10rem !important}
  .s-me-md-auto{margin-right:auto !important}
  .s-mb-md-0{margin-bottom:0 !important}
  .s-mb-md-1{margin-bottom:.25rem !important}
  .s-mb-md-2{margin-bottom:.5rem !important}
  .s-mb-md-3{margin-bottom:1rem !important}
  .s-mb-md-4{margin-bottom:1.5rem !important}
  .s-mb-md-5{margin-bottom:3rem !important}
  .s-mb-md-6{margin-bottom:4rem !important}
  .s-mb-md-7{margin-bottom:5rem !important}
  .s-mb-md-8{margin-bottom:6rem !important}
  .s-mb-md-9{margin-bottom:8rem !important}
  .s-mb-md-10{margin-bottom:10rem !important}
  .s-mb-md-auto{margin-bottom:auto !important}
  .s-ms-md-0{margin-left:0 !important}
  .s-ms-md-1{margin-left:.25rem !important}
  .s-ms-md-2{margin-left:.5rem !important}
  .s-ms-md-3{margin-left:1rem !important}
  .s-ms-md-4{margin-left:1.5rem !important}
  .s-ms-md-5{margin-left:3rem !important}
  .s-ms-md-6{margin-left:4rem !important}
  .s-ms-md-7{margin-left:5rem !important}
  .s-ms-md-8{margin-left:6rem !important}
  .s-ms-md-9{margin-left:8rem !important}
  .s-ms-md-10{margin-left:10rem !important}
  .s-ms-md-auto{margin-left:auto !important}
  .s-p-md-0{padding:0 !important}
  .s-p-md-1{padding:.25rem !important}
  .s-p-md-2{padding:.5rem !important}
  .s-p-md-3{padding:1rem !important}
  .s-p-md-4{padding:1.5rem !important}
  .s-p-md-5{padding:3rem !important}
  .s-p-md-6{padding:4rem !important}
  .s-p-md-7{padding:5rem !important}
  .s-p-md-8{padding:6rem !important}
  .s-p-md-9{padding:8rem !important}
  .s-p-md-10{padding:10rem !important}
  .s-px-md-0{padding-right:0 !important;padding-left:0 !important}
  .s-px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}
  .s-px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}
  .s-px-md-3{padding-right:1rem !important;padding-left:1rem !important}
  .s-px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
  .s-px-md-5{padding-right:3rem !important;padding-left:3rem !important}
  .s-px-md-6{padding-right:4rem !important;padding-left:4rem !important}
  .s-px-md-7{padding-right:5rem !important;padding-left:5rem !important}
  .s-px-md-8{padding-right:6rem !important;padding-left:6rem !important}
  .s-px-md-9{padding-right:8rem !important;padding-left:8rem !important}
  .s-px-md-10{padding-right:10rem !important;padding-left:10rem !important}
  .s-py-md-0{padding-top:0 !important;padding-bottom:0 !important}
  .s-py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
  .s-py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
  .s-py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}
  .s-py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
  .s-py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}
  .s-py-md-6{padding-top:4rem !important;padding-bottom:4rem !important}
  .s-py-md-7{padding-top:5rem !important;padding-bottom:5rem !important}
  .s-py-md-8{padding-top:6rem !important;padding-bottom:6rem !important}
  .s-py-md-9{padding-top:8rem !important;padding-bottom:8rem !important}
  .s-py-md-10{padding-top:10rem !important;padding-bottom:10rem !important}
  .s-pt-md-0{padding-top:0 !important}
  .s-pt-md-1{padding-top:.25rem !important}
  .s-pt-md-2{padding-top:.5rem !important}
  .s-pt-md-3{padding-top:1rem !important}
  .s-pt-md-4{padding-top:1.5rem !important}
  .s-pt-md-5{padding-top:3rem !important}
  .s-pt-md-6{padding-top:4rem !important}
  .s-pt-md-7{padding-top:5rem !important}
  .s-pt-md-8{padding-top:6rem !important}
  .s-pt-md-9{padding-top:8rem !important}
  .s-pt-md-10{padding-top:10rem !important}
  .s-pe-md-0{padding-right:0 !important}
  .s-pe-md-1{padding-right:.25rem !important}
  .s-pe-md-2{padding-right:.5rem !important}
  .s-pe-md-3{padding-right:1rem !important}
  .s-pe-md-4{padding-right:1.5rem !important}
  .s-pe-md-5{padding-right:3rem !important}
  .s-pe-md-6{padding-right:4rem !important}
  .s-pe-md-7{padding-right:5rem !important}
  .s-pe-md-8{padding-right:6rem !important}
  .s-pe-md-9{padding-right:8rem !important}
  .s-pe-md-10{padding-right:10rem !important}
  .s-pb-md-0{padding-bottom:0 !important}
  .s-pb-md-1{padding-bottom:.25rem !important}
  .s-pb-md-2{padding-bottom:.5rem !important}
  .s-pb-md-3{padding-bottom:1rem !important}
  .s-pb-md-4{padding-bottom:1.5rem !important}
  .s-pb-md-5{padding-bottom:3rem !important}
  .s-pb-md-6{padding-bottom:4rem !important}
  .s-pb-md-7{padding-bottom:5rem !important}
  .s-pb-md-8{padding-bottom:6rem !important}
  .s-pb-md-9{padding-bottom:8rem !important}
  .s-pb-md-10{padding-bottom:10rem !important}
  .s-ps-md-0{padding-left:0 !important}
  .s-ps-md-1{padding-left:.25rem !important}
  .s-ps-md-2{padding-left:.5rem !important}
  .s-ps-md-3{padding-left:1rem !important}
  .s-ps-md-4{padding-left:1.5rem !important}
  .s-ps-md-5{padding-left:3rem !important}
  .s-ps-md-6{padding-left:4rem !important}
  .s-ps-md-7{padding-left:5rem !important}
  .s-ps-md-8{padding-left:6rem !important}
  .s-ps-md-9{padding-left:8rem !important}
  .s-ps-md-10{padding-left:10rem !important}
  .s-text-md-start{text-align:left !important}
  .s-text-md-end{text-align:right !important}
  .s-text-md-center{text-align:center !important}
}
@media (min-width: 992px){
  .s-float-lg-start{float:left !important}
  .s-float-lg-end{float:right !important}
  .s-float-lg-none{float:none !important}
  .s-d-lg-inline{display:inline !important}
  .s-d-lg-inline-block{display:inline-block !important}
  .s-d-lg-block{display:block !important}
  .s-d-lg-grid{display:grid !important}
  .s-d-lg-table{display:table !important}
  .s-d-lg-table-row{display:table-row !important}
  .s-d-lg-table-cell{display:table-cell !important}
  .s-d-lg-flex{display:flex !important}
  .s-d-lg-inline-flex{display:inline-flex !important}
  .s-d-lg-none{display:none !important}
  .s-flex-lg-fill{flex:1 1 auto !important}
  .s-flex-lg-row{flex-direction:row !important}
  .s-flex-lg-column{flex-direction:column !important}
  .s-flex-lg-row-reverse{flex-direction:row-reverse !important}
  .s-flex-lg-column-reverse{flex-direction:column-reverse !important}
  .s-flex-lg-grow-0{flex-grow:0 !important}
  .s-flex-lg-grow-1{flex-grow:1 !important}
  .s-flex-lg-shrink-0{flex-shrink:0 !important}
  .s-flex-lg-shrink-1{flex-shrink:1 !important}
  .s-flex-lg-wrap{flex-wrap:wrap !important}
  .s-flex-lg-nowrap{flex-wrap:nowrap !important}
  .s-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}
  .s-gap-lg-0{gap:0 !important}
  .s-gap-lg-1{gap:.25rem !important}
  .s-gap-lg-2{gap:.5rem !important}
  .s-gap-lg-3{gap:1rem !important}
  .s-gap-lg-4{gap:1.5rem !important}
  .s-gap-lg-5{gap:3rem !important}
  .s-gap-lg-6{gap:4rem !important}
  .s-gap-lg-7{gap:5rem !important}
  .s-gap-lg-8{gap:6rem !important}
  .s-gap-lg-9{gap:8rem !important}
  .s-gap-lg-10{gap:10rem !important}
  .s-justify-content-lg-start{justify-content:flex-start !important}
  .s-justify-content-lg-end{justify-content:flex-end !important}
  .s-justify-content-lg-center{justify-content:center !important}
  .s-justify-content-lg-between{justify-content:space-between !important}
  .s-justify-content-lg-around{justify-content:space-around !important}
  .s-justify-content-lg-evenly{justify-content:space-evenly !important}
  .s-align-items-lg-start{align-items:flex-start !important}
  .s-align-items-lg-end{align-items:flex-end !important}
  .s-align-items-lg-center{align-items:center !important}
  .s-align-items-lg-baseline{align-items:baseline !important}
  .s-align-items-lg-stretch{align-items:stretch !important}
  .s-align-content-lg-start{align-content:flex-start !important}
  .s-align-content-lg-end{align-content:flex-end !important}
  .s-align-content-lg-center{align-content:center !important}
  .s-align-content-lg-between{align-content:space-between !important}
  .s-align-content-lg-around{align-content:space-around !important}
  .s-align-content-lg-stretch{align-content:stretch !important}
  .s-align-self-lg-auto{align-self:auto !important}
  .s-align-self-lg-start{align-self:flex-start !important}
  .s-align-self-lg-end{align-self:flex-end !important}
  .s-align-self-lg-center{align-self:center !important}
  .s-align-self-lg-baseline{align-self:baseline !important}
  .s-align-self-lg-stretch{align-self:stretch !important}
  .s-order-lg-first{order:-1 !important}
  .s-order-lg-0{order:0 !important}
  .s-order-lg-1{order:1 !important}
  .s-order-lg-2{order:2 !important}
  .s-order-lg-3{order:3 !important}
  .s-order-lg-4{order:4 !important}
  .s-order-lg-5{order:5 !important}
  .s-order-lg-last{order:6 !important}
  .s-m-lg-0{margin:0 !important}
  .s-m-lg-1{margin:.25rem !important}
  .s-m-lg-2{margin:.5rem !important}
  .s-m-lg-3{margin:1rem !important}
  .s-m-lg-4{margin:1.5rem !important}
  .s-m-lg-5{margin:3rem !important}
  .s-m-lg-6{margin:4rem !important}
  .s-m-lg-7{margin:5rem !important}
  .s-m-lg-8{margin:6rem !important}
  .s-m-lg-9{margin:8rem !important}
  .s-m-lg-10{margin:10rem !important}
  .s-m-lg-auto{margin:auto !important}
  .s-mx-lg-0{margin-right:0 !important;margin-left:0 !important}
  .s-mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}
  .s-mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}
  .s-mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}
  .s-mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
  .s-mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}
  .s-mx-lg-6{margin-right:4rem !important;margin-left:4rem !important}
  .s-mx-lg-7{margin-right:5rem !important;margin-left:5rem !important}
  .s-mx-lg-8{margin-right:6rem !important;margin-left:6rem !important}
  .s-mx-lg-9{margin-right:8rem !important;margin-left:8rem !important}
  .s-mx-lg-10{margin-right:10rem !important;margin-left:10rem !important}
  .s-mx-lg-auto{margin-right:auto !important;margin-left:auto !important}
  .s-my-lg-0{margin-top:0 !important;margin-bottom:0 !important}
  .s-my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
  .s-my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
  .s-my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}
  .s-my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
  .s-my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}
  .s-my-lg-6{margin-top:4rem !important;margin-bottom:4rem !important}
  .s-my-lg-7{margin-top:5rem !important;margin-bottom:5rem !important}
  .s-my-lg-8{margin-top:6rem !important;margin-bottom:6rem !important}
  .s-my-lg-9{margin-top:8rem !important;margin-bottom:8rem !important}
  .s-my-lg-10{margin-top:10rem !important;margin-bottom:10rem !important}
  .s-my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}
  .s-mt-lg-0{margin-top:0 !important}
  .s-mt-lg-1{margin-top:.25rem !important}
  .s-mt-lg-2{margin-top:.5rem !important}
  .s-mt-lg-3{margin-top:1rem !important}
  .s-mt-lg-4{margin-top:1.5rem !important}
  .s-mt-lg-5{margin-top:3rem !important}
  .s-mt-lg-6{margin-top:4rem !important}
  .s-mt-lg-7{margin-top:5rem !important}
  .s-mt-lg-8{margin-top:6rem !important}
  .s-mt-lg-9{margin-top:8rem !important}
  .s-mt-lg-10{margin-top:10rem !important}
  .s-mt-lg-auto{margin-top:auto !important}
  .s-me-lg-0{margin-right:0 !important}
  .s-me-lg-1{margin-right:.25rem !important}
  .s-me-lg-2{margin-right:.5rem !important}
  .s-me-lg-3{margin-right:1rem !important}
  .s-me-lg-4{margin-right:1.5rem !important}
  .s-me-lg-5{margin-right:3rem !important}
  .s-me-lg-6{margin-right:4rem !important}
  .s-me-lg-7{margin-right:5rem !important}
  .s-me-lg-8{margin-right:6rem !important}
  .s-me-lg-9{margin-right:8rem !important}
  .s-me-lg-10{margin-right:10rem !important}
  .s-me-lg-auto{margin-right:auto !important}
  .s-mb-lg-0{margin-bottom:0 !important}
  .s-mb-lg-1{margin-bottom:.25rem !important}
  .s-mb-lg-2{margin-bottom:.5rem !important}
  .s-mb-lg-3{margin-bottom:1rem !important}
  .s-mb-lg-4{margin-bottom:1.5rem !important}
  .s-mb-lg-5{margin-bottom:3rem !important}
  .s-mb-lg-6{margin-bottom:4rem !important}
  .s-mb-lg-7{margin-bottom:5rem !important}
  .s-mb-lg-8{margin-bottom:6rem !important}
  .s-mb-lg-9{margin-bottom:8rem !important}
  .s-mb-lg-10{margin-bottom:10rem !important}
  .s-mb-lg-auto{margin-bottom:auto !important}
  .s-ms-lg-0{margin-left:0 !important}
  .s-ms-lg-1{margin-left:.25rem !important}
  .s-ms-lg-2{margin-left:.5rem !important}
  .s-ms-lg-3{margin-left:1rem !important}
  .s-ms-lg-4{margin-left:1.5rem !important}
  .s-ms-lg-5{margin-left:3rem !important}
  .s-ms-lg-6{margin-left:4rem !important}
  .s-ms-lg-7{margin-left:5rem !important}
  .s-ms-lg-8{margin-left:6rem !important}
  .s-ms-lg-9{margin-left:8rem !important}
  .s-ms-lg-10{margin-left:10rem !important}
  .s-ms-lg-auto{margin-left:auto !important}
  .s-p-lg-0{padding:0 !important}
  .s-p-lg-1{padding:.25rem !important}
  .s-p-lg-2{padding:.5rem !important}
  .s-p-lg-3{padding:1rem !important}
  .s-p-lg-4{padding:1.5rem !important}
  .s-p-lg-5{padding:3rem !important}
  .s-p-lg-6{padding:4rem !important}
  .s-p-lg-7{padding:5rem !important}
  .s-p-lg-8{padding:6rem !important}
  .s-p-lg-9{padding:8rem !important}
  .s-p-lg-10{padding:10rem !important}
  .s-px-lg-0{padding-right:0 !important;padding-left:0 !important}
  .s-px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}
  .s-px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}
  .s-px-lg-3{padding-right:1rem !important;padding-left:1rem !important}
  .s-px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
  .s-px-lg-5{padding-right:3rem !important;padding-left:3rem !important}
  .s-px-lg-6{padding-right:4rem !important;padding-left:4rem !important}
  .s-px-lg-7{padding-right:5rem !important;padding-left:5rem !important}
  .s-px-lg-8{padding-right:6rem !important;padding-left:6rem !important}
  .s-px-lg-9{padding-right:8rem !important;padding-left:8rem !important}
  .s-px-lg-10{padding-right:10rem !important;padding-left:10rem !important}
  .s-py-lg-0{padding-top:0 !important;padding-bottom:0 !important}
  .s-py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
  .s-py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
  .s-py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}
  .s-py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
  .s-py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}
  .s-py-lg-6{padding-top:4rem !important;padding-bottom:4rem !important}
  .s-py-lg-7{padding-top:5rem !important;padding-bottom:5rem !important}
  .s-py-lg-8{padding-top:6rem !important;padding-bottom:6rem !important}
  .s-py-lg-9{padding-top:8rem !important;padding-bottom:8rem !important}
  .s-py-lg-10{padding-top:10rem !important;padding-bottom:10rem !important}
  .s-pt-lg-0{padding-top:0 !important}
  .s-pt-lg-1{padding-top:.25rem !important}
  .s-pt-lg-2{padding-top:.5rem !important}
  .s-pt-lg-3{padding-top:1rem !important}
  .s-pt-lg-4{padding-top:1.5rem !important}
  .s-pt-lg-5{padding-top:3rem !important}
  .s-pt-lg-6{padding-top:4rem !important}
  .s-pt-lg-7{padding-top:5rem !important}
  .s-pt-lg-8{padding-top:6rem !important}
  .s-pt-lg-9{padding-top:8rem !important}
  .s-pt-lg-10{padding-top:10rem !important}
  .s-pe-lg-0{padding-right:0 !important}
  .s-pe-lg-1{padding-right:.25rem !important}
  .s-pe-lg-2{padding-right:.5rem !important}
  .s-pe-lg-3{padding-right:1rem !important}
  .s-pe-lg-4{padding-right:1.5rem !important}
  .s-pe-lg-5{padding-right:3rem !important}
  .s-pe-lg-6{padding-right:4rem !important}
  .s-pe-lg-7{padding-right:5rem !important}
  .s-pe-lg-8{padding-right:6rem !important}
  .s-pe-lg-9{padding-right:8rem !important}
  .s-pe-lg-10{padding-right:10rem !important}
  .s-pb-lg-0{padding-bottom:0 !important}
  .s-pb-lg-1{padding-bottom:.25rem !important}
  .s-pb-lg-2{padding-bottom:.5rem !important}
  .s-pb-lg-3{padding-bottom:1rem !important}
  .s-pb-lg-4{padding-bottom:1.5rem !important}
  .s-pb-lg-5{padding-bottom:3rem !important}
  .s-pb-lg-6{padding-bottom:4rem !important}
  .s-pb-lg-7{padding-bottom:5rem !important}
  .s-pb-lg-8{padding-bottom:6rem !important}
  .s-pb-lg-9{padding-bottom:8rem !important}
  .s-pb-lg-10{padding-bottom:10rem !important}
  .s-ps-lg-0{padding-left:0 !important}
  .s-ps-lg-1{padding-left:.25rem !important}
  .s-ps-lg-2{padding-left:.5rem !important}
  .s-ps-lg-3{padding-left:1rem !important}
  .s-ps-lg-4{padding-left:1.5rem !important}
  .s-ps-lg-5{padding-left:3rem !important}
  .s-ps-lg-6{padding-left:4rem !important}
  .s-ps-lg-7{padding-left:5rem !important}
  .s-ps-lg-8{padding-left:6rem !important}
  .s-ps-lg-9{padding-left:8rem !important}
  .s-ps-lg-10{padding-left:10rem !important}
  .s-text-lg-start{text-align:left !important}
  .s-text-lg-end{text-align:right !important}
  .s-text-lg-center{text-align:center !important}
}
@media (min-width: 1200px){
  .s-float-xl-start{float:left !important}
  .s-float-xl-end{float:right !important}
  .s-float-xl-none{float:none !important}
  .s-d-xl-inline{display:inline !important}
  .s-d-xl-inline-block{display:inline-block !important}
  .s-d-xl-block{display:block !important}
  .s-d-xl-grid{display:grid !important}
  .s-d-xl-table{display:table !important}
  .s-d-xl-table-row{display:table-row !important}
  .s-d-xl-table-cell{display:table-cell !important}
  .s-d-xl-flex{display:flex !important}
  .s-d-xl-inline-flex{display:inline-flex !important}
  .s-d-xl-none{display:none !important}
  .s-flex-xl-fill{flex:1 1 auto !important}
  .s-flex-xl-row{flex-direction:row !important}
  .s-flex-xl-column{flex-direction:column !important}
  .s-flex-xl-row-reverse{flex-direction:row-reverse !important}
  .s-flex-xl-column-reverse{flex-direction:column-reverse !important}
  .s-flex-xl-grow-0{flex-grow:0 !important}
  .s-flex-xl-grow-1{flex-grow:1 !important}
  .s-flex-xl-shrink-0{flex-shrink:0 !important}
  .s-flex-xl-shrink-1{flex-shrink:1 !important}
  .s-flex-xl-wrap{flex-wrap:wrap !important}
  .s-flex-xl-nowrap{flex-wrap:nowrap !important}
  .s-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}
  .s-gap-xl-0{gap:0 !important}
  .s-gap-xl-1{gap:.25rem !important}
  .s-gap-xl-2{gap:.5rem !important}
  .s-gap-xl-3{gap:1rem !important}
  .s-gap-xl-4{gap:1.5rem !important}
  .s-gap-xl-5{gap:3rem !important}
  .s-gap-xl-6{gap:4rem !important}
  .s-gap-xl-7{gap:5rem !important}
  .s-gap-xl-8{gap:6rem !important}
  .s-gap-xl-9{gap:8rem !important}
  .s-gap-xl-10{gap:10rem !important}
  .s-justify-content-xl-start{justify-content:flex-start !important}
  .s-justify-content-xl-end{justify-content:flex-end !important}
  .s-justify-content-xl-center{justify-content:center !important}
  .s-justify-content-xl-between{justify-content:space-between !important}
  .s-justify-content-xl-around{justify-content:space-around !important}
  .s-justify-content-xl-evenly{justify-content:space-evenly !important}
  .s-align-items-xl-start{align-items:flex-start !important}
  .s-align-items-xl-end{align-items:flex-end !important}
  .s-align-items-xl-center{align-items:center !important}
  .s-align-items-xl-baseline{align-items:baseline !important}
  .s-align-items-xl-stretch{align-items:stretch !important}
  .s-align-content-xl-start{align-content:flex-start !important}
  .s-align-content-xl-end{align-content:flex-end !important}
  .s-align-content-xl-center{align-content:center !important}
  .s-align-content-xl-between{align-content:space-between !important}
  .s-align-content-xl-around{align-content:space-around !important}
  .s-align-content-xl-stretch{align-content:stretch !important}
  .s-align-self-xl-auto{align-self:auto !important}
  .s-align-self-xl-start{align-self:flex-start !important}
  .s-align-self-xl-end{align-self:flex-end !important}
  .s-align-self-xl-center{align-self:center !important}
  .s-align-self-xl-baseline{align-self:baseline !important}
  .s-align-self-xl-stretch{align-self:stretch !important}
  .s-order-xl-first{order:-1 !important}
  .s-order-xl-0{order:0 !important}
  .s-order-xl-1{order:1 !important}
  .s-order-xl-2{order:2 !important}
  .s-order-xl-3{order:3 !important}
  .s-order-xl-4{order:4 !important}
  .s-order-xl-5{order:5 !important}
  .s-order-xl-last{order:6 !important}
  .s-m-xl-0{margin:0 !important}
  .s-m-xl-1{margin:.25rem !important}
  .s-m-xl-2{margin:.5rem !important}
  .s-m-xl-3{margin:1rem !important}
  .s-m-xl-4{margin:1.5rem !important}
  .s-m-xl-5{margin:3rem !important}
  .s-m-xl-6{margin:4rem !important}
  .s-m-xl-7{margin:5rem !important}
  .s-m-xl-8{margin:6rem !important}
  .s-m-xl-9{margin:8rem !important}
  .s-m-xl-10{margin:10rem !important}
  .s-m-xl-auto{margin:auto !important}
  .s-mx-xl-0{margin-right:0 !important;margin-left:0 !important}
  .s-mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}
  .s-mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}
  .s-mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}
  .s-mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
  .s-mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}
  .s-mx-xl-6{margin-right:4rem !important;margin-left:4rem !important}
  .s-mx-xl-7{margin-right:5rem !important;margin-left:5rem !important}
  .s-mx-xl-8{margin-right:6rem !important;margin-left:6rem !important}
  .s-mx-xl-9{margin-right:8rem !important;margin-left:8rem !important}
  .s-mx-xl-10{margin-right:10rem !important;margin-left:10rem !important}
  .s-mx-xl-auto{margin-right:auto !important;margin-left:auto !important}
  .s-my-xl-0{margin-top:0 !important;margin-bottom:0 !important}
  .s-my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
  .s-my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
  .s-my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}
  .s-my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
  .s-my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}
  .s-my-xl-6{margin-top:4rem !important;margin-bottom:4rem !important}
  .s-my-xl-7{margin-top:5rem !important;margin-bottom:5rem !important}
  .s-my-xl-8{margin-top:6rem !important;margin-bottom:6rem !important}
  .s-my-xl-9{margin-top:8rem !important;margin-bottom:8rem !important}
  .s-my-xl-10{margin-top:10rem !important;margin-bottom:10rem !important}
  .s-my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}
  .s-mt-xl-0{margin-top:0 !important}
  .s-mt-xl-1{margin-top:.25rem !important}
  .s-mt-xl-2{margin-top:.5rem !important}
  .s-mt-xl-3{margin-top:1rem !important}
  .s-mt-xl-4{margin-top:1.5rem !important}
  .s-mt-xl-5{margin-top:3rem !important}
  .s-mt-xl-6{margin-top:4rem !important}
  .s-mt-xl-7{margin-top:5rem !important}
  .s-mt-xl-8{margin-top:6rem !important}
  .s-mt-xl-9{margin-top:8rem !important}
  .s-mt-xl-10{margin-top:10rem !important}
  .s-mt-xl-auto{margin-top:auto !important}
  .s-me-xl-0{margin-right:0 !important}
  .s-me-xl-1{margin-right:.25rem !important}
  .s-me-xl-2{margin-right:.5rem !important}
  .s-me-xl-3{margin-right:1rem !important}
  .s-me-xl-4{margin-right:1.5rem !important}
  .s-me-xl-5{margin-right:3rem !important}
  .s-me-xl-6{margin-right:4rem !important}
  .s-me-xl-7{margin-right:5rem !important}
  .s-me-xl-8{margin-right:6rem !important}
  .s-me-xl-9{margin-right:8rem !important}
  .s-me-xl-10{margin-right:10rem !important}
  .s-me-xl-auto{margin-right:auto !important}
  .s-mb-xl-0{margin-bottom:0 !important}
  .s-mb-xl-1{margin-bottom:.25rem !important}
  .s-mb-xl-2{margin-bottom:.5rem !important}
  .s-mb-xl-3{margin-bottom:1rem !important}
  .s-mb-xl-4{margin-bottom:1.5rem !important}
  .s-mb-xl-5{margin-bottom:3rem !important}
  .s-mb-xl-6{margin-bottom:4rem !important}
  .s-mb-xl-7{margin-bottom:5rem !important}
  .s-mb-xl-8{margin-bottom:6rem !important}
  .s-mb-xl-9{margin-bottom:8rem !important}
  .s-mb-xl-10{margin-bottom:10rem !important}
  .s-mb-xl-auto{margin-bottom:auto !important}
  .s-ms-xl-0{margin-left:0 !important}
  .s-ms-xl-1{margin-left:.25rem !important}
  .s-ms-xl-2{margin-left:.5rem !important}
  .s-ms-xl-3{margin-left:1rem !important}
  .s-ms-xl-4{margin-left:1.5rem !important}
  .s-ms-xl-5{margin-left:3rem !important}
  .s-ms-xl-6{margin-left:4rem !important}
  .s-ms-xl-7{margin-left:5rem !important}
  .s-ms-xl-8{margin-left:6rem !important}
  .s-ms-xl-9{margin-left:8rem !important}
  .s-ms-xl-10{margin-left:10rem !important}
  .s-ms-xl-auto{margin-left:auto !important}
  .s-p-xl-0{padding:0 !important}
  .s-p-xl-1{padding:.25rem !important}
  .s-p-xl-2{padding:.5rem !important}
  .s-p-xl-3{padding:1rem !important}
  .s-p-xl-4{padding:1.5rem !important}
  .s-p-xl-5{padding:3rem !important}
  .s-p-xl-6{padding:4rem !important}
  .s-p-xl-7{padding:5rem !important}
  .s-p-xl-8{padding:6rem !important}
  .s-p-xl-9{padding:8rem !important}
  .s-p-xl-10{padding:10rem !important}
  .s-px-xl-0{padding-right:0 !important;padding-left:0 !important}
  .s-px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}
  .s-px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}
  .s-px-xl-3{padding-right:1rem !important;padding-left:1rem !important}
  .s-px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
  .s-px-xl-5{padding-right:3rem !important;padding-left:3rem !important}
  .s-px-xl-6{padding-right:4rem !important;padding-left:4rem !important}
  .s-px-xl-7{padding-right:5rem !important;padding-left:5rem !important}
  .s-px-xl-8{padding-right:6rem !important;padding-left:6rem !important}
  .s-px-xl-9{padding-right:8rem !important;padding-left:8rem !important}
  .s-px-xl-10{padding-right:10rem !important;padding-left:10rem !important}
  .s-py-xl-0{padding-top:0 !important;padding-bottom:0 !important}
  .s-py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
  .s-py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
  .s-py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}
  .s-py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
  .s-py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}
  .s-py-xl-6{padding-top:4rem !important;padding-bottom:4rem !important}
  .s-py-xl-7{padding-top:5rem !important;padding-bottom:5rem !important}
  .s-py-xl-8{padding-top:6rem !important;padding-bottom:6rem !important}
  .s-py-xl-9{padding-top:8rem !important;padding-bottom:8rem !important}
  .s-py-xl-10{padding-top:10rem !important;padding-bottom:10rem !important}
  .s-pt-xl-0{padding-top:0 !important}
  .s-pt-xl-1{padding-top:.25rem !important}
  .s-pt-xl-2{padding-top:.5rem !important}
  .s-pt-xl-3{padding-top:1rem !important}
  .s-pt-xl-4{padding-top:1.5rem !important}
  .s-pt-xl-5{padding-top:3rem !important}
  .s-pt-xl-6{padding-top:4rem !important}
  .s-pt-xl-7{padding-top:5rem !important}
  .s-pt-xl-8{padding-top:6rem !important}
  .s-pt-xl-9{padding-top:8rem !important}
  .s-pt-xl-10{padding-top:10rem !important}
  .s-pe-xl-0{padding-right:0 !important}
  .s-pe-xl-1{padding-right:.25rem !important}
  .s-pe-xl-2{padding-right:.5rem !important}
  .s-pe-xl-3{padding-right:1rem !important}
  .s-pe-xl-4{padding-right:1.5rem !important}
  .s-pe-xl-5{padding-right:3rem !important}
  .s-pe-xl-6{padding-right:4rem !important}
  .s-pe-xl-7{padding-right:5rem !important}
  .s-pe-xl-8{padding-right:6rem !important}
  .s-pe-xl-9{padding-right:8rem !important}
  .s-pe-xl-10{padding-right:10rem !important}
  .s-pb-xl-0{padding-bottom:0 !important}
  .s-pb-xl-1{padding-bottom:.25rem !important}
  .s-pb-xl-2{padding-bottom:.5rem !important}
  .s-pb-xl-3{padding-bottom:1rem !important}
  .s-pb-xl-4{padding-bottom:1.5rem !important}
  .s-pb-xl-5{padding-bottom:3rem !important}
  .s-pb-xl-6{padding-bottom:4rem !important}
  .s-pb-xl-7{padding-bottom:5rem !important}
  .s-pb-xl-8{padding-bottom:6rem !important}
  .s-pb-xl-9{padding-bottom:8rem !important}
  .s-pb-xl-10{padding-bottom:10rem !important}
  .s-ps-xl-0{padding-left:0 !important}
  .s-ps-xl-1{padding-left:.25rem !important}
  .s-ps-xl-2{padding-left:.5rem !important}
  .s-ps-xl-3{padding-left:1rem !important}
  .s-ps-xl-4{padding-left:1.5rem !important}
  .s-ps-xl-5{padding-left:3rem !important}
  .s-ps-xl-6{padding-left:4rem !important}
  .s-ps-xl-7{padding-left:5rem !important}
  .s-ps-xl-8{padding-left:6rem !important}
  .s-ps-xl-9{padding-left:8rem !important}
  .s-ps-xl-10{padding-left:10rem !important}
  .s-text-xl-start{text-align:left !important}
  .s-text-xl-end{text-align:right !important}
  .s-text-xl-center{text-align:center !important}
}
@media (min-width: 1400px){
  .s-float-xxl-start{float:left !important}
  .s-float-xxl-end{float:right !important}
  .s-float-xxl-none{float:none !important}
  .s-d-xxl-inline{display:inline !important}
  .s-d-xxl-inline-block{display:inline-block !important}
  .s-d-xxl-block{display:block !important}
  .s-d-xxl-grid{display:grid !important}
  .s-d-xxl-table{display:table !important}
  .s-d-xxl-table-row{display:table-row !important}
  .s-d-xxl-table-cell{display:table-cell !important}
  .s-d-xxl-flex{display:flex !important}
  .s-d-xxl-inline-flex{display:inline-flex !important}
  .s-d-xxl-none{display:none !important}
  .s-flex-xxl-fill{flex:1 1 auto !important}
  .s-flex-xxl-row{flex-direction:row !important}
  .s-flex-xxl-column{flex-direction:column !important}
  .s-flex-xxl-row-reverse{flex-direction:row-reverse !important}
  .s-flex-xxl-column-reverse{flex-direction:column-reverse !important}
  .s-flex-xxl-grow-0{flex-grow:0 !important}
  .s-flex-xxl-grow-1{flex-grow:1 !important}
  .s-flex-xxl-shrink-0{flex-shrink:0 !important}
  .s-flex-xxl-shrink-1{flex-shrink:1 !important}
  .s-flex-xxl-wrap{flex-wrap:wrap !important}
  .s-flex-xxl-nowrap{flex-wrap:nowrap !important}
  .s-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}
  .s-gap-xxl-0{gap:0 !important}
  .s-gap-xxl-1{gap:.25rem !important}
  .s-gap-xxl-2{gap:.5rem !important}
  .s-gap-xxl-3{gap:1rem !important}
  .s-gap-xxl-4{gap:1.5rem !important}
  .s-gap-xxl-5{gap:3rem !important}
  .s-gap-xxl-6{gap:4rem !important}
  .s-gap-xxl-7{gap:5rem !important}
  .s-gap-xxl-8{gap:6rem !important}
  .s-gap-xxl-9{gap:8rem !important}
  .s-gap-xxl-10{gap:10rem !important}
  .s-justify-content-xxl-start{justify-content:flex-start !important}
  .s-justify-content-xxl-end{justify-content:flex-end !important}
  .s-justify-content-xxl-center{justify-content:center !important}
  .s-justify-content-xxl-between{justify-content:space-between !important}
  .s-justify-content-xxl-around{justify-content:space-around !important}
  .s-justify-content-xxl-evenly{justify-content:space-evenly !important}
  .s-align-items-xxl-start{align-items:flex-start !important}
  .s-align-items-xxl-end{align-items:flex-end !important}
  .s-align-items-xxl-center{align-items:center !important}
  .s-align-items-xxl-baseline{align-items:baseline !important}
  .s-align-items-xxl-stretch{align-items:stretch !important}
  .s-align-content-xxl-start{align-content:flex-start !important}
  .s-align-content-xxl-end{align-content:flex-end !important}
  .s-align-content-xxl-center{align-content:center !important}
  .s-align-content-xxl-between{align-content:space-between !important}
  .s-align-content-xxl-around{align-content:space-around !important}
  .s-align-content-xxl-stretch{align-content:stretch !important}
  .s-align-self-xxl-auto{align-self:auto !important}
  .s-align-self-xxl-start{align-self:flex-start !important}
  .s-align-self-xxl-end{align-self:flex-end !important}
  .s-align-self-xxl-center{align-self:center !important}
  .s-align-self-xxl-baseline{align-self:baseline !important}
  .s-align-self-xxl-stretch{align-self:stretch !important}
  .s-order-xxl-first{order:-1 !important}
  .s-order-xxl-0{order:0 !important}
  .s-order-xxl-1{order:1 !important}
  .s-order-xxl-2{order:2 !important}
  .s-order-xxl-3{order:3 !important}
  .s-order-xxl-4{order:4 !important}
  .s-order-xxl-5{order:5 !important}
  .s-order-xxl-last{order:6 !important}
  .s-m-xxl-0{margin:0 !important}
  .s-m-xxl-1{margin:.25rem !important}
  .s-m-xxl-2{margin:.5rem !important}
  .s-m-xxl-3{margin:1rem !important}
  .s-m-xxl-4{margin:1.5rem !important}
  .s-m-xxl-5{margin:3rem !important}
  .s-m-xxl-6{margin:4rem !important}
  .s-m-xxl-7{margin:5rem !important}
  .s-m-xxl-8{margin:6rem !important}
  .s-m-xxl-9{margin:8rem !important}
  .s-m-xxl-10{margin:10rem !important}
  .s-m-xxl-auto{margin:auto !important}
  .s-mx-xxl-0{margin-right:0 !important;margin-left:0 !important}
  .s-mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}
  .s-mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}
  .s-mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}
  .s-mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}
  .s-mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}
  .s-mx-xxl-6{margin-right:4rem !important;margin-left:4rem !important}
  .s-mx-xxl-7{margin-right:5rem !important;margin-left:5rem !important}
  .s-mx-xxl-8{margin-right:6rem !important;margin-left:6rem !important}
  .s-mx-xxl-9{margin-right:8rem !important;margin-left:8rem !important}
  .s-mx-xxl-10{margin-right:10rem !important;margin-left:10rem !important}
  .s-mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}
  .s-my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}
  .s-my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
  .s-my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}
  .s-my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}
  .s-my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
  .s-my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}
  .s-my-xxl-6{margin-top:4rem !important;margin-bottom:4rem !important}
  .s-my-xxl-7{margin-top:5rem !important;margin-bottom:5rem !important}
  .s-my-xxl-8{margin-top:6rem !important;margin-bottom:6rem !important}
  .s-my-xxl-9{margin-top:8rem !important;margin-bottom:8rem !important}
  .s-my-xxl-10{margin-top:10rem !important;margin-bottom:10rem !important}
  .s-my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}
  .s-mt-xxl-0{margin-top:0 !important}
  .s-mt-xxl-1{margin-top:.25rem !important}
  .s-mt-xxl-2{margin-top:.5rem !important}
  .s-mt-xxl-3{margin-top:1rem !important}
  .s-mt-xxl-4{margin-top:1.5rem !important}
  .s-mt-xxl-5{margin-top:3rem !important}
  .s-mt-xxl-6{margin-top:4rem !important}
  .s-mt-xxl-7{margin-top:5rem !important}
  .s-mt-xxl-8{margin-top:6rem !important}
  .s-mt-xxl-9{margin-top:8rem !important}
  .s-mt-xxl-10{margin-top:10rem !important}
  .s-mt-xxl-auto{margin-top:auto !important}
  .s-me-xxl-0{margin-right:0 !important}
  .s-me-xxl-1{margin-right:.25rem !important}
  .s-me-xxl-2{margin-right:.5rem !important}
  .s-me-xxl-3{margin-right:1rem !important}
  .s-me-xxl-4{margin-right:1.5rem !important}
  .s-me-xxl-5{margin-right:3rem !important}
  .s-me-xxl-6{margin-right:4rem !important}
  .s-me-xxl-7{margin-right:5rem !important}
  .s-me-xxl-8{margin-right:6rem !important}
  .s-me-xxl-9{margin-right:8rem !important}
  .s-me-xxl-10{margin-right:10rem !important}
  .s-me-xxl-auto{margin-right:auto !important}
  .s-mb-xxl-0{margin-bottom:0 !important}
  .s-mb-xxl-1{margin-bottom:.25rem !important}
  .s-mb-xxl-2{margin-bottom:.5rem !important}
  .s-mb-xxl-3{margin-bottom:1rem !important}
  .s-mb-xxl-4{margin-bottom:1.5rem !important}
  .s-mb-xxl-5{margin-bottom:3rem !important}
  .s-mb-xxl-6{margin-bottom:4rem !important}
  .s-mb-xxl-7{margin-bottom:5rem !important}
  .s-mb-xxl-8{margin-bottom:6rem !important}
  .s-mb-xxl-9{margin-bottom:8rem !important}
  .s-mb-xxl-10{margin-bottom:10rem !important}
  .s-mb-xxl-auto{margin-bottom:auto !important}
  .s-ms-xxl-0{margin-left:0 !important}
  .s-ms-xxl-1{margin-left:.25rem !important}
  .s-ms-xxl-2{margin-left:.5rem !important}
  .s-ms-xxl-3{margin-left:1rem !important}
  .s-ms-xxl-4{margin-left:1.5rem !important}
  .s-ms-xxl-5{margin-left:3rem !important}
  .s-ms-xxl-6{margin-left:4rem !important}
  .s-ms-xxl-7{margin-left:5rem !important}
  .s-ms-xxl-8{margin-left:6rem !important}
  .s-ms-xxl-9{margin-left:8rem !important}
  .s-ms-xxl-10{margin-left:10rem !important}
  .s-ms-xxl-auto{margin-left:auto !important}
  .s-p-xxl-0{padding:0 !important}
  .s-p-xxl-1{padding:.25rem !important}
  .s-p-xxl-2{padding:.5rem !important}
  .s-p-xxl-3{padding:1rem !important}
  .s-p-xxl-4{padding:1.5rem !important}
  .s-p-xxl-5{padding:3rem !important}
  .s-p-xxl-6{padding:4rem !important}
  .s-p-xxl-7{padding:5rem !important}
  .s-p-xxl-8{padding:6rem !important}
  .s-p-xxl-9{padding:8rem !important}
  .s-p-xxl-10{padding:10rem !important}
  .s-px-xxl-0{padding-right:0 !important;padding-left:0 !important}
  .s-px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}
  .s-px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}
  .s-px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}
  .s-px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}
  .s-px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}
  .s-px-xxl-6{padding-right:4rem !important;padding-left:4rem !important}
  .s-px-xxl-7{padding-right:5rem !important;padding-left:5rem !important}
  .s-px-xxl-8{padding-right:6rem !important;padding-left:6rem !important}
  .s-px-xxl-9{padding-right:8rem !important;padding-left:8rem !important}
  .s-px-xxl-10{padding-right:10rem !important;padding-left:10rem !important}
  .s-py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}
  .s-py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}
  .s-py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
  .s-py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}
  .s-py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
  .s-py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}
  .s-py-xxl-6{padding-top:4rem !important;padding-bottom:4rem !important}
  .s-py-xxl-7{padding-top:5rem !important;padding-bottom:5rem !important}
  .s-py-xxl-8{padding-top:6rem !important;padding-bottom:6rem !important}
  .s-py-xxl-9{padding-top:8rem !important;padding-bottom:8rem !important}
  .s-py-xxl-10{padding-top:10rem !important;padding-bottom:10rem !important}
  .s-pt-xxl-0{padding-top:0 !important}
  .s-pt-xxl-1{padding-top:.25rem !important}
  .s-pt-xxl-2{padding-top:.5rem !important}
  .s-pt-xxl-3{padding-top:1rem !important}
  .s-pt-xxl-4{padding-top:1.5rem !important}
  .s-pt-xxl-5{padding-top:3rem !important}
  .s-pt-xxl-6{padding-top:4rem !important}
  .s-pt-xxl-7{padding-top:5rem !important}
  .s-pt-xxl-8{padding-top:6rem !important}
  .s-pt-xxl-9{padding-top:8rem !important}
  .s-pt-xxl-10{padding-top:10rem !important}
  .s-pe-xxl-0{padding-right:0 !important}
  .s-pe-xxl-1{padding-right:.25rem !important}
  .s-pe-xxl-2{padding-right:.5rem !important}
  .s-pe-xxl-3{padding-right:1rem !important}
  .s-pe-xxl-4{padding-right:1.5rem !important}
  .s-pe-xxl-5{padding-right:3rem !important}
  .s-pe-xxl-6{padding-right:4rem !important}
  .s-pe-xxl-7{padding-right:5rem !important}
  .s-pe-xxl-8{padding-right:6rem !important}
  .s-pe-xxl-9{padding-right:8rem !important}
  .s-pe-xxl-10{padding-right:10rem !important}
  .s-pb-xxl-0{padding-bottom:0 !important}
  .s-pb-xxl-1{padding-bottom:.25rem !important}
  .s-pb-xxl-2{padding-bottom:.5rem !important}
  .s-pb-xxl-3{padding-bottom:1rem !important}
  .s-pb-xxl-4{padding-bottom:1.5rem !important}
  .s-pb-xxl-5{padding-bottom:3rem !important}
  .s-pb-xxl-6{padding-bottom:4rem !important}
  .s-pb-xxl-7{padding-bottom:5rem !important}
  .s-pb-xxl-8{padding-bottom:6rem !important}
  .s-pb-xxl-9{padding-bottom:8rem !important}
  .s-pb-xxl-10{padding-bottom:10rem !important}
  .s-ps-xxl-0{padding-left:0 !important}
  .s-ps-xxl-1{padding-left:.25rem !important}
  .s-ps-xxl-2{padding-left:.5rem !important}
  .s-ps-xxl-3{padding-left:1rem !important}
  .s-ps-xxl-4{padding-left:1.5rem !important}
  .s-ps-xxl-5{padding-left:3rem !important}
  .s-ps-xxl-6{padding-left:4rem !important}
  .s-ps-xxl-7{padding-left:5rem !important}
  .s-ps-xxl-8{padding-left:6rem !important}
  .s-ps-xxl-9{padding-left:8rem !important}
  .s-ps-xxl-10{padding-left:10rem !important}
  .s-text-xxl-start{text-align:left !important}
  .s-text-xxl-end{text-align:right !important}
  .s-text-xxl-center{text-align:center !important}
}




.s-btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:calc(1.255rem + .06vw);border-radius:.25rem;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){.s-btn{font-size:1.3rem}}
@media (prefers-reduced-motion: reduce){.s-btn{transition:none}}
.s-btn:hover{color:#212529}
.s-btn-check:focus+.s-btn,.s-btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25)}
.s-btn:disabled,.s-btn.s-disabled,fieldset:disabled .s-btn{pointer-events:none;opacity:.65}
.s-btn-rtrred{color:#fff;background-color:#E50012;border-color:#E50012}
.s-btn-rtrred:hover{color:#fff;background-color:#c3000f;border-color:#b7000e}
.s-btn-check:focus+.s-btn-rtrred,.s-btn-rtrred:focus{color:#fff;background-color:#c3000f;border-color:#b7000e;box-shadow:0 0 0 .25rem rgba(233,38,54,0.5)}
.s-btn-check:checked+.s-btn-rtrred,.s-btn-check:active+.s-btn-rtrred,.s-btn-rtrred:active,.s-btn-rtrred.s-active,.s-show>.s-btn-rtrred.s-dropdown-toggle{color:#fff;background-color:#b7000e;border-color:#ac000e}
.s-btn-check:checked+.s-btn-rtrred:focus,.s-btn-check:active+.s-btn-rtrred:focus,.s-btn-rtrred:active:focus,.s-btn-rtrred.s-active:focus,.s-show>.s-btn-rtrred.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(233,38,54,0.5)}
.s-btn-rtrred:disabled,.s-btn-rtrred.s-disabled{color:#fff;background-color:#E50012;border-color:#E50012}
.s-btn-og_black{color:#fff;background-color:#000;border-color:#000}
.s-btn-og_black:hover{color:#fff;background-color:#000;border-color:#000}
.s-btn-check:focus+.s-btn-og_black,.s-btn-og_black:focus{color:#fff;background-color:#000;border-color:#000;box-shadow:0 0 0 .25rem rgba(38,38,38,0.5)}
.s-btn-check:checked+.s-btn-og_black,.s-btn-check:active+.s-btn-og_black,.s-btn-og_black:active,.s-btn-og_black.s-active,.s-show>.s-btn-og_black.s-dropdown-toggle{color:#fff;background-color:#000;border-color:#000}
.s-btn-check:checked+.s-btn-og_black:focus,.s-btn-check:active+.s-btn-og_black:focus,.s-btn-og_black:active:focus,.s-btn-og_black.s-active:focus,.s-show>.s-btn-og_black.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,38,38,0.5)}
.s-btn-og_black:disabled,.s-btn-og_black.disabled{color:#fff;background-color:#000;border-color:#000}
.s-btn-og_indigo{color:#fff;background-color:#6610f2;border-color:#6610f2}
.s-btn-og_indigo:hover{color:#fff;background-color:#570ece;border-color:#520dc2}
.s-btn-check:focus+.s-btn-og_indigo,.s-btn-og_indigo:focus{color:#fff;background-color:#570ece;border-color:#520dc2;box-shadow:0 0 0 .25rem rgba(125,52,244,0.5)}
.s-btn-check:checked+.s-btn-og_indigo,.s-btn-check:active+.s-btn-og_indigo,.s-btn-og_indigo:active,.s-btn-og_indigo.s-active,.s-show>.s-btn-og_indigo.s-dropdown-toggle{color:#fff;background-color:#520dc2;border-color:#4d0cb6}
.s-btn-check:checked+.s-btn-og_indigo:focus,.s-btn-check:active+.s-btn-og_indigo:focus,.s-btn-og_indigo:active:focus,.s-btn-og_indigo.s-active:focus,.s-show>.s-btn-og_indigo.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(125,52,244,0.5)}
.s-btn-og_indigo:disabled,.s-btn-og_indigo.disabled{color:#fff;background-color:#6610f2;border-color:#6610f2}
.s-btn-og_purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.s-btn-og_purple:hover{color:#fff;background-color:#5e38a4;border-color:#59359a}
.s-btn-check:focus+.s-btn-og_purple,.s-btn-og_purple:focus{color:#fff;background-color:#5e38a4;border-color:#59359a;box-shadow:0 0 0 .25rem rgba(133,94,202,0.5)}
.s-btn-check:checked+.s-btn-og_purple,.s-btn-check:active+.s-btn-og_purple,.s-btn-og_purple:active,.s-btn-og_purple.s-active,.s-show>.s-btn-og_purple.s-dropdown-toggle{color:#fff;background-color:#59359a;border-color:#533291}
.s-btn-check:checked+.s-btn-og_purple:focus,.s-btn-check:active+.s-btn-og_purple:focus,.s-btn-og_purple:active:focus,.s-btn-og_purple.s-active:focus,.s-show>.s-btn-og_purple.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(133,94,202,0.5)}
.s-btn-og_purple:disabled,.s-btn-og_purple.disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.s-btn-og_orange{color:#000;background-color:#fd7e14;border-color:#fd7e14}
.s-btn-og_orange:hover{color:#000;background-color:#fd9137;border-color:#fd8b2c}
.s-btn-check:focus+.s-btn-og_orange,.s-btn-og_orange:focus{color:#000;background-color:#fd9137;border-color:#fd8b2c;box-shadow:0 0 0 .25rem rgba(215,107,17,0.5)}
.s-btn-check:checked+.s-btn-og_orange,.s-btn-check:active+.s-btn-og_orange,.s-btn-og_orange:active,.s-btn-og_orange.s-active,.s-show>.s-btn-og_orange.s-dropdown-toggle{color:#000;background-color:#fd9843;border-color:#fd8b2c}
.s-btn-check:checked+.s-btn-og_orange:focus,.s-btn-check:active+.s-btn-og_orange:focus,.s-btn-og_orange:active:focus,.s-btn-og_orange.s-active:focus,.s-show>.s-btn-og_orange.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(215,107,17,0.5)}
.s-btn-og_orange:disabled,.s-btn-og_orange.disabled{color:#000;background-color:#fd7e14;border-color:#fd7e14}
.s-btn-og_teal{color:#000;background-color:#20c997;border-color:#20c997}
.s-btn-og_teal:hover{color:#000;background-color:#41d1a7;border-color:#36cea1}
.s-btn-check:focus+.s-btn-og_teal,.s-btn-og_teal:focus{color:#000;background-color:#41d1a7;border-color:#36cea1;box-shadow:0 0 0 .25rem rgba(27,171,128,0.5)}
.s-btn-check:checked+.s-btn-og_teal,.s-btn-check:active+.s-btn-og_teal,.s-btn-og_teal:active,.s-btn-og_teal.s-active,.s-show>.s-btn-og_teal.s-dropdown-toggle{color:#000;background-color:#4dd4ac;border-color:#36cea1}
.s-btn-check:checked+.s-btn-og_teal:focus,.s-btn-check:active+.s-btn-og_teal:focus,.s-btn-og_teal:active:focus,.s-btn-og_teal.s-active:focus,.s-show>.s-btn-og_teal.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(27,171,128,0.5)}
.s-btn-og_teal:disabled,.s-btn-og_teal.disabled{color:#000;background-color:#20c997;border-color:#20c997}
.s-btn-og_pink{color:#fff;background-color:#d63384;border-color:#d63384}
.s-btn-og_pink:hover{color:#fff;background-color:#b62b70;border-color:#ab296a}
.s-btn-check:focus+.s-btn-og_pink,.s-btn-og_pink:focus{color:#fff;background-color:#b62b70;border-color:#ab296a;box-shadow:0 0 0 .25rem rgba(220,82,150,0.5)}
.s-btn-check:checked+.s-btn-og_pink,.s-btn-check:active+.s-btn-og_pink,.s-btn-og_pink:active,.s-btn-og_pink.s-active,.s-show>.s-btn-og_pink.s-dropdown-toggle{color:#fff;background-color:#ab296a;border-color:#a12663}
.s-btn-check:checked+.s-btn-og_pink:focus,.s-btn-check:active+.s-btn-og_pink:focus,.s-btn-og_pink:active:focus,.s-btn-og_pink.s-active:focus,.s-show>.s-btn-og_pink.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(220,82,150,0.5)}
.s-btn-og_pink:disabled,.s-btn-og_pink.disabled{color:#fff;background-color:#d63384;border-color:#d63384}
.s-btn-og_lightgray{color:#000;background-color:#e9ecef;border-color:#e9ecef}
.s-btn-og_lightgray:hover{color:#000;background-color:#eceff1;border-color:#ebeef1}
.s-btn-check:focus+.s-btn-og_lightgray,.s-btn-og_lightgray:focus{color:#000;background-color:#eceff1;border-color:#ebeef1;box-shadow:0 0 0 .25rem rgba(198,201,203,0.5)}
.s-btn-check:checked+.s-btn-og_lightgray,.s-btn-check:active+.s-btn-og_lightgray,.s-btn-og_lightgray:active,.s-btn-og_lightgray.s-active,.s-show>.s-btn-og_lightgray.s-dropdown-toggle{color:#000;background-color:#edf0f2;border-color:#ebeef1}
.s-btn-check:checked+.s-btn-og_lightgray:focus,.s-btn-check:active+.s-btn-og_lightgray:focus,.s-btn-og_lightgray:active:focus,.s-btn-og_lightgray.s-active:focus,.s-show>.s-btn-og_lightgray.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(198,201,203,0.5)}
.s-btn-og_lightgray:disabled,.s-btn-og_lightgray.disabled{color:#000;background-color:#e9ecef;border-color:#e9ecef}
.s-btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.s-btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}
.s-btn-check:focus+.s-btn-primary,.s-btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,0.5)}
.s-btn-check:checked+.s-btn-primary,.s-btn-check:active+.s-btn-primary,.s-btn-primary:active,.s-btn-primary.s-active,.s-show>.s-btn-primary.s-dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}
.s-btn-check:checked+.s-btn-primary:focus,.s-btn-check:active+.s-btn-primary:focus,.s-btn-primary:active:focus,.s-btn-primary.s-active:focus,.s-show>.s-btn-primary.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,0.5)}
.s-btn-primary:disabled,.s-btn-primary.disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.s-btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.s-btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}
.s-btn-check:focus+.s-btn-secondary,.s-btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,0.5)}
.s-btn-check:checked+.s-btn-secondary,.s-btn-check:active+.s-btn-secondary,.s-btn-secondary:active,.s-btn-secondary.s-active,.s-show>.s-btn-secondary.s-dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}
.s-btn-check:checked+.s-btn-secondary:focus,.s-btn-check:active+.s-btn-secondary:focus,.s-btn-secondary:active:focus,.s-btn-secondary.s-active:focus,.s-show>.s-btn-secondary.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,0.5)}
.s-btn-secondary:disabled,.s-btn-secondary.disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}
.s-btn-success{color:#fff;background-color:#198754;border-color:#198754}
.s-btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}
.s-btn-check:focus+.s-btn-success,.s-btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}
.s-btn-check:checked+.s-btn-success,.s-btn-check:active+.s-btn-success,.s-btn-success:active,.s-btn-success.s-active,.s-show>.s-btn-success.s-dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}
.s-btn-check:checked+.s-btn-success:focus,.s-btn-check:active+.s-btn-success:focus,.s-btn-success:active:focus,.s-btn-success.s-active:focus,.s-show>.s-btn-success.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,0.5)}
.s-btn-success:disabled,.s-btn-success.disabled{color:#fff;background-color:#198754;border-color:#198754}
.s-btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.s-btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}
.s-btn-check:focus+.s-btn-info,.s-btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}
.s-btn-check:checked+.s-btn-info,.s-btn-check:active+.s-btn-info,.s-btn-info:active,.s-btn-info.s-active,.s-show>.s-btn-info.s-dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}
.s-btn-check:checked+.s-btn-info:focus,.s-btn-check:active+.s-btn-info:focus,.s-btn-info:active:focus,.s-btn-info.s-active:focus,.s-show>.s-btn-info.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,0.5)}
.s-btn-info:disabled,.s-btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.s-btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}
.s-btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}
.s-btn-check:focus+.s-btn-warning,.s-btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}
.s-btn-check:checked+.s-btn-warning,.s-btn-check:active+.s-btn-warning,.s-btn-warning:active,.s-btn-warning.s-active,.s-show>.s-btn-warning.s-dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}
.s-btn-check:checked+.s-btn-warning:focus,.s-btn-check:active+.s-btn-warning:focus,.s-btn-warning:active:focus,.s-btn-warning.s-active:focus,.s-show>.s-btn-warning.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,0.5)}
.s-btn-warning:disabled,.s-btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}
.s-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.s-btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}
.s-btn-check:focus+.s-btn-danger,.s-btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}
.s-btn-check:checked+.s-btn-danger,.s-btn-check:active+.s-btn-danger,.s-btn-danger:active,.s-btn-danger.s-active,.s-show>.s-btn-danger.s-dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}
.s-btn-check:checked+.s-btn-danger:focus,.s-btn-check:active+.s-btn-danger:focus,.s-btn-danger:active:focus,.s-btn-danger.s-active:focus,.s-show>.s-btn-danger.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,0.5)}
.s-btn-danger:disabled,.s-btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.s-btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.s-btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}
.s-btn-check:focus+.s-btn-light,.s-btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}
.s-btn-check:checked+.s-btn-light,.s-btn-check:active+.s-btn-light,.s-btn-light:active,.s-btn-light.s-active,.s-show>.s-btn-light.s-dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}
.s-btn-check:checked+.s-btn-light:focus,.s-btn-check:active+.s-btn-light:focus,.s-btn-light:active:focus,.s-btn-light.s-active:focus,.s-show>.s-btn-light.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,0.5)}
.s-btn-light:disabled,.s-btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.s-btn-dark{color:#fff;background-color:#212529;border-color:#212529}
.s-btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}
.s-btn-check:focus+.s-btn-dark,.s-btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}
.s-btn-check:checked+.s-btn-dark,.s-btn-check:active+.s-btn-dark,.s-btn-dark:active,.s-btn-dark.s-active,.s-show>.s-btn-dark.s-dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}
.s-btn-check:checked+.s-btn-dark:focus,.s-btn-check:active+.s-btn-dark:focus,.s-btn-dark:active:focus,.s-btn-dark.s-active:focus,.s-show>.s-btn-dark.s-dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,0.5)}
.s-btn-dark:disabled,.s-btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}
.s-btn-outline-rtrred{color:#E50012;border-color:#E50012}
.s-btn-outline-rtrred:hover{color:#fff;background-color:#E50012;border-color:#E50012}
.s-btn-check:focus+.s-btn-outline-rtrred,.s-btn-outline-rtrred:focus{box-shadow:0 0 0 .25rem rgba(229,0,18,0.5)}
.s-btn-check:checked+.s-btn-outline-rtrred,.s-btn-check:active+.s-btn-outline-rtrred,.s-btn-outline-rtrred:active,.s-btn-outline-rtrred.s-active,.s-btn-outline-rtrred.s-dropdown-toggle.s-show{color:#fff;background-color:#E50012;border-color:#E50012}
.s-btn-check:checked+.s-btn-outline-rtrred:focus,.s-btn-check:active+.s-btn-outline-rtrred:focus,.s-btn-outline-rtrred:active:focus,.s-btn-outline-rtrred.s-active:focus,.s-btn-outline-rtrred.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(229,0,18,0.5)}
.s-btn-outline-rtrred:disabled,.s-btn-outline-rtrred.disabled{color:#E50012;background-color:transparent}
.s-btn-outline-og_black{color:#000;border-color:#000}
.s-btn-outline-og_black:hover{color:#fff;background-color:#000;border-color:#000}
.s-btn-check:focus+.s-btn-outline-og_black,.s-btn-outline-og_black:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,0.5)}
.s-btn-check:checked+.s-btn-outline-og_black,.s-btn-check:active+.s-btn-outline-og_black,.s-btn-outline-og_black:active,.s-btn-outline-og_black.s-active,.s-btn-outline-og_black.s-dropdown-toggle.s-show{color:#fff;background-color:#000;border-color:#000}
.s-btn-check:checked+.s-btn-outline-og_black:focus,.s-btn-check:active+.s-btn-outline-og_black:focus,.s-btn-outline-og_black:active:focus,.s-btn-outline-og_black.s-active:focus,.s-btn-outline-og_black.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,0.5)}
.s-btn-outline-og_black:disabled,.s-btn-outline-og_black.disabled{color:#000;background-color:transparent}
.s-btn-outline-og_indigo{color:#6610f2;border-color:#6610f2}
.s-btn-outline-og_indigo:hover{color:#fff;background-color:#6610f2;border-color:#6610f2}
.s-btn-check:focus+.s-btn-outline-og_indigo,.s-btn-outline-og_indigo:focus{box-shadow:0 0 0 .25rem rgba(102,16,242,0.5)}
.s-btn-check:checked+.s-btn-outline-og_indigo,.s-btn-check:active+.s-btn-outline-og_indigo,.s-btn-outline-og_indigo:active,.s-btn-outline-og_indigo.s-active,.s-btn-outline-og_indigo.s-dropdown-toggle.s-show{color:#fff;background-color:#6610f2;border-color:#6610f2}
.s-btn-check:checked+.s-btn-outline-og_indigo:focus,.s-btn-check:active+.s-btn-outline-og_indigo:focus,.s-btn-outline-og_indigo:active:focus,.s-btn-outline-og_indigo.s-active:focus,.s-btn-outline-og_indigo.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(102,16,242,0.5)}
.s-btn-outline-og_indigo:disabled,.s-btn-outline-og_indigo.disabled{color:#6610f2;background-color:transparent}
.s-btn-outline-og_purple{color:#6f42c1;border-color:#6f42c1}
.s-btn-outline-og_purple:hover{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.s-btn-check:focus+.s-btn-outline-og_purple,.s-btn-outline-og_purple:focus{box-shadow:0 0 0 .25rem rgba(111,66,193,0.5)}
.s-btn-check:checked+.s-btn-outline-og_purple,.s-btn-check:active+.s-btn-outline-og_purple,.s-btn-outline-og_purple:active,.s-btn-outline-og_purple.s-active,.s-btn-outline-og_purple.s-dropdown-toggle.s-show{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.s-btn-check:checked+.s-btn-outline-og_purple:focus,.s-btn-check:active+.s-btn-outline-og_purple:focus,.s-btn-outline-og_purple:active:focus,.s-btn-outline-og_purple.s-active:focus,.s-btn-outline-og_purple.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(111,66,193,0.5)}
.s-btn-outline-og_purple:disabled,.s-btn-outline-og_purple.disabled{color:#6f42c1;background-color:transparent}
.s-btn-outline-og_orange{color:#fd7e14;border-color:#fd7e14}
.s-btn-outline-og_orange:hover{color:#000;background-color:#fd7e14;border-color:#fd7e14}
.s-btn-check:focus+.s-btn-outline-og_orange,.s-btn-outline-og_orange:focus{box-shadow:0 0 0 .25rem rgba(253,126,20,0.5)}
.s-btn-check:checked+.s-btn-outline-og_orange,.s-btn-check:active+.s-btn-outline-og_orange,.s-btn-outline-og_orange:active,.s-btn-outline-og_orange.s-active,.s-btn-outline-og_orange.s-dropdown-toggle.s-show{color:#000;background-color:#fd7e14;border-color:#fd7e14}
.s-btn-check:checked+.s-btn-outline-og_orange:focus,.s-btn-check:active+.s-btn-outline-og_orange:focus,.s-btn-outline-og_orange:active:focus,.s-btn-outline-og_orange.s-active:focus,.s-btn-outline-og_orange.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(253,126,20,0.5)}
.s-btn-outline-og_orange:disabled,.s-btn-outline-og_orange.disabled{color:#fd7e14;background-color:transparent}
.s-btn-outline-og_teal{color:#20c997;border-color:#20c997}
.s-btn-outline-og_teal:hover{color:#000;background-color:#20c997;border-color:#20c997}
.s-btn-check:focus+.s-btn-outline-og_teal,.s-btn-outline-og_teal:focus{box-shadow:0 0 0 .25rem rgba(32,201,151,0.5)}
.s-btn-check:checked+.s-btn-outline-og_teal,.s-btn-check:active+.s-btn-outline-og_teal,.s-btn-outline-og_teal:active,.s-btn-outline-og_teal.s-active,.s-btn-outline-og_teal.s-dropdown-toggle.s-show{color:#000;background-color:#20c997;border-color:#20c997}
.s-btn-check:checked+.s-btn-outline-og_teal:focus,.s-btn-check:active+.s-btn-outline-og_teal:focus,.s-btn-outline-og_teal:active:focus,.s-btn-outline-og_teal.s-active:focus,.s-btn-outline-og_teal.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(32,201,151,0.5)}
.s-btn-outline-og_teal:disabled,.s-btn-outline-og_teal.disabled{color:#20c997;background-color:transparent}
.s-btn-outline-og_pink{color:#d63384;border-color:#d63384}
.s-btn-outline-og_pink:hover{color:#fff;background-color:#d63384;border-color:#d63384}
.s-btn-check:focus+.s-btn-outline-og_pink,.s-btn-outline-og_pink:focus{box-shadow:0 0 0 .25rem rgba(214,51,132,0.5)}
.s-btn-check:checked+.s-btn-outline-og_pink,.s-btn-check:active+.s-btn-outline-og_pink,.s-btn-outline-og_pink:active,.s-btn-outline-og_pink.s-active,.s-btn-outline-og_pink.s-dropdown-toggle.s-show{color:#fff;background-color:#d63384;border-color:#d63384}
.s-btn-check:checked+.s-btn-outline-og_pink:focus,.s-btn-check:active+.s-btn-outline-og_pink:focus,.s-btn-outline-og_pink:active:focus,.s-btn-outline-og_pink.s-active:focus,.s-btn-outline-og_pink.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(214,51,132,0.5)}
.s-btn-outline-og_pink:disabled,.s-btn-outline-og_pink.disabled{color:#d63384;background-color:transparent}
.s-btn-outline-og_lightgray{color:#e9ecef;border-color:#e9ecef}
.s-btn-outline-og_lightgray:hover{color:#000;background-color:#e9ecef;border-color:#e9ecef}
.s-btn-check:focus+.s-btn-outline-og_lightgray,.s-btn-outline-og_lightgray:focus{box-shadow:0 0 0 .25rem rgba(233,236,239,0.5)}
.s-btn-check:checked+.s-btn-outline-og_lightgray,.s-btn-check:active+.s-btn-outline-og_lightgray,.s-btn-outline-og_lightgray:active,.s-btn-outline-og_lightgray.s-active,.s-btn-outline-og_lightgray.s-dropdown-toggle.s-show{color:#000;background-color:#e9ecef;border-color:#e9ecef}
.s-btn-check:checked+.s-btn-outline-og_lightgray:focus,.s-btn-check:active+.s-btn-outline-og_lightgray:focus,.s-btn-outline-og_lightgray:active:focus,.s-btn-outline-og_lightgray.s-active:focus,.s-btn-outline-og_lightgray.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(233,236,239,0.5)}
.s-btn-outline-og_lightgray:disabled,.s-btn-outline-og_lightgray.disabled{color:#e9ecef;background-color:transparent}
.s-btn-outline-primary{color:#0d6efd;border-color:#0d6efd}
.s-btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.s-btn-check:focus+.s-btn-outline-primary,.s-btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,0.5)}
.s-btn-check:checked+.s-btn-outline-primary,.s-btn-check:active+.s-btn-outline-primary,.s-btn-outline-primary:active,.s-btn-outline-primary.s-active,.s-btn-outline-primary.s-dropdown-toggle.s-show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.s-btn-check:checked+.s-btn-outline-primary:focus,.s-btn-check:active+.s-btn-outline-primary:focus,.s-btn-outline-primary:active:focus,.s-btn-outline-primary.s-active:focus,.s-btn-outline-primary.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,0.5)}
.s-btn-outline-primary:disabled,.s-btn-outline-primary.disabled{color:#0d6efd;background-color:transparent}
.s-btn-outline-secondary{color:#6c757d;border-color:#6c757d}
.s-btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.s-btn-check:focus+.s-btn-outline-secondary,.s-btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,0.5)}
.s-btn-check:checked+.s-btn-outline-secondary,.s-btn-check:active+.s-btn-outline-secondary,.s-btn-outline-secondary:active,.s-btn-outline-secondary.s-active,.s-btn-outline-secondary.s-dropdown-toggle.s-show{color:#fff;background-color:#6c757d;border-color:#6c757d}
.s-btn-check:checked+.s-btn-outline-secondary:focus,.s-btn-check:active+.s-btn-outline-secondary:focus,.s-btn-outline-secondary:active:focus,.s-btn-outline-secondary.s-active:focus,.s-btn-outline-secondary.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,0.5)}
.s-btn-outline-secondary:disabled,.s-btn-outline-secondary.disabled{color:#6c757d;background-color:transparent}
.s-btn-outline-success{color:#198754;border-color:#198754}
.s-btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}
.s-btn-check:focus+.s-btn-outline-success,.s-btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}
.s-btn-check:checked+.s-btn-outline-success,.s-btn-check:active+.s-btn-outline-success,.s-btn-outline-success:active,.s-btn-outline-success.s-active,.s-btn-outline-success.s-dropdown-toggle.s-show{color:#fff;background-color:#198754;border-color:#198754}
.s-btn-check:checked+.s-btn-outline-success:focus,.s-btn-check:active+.s-btn-outline-success:focus,.s-btn-outline-success:active:focus,.s-btn-outline-success.s-active:focus,.s-btn-outline-success.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,0.5)}
.s-btn-outline-success:disabled,.s-btn-outline-success.disabled{color:#198754;background-color:transparent}
.s-btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}
.s-btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.s-btn-check:focus+.s-btn-outline-info,.s-btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}
.s-btn-check:checked+.s-btn-outline-info,.s-btn-check:active+.s-btn-outline-info,.s-btn-outline-info:active,.s-btn-outline-info.s-active,.s-btn-outline-info.s-dropdown-toggle.s-show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.s-btn-check:checked+.s-btn-outline-info:focus,.s-btn-check:active+.s-btn-outline-info:focus,.s-btn-outline-info:active:focus,.s-btn-outline-info.s-active:focus,.s-btn-outline-info.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,0.5)}
.s-btn-outline-info:disabled,.s-btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}
.s-btn-outline-warning{color:#ffc107;border-color:#ffc107}
.s-btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}
.s-btn-check:focus+.s-btn-outline-warning,.s-btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}
.s-btn-check:checked+.s-btn-outline-warning,.s-btn-check:active+.s-btn-outline-warning,.s-btn-outline-warning:active,.s-btn-outline-warning.s-active,.s-btn-outline-warning.s-dropdown-toggle.s-show{color:#000;background-color:#ffc107;border-color:#ffc107}
.s-btn-check:checked+.s-btn-outline-warning:focus,.s-btn-check:active+.s-btn-outline-warning:focus,.s-btn-outline-warning:active:focus,.s-btn-outline-warning.s-active:focus,.s-btn-outline-warning.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,0.5)}
.s-btn-outline-warning:disabled,.s-btn-outline-warning.disabled{color:#ffc107;background-color:transparent}
.s-btn-outline-danger{color:#dc3545;border-color:#dc3545}
.s-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}
.s-btn-check:focus+.s-btn-outline-danger,.s-btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}
.s-btn-check:checked+.s-btn-outline-danger,.s-btn-check:active+.s-btn-outline-danger,.s-btn-outline-danger:active,.s-btn-outline-danger.s-active,.s-btn-outline-danger.s-dropdown-toggle.s-show{color:#fff;background-color:#dc3545;border-color:#dc3545}
.s-btn-check:checked+.s-btn-outline-danger:focus,.s-btn-check:active+.s-btn-outline-danger:focus,.s-btn-outline-danger:active:focus,.s-btn-outline-danger.s-active:focus,.s-btn-outline-danger.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,0.5)}
.s-btn-outline-danger:disabled,.s-btn-outline-danger.disabled{color:#dc3545;background-color:transparent}
.s-btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}
.s-btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.s-btn-check:focus+.s-btn-outline-light,.s-btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}
.s-btn-check:checked+.s-btn-outline-light,.s-btn-check:active+.s-btn-outline-light,.s-btn-outline-light:active,.s-btn-outline-light.s-active,.s-btn-outline-light.s-dropdown-toggle.s-show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.s-btn-check:checked+.s-btn-outline-light:focus,.s-btn-check:active+.s-btn-outline-light:focus,.s-btn-outline-light:active:focus,.s-btn-outline-light.s-active:focus,.s-btn-outline-light.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,0.5)}
.s-btn-outline-light:disabled,.s-btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}
.s-btn-outline-dark{color:#212529;border-color:#212529}
.s-btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}
.s-btn-check:focus+.s-btn-outline-dark,.s-btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}
.s-btn-check:checked+.s-btn-outline-dark,.s-btn-check:active+.s-btn-outline-dark,.s-btn-outline-dark:active,.s-btn-outline-dark.s-active,.s-btn-outline-dark.s-dropdown-toggle.s-show{color:#fff;background-color:#212529;border-color:#212529}
.s-btn-check:checked+.s-btn-outline-dark:focus,.s-btn-check:active+.s-btn-outline-dark:focus,.s-btn-outline-dark:active:focus,.s-btn-outline-dark.s-active:focus,.s-btn-outline-dark.s-dropdown-toggle.s-show:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,0.5)}
.s-btn-outline-dark:disabled,.s-btn-outline-dark.disabled{color:#212529;background-color:transparent}
.s-btn-link{font-weight:400;color:#0d6efd;text-decoration:none}
.s-btn-link:hover{color:#0a58ca}
.s-btn-link:disabled,.s-btn-link.disabled{color:#6c757d}
.s-btn-lg,.s-btn-group-lg>.s-btn{padding:.5rem 1rem;font-size:calc(1.2875rem + .45vw);border-radius:.3rem}
@media (min-width: 1200px){.s-btn-lg,.s-btn-group-lg>.s-btn{font-size:1.625rem}}
.s-btn-sm,.s-btn-group-sm>.s-btn{padding:.25rem .5rem;font-size:1.1375rem;border-radius:.2rem}
.s-fade{transition:opacity 0.15s linear}
@media (prefers-reduced-motion: reduce){.s-fade{transition:none}}
.s-fade:not(.s-show){opacity:0}

.avoid-header{padding-top: 9rem;}
@media (min-width: 576px){.avoid-header{padding-top: 15rem !important}}

.ff-hiragino {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ff-hiragino-b {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ff-mincho {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
}

