@charset "UTF-8";


/* CSS Document */
@media screen and (min-width:568px) {

html{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 14px;}

body{
    background-color: #ffffff
    margin: 0px;
    padding: 0px;
    color: #666666;
    background-image: url(/images/bg.png);
    background-repeat: repeat;
    /* background-color:#f3f3f3; */
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

a {
    text-decoration: none;
}

::placeholder {
  color: #cecece;
}


select {
	height:30px;
}

header{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;}

footer{
    width: 100%;
    padding: 0px;
    margin-top:50px;
    color: #939292;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    background-color: rgba(234,234,234,0.4);
}

#headerin{
    width: 100%;
    height: 100px;
    margin: 0px auto;
    padding: 0px;
    display: flex;
}

.logo{
    width: 1140px;
    padding: 20px 0px;
    text-align: left;
    margin:0px auto;
}

.fd{
    width: 600px;
    text-align: right;}

h1{
    min-width: 1240px;
    height: 25px;
    background-color: #f8e7e7;
    font-size: 11px;
    line-height: 25px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    color: #ffffff;}

h2{
    background: url(/images//maincatch_pc.jpg)  0 0 no-repeat;
    width: 840px;
    height: 400px;}

h3{
    display: block;
    padding: 0px;
    padding-left: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

h4{
    display: block;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

h5{
    display: block;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #7cc19d;
    border-bottom: solid 1px #7cc19d;}

h5.lg{
    padding: 5px;
    padding-left: 10px;
    height: auto;
    line-height: 45px;
}

h6{
    display: block;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

/* contents upper*/

section#contents{
    width: 1200px;
    margin: 30px auto 0px auto;
    padding: 0px;
    display: flex;}

/* main */

section#contents div#main{
    width: 870px;
    padding: 15px;
    margin: 0px 15px 0px 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contents div#main p.img{
    display: none;}

/* side */

section#contents div#side{
    width: 300px;
    padding: 15px;
    margin: 0px 15px 0px 15px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contents div#side div.btnarea_u{
    width: 270px;
    padding: 10px 15px 10px 15px;
    margin: 0px;
    border: solid 1px #e5e5e5;}

section#contents div#side div.btnarea_u p.btn{
    margin: 10px 0px 0px 0px;
    padding: 0s;}

section#contents div#side div.btnarea_l{
    width: 270px;
    padding: 15px;
    margin: 15px 0px 0px 0px;
    border: solid 1px #e5e5e5;}

/* contents lower */

section#contentslow{
    width: 1200px;
    margin: 30px auto 0px auto;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    position: relative;}

section#contentslow div#mainlow{
    width: 870px;
    padding: 15px;
    margin: 0px 15px 0px 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#mainlow div.maparea{
    width: 840px;
    height: 410px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
    border: solid 1px #e5e5e5;
    background-image: url(/images//bg_map.jpg);
    background-position: center;
    background-repeat: no-repeat;}

section#contentslow div#mainlow div.searchplace{
    display: block;
    margin: 10px 0px;}

section#contentslow ul#combn {
    display: flex;
    flex-direction: row;
    margin:0px;}

section#contentslow ul#combn li {
    margin: 15px 15px 15px 0px;
    width: 270px;
    padding: 15px;
    list-style: none;
    border: solid 1px #e5e5e5;
    overflow: hidden;}

section#contentslow ul#combn li:last-child {
    margin: 15px 0px 15px 0px;
    padding: 15px;
    list-style: none;
    border: solid 1px #e5e5e5;
    overflow: hidden;}

section#contentslow ul#combn li img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
section#contentslow ul#combn li img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


section#contentslow div#sidelow{
    width: 300px;
    /* height: 1100px; */
    padding: 15px;
    margin: 0px 15px 0px 15px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#sidelow p.banners{
    display: block;
    width: 270px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;
    overflow: hidden;}

section#contentslow div#sidelow p.banners:last-of-type{
    display: block;
    width: 270px;
    margin: 0px;
    padding: 12px;
    border: solid 1px #e5e5e5;
    overflow: hidden;}

.banners img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.banners img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.red {
  color:red;
  font-size:12px;
}

/* news */

ul#pickup {
    width: 100%;
    height: 150px;
    overflow: auto;
    list-style: none;
    margin: 15px auto;}

ul#pickup li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    border-bottom: solid 1px #add9c2;
    list-style: none;}

ul#pickup li:before{
    content: "\f0f6";
    font-family: FontAwesome;
    padding:0em 0.6em;
    color: #7cc19d;}

ul#pickup a { color:#666666;}
ul#pickup a:hover{ color:#c06262; }

.date{
    margin: 0px 5px;
    font-weight: bold;
    color: #7cc19d;}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* info */

p.intxt{
    width: 100%;
    color: #c86565;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%; }

/* reco */

section#contentslow div.reco a { color:#c06262; }
section#contentslow div.reco a:hover{ color:#7cc19d; }

section#contentslow div.reco{
    width: 100%;
    margin: 15px 0px 0px 0px;
    display: flex;}

section#contentslow div.reco div.l4{
    width: 162px;
    margin-right: 15px;}

section#contentslow div.reco div.l4 p.photo{
    margin: 0px;
    padding: 0px;
    width: 156px;
    height: 125px;
    overflow: hidden}

section#contentslow div.reco div.l4 p.text{
    margin: 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;}

section#contentslow div.reco div.r{
    width: 162px;}

section#contentslow div.reco div.r p.photo{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 156px;
    height: 125px;
    overflow: hidden}

section#contentslow div.reco div.r p.text{
    margin: 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;}

.hname{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #c86565;}

.htext{
    display: block;
    font-size: 12px;
    margin-top: 5px;}

.photo img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}

.photo img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);}

/* スマホ登録ボタン */

section#spbtnarea{
    display: none;}


/* スマホ登録ボタン非公開求人訴求 */

section#spbtnarea_pri{
    display: none;}

/* スマホ地域一覧アコーディオン */

div.accordion {
    display: none;}

/*　googleカスタム検索 */

.gsc-control-cse * {
    box-sizing: content-box;}

.gsc-input {
    line-height: 1;}

/* 運営機関 */

section#company{
    width: 100%;
    margin: 10px 0px;}

section#company ul{
    display: block;
    width: 600px;
    display: flex;
    margin: 30px auto;
    list-style: none;}

section#company ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}

section#company ul a { color:#666666;}
section#company ul a:hover{ color:#c06262; }


/* SNS */

section#SNS{
    width: 100%;
    margin: 10px 0px;
    font-size: 30px;}

section#SNS ul{
    display: block;
    width: 300px;
    display: flex;
    margin: 30px auto;
    list-style: none;}

section#SNS ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}

section#SNS ul a { color:#666666;}
section#SNS ul a:hover{ color:#c06262; }

/* 看護ニュース */

.nnews{
    overflow: hidden;}

}
@media screen and (max-width:1200px) {
.logo{
    width: 940px;
    padding: 20px 0px 0px 0px;
    text-align: left}
}
@media screen and (max-width:991px) {

.logo{
    width: 710px;
    padding: 20px 0px 0px 0px;
    text-align: left}
}

@media screen and (max-width:568px) {

html{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 14px;}

body{
    margin: 0px;
    padding: 0px;
    color: #666666;
    background-color:#ffffff;
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

a {
    text-decoration: none;}

header{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;}

footer{
    width: 100%;
    font-size: 12px;
    padding:0px;
    margin:0px;
    color: #939292;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    background-color: #eaeaea;}

#headerin{
    width: 95%;
    height: 80px;
    margin: 0px auto;
    padding: 0px;}

.logo{
    width: 280px;
    padding: 20px 0px 0px 0px;
    text-align: left}

.fd{
    display: none;}

h1{
    display: none;}

h2{
    background: none;
    margin: 0px;
    padding: 0px;}

h3{
    display: block;
    padding: 0px 10px;
    margin: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #d48c8c;
    color: #ffffff;
    border: none;}

h4{
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #d48c8c;
    color: #ffffff;
    border: none;}

h5{
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #7cc19d;
    color: #ffffff;
    border: none;}

h5.lg{
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    height: auto;
    line-height: 45px;
}

h6{
    display:none;}

/* contents upper*/

section#contents{
    width: 100%;
    margin: 0px auto;
    padding: 0px;}

/* main */

section#contents div#main{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    border: none;}

section#contents div#main img{
    max-width: 100%;}

/* side */

section#contents div#side{
    display: none;
}

/* contents lower */

section#contentslow{
    width:  100%;
    margin: 0px auto;
    padding: 0px;}

section#contentslow div#mainlow{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#mainlow div.maparea{
    display: none;}

section#contentslow div#mainlow div.searchplace{
    display: block;
    margin: 10px 0px;}

section#contentslow div#sidelow{
    display: none;}

section#contentslow div.reco{
    display: none;}

/* news */

ul#pickup {
    width: 95%;
    height: 200px;
    overflow: auto;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;}

ul#pickup li {
    width: 100%;
    height: auto;
    line-height:160%;
    margin: 5px auto;
    border-bottom: solid 1px #add9c2;
    list-style: none;}

ul#pickup li:before{
    content: "\f0f6";
    font-family: FontAwesome;
    padding:0em 0.6em;
    color: #7cc19d;}

ul#pickup a { color:#666666;}
ul#pickup a:hover{ color:#c06262; }

.date{
    margin: 0px 5px;
    font-weight: bold;
    color: #7cc19d;}

.new{
    color: #c06262;
    margin-left: 8px;
    font-weight: bold;
    -webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* info */

p.intxt{
    width: 100%;
    color: #c86565;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%; }


/* スマホ登録ボタン */

section#spbtnarea{
    width: 100%;
    padding: 15px 0px;
    margin: 0px auto;}

section#spbtnarea a{
    display: block;
    margin: 15px auto;
    width: 80%;
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(to bottom, #ff861a 0%, #ff9824 88%);
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #FFF;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);}

/* スマホ登録ボタン非公開求人訴求 */

section#spbtnarea_pri{
    width: 100%;
    padding: 0px;
    margin: 0px auto 15px auto;}

section#spbtnarea_pri div.bnr{
    width: 80%;
    padding: 0px;
    margin: 0px auto;}

section#spbtnarea_pri div img{
    width: 100%;}


/* スマホ地域一覧アコーディオン */

div.accordion {
  width: 100%;}

div.accordion > ul > li > a {
  display: block;
  color: #666666;
  font-size: 16px;
  height: 50px;
    line-height: 50px;
  text-decoration: none;
  background-color: #f3e3e3;
  border-bottom: 1px solid #d48c8c;
  cursor: pointer;
  padding: 0px 0px 0px 20px;
  position: relative;}

div.accordion > ul > li > a:hover{
  background-color: #f3e3e3;}

div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after, div.accordion > ul > li >ul > li >  a:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 0px;
  color: #cd8888;}

div.accordion > ul > li > a:after{
  content: "▼";}

div.accordion > ul > li > a.active:after{
  content: "▲";}

div.accordion > ul > li > ul {
  display: none;}

div.accordion > ul > li > ul > li > a{
  display: block;
  color: #666666;
  font-size: 14px;
  height: 50px;
    line-height: 50px;
  background-color: #ffffff;
  padding: 0px 0px 0px 25px;
  border-bottom: 1px solid #f3e3e3;
  position: relative;}

div.accordion > ul > li > ul > li > a:hover{
  background-color: #ffffff;}

div.accordion > ul > li >ul > li >  a:after{
  content: "▶︎";}

/* googleカスタム検索 */

.gsc-control-cse * {
    box-sizing: content-box;}

.gsc-input {
    line-height: 1;}

/* 運営機関 */

section#company{
    width: 100%;
    margin: 10px 0px;}

section#company ul{
    display: block;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    list-style: none;
    font-size: 12px;}

section#company ul li{
    width: 100%;
    margin: 0px auto;
    padding: 5px 0px 5px 10px;
    list-style: none;
    flex-wrap: wrap;}

section#company ul a { color:#666666;}
section#company ul a:hover{ color:#c06262; }

/* SNS */

section#SNS{
    width: 100%;
    margin: 10px 0px;
    font-size: 24px;}

section#SNS ul{
    display: block;
    width: 100%;
    display: flex;
    margin: 5px auto;
    list-style: none;}

section#SNS ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}

section#SNS ul a { color:#666666;}
section#SNS ul a:hover{ color:#c06262; }

/* バナースペース */
#combn{display: none;}

.nnews{
    overflow: hidden;}
}
.p5{
    padding: 5px;
}
.p10{
    padding: 10px;
}
.m5{
    margin: 5px;
}
.m10{
    margin: 10px;
}
.exec_btn{
    text-align: center;
    padding:10px 0 20px 0;
    margin-bottom: 55px;
}

.other_hope{
    border:solid #ddd 1px;
    width:100%;
    height:100px;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.right{
    text-align:right;
}

.complete{
    margin:10px auto;
}

.fixedsticky{
    z-index:3;
    position: -webkit-sticky;
    position:sticky;
    top:0;
}

.row {
    margin-bottom:50px;
}

.none {
    display: none;
}

.err {
    padding:5px;
    color: red;
    font-size:12px;
}

.red {
  color: red;
  font-size:12px;
}

.header-mypage{
    border-radius:5px 5px 0px 0px;
    background-color:#6aa588;
    color:#fff;
}

.add_info dl {
    max-width:500px;
    display:flex;
}

.add_info dl > dt {
    padding:10px;
    width:39%;
}

.add_info dl > dd {
    padding:10px;
    width:61%;
}

.add_info dd > .add_parts {
    border:1px solid;
    width:100%;
}

.chg-forbidden {
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#reg-report-ng{
    display:none;
}

.footer-privacy-text {
    display:inline-block;
    vertical-align:middle;
}

.footer-privacy-mark {
    width:50px;
    display:inline-block;
    vertical-align:middle;
    margin: 0 20px 20px;
}

.w-px-20 {
    width: 20px !important;
}

.w-px-30 {
    width: 30px !important;
}

.w-px-40 {
    width: 40px !important;
}

.w-px-50 {
    width: 50px !important;
}

.w-px-75 {
    width: 75px !important;
}

.w-px-100 {
    width: 100px !important;
}

.w-px-150 {
    width: 150px !important;
}

.w-px-200 {
    width: 200px !important;
}

.w-px-250 {
    width: 250px !important;
}

.w-px-300 {
    width: 300px !important;
}

.w-px-350 {
    width: 350px !important;
}

.w-px-400 {
    width: 400px !important;
}

.w-px-500 {
    width: 500px !important;
}

.w-px-600 {
    width: 600px !important;
}

.w-px-700 {
    width: 700px !important;
}

.w-px-800 {
    width: 800px !important;
}

.w-auto {
    width: auto !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-px-20 {
    height: 20px !important;
}

.h-px-30 {
    height: 30px !important;
}

.h-px-40 {
    height: 40px !important;
}

.h-px-50 {
    height: 50px !important;
}

.h-px-75 {
    height: 75px !important;
}

.h-px-100 {
    height: 100px !important;
}

.h-px-150 {
    height: 150px !important;
}

.h-px-200 {
    height: 200px !important;
}

.h-px-250 {
    height: 250px !important;
}

.h-px-300 {
    height: 300px !important;
}

.h-px-350 {
    height: 350px !important;
}

.h-px-400 {
    height: 400px !important;
}

.h-px-500 {
    height: 500px !important;
}

.h-px-600 {
    height: 600px !important;
}

.h-px-700 {
    height: 700px !important;
}

.h-px-800 {
    height: 800px !important;
}

.h-auto {
    height: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-4 {
    font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-5 {
    font-size: 1.125rem !important;
}

.fs-6 {
    font-size: 0.9375rem !important;
}

.fs-half {
    font-size: 50% !important;
}

.fs-tiny {
    font-size: 70% !important;
}

.fs-small {
    font-size: 85% !important;
}

.fs-big {
    font-size: 112% !important;
}

.fs-large {
    font-size: 150% !important;
}

.fs-xlarge {
    font-size: 170% !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: 100 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-none {
    text-transform: none !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: #b4bdc6 !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: #697a8d !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #a1acb8 !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(67, 89, 113, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

@media (min-width: 576px) {
    .w-sm-px-20 {
        width: 20px !important;
    }

    .w-sm-px-30 {
        width: 30px !important;
    }

    .w-sm-px-40 {
        width: 40px !important;
    }

    .w-sm-px-50 {
        width: 50px !important;
    }

    .w-sm-px-75 {
        width: 75px !important;
    }

    .w-sm-px-100 {
        width: 100px !important;
    }

    .w-sm-px-150 {
        width: 150px !important;
    }

    .w-sm-px-200 {
        width: 200px !important;
    }

    .w-sm-px-250 {
        width: 250px !important;
    }

    .w-sm-px-300 {
        width: 300px !important;
    }

    .w-sm-px-350 {
        width: 350px !important;
    }

    .w-sm-px-400 {
        width: 400px !important;
    }

    .w-sm-px-500 {
        width: 500px !important;
    }

    .w-sm-px-600 {
        width: 600px !important;
    }

    .w-sm-px-700 {
        width: 700px !important;
    }

    .w-sm-px-800 {
        width: 800px !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .mw-sm-100 {
        max-width: 100% !important;
    }

    .vw-sm-100 {
        width: 100vw !important;
    }

    .min-sm-vw-100 {
        min-width: 100vw !important;
    }

    .h-sm-px-20 {
        height: 20px !important;
    }

    .h-sm-px-30 {
        height: 30px !important;
    }

    .h-sm-px-40 {
        height: 40px !important;
    }

    .h-sm-px-50 {
        height: 50px !important;
    }

    .h-sm-px-75 {
        height: 75px !important;
    }

    .h-sm-px-100 {
        height: 100px !important;
    }

    .h-sm-px-150 {
        height: 150px !important;
    }

    .h-sm-px-200 {
        height: 200px !important;
    }

    .h-sm-px-250 {
        height: 250px !important;
    }

    .h-sm-px-300 {
        height: 300px !important;
    }

    .h-sm-px-350 {
        height: 350px !important;
    }

    .h-sm-px-400 {
        height: 400px !important;
    }

    .h-sm-px-500 {
        height: 500px !important;
    }

    .h-sm-px-600 {
        height: 600px !important;
    }

    .h-sm-px-700 {
        height: 700px !important;
    }

    .h-sm-px-800 {
        height: 800px !important;
    }

    .h-sm-auto {
        height: auto !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .mh-sm-100 {
        max-height: 100% !important;
    }

    .vh-sm-100 {
        height: 100vh !important;
    }

    .min-sm-vh-100 {
        min-height: 100vh !important;
    }

    .justify-sm-content-start {
        justify-content: flex-start !important;
    }

    .justify-sm-content-end {
        justify-content: flex-end !important;
    }

    .justify-sm-content-center {
        justify-content: center !important;
    }

    .justify-sm-content-between {
        justify-content: space-between !important;
    }

    .justify-sm-content-around {
        justify-content: space-around !important;
    }

    .justify-sm-content-evenly {
        justify-content: space-evenly !important;
    }

    .align-sm-items-start {
        align-items: flex-start !important;
    }

    .align-sm-items-end {
        align-items: flex-end !important;
    }

    .align-sm-items-center {
        align-items: center !important;
    }

    .align-sm-items-baseline {
        align-items: baseline !important;
    }

    .align-sm-items-stretch {
        align-items: stretch !important;
    }

    .align-sm-content-start {
        align-content: flex-start !important;
    }

    .align-sm-content-end {
        align-content: flex-end !important;
    }

    .align-sm-content-center {
        align-content: center !important;
    }

    .align-sm-content-between {
        align-content: space-between !important;
    }

    .align-sm-content-around {
        align-content: space-around !important;
    }

    .align-sm-content-stretch {
        align-content: stretch !important;
    }

    .align-sm-self-auto {
        align-self: auto !important;
    }

    .align-sm-self-start {
        align-self: flex-start !important;
    }

    .align-sm-self-end {
        align-self: flex-end !important;
    }

    .align-sm-self-center {
        align-self: center !important;
    }

    .align-sm-self-baseline {
        align-self: baseline !important;
    }

    .align-sm-self-stretch {
        align-self: stretch !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .sm-font-monospace {
        font-family: var(--bs-font-monospace) !important;
    }

    .fs-sm-1 {
        font-size: calc(1.3625rem + 1.35vw) !important;
    }

    .fs-sm-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }

    .fs-sm-3 {
        font-size: calc(1.2875rem + 0.45vw) !important;
    }

    .fs-sm-4 {
        font-size: calc(1.2625rem + 0.15vw) !important;
    }

    .fs-sm-5 {
        font-size: 1.125rem !important;
    }

    .fs-sm-6 {
        font-size: 0.9375rem !important;
    }

    .fs-sm-half {
        font-size: 50% !important;
    }

    .fs-sm-tiny {
        font-size: 70% !important;
    }

    .fs-sm-small {
        font-size: 85% !important;
    }

    .fs-sm-big {
        font-size: 112% !important;
    }

    .fs-sm-large {
        font-size: 150% !important;
    }

    .fs-sm-xlarge {
        font-size: 170% !important;
    }

    .fst-sm-italic {
        font-style: italic !important;
    }

    .fst-sm-normal {
        font-style: normal !important;
    }

    .fw-sm-light {
        font-weight: 300 !important;
    }

    .fw-sm-lighter {
        font-weight: 100 !important;
    }

    .fw-sm-normal {
        font-weight: 400 !important;
    }

    .fw-sm-bold {
        font-weight: 700 !important;
    }

    .fw-sm-semibold {
        font-weight: 600 !important;
    }

    .fw-sm-bolder {
        font-weight: 900 !important;
    }

    .text-sm-decoration-none {
        text-decoration: none !important;
    }

    .text-sm-decoration-underline {
        text-decoration: underline !important;
    }

    .text-sm-decoration-line-through {
        text-decoration: line-through !important;
    }

    .text-sm-none {
        text-transform: none !important;
    }

    .text-sm-lowercase {
        text-transform: lowercase !important;
    }

    .text-sm-uppercase {
        text-transform: uppercase !important;
    }

    .text-sm-capitalize {
        text-transform: capitalize !important;
    }

    .text-sm-wrap {
        white-space: normal !important;
    }

    .text-sm-nowrap {
        white-space: nowrap !important;
    }

    /* rtl:begin:remove */
    .text-sm-break {
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* rtl:end:remove */
    .text-sm-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-light {
        --bs-text-opacity: 1;
        color: #b4bdc6 !important;
    }

    .text-sm-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-gray {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }

    .text-sm-white {
        --bs-text-opacity: 1;
        color: #fff !important;
    }

    .text-sm-body {
        --bs-text-opacity: 1;
        color: #697a8d !important;
    }

    .text-sm-muted {
        --bs-text-opacity: 1;
        color: #a1acb8 !important;
    }

    .text-sm-black-50 {
        --bs-text-opacity: 1;
        color: rgba(67, 89, 113, 0.5) !important;
    }

    .text-sm-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .text-sm-reset {
        --bs-text-opacity: 1;
        color: inherit !important;
    }
}

@media (min-width: 768px) {
    .w-md-px-20 {
        width: 20px !important;
    }

    .w-md-px-30 {
        width: 30px !important;
    }

    .w-md-px-40 {
        width: 40px !important;
    }

    .w-md-px-50 {
        width: 50px !important;
    }

    .w-md-px-75 {
        width: 75px !important;
    }

    .w-md-px-100 {
        width: 100px !important;
    }

    .w-md-px-150 {
        width: 150px !important;
    }

    .w-md-px-200 {
        width: 200px !important;
    }

    .w-md-px-250 {
        width: 250px !important;
    }

    .w-md-px-300 {
        width: 300px !important;
    }

    .w-md-px-350 {
        width: 350px !important;
    }

    .w-md-px-400 {
        width: 400px !important;
    }

    .w-md-px-500 {
        width: 500px !important;
    }

    .w-md-px-600 {
        width: 600px !important;
    }

    .w-md-px-700 {
        width: 700px !important;
    }

    .w-md-px-800 {
        width: 800px !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .mw-md-100 {
        max-width: 100% !important;
    }

    .vw-md-100 {
        width: 100vw !important;
    }

    .min-md-vw-100 {
        min-width: 100vw !important;
    }

    .h-md-px-20 {
        height: 20px !important;
    }

    .h-md-px-30 {
        height: 30px !important;
    }

    .h-md-px-40 {
        height: 40px !important;
    }

    .h-md-px-50 {
        height: 50px !important;
    }

    .h-md-px-75 {
        height: 75px !important;
    }

    .h-md-px-100 {
        height: 100px !important;
    }

    .h-md-px-150 {
        height: 150px !important;
    }

    .h-md-px-200 {
        height: 200px !important;
    }

    .h-md-px-250 {
        height: 250px !important;
    }

    .h-md-px-300 {
        height: 300px !important;
    }

    .h-md-px-350 {
        height: 350px !important;
    }

    .h-md-px-400 {
        height: 400px !important;
    }

    .h-md-px-500 {
        height: 500px !important;
    }

    .h-md-px-600 {
        height: 600px !important;
    }

    .h-md-px-700 {
        height: 700px !important;
    }

    .h-md-px-800 {
        height: 800px !important;
    }

    .h-md-auto {
        height: auto !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .mh-md-100 {
        max-height: 100% !important;
    }

    .vh-md-100 {
        height: 100vh !important;
    }

    .min-md-vh-100 {
        min-height: 100vh !important;
    }

    .justify-md-content-start {
        justify-content: flex-start !important;
    }

    .justify-md-content-end {
        justify-content: flex-end !important;
    }

    .justify-md-content-center {
        justify-content: center !important;
    }

    .justify-md-content-between {
        justify-content: space-between !important;
    }

    .justify-md-content-around {
        justify-content: space-around !important;
    }

    .justify-md-content-evenly {
        justify-content: space-evenly !important;
    }

    .align-md-items-start {
        align-items: flex-start !important;
    }

    .align-md-items-end {
        align-items: flex-end !important;
    }

    .align-md-items-center {
        align-items: center !important;
    }

    .align-md-items-baseline {
        align-items: baseline !important;
    }

    .align-md-items-stretch {
        align-items: stretch !important;
    }

    .align-md-content-start {
        align-content: flex-start !important;
    }

    .align-md-content-end {
        align-content: flex-end !important;
    }

    .align-md-content-center {
        align-content: center !important;
    }

    .align-md-content-between {
        align-content: space-between !important;
    }

    .align-md-content-around {
        align-content: space-around !important;
    }

    .align-md-content-stretch {
        align-content: stretch !important;
    }

    .align-md-self-auto {
        align-self: auto !important;
    }

    .align-md-self-start {
        align-self: flex-start !important;
    }

    .align-md-self-end {
        align-self: flex-end !important;
    }

    .align-md-self-center {
        align-self: center !important;
    }

    .align-md-self-baseline {
        align-self: baseline !important;
    }

    .align-md-self-stretch {
        align-self: stretch !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .md-font-monospace {
        font-family: var(--bs-font-monospace) !important;
    }

    .fs-md-1 {
        font-size: calc(1.3625rem + 1.35vw) !important;
    }

    .fs-md-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }

    .fs-md-3 {
        font-size: calc(1.2875rem + 0.45vw) !important;
    }

    .fs-md-4 {
        font-size: calc(1.2625rem + 0.15vw) !important;
    }

    .fs-md-5 {
        font-size: 1.125rem !important;
    }

    .fs-md-6 {
        font-size: 0.9375rem !important;
    }

    .fs-md-half {
        font-size: 50% !important;
    }

    .fs-md-tiny {
        font-size: 70% !important;
    }

    .fs-md-small {
        font-size: 85% !important;
    }

    .fs-md-big {
        font-size: 112% !important;
    }

    .fs-md-large {
        font-size: 150% !important;
    }

    .fs-md-xlarge {
        font-size: 170% !important;
    }

    .fst-md-italic {
        font-style: italic !important;
    }

    .fst-md-normal {
        font-style: normal !important;
    }

    .fw-md-light {
        font-weight: 300 !important;
    }

    .fw-md-lighter {
        font-weight: 100 !important;
    }

    .fw-md-normal {
        font-weight: 400 !important;
    }

    .fw-md-bold {
        font-weight: 700 !important;
    }

    .fw-md-semibold {
        font-weight: 600 !important;
    }

    .fw-md-bolder {
        font-weight: 900 !important;
    }

    .text-md-decoration-none {
        text-decoration: none !important;
    }

    .text-md-decoration-underline {
        text-decoration: underline !important;
    }

    .text-md-decoration-line-through {
        text-decoration: line-through !important;
    }

    .text-md-none {
        text-transform: none !important;
    }

    .text-md-lowercase {
        text-transform: lowercase !important;
    }

    .text-md-uppercase {
        text-transform: uppercase !important;
    }

    .text-md-capitalize {
        text-transform: capitalize !important;
    }

    .text-md-wrap {
        white-space: normal !important;
    }

    .text-md-nowrap {
        white-space: nowrap !important;
    }

    /* rtl:begin:remove */
    .text-md-break {
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* rtl:end:remove */
    .text-md-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-light {
        --bs-text-opacity: 1;
        color: #b4bdc6 !important;
    }

    .text-md-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-gray {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }

    .text-md-white {
        --bs-text-opacity: 1;
        color: #fff !important;
    }

    .text-md-body {
        --bs-text-opacity: 1;
        color: #697a8d !important;
    }

    .text-md-muted {
        --bs-text-opacity: 1;
        color: #a1acb8 !important;
    }

    .text-md-black-50 {
        --bs-text-opacity: 1;
        color: rgba(67, 89, 113, 0.5) !important;
    }

    .text-md-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .text-md-reset {
        --bs-text-opacity: 1;
        color: inherit !important;
    }
}

@media (min-width: 992px) {
    .w-lg-px-20 {
        width: 20px !important;
    }

    .w-lg-px-30 {
        width: 30px !important;
    }

    .w-lg-px-40 {
        width: 40px !important;
    }

    .w-lg-px-50 {
        width: 50px !important;
    }

    .w-lg-px-75 {
        width: 75px !important;
    }

    .w-lg-px-100 {
        width: 100px !important;
    }

    .w-lg-px-150 {
        width: 150px !important;
    }

    .w-lg-px-200 {
        width: 200px !important;
    }

    .w-lg-px-250 {
        width: 250px !important;
    }

    .w-lg-px-300 {
        width: 300px !important;
    }

    .w-lg-px-350 {
        width: 350px !important;
    }

    .w-lg-px-400 {
        width: 400px !important;
    }

    .w-lg-px-500 {
        width: 500px !important;
    }

    .w-lg-px-600 {
        width: 600px !important;
    }

    .w-lg-px-700 {
        width: 700px !important;
    }

    .w-lg-px-800 {
        width: 800px !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .mw-lg-100 {
        max-width: 100% !important;
    }

    .vw-lg-100 {
        width: 100vw !important;
    }

    .min-lg-vw-100 {
        min-width: 100vw !important;
    }

    .h-lg-px-20 {
        height: 20px !important;
    }

    .h-lg-px-30 {
        height: 30px !important;
    }

    .h-lg-px-40 {
        height: 40px !important;
    }

    .h-lg-px-50 {
        height: 50px !important;
    }

    .h-lg-px-75 {
        height: 75px !important;
    }

    .h-lg-px-100 {
        height: 100px !important;
    }

    .h-lg-px-150 {
        height: 150px !important;
    }

    .h-lg-px-200 {
        height: 200px !important;
    }

    .h-lg-px-250 {
        height: 250px !important;
    }

    .h-lg-px-300 {
        height: 300px !important;
    }

    .h-lg-px-350 {
        height: 350px !important;
    }

    .h-lg-px-400 {
        height: 400px !important;
    }

    .h-lg-px-500 {
        height: 500px !important;
    }

    .h-lg-px-600 {
        height: 600px !important;
    }

    .h-lg-px-700 {
        height: 700px !important;
    }

    .h-lg-px-800 {
        height: 800px !important;
    }

    .h-lg-auto {
        height: auto !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .mh-lg-100 {
        max-height: 100% !important;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .min-lg-vh-100 {
        min-height: 100vh !important;
    }

    .justify-lg-content-start {
        justify-content: flex-start !important;
    }

    .justify-lg-content-end {
        justify-content: flex-end !important;
    }

    .justify-lg-content-center {
        justify-content: center !important;
    }

    .justify-lg-content-between {
        justify-content: space-between !important;
    }

    .justify-lg-content-around {
        justify-content: space-around !important;
    }

    .justify-lg-content-evenly {
        justify-content: space-evenly !important;
    }

    .align-lg-items-start {
        align-items: flex-start !important;
    }

    .align-lg-items-end {
        align-items: flex-end !important;
    }

    .align-lg-items-center {
        align-items: center !important;
    }

    .align-lg-items-baseline {
        align-items: baseline !important;
    }

    .align-lg-items-stretch {
        align-items: stretch !important;
    }

    .align-lg-content-start {
        align-content: flex-start !important;
    }

    .align-lg-content-end {
        align-content: flex-end !important;
    }

    .align-lg-content-center {
        align-content: center !important;
    }

    .align-lg-content-between {
        align-content: space-between !important;
    }

    .align-lg-content-around {
        align-content: space-around !important;
    }

    .align-lg-content-stretch {
        align-content: stretch !important;
    }

    .align-lg-self-auto {
        align-self: auto !important;
    }

    .align-lg-self-start {
        align-self: flex-start !important;
    }

    .align-lg-self-end {
        align-self: flex-end !important;
    }

    .align-lg-self-center {
        align-self: center !important;
    }

    .align-lg-self-baseline {
        align-self: baseline !important;
    }

    .align-lg-self-stretch {
        align-self: stretch !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .lg-font-monospace {
        font-family: var(--bs-font-monospace) !important;
    }

    .fs-lg-1 {
        font-size: calc(1.3625rem + 1.35vw) !important;
    }

    .fs-lg-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }

    .fs-lg-3 {
        font-size: calc(1.2875rem + 0.45vw) !important;
    }

    .fs-lg-4 {
        font-size: calc(1.2625rem + 0.15vw) !important;
    }

    .fs-lg-5 {
        font-size: 1.125rem !important;
    }

    .fs-lg-6 {
        font-size: 0.9375rem !important;
    }

    .fs-lg-half {
        font-size: 50% !important;
    }

    .fs-lg-tiny {
        font-size: 70% !important;
    }

    .fs-lg-small {
        font-size: 85% !important;
    }

    .fs-lg-big {
        font-size: 112% !important;
    }

    .fs-lg-large {
        font-size: 150% !important;
    }

    .fs-lg-xlarge {
        font-size: 170% !important;
    }

    .fst-lg-italic {
        font-style: italic !important;
    }

    .fst-lg-normal {
        font-style: normal !important;
    }

    .fw-lg-light {
        font-weight: 300 !important;
    }

    .fw-lg-lighter {
        font-weight: 100 !important;
    }

    .fw-lg-normal {
        font-weight: 400 !important;
    }

    .fw-lg-bold {
        font-weight: 700 !important;
    }

    .fw-lg-semibold {
        font-weight: 600 !important;
    }

    .fw-lg-bolder {
        font-weight: 900 !important;
    }

    .text-lg-decoration-none {
        text-decoration: none !important;
    }

    .text-lg-decoration-underline {
        text-decoration: underline !important;
    }

    .text-lg-decoration-line-through {
        text-decoration: line-through !important;
    }

    .text-lg-none {
        text-transform: none !important;
    }

    .text-lg-lowercase {
        text-transform: lowercase !important;
    }

    .text-lg-uppercase {
        text-transform: uppercase !important;
    }

    .text-lg-capitalize {
        text-transform: capitalize !important;
    }

    .text-lg-wrap {
        white-space: normal !important;
    }

    .text-lg-nowrap {
        white-space: nowrap !important;
    }

    /* rtl:begin:remove */
    .text-lg-break {
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* rtl:end:remove */
    .text-lg-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-light {
        --bs-text-opacity: 1;
        color: #b4bdc6 !important;
    }

    .text-lg-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-gray {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }

    .text-lg-white {
        --bs-text-opacity: 1;
        color: #fff !important;
    }

    .text-lg-body {
        --bs-text-opacity: 1;
        color: #697a8d !important;
    }

    .text-lg-muted {
        --bs-text-opacity: 1;
        color: #a1acb8 !important;
    }

    .text-lg-black-50 {
        --bs-text-opacity: 1;
        color: rgba(67, 89, 113, 0.5) !important;
    }

    .text-lg-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .text-lg-reset {
        --bs-text-opacity: 1;
        color: inherit !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-px-20 {
        width: 20px !important;
    }

    .w-xl-px-30 {
        width: 30px !important;
    }

    .w-xl-px-40 {
        width: 40px !important;
    }

    .w-xl-px-50 {
        width: 50px !important;
    }

    .w-xl-px-75 {
        width: 75px !important;
    }

    .w-xl-px-100 {
        width: 100px !important;
    }

    .w-xl-px-150 {
        width: 150px !important;
    }

    .w-xl-px-200 {
        width: 200px !important;
    }

    .w-xl-px-250 {
        width: 250px !important;
    }

    .w-xl-px-300 {
        width: 300px !important;
    }

    .w-xl-px-350 {
        width: 350px !important;
    }

    .w-xl-px-400 {
        width: 400px !important;
    }

    .w-xl-px-500 {
        width: 500px !important;
    }

    .w-xl-px-600 {
        width: 600px !important;
    }

    .w-xl-px-700 {
        width: 700px !important;
    }

    .w-xl-px-800 {
        width: 800px !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .mw-xl-100 {
        max-width: 100% !important;
    }

    .vw-xl-100 {
        width: 100vw !important;
    }

    .min-xl-vw-100 {
        min-width: 100vw !important;
    }

    .h-xl-px-20 {
        height: 20px !important;
    }

    .h-xl-px-30 {
        height: 30px !important;
    }

    .h-xl-px-40 {
        height: 40px !important;
    }

    .h-xl-px-50 {
        height: 50px !important;
    }

    .h-xl-px-75 {
        height: 75px !important;
    }

    .h-xl-px-100 {
        height: 100px !important;
    }

    .h-xl-px-150 {
        height: 150px !important;
    }

    .h-xl-px-200 {
        height: 200px !important;
    }

    .h-xl-px-250 {
        height: 250px !important;
    }

    .h-xl-px-300 {
        height: 300px !important;
    }

    .h-xl-px-350 {
        height: 350px !important;
    }

    .h-xl-px-400 {
        height: 400px !important;
    }

    .h-xl-px-500 {
        height: 500px !important;
    }

    .h-xl-px-600 {
        height: 600px !important;
    }

    .h-xl-px-700 {
        height: 700px !important;
    }

    .h-xl-px-800 {
        height: 800px !important;
    }

    .h-xl-auto {
        height: auto !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .mh-xl-100 {
        max-height: 100% !important;
    }

    .vh-xl-100 {
        height: 100vh !important;
    }

    .min-xl-vh-100 {
        min-height: 100vh !important;
    }

    .justify-xl-content-start {
        justify-content: flex-start !important;
    }

    .justify-xl-content-end {
        justify-content: flex-end !important;
    }

    .justify-xl-content-center {
        justify-content: center !important;
    }

    .justify-xl-content-between {
        justify-content: space-between !important;
    }

    .justify-xl-content-around {
        justify-content: space-around !important;
    }

    .justify-xl-content-evenly {
        justify-content: space-evenly !important;
    }

    .align-xl-items-start {
        align-items: flex-start !important;
    }

    .align-xl-items-end {
        align-items: flex-end !important;
    }

    .align-xl-items-center {
        align-items: center !important;
    }

    .align-xl-items-baseline {
        align-items: baseline !important;
    }

    .align-xl-items-stretch {
        align-items: stretch !important;
    }

    .align-xl-content-start {
        align-content: flex-start !important;
    }

    .align-xl-content-end {
        align-content: flex-end !important;
    }

    .align-xl-content-center {
        align-content: center !important;
    }

    .align-xl-content-between {
        align-content: space-between !important;
    }

    .align-xl-content-around {
        align-content: space-around !important;
    }

    .align-xl-content-stretch {
        align-content: stretch !important;
    }

    .align-xl-self-auto {
        align-self: auto !important;
    }

    .align-xl-self-start {
        align-self: flex-start !important;
    }

    .align-xl-self-end {
        align-self: flex-end !important;
    }

    .align-xl-self-center {
        align-self: center !important;
    }

    .align-xl-self-baseline {
        align-self: baseline !important;
    }

    .align-xl-self-stretch {
        align-self: stretch !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -3rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .xl-font-monospace {
        font-family: var(--bs-font-monospace) !important;
    }

    .fs-xl-1 {
        font-size: calc(1.3625rem + 1.35vw) !important;
    }

    .fs-xl-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }

    .fs-xl-3 {
        font-size: calc(1.2875rem + 0.45vw) !important;
    }

    .fs-xl-4 {
        font-size: calc(1.2625rem + 0.15vw) !important;
    }

    .fs-xl-5 {
        font-size: 1.125rem !important;
    }

    .fs-xl-6 {
        font-size: 0.9375rem !important;
    }

    .fs-xl-half {
        font-size: 50% !important;
    }

    .fs-xl-tiny {
        font-size: 70% !important;
    }

    .fs-xl-small {
        font-size: 85% !important;
    }

    .fs-xl-big {
        font-size: 112% !important;
    }

    .fs-xl-large {
        font-size: 150% !important;
    }

    .fs-xl-xlarge {
        font-size: 170% !important;
    }

    .fst-xl-italic {
        font-style: italic !important;
    }

    .fst-xl-normal {
        font-style: normal !important;
    }

    .fw-xl-light {
        font-weight: 300 !important;
    }

    .fw-xl-lighter {
        font-weight: 100 !important;
    }

    .fw-xl-normal {
        font-weight: 400 !important;
    }

    .fw-xl-bold {
        font-weight: 700 !important;
    }

    .fw-xl-semibold {
        font-weight: 600 !important;
    }

    .fw-xl-bolder {
        font-weight: 900 !important;
    }

    .text-xl-decoration-none {
        text-decoration: none !important;
    }

    .text-xl-decoration-underline {
        text-decoration: underline !important;
    }

    .text-xl-decoration-line-through {
        text-decoration: line-through !important;
    }

    .text-xl-none {
        text-transform: none !important;
    }

    .text-xl-lowercase {
        text-transform: lowercase !important;
    }

    .text-xl-uppercase {
        text-transform: uppercase !important;
    }

    .text-xl-capitalize {
        text-transform: capitalize !important;
    }

    .text-xl-wrap {
        white-space: normal !important;
    }

    .text-xl-nowrap {
        white-space: nowrap !important;
    }

    /* rtl:begin:remove */
    .text-xl-break {
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* rtl:end:remove */
    .text-xl-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-light {
        --bs-text-opacity: 1;
        color: #b4bdc6 !important;
    }

    .text-xl-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-gray {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }

    .text-xl-white {
        --bs-text-opacity: 1;
        color: #fff !important;
    }

    .text-xl-body {
        --bs-text-opacity: 1;
        color: #697a8d !important;
    }

    .text-xl-muted {
        --bs-text-opacity: 1;
        color: #a1acb8 !important;
    }

    .text-xl-black-50 {
        --bs-text-opacity: 1;
        color: rgba(67, 89, 113, 0.5) !important;
    }

    .text-xl-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .text-xl-reset {
        --bs-text-opacity: 1;
        color: inherit !important;
    }
}
