@charset "UTF-8";
/* color
**************************************************************************************************/
/* font
**************************************************************************************************************************/
body {
  font: 16px "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  overflow-x: clip;
  background: #fff;
  color: #323232;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Marcellus", serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: all 0.5s;
  text-decoration: none;
  transition: all 0.3s;
  color: #323232;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* animation
**************************************************************************************************************************/
/* status
**************************************************************************************************************************/
.is_sp {
  display: block;
}

.is_pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block !important;
  }
}
.is_hide {
  display: none;
}

.is_hidden {
  display: none;
}

.is_fixed {
  position: fixed;
}

/* common
**************************************************************************************************************************/
html {
  scroll-padding-top: 64px;
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 98px;
  }
}

/* header
**************************************************************************************************************************/
header.share {
  padding: 16px 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header.share .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.share .inner .ci p.logo img {
  width: 130px;
}
header.share .inner .nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
header.share .inner .nav ul li.entry {
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}
header.share .inner .nav ul li.entry a {
  width: 90px;
  font-size: 14px;
}
header.share .inner .nav ul li.menu .tgl {
  border: 0;
  background: 0;
  width: 60px;
  padding: 0;
}
header.share.is_reverse .ci p.logo img {
  filter: invert(100%);
}
header.share.is_reverse .nav ul li.entry a {
  color: #fff;
  background: url(../img/common/bg-box01-w.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
header.share.is_reverse .nav ul li.menu .tgl {
  filter: invert(100%);
}
.single-place header.share .ci p.logo img {
  filter: invert(100%);
}
.single-place header.share .nav ul li.entry a {
  color: #fff;
  background: url(../img/common/bg-box01-w.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.single-place header.share .nav ul li.menu .tgl {
  filter: invert(100%);
}
@media screen and (min-width: 1025px) {
  header.share {
    padding: 30px 40px;
  }
  header.share .inner .ci p.logo img {
    width: 200px;
  }
  header.share .inner .nav ul {
    gap: 24px;
  }
  header.share .inner .nav ul li.entry a {
    width: 140px;
    font-size: 16px;
  }
  header.share .inner .nav ul li.menu .tgl {
    width: 90px;
  }
  .single-place header.share .ci p.logo img {
    filter: invert(0);
  }
}

/* main
**************************************************************************************************************************/
.wrap {
  overflow: clip;
  position: relative;
  padding-top: 64px;
}
.home .wrap, .post-type-archive-place .wrap, .post-type-archive-interview .wrap, .single-place .wrap {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .wrap {
    padding-top: 98px;
  }
}

/* footer
**************************************************************************************************************************/
footer.share {
  background: #444d51;
  color: #fff;
  padding: 30px 0px 30px 36px;
  position: relative;
  z-index: 10;
}
.single-place footer.share {
  display: none;
}
footer.share a {
  color: #fff;
}
footer.share .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer.share .ci {
  padding-top: 15vw;
}
footer.share .ci p.logo {
  margin-bottom: 1em;
}
footer.share .ci p.logo img {
  width: 150px;
}
footer.share .ci ul {
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  font-size: 12px;
}
footer.share .ci ul li {
  margin-bottom: 0.5em;
}
footer.share .youtube .imgtxt .img {
  margin-bottom: 0.8em;
}
footer.share .youtube .imgtxt .img picture img {
  width: 160px;
}
footer.share .youtube .imgtxt .txt dl .row dt {
  font-size: 11px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
footer.share .youtube .imgtxt .txt dl .row dt::before {
  content: "-";
  display: inline;
  margin-right: 0.5em;
}
footer.share .youtube .imgtxt .txt dl .row dd {
  font-size: 13px;
}
footer.share .youtube .imgtxt .txt dl .row dd a[target=_blank] {
  background: url(../img/common/icn-nwin-w.svg) 100% 50% no-repeat;
  padding-right: 1.3em;
  background-size: 10px 10px;
}
@media screen and (min-width: 1025px) {
  footer.share {
    padding: 50px 60px;
  }
  footer.share .inner {
    align-items: center;
  }
  footer.share .ci {
    padding-top: 0;
  }
  footer.share .ci p.logo {
    margin-bottom: 2em;
  }
  footer.share .ci p.logo img {
    width: 245px;
  }
  footer.share .ci ul {
    font-size: 14px;
  }
  footer.share .ci ul li {
    margin-bottom: 0.5em;
  }
  footer.share .youtube .imgtxt .img picture img {
    width: 190px;
  }
  footer.share .youtube .imgtxt .txt dl .row dt {
    font-size: 13px;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
  footer.share .youtube .imgtxt .txt dl .row dt::before {
    content: "-";
    display: inline;
    margin-right: 0.5em;
  }
  footer.share .youtube .imgtxt .txt dl .row dd {
    font-size: 14px;
  }
}

/* nav
**************************************************************************************************************************/
.glnv {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  height: 100dvh;
  background: #444d51 url(../img/common/object-glnv.svg) 90% 90% no-repeat;
  background-size: 30vw;
  color: #fff;
  transform: translateX(100%);
  transition: all 0.5s;
}
.glnv.is_open {
  transform: translateX(0);
}
.glnv .inner {
  padding: 80px;
  overflow-y: scroll;
  height: 100dvh;
}
.glnv .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.glnv .inner .close .tgl {
  border: 0;
  background: 0;
  width: 60px;
  padding: 0;
}
.glnv .inner nav > ul {
  font-size: 16px;
}
.glnv .inner nav > ul > li {
  margin-bottom: 1em;
}
.glnv .inner nav > ul > li a {
  color: #fff;
}
.glnv .inner nav > ul > li > ul {
  margin-top: 1em;
}
.glnv .inner nav > ul > li > ul > li {
  margin-bottom: 0.8em;
}
.glnv .inner nav > ul > li > ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: url(../img/common/blt03.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .glnv {
    width: 285px;
    background-size: 140px;
    color: #fff;
  }
  .glnv .inner {
    padding: 80px 40px;
    overflow-y: scroll;
    height: 100dvh;
  }
  .glnv .inner .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .glnv .inner .close .tgl {
    border: 0;
    background: 0;
    width: 60px;
    padding: 0;
  }
  .glnv .inner nav > ul {
    font-size: 16px;
  }
  .glnv .inner nav > ul > li {
    margin-bottom: 1em;
  }
  .glnv .inner nav > ul > li a {
    color: #fff;
  }
  .glnv .inner nav > ul > li > ul {
    margin-top: 1em;
  }
  .glnv .inner nav > ul > li > ul > li {
    margin-bottom: 0.8em;
  }
}

/* wysiwyg
**************************************************************************************************************************/
/* area
**************************************************************************************************************************/
/* top */
.area-top-kv {
  height: 100dvh;
  position: relative;
  z-index: 3;
}
.area-top-kv .title-body {
  position: relative;
}
.area-top-kv .title picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
}
.area-top-kv .title #kv-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
}
.area-top-kv .title #kv-mask.is_reverse {
  filter: invert(100%);
}
.area-top-kv .title #kv-mask .mask-path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 200px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.area-top-kv .body ul li {
  display: none;
}
.area-top-kv .body ul li img, .area-top-kv .body ul li video {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

.area-top-about {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
.area-top-about .title {
  margin-bottom: 20px;
}
.area-top-about .title picture.illust01 {
  text-align: right;
  position: relative;
  top: -30px;
  right: -24px;
}
.area-top-about .title picture.illust01 img {
  width: 160px;
}
.area-top-about .title picture.illust02 {
  padding: 0 24px;
}
.area-top-about .body .lead p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.area-top-about .link {
  padding: 50px 0 80px 0;
}
.area-top-about .link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-top-about .link ul li .name {
  display: none;
}
.area-top-about .link ul li a {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #323232;
  border-radius: 50%;
  position: relative;
}
.area-top-about .link ul li a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.area-top-about .link ul li:first-of-type a span::before, .area-top-about .link ul li:first-of-type a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: -20px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 0.5px 50%;
}
.area-top-about .link ul li:first-of-type a span::before {
  transform: rotate(45deg);
}
.area-top-about .link ul li:first-of-type a span::after {
  transform: rotate(-45deg);
}
.area-top-about .link ul li:last-of-type a span::before, .area-top-about .link ul li:last-of-type a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -20px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.area-top-about .link ul li:last-of-type a span::before {
  transform: rotate(45deg);
}
.area-top-about .link ul li:last-of-type a span::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .area-top-about {
    padding: 0;
  }
  .area-top-about .title-body {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center;
    position: relative;
    padding-top: 120px;
  }
  .area-top-about .title {
    margin-bottom: 0px;
    width: 50%;
  }
  .area-top-about .title h1.u-vertically {
    font-size: 52px;
  }
  .area-top-about .title picture.illust01 {
    text-align: right;
    position: absolute;
    top: -30px;
    right: 100px;
  }
  .area-top-about .title picture.illust01 img {
    width: 230px;
  }
  .area-top-about .title picture.illust02 {
    padding: 0 24px;
  }
  .area-top-about .body {
    flex: 1;
    padding-top: 100px;
    padding-right: 70px;
  }
  .area-top-about .body .lead p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
  .area-top-about #has_follow .link {
    max-width: 800px;
    margin-inline: auto;
    padding: 160px 0;
  }
  .area-top-about #has_follow .link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
    background: url(../img/common/blt02.png) 50% 50% no-repeat;
    background-size: auto 40px;
  }
  .area-top-about #has_follow .link ul li {
    display: flex;
    align-items: center;
  }
  .area-top-about #has_follow .link ul li .name {
    display: block;
    font-size: 32px;
  }
  .area-top-about #has_follow .link ul li a {
    display: block;
    width: 170px;
    height: 170px;
    background: url(../img/common/circle.svg) 0 0 no-repeat;
    background-size: contain;
    position: fixed;
    top: -85px;
    left: -85px;
    transform: translate(0, 0);
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .area-top-about #has_follow .link ul li a.is_show {
    visibility: visible;
    opacity: 1;
  }
  .area-top-about #has_follow .link ul li a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
  }
  .area-top-about #has_follow .link ul li:first-of-type .name {
    margin-left: 90px;
  }
  .area-top-about #has_follow .link ul li:last-of-type .name {
    margin-right: 90px;
  }
  .area-top-about #has_follow.is_hovered .link a {
    pointer-events: all;
    display: block;
  }
}

.area-top-you {
  height: 100dvh;
}
.area-top-you .title-body {
  position: relative;
}
.area-top-you .title {
  position: absolute;
  top: 30px;
  left: 30px;
}
.area-top-you .title h2 {
  font-size: 21px;
  color: #323232;
  line-height: 2;
  letter-spacing: 0.1em;
}
.area-top-you .body picture img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .area-top-you .title {
    top: 80px;
    left: 60px;
  }
  .area-top-you .title h2 {
    font-size: 28px;
    color: #fff;
  }
}

.area-top-company {
  background: #444d51;
  color: #fff;
  padding: 24px 30px 60px 110px;
}
.area-top-company .title .illust {
  position: relative;
  left: -100px;
  margin-bottom: 20px;
  opacity: 0.5;
}
.area-top-company .title .illust img {
  width: 160px;
}
.area-top-company .body h3 {
  font-size: 16px;
  margin-bottom: 0.8em;
}
.area-top-company .body p {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .area-top-company {
    padding: 140px 100px;
  }
  .area-top-company .inner {
    max-width: 900px;
    margin-inline: auto;
  }
  .area-top-company .title-body {
    position: relative;
    padding-left: 50%;
  }
  .area-top-company .title .illust {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    margin-bottom: 0px;
  }
  .area-top-company .title .illust img {
    width: 50%;
    margin-left: -10%;
  }
  .area-top-company .body h3 {
    font-size: 28px;
  }
  .area-top-company .body p {
    font-size: 14px;
  }
}

.area-top-business {
  background: #fff;
  padding-bottom: 60px;
}
.area-top-business .title-body {
  display: grid;
}
.area-top-business .title {
  order: 2;
  padding: 0 30px;
  position: relative;
}
.area-top-business .title h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.area-top-business .title .lead {
  font-size: 13px;
  line-height: 1.8;
}
.area-top-business .title .illust {
  position: absolute;
  top: -20px;
  right: 50px;
}
.area-top-business .title .illust img {
  width: 90px;
}
.area-top-business .body {
  order: 1;
  padding: 0 30px;
  margin-bottom: 60px;
}
.area-top-business .body .img .sub {
  display: none;
}
@media screen and (min-width: 1025px) {
  .area-top-business {
    padding-bottom: 100px;
  }
  .area-top-business .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 120px 0 60px 0;
    gap: 70px;
  }
  .area-top-business .title {
    order: 2;
    padding: 0;
    position: relative;
  }
  .area-top-business .title h3 {
    font-size: 28px;
  }
  .area-top-business .title .lead {
    font-size: 14px;
    padding-right: 30vw;
  }
  .area-top-business .title .illust {
    position: absolute;
    top: -80px;
    right: 150px;
  }
  .area-top-business .title .illust img {
    width: 230px;
  }
  .area-top-business .body {
    padding: 0px;
    margin-bottom: 0px;
  }
  .area-top-business .body .img .main {
    width: 400px;
    margin-left: -100px;
  }
  .area-top-business .body .img .sub {
    width: 400px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -300px;
  }
}

.area-top-photo {
  background: #fff;
  transition: padding 0.5s;
}
.area-top-photo .body ul li div {
  overflow: clip;
}
.area-top-photo .body ul li img, .area-top-photo .body ul li video {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.area-top-photo .body ul li:nth-of-type(1) div {
  height: 100vw;
}
.area-top-photo .body ul li:nth-of-type(2) div {
  height: 40vw;
}
.area-top-photo .body ul li:nth-of-type(3) div {
  height: 50vw;
}
.area-top-photo .body ul li:nth-of-type(4) div {
  height: 50vw;
}
.area-top-photo .body ul li:nth-of-type(5) div {
  height: 100vw;
}
.area-top-photo .body ul li:nth-of-type(6) div {
  height: 40vw;
}
.area-top-photo .body ul li:nth-of-type(7) div {
  height: 40vw;
}
.area-top-photo .body ul li:nth-of-type(8) div {
  height: 50vw;
}
.area-top-photo .body ul li:nth-of-type(9) div {
  height: 50vw;
}
@media screen and (min-width: 1025px) {
  .area-top-photo .body ul {
    display: flex;
    flex-wrap: wrap;
  }
  .area-top-photo .body ul li:nth-of-type(1) {
    width: 65%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(1) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(2) {
    width: 35%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(2) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(3) {
    width: 35%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(3) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(4) {
    width: 65%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(4) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(5) div {
    height: auto;
    width: 100%;
  }
  .area-top-photo .body ul li:nth-of-type(6) {
    width: 45%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(6) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(7) {
    width: 55%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(7) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(8) {
    width: 55%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(8) div {
    height: 35vw;
  }
  .area-top-photo .body ul li:nth-of-type(9) {
    width: 45%;
    height: auto;
  }
  .area-top-photo .body ul li:nth-of-type(9) div {
    height: 35vw;
  }
}

.area-top-presenter {
  background: #8f3e2d;
  color: #fff;
  padding: 0px;
}
.area-top-presenter .title {
  position: relative;
  padding: 60px 30px;
}
.area-top-presenter .title h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.area-top-presenter .title ul li {
  font-size: 16px;
  margin: 0.5em 0;
  display: flex;
  gap: 10px;
}
.area-top-presenter .title ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-top: 0.5em;
}
.area-top-presenter .title ul li a {
  color: #fff;
  position: relative;
}
.area-top-presenter .title ul li a::before, .area-top-presenter .title ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -1em;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.area-top-presenter .title ul li a::before {
  transform: rotate(45deg);
}
.area-top-presenter .title ul li a::after {
  transform: rotate(-45deg);
}
.area-top-presenter .title .illust {
  position: absolute;
  right: 30px;
  bottom: 60px;
}
.area-top-presenter .title .illust img {
  width: 90px;
}
@media screen and (min-width: 1025px) {
  .area-top-presenter .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-top-presenter .title {
    width: 50%;
    padding: 60px;
    padding-left: 100px;
  }
  .area-top-presenter .title h3 {
    font-size: 28px;
    margin-bottom: 0.8em;
  }
  .area-top-presenter .title ul li {
    font-size: 21px;
  }
  .area-top-presenter .title .illust {
    position: absolute;
    right: 80px;
    bottom: 60px;
  }
  .area-top-presenter .title .illust img {
    width: 110px;
  }
  .area-top-presenter .body {
    width: 50%;
  }
}

.area-top-place {
  background: #2f402a;
  color: #fff;
  height: 100dvh;
  position: relative;
}
.area-top-place .title {
  padding: 120px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
}
.area-top-place .title h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 4;
}
.area-top-place .title p.lead {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  z-index: 4;
}
.area-top-place .title p.more {
  margin-top: 2em;
  position: relative;
  z-index: 4;
}
.area-top-place .title .illust01 {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.area-top-place .title .illust01 img {
  width: 130px;
}
.area-top-place .title .illust02 {
  position: absolute;
  bottom: -150px;
  left: -5vw;
  padding: 0 0px;
  width: 100%;
  z-index: 3;
}
.area-top-place .title .illust02 img {
  width: 110vw;
}
.area-top-place .body {
  position: relative;
  z-index: 1;
}
.area-top-place .body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(68, 77, 81, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.area-top-place .body picture img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .area-top-place {
    height: 710px;
  }
  .area-top-place .title {
    padding: 0;
    max-width: 900px;
    top: 40%;
  }
  .area-top-place .title h3 {
    font-size: 28px;
  }
  .area-top-place .title p.lead {
    width: 50%;
  }
  .area-top-place .title .illust01 {
    position: absolute;
    top: -80px;
    right: 180px;
  }
  .area-top-place .title .illust01 img {
    width: 200px;
  }
  .area-top-place .title .illust02 {
    position: absolute;
    bottom: -370px;
    left: calc((100vw - 900px) / 2 * -1);
  }
  .area-top-place .title .illust02 img {
    width: 107vw;
  }
  .area-top-place .body picture img {
    height: 710px;
  }
}

.area-top-career {
  background: #fff;
  padding-bottom: 60px;
}
.area-top-career .title-body {
  display: grid;
}
.area-top-career .title {
  order: 2;
  padding: 0 30px;
  position: relative;
}
.area-top-career .title h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.area-top-career .title .lead {
  font-size: 13px;
  line-height: 1.8;
}
.area-top-career .title .more {
  margin-top: 2em;
}
.area-top-career .body {
  order: 1;
  padding: 0 30px;
  margin-bottom: 60px;
}
.area-top-career .body .img .sub {
  display: none;
}
@media screen and (min-width: 1025px) {
  .area-top-career {
    padding-bottom: 100px;
  }
  .area-top-career .title-body {
    display: block;
    position: relative;
    padding: 120px 0 60px 0;
    gap: 70px;
  }
  .area-top-career .title {
    padding: 0;
    position: static;
    left: 0;
    max-width: 900px;
    margin-inline: auto;
  }
  .area-top-career .title h3 {
    font-size: 28px;
  }
  .area-top-career .title .lead {
    font-size: 14px;
    padding-right: 0;
  }
  .area-top-career .body {
    padding: 0px;
    margin-bottom: 0px;
  }
  .area-top-career .body .img .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    left: -220px;
    margin-top: 40px;
  }
  .area-top-career .body .img .sub {
    width: 540px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    margin-top: 40px;
  }
}

.area-top-voice {
  padding: 60px 30px;
  background: #e9eaea;
}
.area-top-voice .inner {
  position: relative;
}
.area-top-voice .title {
  padding-bottom: 100px;
}
.area-top-voice .title h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.area-top-voice .title p.lead {
  font-size: 14px;
  line-height: 1.8;
}
.area-top-voice .title p.more {
  margin-top: 2em;
}
.area-top-voice .body .img .illust {
  position: absolute;
  bottom: 0;
  right: 0;
}
.area-top-voice .body .img .illust img {
  width: 150px;
}
@media screen and (min-width: 1025px) {
  .area-top-voice {
    padding: 80px 100px;
  }
  .area-top-voice .inner {
    position: relative;
    max-width: 900px;
    margin-inline: auto;
  }
  .area-top-voice .title {
    padding-bottom: 0px;
  }
  .area-top-voice .title h3 {
    font-size: 28px;
  }
  .area-top-voice .title p.lead {
    width: 50%;
  }
  .area-top-voice .body .img .illust {
    position: absolute;
    bottom: -120px;
    right: 0;
  }
  .area-top-voice .body .img .illust img {
    width: 320px;
  }
}

.area-top-carousel {
  background: #4b6078;
  padding: 40px 0;
}
.area-top-carousel .body {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  display: flex;
  align-items: center;
}
.area-top-carousel .body ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}
.area-top-carousel .body ul li {
  flex-shrink: 0;
}
.area-top-carousel .body ul li img {
  height: 230px;
  width: auto;
}
.area-top-carousel .body ul.first {
  animation: marquee 80s -40s linear infinite;
}
.area-top-carousel .body ul.second {
  animation: marquee2 80s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 1025px) {
  .area-top-carousel {
    padding: 60px 0;
  }
  .area-top-carousel .body ul li img {
    height: 280px;
    width: auto;
  }
}

.area-top-faq {
  background: #fff; /* margin-top: 90vh; */
  padding: 15px;
}
.area-top-faq .inner {
  background: #e9eaea;
  padding: 30px 30px 60px 30px;
  position: relative;
}
.area-top-faq .title {
  margin-bottom: 30px;
}
.area-top-faq .title h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.8em;
}
.area-top-faq .title p.lead {
  font-size: 14px;
  line-height: 1.8;
}
.area-top-faq .body .more, .area-top-faq .body .close {
  margin-top: 2em;
  text-align: center;
}
.area-top-faq .body .close {
  display: none;
}
.area-top-faq .illust {
  position: absolute;
  left: -10px;
  bottom: -20px;
}
.area-top-faq .illust img {
  width: 160px;
}
@media screen and (min-width: 1025px) {
  .area-top-faq {
    padding: 50px;
  }
  .area-top-faq .inner {
    padding: 100px;
  }
  .area-top-faq .title-body {
    max-width: 720px;
    margin-inline: auto;
  }
  .area-top-faq .title {
    margin-bottom: 60px;
  }
  .area-top-faq .title h3 {
    font-size: 28px;
  }
  .area-top-faq .title p.lead {
    max-width: 400px;
    margin-inline: auto;
  }
  .area-top-faq .illust {
    bottom: -80px;
  }
  .area-top-faq .illust img {
    width: 300px;
  }
}

.area-plx-mov { /* position: fixed; */
  width: 100%;
  height: 100dvh; /* top: 0; left: 0; z-index: 1; */
}
.area-plx-mov .body video {
  height: 100%;
  width: 100dvh;
  object-fit: cover;
  transform: rotate(90deg);
  transform-origin: left top;
  margin-left: 100%;
}
@media screen and (min-width: 1025px) {
  .area-plx-mov .body video {
    height: 100dvh;
    width: 100%;
    transform: rotate(0);
    margin-left: 0;
  }
}

/* place */
.area-place-head .title-body {
  position: relative;
}
.area-place-head .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 30px;
}
.area-place-head .body {
  position: relative;
}
.area-place-head .body .illust01 {
  width: 130px;
  position: absolute;
  right: 24px;
  top: 67px;
}
.area-place-head .body .illust02 {
  width: 110vw;
  position: absolute;
  left: -5vw;
  right: 0;
  bottom: -50px;
  padding: 0 0px;
}
@media screen and (min-width: 1025px) {
  .area-place-head .title {
    max-width: 900px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area-place-head .title .lead {
    max-width: 450px;
  }
  .area-place-head .body .illust01 {
    width: 200px;
    right: 320px;
    top: 90px;
  }
  .area-place-head .body .illust02 {
    width: 100%;
    left: auto;
    right: -100px;
    bottom: -100px;
    padding: 0 0 0 70px;
  }
}

.area-place-archive {
  padding: 40px 0px;
  margin-bottom: 60px;
}
.area-place-archive .inner {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .area-place-archive {
    padding: 100px;
  }
}

.area-place-detail {
  width: 100%;
  height: 100dvh;
}
.area-place-detail .title-body {
  position: relative;
}
.area-place-detail .title h1 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 70px;
  left: 20px;
  z-index: 2;
}
.area-place-detail .title > .close {
  font-size: 16px;
  position: absolute;
  top: 70px;
  right: 18px;
  z-index: 2;
}
.area-place-detail .title > .close a {
  color: #fff;
}
.area-place-detail .title .controls {
  padding: 0 30px;
  position: fixed;
  bottom: 80px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.area-place-detail .title .controls .close {
  display: none;
}
.area-place-detail .title .controls button {
  border: 0;
  background: none;
}
.area-place-detail .title .controls button img {
  width: 35px;
}
.area-place-detail .title .controls button.slick-prev {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/common/arw-prev02-w.svg) 0 0 no-repeat;
}
.area-place-detail .title .controls button.slick-next {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/common/arw-next02-w.svg) 0 0 no-repeat;
}
.area-place-detail .body .detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 160px;
  z-index: 2;
}
.area-place-detail .body .slick-counter {
  display: none;
}
.area-place-detail .body .controls {
  display: none;
}
@media screen and (min-width: 1025px) {
  .area-place-detail .title h1 {
    font-size: 18px;
    top: 100px;
    right: 50px;
    left: auto;
  }
  .area-place-detail .title > .close {
    display: none;
  }
  .area-place-detail .title .controls {
    padding: 0px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: auto;
    display: block;
  }
  .area-place-detail .title .controls .close {
    font-size: 18px;
    color: #fff;
    text-align: right;
    margin-right: 20px;
    display: inline-block;
    background: url(../img/common/bd04.png) 0 100% no-repeat;
    padding-bottom: 8px;
  }
  .area-place-detail .title .controls button {
    border: 0;
    background: none;
  }
  .area-place-detail .title .controls button img {
    width: 35px;
  }
  .area-place-detail .title .controls button.slick-prev {
    display: none;
  }
  .area-place-detail .title .controls button.slick-next {
    display: none;
  }
  .area-place-detail .body .detail {
    display: none;
  }
  .area-place-detail .body .slick-counter {
    display: block;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
    position: fixed;
    top: 100px;
    left: 40px;
    font-size: 16px;
    z-index: 2;
  }
  .area-place-detail .body .controls {
    padding: 0;
    position: fixed;
    top: 20vh;
    left: 40vw;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    transform: translateX(-50%);
  }
  .area-place-detail .body .controls button {
    border: 0;
    background: none;
  }
  .area-place-detail .body .controls button.slick-prev {
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    background: url(../img/common/arw-prev02-b.svg) 0 0 no-repeat;
  }
  .area-place-detail .body .controls button.slick-next {
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    background: url(../img/common/arw-next02-b.svg) 0 0 no-repeat;
  }
}

.area-place-job {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.area-place-job .title {
  background: #fff;
  padding: 0 30px;
  height: 60px;
  place-content: 50% 50%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.area-place-job .title h2 {
  font-size: 16px;
}
.area-place-job .title p.more button.tgl {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  background: none;
  position: relative;
}
.area-place-job .title p.more button.tgl::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.area-place-job .title p.more button.tgl::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.area-place-job .title p.more button.tgl.is_open::before {
  display: none;
}
.area-place-job .title p.more button.tgl.is_open::after {
  transform: translate(-50%, -50%) rotate(270deg);
}
.area-place-job .body {
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 80px;
  transform: translateY(100%);
  transition: all 0.3s;
  z-index: -1;
  overflow-y: scroll;
}
.area-place-job .body.is_open {
  transform: translateY(0);
}
.area-place-job .body .c-list-job {
  padding-top: 120px;
  max-height: calc(100dvh - 72px);
  overflow: scroll;
}
@media screen and (min-width: 1025px) {
  .area-place-job {
    width: 40%;
  }
  .area-place-job .title {
    background: #fff url(../img/common/bd03.png) 50% 0 no-repeat;
    background-size: calc(100% - 60px) auto;
  }
  .area-place-job .body .c-list-job {
    padding-top: 107px;
  }
}

/* voice */
.area-voice-head .title-body {
  position: relative;
}
.area-voice-head .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 30px;
}
.area-voice-head .body {
  position: relative;
}
.area-voice-head .body .illust {
  width: 200px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .area-voice-head .title {
    max-width: 900px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area-voice-head .title .lead {
    max-width: 350px;
  }
  .area-voice-head .body .illust {
    width: 260px;
    right: 24px;
    bottom: 24px;
  }
}

.area-voice-archive {
  padding: 40px 30px;
  margin-bottom: 60px;
}
.area-voice-archive .inner {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .area-voice-archive {
    padding: 100px;
  }
}

.area-voice-article {
  padding: 40px 30px;
}
.area-voice-article .title p.illust {
  text-align: right;
  margin-right: -25px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}
.area-voice-article .title p.illust img {
  width: 160px;
}
.area-voice-article .body {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 1025px) {
  .area-voice-article {
    padding: 40px 100px;
  }
  .area-voice-article .title p.illust {
    margin-right: 0px;
    margin-top: -56px;
    margin-bottom: -150px;
  }
  .area-voice-article .title p.illust img {
    width: 320px;
  }
}

.area-voice-slider {
  padding: 40px 30px;
  background: #4b6078;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .area-voice-slider {
    padding: 80px 0px;
    margin-bottom: 100px;
    width: 110vw;
    margin-left: -5vw;
  }
}

.area-voice-relate {
  padding: 40px 30px;
  margin-bottom: 60px;
}
.area-voice-relate .title h2 {
  text-align: center;
  font-size: 21px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .area-voice-relate {
    padding: 100px;
    margin-bottom: 100px;
  }
  .area-voice-relate .inner {
    max-width: 900px;
    margin-inline: auto;
  }
  .area-voice-relate .title h2 {
    font-size: 32px;
  }
}

/* job */
.area-job-head {
  padding: 40px 30px;
}
.area-job-head .inner .title-body .title {
  margin-bottom: 25px;
}
.area-job-head .inner .title-body .title p.u-vertically {
  font-size: 28px;
  margin-bottom: 0.6em;
}
.area-job-head .inner .title-body .body h1 {
  font-size: 16px;
  margin-bottom: 0.8em;
}
.area-job-head .inner .title-body .body p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.area-job-head .inner .title-body .body picture {
  padding: 0px;
}
@media screen and (min-width: 1025px) {
  .area-job-head {
    padding: 70px 100px;
  }
  .area-job-head .inner .title-body {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 900px;
    margin-inline: auto;
  }
  .area-job-head .inner .title-body .title {
    margin-bottom: 25px;
    width: 30%;
  }
  .area-job-head .inner .title-body .title p.u-vertically {
    font-size: 36px;
    margin-bottom: 0.6em;
    margin-left: 0;
  }
  .area-job-head .inner .title-body .title picture img {
    transform: scale(1.3);
    transform-origin: 0 0;
  }
  .area-job-head .inner .title-body .body {
    width: 63%;
    padding-top: 60px;
  }
  .area-job-head .inner .title-body .body p {
    margin-bottom: 40px;
  }
  .area-job-head .inner .title-body .body picture {
    padding: 0;
  }
}

.area-job-entry {
  padding: 60px 30px;
}
.area-job-entry .inner {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .area-job-entry {
    padding: 120px 100px;
  }
}

.area-job-mission {
  background: #444d51;
  color: #fff;
  padding: 100px 30px;
  position: relative;
}
.area-job-mission .inner {
  max-width: 900px;
  margin-inline: auto;
}
.area-job-mission .title-body {
  position: relative;
}
.area-job-mission .title {
  position: relative;
  z-index: 2;
}
.area-job-mission .title h3 {
  font-size: 21px;
  margin-bottom: 1em;
  line-height: 1.8;
}
.area-job-mission .title .txt p {
  font-size: 14px;
  line-height: 1.8;
}
.area-job-mission .body .img {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 230px;
}
@media screen and (min-width: 1025px) {
  .area-job-mission {
    padding: 100px 100px;
  }
  .area-job-mission .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-job-mission .title {
    width: 50%;
    order: 2;
  }
  .area-job-mission .title h3 {
    font-size: 28px;
  }
  .area-job-mission .body {
    width: 40%;
    order: 1;
  }
  .area-job-mission .body .img {
    position: static;
    width: 100%;
  }
}

.area-job-contents {
  padding: 100px 30px;
}
.area-job-contents .title {
  margin-bottom: 5em;
}
.area-job-contents .title h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3em;
}
.area-job-contents .title .lead p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .area-job-contents {
    padding: 100px 100px;
  }
  .area-job-contents .inner {
    max-width: 1100px;
    margin-inline: auto;
  }
  .area-job-contents .title {
    margin-bottom: 100px;
  }
  .area-job-contents .title h2 {
    font-size: 26px;
    margin-bottom: 1em;
  }
  .area-job-contents .title .lead {
    max-width: 580px;
    margin-inline: auto;
  }
}

.area-job-career {
  padding: 0 30px;
  margin-bottom: 100px;
  color: #fff;
}
.area-job-career .title-body {
  padding: 30px;
  position: relative;
}
.area-job-career .title-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.area-job-career .title-body.is_blue::before {
  background: #2f4c61;
}
.area-job-career .title-body.is_yellow::before {
  background: #a37a08;
}
.area-job-career .title-body.is_red::before {
  background: #8f3e2d;
}
.area-job-career .title-body.is_gray::before {
  background: #7d929c;
}
.area-job-career .title-body.is_green::before {
  background: #2f402a;
}
.area-job-career .title-body.is_brown::before {
  background: #9c8e77;
}
.area-job-career .title {
  position: relative;
  z-index: 2;
}
.area-job-career .body {
  position: relative;
  z-index: 2;
}
.area-job-career .body h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.8em;
}
.area-job-career .body .lead {
  padding: 0 15px;
}
.area-job-career .body .lead p {
  font-size: 13px;
  line-height: 1.8;
}
.area-job-career .body .lead br {
  display: none;
}
.area-job-career .body .more {
  text-align: center;
  margin-top: 1.5em;
}
.area-job-career .next {
  text-align: center;
  position: relative;
  z-index: 2;
  display: none;
}
.area-job-career .next p {
  line-height: 2;
}
.area-job-career .next picture {
  margin-top: 1em;
}
.area-job-career .next picture img {
  width: 100px;
}
@media screen and (min-width: 1025px) {
  .area-job-career {
    padding: 0 100px;
  }
  .area-job-career .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .area-job-career .title-body {
    padding: 45px;
  }
  .area-job-career .body h3 {
    font-size: 18px;
  }
  .area-job-career .body .lead {
    padding: 0;
    text-align: center;
  }
  .area-job-career .body .lead p {
    font-size: 14px;
  }
  .area-job-career .body .lead br {
    display: block;
  }
}

.area-job-relate {
  padding: 0 30px;
  margin-bottom: 100px;
}
.area-job-relate .inner {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .area-job-relate {
    margin-bottom: 100px;
  }
}

/* about */
.area-about-lead {
  padding: 28px 0;
  margin-bottom: 50px;
}
.area-about-lead .title-body {
  display: flex;
  justify-content: space-between;
}
.area-about-lead .title {
  width: 30%;
  flex-shrink: 0;
}
.area-about-lead .title h1 {
  font-size: 28px;
  font-weight: normal;
  padding: 0 1.5em;
  padding-top: 1em;
}
.area-about-lead p.object {
  width: 170px;
  margin-left: 20px;
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .area-about-lead {
    margin-bottom: 80px;
  }
  .area-about-lead .title-body {
    width: auto;
  }
  .area-about-lead .title h1 {
    font-size: 48px;
    padding: 0 15vw;
    padding-top: 2em;
  }
  .area-about-lead p.object {
    width: 280px;
    margin-left: 10vw;
    margin-top: -150px;
  }
}

.area-about-body {
  padding: 0 30px;
  margin-bottom: 80px;
}
.area-about-body .inner {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .area-about-body {
    padding: 0 100px;
    margin-bottom: 140px;
  }
}

/* rules */
.area-rules .title {
  padding: 65px 30px;
  position: relative;
}
.area-rules .title h1 {
  font-size: 28px;
  margin-bottom: 65px;
}
.area-rules .title .lead {
  font-size: 14px;
  line-height: 1.8;
}
.area-rules .title p.object {
  position: absolute;
  top: 0;
  right: 0px;
}
.area-rules .title p.object img {
  width: 150px;
}
@media screen and (min-width: 1025px) {
  .area-rules .title {
    padding: 50px 100px 100px 100px;
  }
  .area-rules .title h1 {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .area-rules .title .lead {
    font-size: 16px;
    max-width: 540px;
    margin-inline: auto;
  }
  .area-rules .title p.object {
    position: absolute;
    top: 50px;
    right: 100px;
  }
  .area-rules .title p.object img {
    width: 320px;
  }
}

/* before  */
.area-page-body {
  padding: 0 24px;
  padding-bottom: 50px;
}
.area-page-body .title {
  padding: 0px 0 40px 0;
}
.area-page-body .title h1 {
  font-size: 24px;
  text-align: center;
}
.area-page-body .body a {
  color: #000 !important;
  text-decoration: underline;
}
.area-page-body .body .block {
  margin-bottom: 72px;
}
.area-page-body .body .block h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.area-page-body .body .block p {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 1em;
}
.area-page-body .body .block ul, .area-page-body .body .block ol {
  margin-bottom: 2em;
}
.area-page-body .body .block li {
  font-size: 14px;
  line-height: 1.6;
}
.area-page-body .body .block li::before {
  top: 1em;
}
.area-page-body .body .steps {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 36px;
}
.area-page-body .body .steps li {
  list-style: none;
  margin-right: 0.5em;
  color: #999;
}
.area-page-body .body .steps li::before {
  content: "●";
  display: inline;
  margin-right: 0.2em;
}
.area-page-body .body .steps li::after {
  content: "-";
  display: inline;
  margin-left: 0.5em;
}
.area-page-body .body .steps li.done {
  color: #000;
}
.area-page-body .body .steps li:last-of-type::after {
  display: none;
}
.area-page-body .body .form {
  font-size: 14px;
}
.area-page-body .body .form dl {
  margin: 0;
}
.area-page-body .body .form dl div {
  margin-bottom: 32px;
}
.area-page-body .body .form dl dt {
  position: relative;
}
.area-page-body .body .form dl dt .require {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #FF0000;
}
.area-page-body .body .form .list-notice {
  padding-left: 1.5em;
  margin-bottom: 32px;
}
.area-page-body .body .form .button {
  margin-top: 32px;
}
.area-page-body .body .form .button input {
  border-radius: 0;
  border-color: #000;
  padding: 0.6em 0;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .area-page-body {
    padding: 0 248px 0 124px;
    padding-bottom: 120px;
  }
  .area-page-body .title-body {
    display: flex;
    justify-content: space-between;
  }
  .area-page-body .title {
    padding: 0;
    width: 228px;
    text-align: left;
  }
  .area-page-body .title h1 {
    font-size: 32px;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .area-page-body .body {
    width: calc(100% - 228px);
    padding-right: 50px;
  }
  .area-page-body .body .block {
    margin-bottom: 96px;
    padding-right: 50px;
  }
  .area-page-body .body .steps {
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 72px;
  }
  .area-page-body .body .form dl div {
    margin-bottom: 36px;
  }
  .area-page-body .body .form .list-notice {
    margin-bottom: 36px;
  }
  .area-page-body .body .form .button {
    margin-top: 36px;
  }
  .area-page-body .body .form .button input {
    width: 280px;
    margin: 0;
  }
}

.detail-job {
  max-width: 1400px;
  margin-inline: auto;
}

.area-entry-header {
  margin-bottom: 70px;
}
.area-entry-header .title-body {
  display: flex;
  flex-wrap: wrap;
}
.area-entry-header .title {
  width: 100%;
  order: 2;
  padding: 40px 24px;
}
.area-entry-header .title .category-title {
  display: flex;
  justify-content: space-between;
}
.area-entry-header .title .category-title picture.category-img {
  padding: 0 20px 0 0;
}
.area-entry-header .title .category-title img {
  width: 64px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.area-entry-header .title .text p.category-name {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.area-entry-header .title .text .pagetitle {
  font-size: 24px;
  margin-bottom: 24px;
}
.area-entry-header .title .lead::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  margin-bottom: 24px;
}
.area-entry-header .title .lead p {
  font-size: 14px;
  line-height: 2.2;
}
.area-entry-header .title p.category {
  font-size: 10px;
  background: url(../img/common/icn-book.svg) 0 3px no-repeat;
  background-size: 12px auto;
  padding-left: 15px;
  color: #909090;
  margin-bottom: 16px;
}
.area-entry-header .title p.category a {
  color: #909090;
}
.area-entry-header .title .article-title {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 0.6em;
}
.area-entry-header .title .name p {
  font-size: 20px;
}
.area-entry-header .title .name p small {
  font-size: 14px;
  display: block;
  margin-bottom: 0.6em;
}
.area-entry-header .title .article-stats {
  margin-top: 24px;
}
.area-entry-header .title .article-stats::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  margin-bottom: 24px;
}
.area-entry-header .title .article-stats .list-tag {
  margin-bottom: 20px;
}
.area-entry-header .title .article-stats .list-tag a::before {
  content: "#";
  display: inline;
}
.area-entry-header .title .article-stats .credit {
  font-size: 10px;
  margin-bottom: 0.5em;
  line-height: 0.8;
}
.area-entry-header .title.msg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  margin-top: -80px;
  margin-bottom: -80px;
}
.area-entry-header .title.msg h2 {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.area-entry-header .title.msg p {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.area-entry-header .title.msg p small {
  display: block;
  font-size: 8px;
  margin-bottom: 1em;
}
.area-entry-header .body {
  width: 100%;
  order: 1;
}
.area-entry-header .body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .area-entry-header {
    padding: 0 124px;
    margin-bottom: 132px;
  }
  .area-entry-header .title-body {
    align-items: flex-end;
  }
  .area-entry-header .title {
    width: 35%;
    padding: 120px 8% 0 0;
  }
  .area-entry-header .title .category-title {
    display: block;
  }
  .area-entry-header .title .category-title picture.category-img {
    padding: 0;
    margin-bottom: 40px;
  }
  .area-entry-header .title .text p.category-name {
    margin-bottom: 1em;
  }
  .area-entry-header .title .text .pagetitle {
    margin-bottom: 64px;
  }
  .area-entry-header .title .article-stats .credit {
    font-size: 12px;
  }
  .area-entry-header .title.msg {
    padding: 0;
    margin-top: 0;
    display: block;
    margin-bottom: 0;
  }
  .area-entry-header .title.msg h2 {
    font-size: 80px;
    margin-bottom: 40px;
    width: 100%;
  }
  .area-entry-header .title.msg p {
    text-align: left;
    font-size: 24px;
    width: 100%;
  }
  .area-entry-header .title.msg p small {
    font-size: 16px;
    margin-bottom: 0.1em;
  }
  .area-entry-header .body {
    width: 65%;
    order: 2;
  }
  .area-entry-header .body img {
    object-fit: cover;
    min-height: 800px;
  }
}

.area-entry-body {
  padding: 0 24px;
  margin-bottom: 70px;
}
.area-entry-body h2.gallery {
  text-align: center;
  font-size: 16px;
  text-align: left;
  margin-bottom: 1.4em;
}
.area-entry-body .wp-block-gallery {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.area-entry-body .wp-block-gallery img {
  object-fit: cover;
  height: 30vw;
  width: auto;
}
.area-entry-body .wp-block-gallery .blocks-gallery-item {
  padding: 0 8px;
}
.area-entry-body .wp-block-gallery .slick-arrow {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  border: 0;
  position: absolute;
}
.area-entry-body .wp-block-gallery .slick-arrow.slick-prev {
  background: url(../img/common/arw01-l.svg) 50% 50% no-repeat;
  background-size: 16px 16px;
  top: -40px;
  right: 56px;
}
.area-entry-body .wp-block-gallery .slick-arrow.slick-next {
  background: url(../img/common/arw01-r.svg) 50% 50% no-repeat;
  background-size: 16px 16px;
  top: -40px;
  right: 24px;
}
@media screen and (min-width: 1025px) {
  .area-entry-body {
    padding: 0 124px;
    margin-bottom: 132px;
  }
  .area-entry-body .inner {
    padding: 0 50px 0 0;
  }
  .area-entry-body h2.gallery {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .area-entry-body .wp-block-gallery {
    margin: 0;
    width: calc(100vw - 248px);
    margin-left: -124px;
  }
  .area-entry-body .wp-block-gallery img {
    object-fit: cover; /* height: 30vw; */
  }
  .area-entry-body .wp-block-gallery .blocks-gallery-item {
    padding: 0 6px;
  }
  .area-entry-body .wp-block-gallery .slick-arrow.slick-prev {
    top: -70px;
    right: 92px;
  }
  .area-entry-body .wp-block-gallery .slick-arrow.slick-next {
    top: -70px;
    right: 50px;
  }
  .area-entry-body .slick-list {
    padding-left: calc(25% + 56px) !important;
  }
}

.area-entry-requirement {
  padding: 0 24px;
  margin-bottom: 64px;
}
.area-entry-requirement .title h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.area-entry-requirement .body dl {
  border-top: 1px solid #dedede;
  font-size: 14px;
  margin-bottom: 2em;
}
.area-entry-requirement .body dl div {
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.area-entry-requirement .body dl dt {
  font-weight: bold;
  margin: 0 0 0.6em 0;
  padding: 0;
}
.area-entry-requirement .body dl dd {
  margin: 0;
  padding: 0;
}
.area-entry-requirement p.require {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.8;
}
.area-entry-requirement .caption {
  position: relative;
  padding-left: 1.6em;
  line-height: 2;
}
.area-entry-requirement .caption::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.area-entry-requirement .entry {
  margin-top: 60px;
  text-align: center;
}
.area-entry-requirement .entry .button {
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .area-entry-requirement {
    padding: 0 248px 0 124px;
    margin-bottom: 132px;
  }
  .area-entry-requirement .title-body {
    display: flex;
    justify-content: space-between;
  }
  .area-entry-requirement .title {
    padding: 0;
    width: 228px;
    text-align: left;
  }
  .area-entry-requirement .title h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .area-entry-requirement .body {
    width: calc(100% - 228px);
    padding-right: 50px;
  }
  .area-entry-requirement .body dl {
    margin-top: 0;
  }
  .area-entry-requirement .body dl div {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
  }
  .area-entry-requirement .body dl dt {
    width: 25%;
  }
  .area-entry-requirement .body dl dd {
    width: 75%;
    padding-left: 48px;
  }
  .area-entry-requirement .entry {
    margin-top: 80px;
    text-align: left;
  }
  .area-entry-requirement .entry .button {
    font-size: 16px;
  }
}

/* component
**************************************************************************************************************************/
/* status */
.is_narrow {
  padding: 0 30px;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .is_narrow {
    padding: 0 50px;
  }
}

.is_fix_botom {
  position: fixed !important;
  bottom: 0;
  z-index: 3 !important;
}

.is_visibility_none {
  visibility: hidden;
  opacity: 0;
}

/* share */
.c-btn.c-btn-box {
  display: block;
  background: url(../img/common/bg-box01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 0.48em;
}
.c-btn.c-btn-box.is_white {
  background: url(../img/common/bg-box01-w.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.c-btn.c-btn-more {
  display: inline-block;
  text-align: center;
  background: url(../img/common/bg-box01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 0.8em 1.2em;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  border: 0;
  font-size: inherit;
  color: #323232;
}
.c-btn.c-btn-more::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url(../img/common/arw-r02.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 1.5em;
}
.c-btn.c-btn-more.is_white {
  background: url(../img/common/bg-box01-w.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.c-btn.c-btn-more.is_white::after {
  background: url(../img/common/arw-r02-w.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-btn.c-btn-more2 {
  display: inline-block;
  background: url(../img/common/arw-r02-w.svg) 0 50% no-repeat;
  background-size: 25px 10px;
  text-align: left;
  padding: 0.4em;
  padding-left: 2.5em;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  color: #fff;
  border: 0;
}
.c-btn.c-btn-more2.is_back {
  background: url(../img/common/arw-l02-w.svg) 0 50% no-repeat;
  background-size: 25px 10px;
}
.c-btn.c-btn-more2.is_back span {
  display: none;
}
.c-btn.c-btn-more2.is_back::after {
  content: "Back";
  display: inline;
}
.c-btn.c-btn-open {
  display: inline-block;
  text-align: center;
  background: url(../img/common/bg-box01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 0.8em 1.2em;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  border: 0;
  font-size: inherit;
  color: #323232;
}
.c-btn.c-btn-open::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-open.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 1.5em;
  margin-top: 3px;
}
.c-btn.c-btn-close {
  display: inline-block;
  text-align: center;
  background: url(../img/common/bg-box01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 0.8em 1.2em;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  border: 0;
  font-size: inherit;
  color: #323232;
}
.c-btn.c-btn-close::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-close.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 1.5em;
  margin-top: 3px;
}
.c-btn.c-btn-detail {
  text-align: left;
  font-size: 16px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0.4em 2.2em 0.6em 1em;
  color: #fff;
}
.c-btn.c-btn-detail::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.c-btn.c-btn-detail::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.5s;
}
.c-btn.c-btn-detail.is_open::before {
  display: none;
}
.c-btn.c-btn-detail.is_open::after {
  transform: translateY(-50%) rotate(270deg);
}

.c-hl01 {
  margin-bottom: 3em;
}
.c-hl01 .hl {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .c-hl01 .hl {
    font-size: 34px;
  }
}

.c-hl02 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2em;
}
.c-hl02.is_gray {
  color: rgba(50, 50, 50, 0.5);
}
.c-hl02 .hl {
  font-size: 14px;
  margin-bottom: 0.2em;
}
.c-hl02 .label {
  font-size: 46px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .c-hl02 .label {
    font-size: 58px;
  }
}

.c-hl03 {
  margin-bottom: 2em;
}
.c-hl03.is_white {
  color: #fff;
}
.c-hl03 .hl {
  font-size: 18px;
  margin-bottom: 0.6em;
}
.c-hl03 .lead {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .c-hl03 .hl {
    font-size: 26px;
  }
  .c-hl03 .lead {
    font-size: 14px;
  }
}

.c-hl04 {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.c-hl04.is_gray {
  color: rgba(50, 50, 50, 0.5);
}
.c-hl04 .label {
  font-size: 24px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}
.c-hl04 .hl {
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .c-hl04 .label {
    font-size: 46px;
  }
}

.c-hl05 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2em;
  text-align: center;
}
.c-hl05.is_gray {
  color: rgba(50, 50, 50, 0.5);
}
.c-hl05 .hl {
  font-size: 14px;
  margin-top: 0.2em;
}
.c-hl05 .label {
  font-size: 80px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .c-hl05 .label {
    font-size: 58px;
  }
}

.c-hl06 {
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
.c-hl06 .hl {
  font-size: 14px;
  margin-bottom: 0;
}
.c-hl06 .label {
  font-size: 46px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .c-hl06 .label {
    font-size: 58px;
  }
}

/* place */
.c-list-place .place {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.c-list-place .place:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.c-list-place .place .imgtxt .txt {
  position: relative;
}
.c-list-place .place .imgtxt .txt .hl {
  font-size: 18px;
  padding: 1em;
  text-align: center;
}
.c-list-place .place .imgtxt .txt p.lead {
  font-size: 14px;
  line-height: 1.6;
}
.c-list-place .place .imgtxt .txt p.more {
  margin-top: 1.5em;
  text-align: center;
}
.c-list-place .place .imgtxt .txt .illust {
  width: 90px;
  height: auto;
  position: absolute;
  z-index: -1;
}
.c-list-place .place .imgtxt .txt .illust.is_tl {
  top: 10px;
  left: -25px;
}
.c-list-place .place .imgtxt .txt .illust.is_bl {
  bottom: -20px;
  left: -25px;
}
.c-list-place .place .imgtxt .txt .illust.is_tr {
  top: 10px;
  right: -25px;
}
.c-list-place .place .imgtxt .txt .illust.is_br {
  bottom: -20px;
  right: -25px;
}
@media screen and (min-width: 1025px) {
  .c-list-place .place {
    padding: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .c-list-place .place:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .c-list-place .place .imgtxt {
    display: flex;
    justify-content: space-between;
  }
  .c-list-place .place .imgtxt .img {
    width: 48%;
  }
  .c-list-place .place .imgtxt .txt {
    width: 48%;
    padding: 0 30px;
  }
  .c-list-place .place .imgtxt .txt .hl {
    font-size: 28px;
    padding: 1em;
    text-align: center;
  }
  .c-list-place .place .imgtxt .txt p.more {
    margin-top: 2em;
  }
  .c-list-place .place .imgtxt .txt .illust {
    width: 150px;
  }
  .c-list-place .place .imgtxt .txt .illust.is_tl {
    top: -30px;
    left: -45px;
  }
  .c-list-place .place .imgtxt .txt .illust.is_bl {
    bottom: -40px;
    left: -45px;
  }
  .c-list-place .place .imgtxt .txt .illust.is_tr {
    top: -30px;
    right: -45px;
  }
  .c-list-place .place .imgtxt .txt .illust.is_br {
    bottom: -40px;
    right: -45px;
  }
  .c-list-place .place:nth-of-type(even) .imgtxt .img {
    order: 2;
  }
  .c-list-place .place:nth-of-type(even) .imgtxt .txt {
    order: 1;
  }
}

.c-place-panel {
  position: relative;
  z-index: 1;
}
.c-place-panel .img {
  position: relative;
}
.c-place-panel .img picture img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
.c-place-panel .img .tagline {
  color: #fff;
  font-size: 28px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 60px;
}
.c-place-panel .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 150px 30px;
  overflow: scroll;
  display: none;
}
.c-place-panel .txt h2 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5em;
}
.c-place-panel .txt .lead p {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .c-place-panel .imgtxt {
    display: grid;
    gap: 0px;
    grid-template-columns: 40% auto;
  }
  .c-place-panel .img {
    position: relative;
    order: 2;
  }
  .c-place-panel .img .tagline {
    padding-bottom: 0px;
  }
  .c-place-panel .txt {
    order: 1;
    position: static;
    transform: translate(0);
    width: auto;
    height: 100dvh;
    background: #fff;
    color: #323232;
    padding: 150px 50px 90px 50px;
    overflow: scroll;
    display: block;
    place-content: end center;
  }
  .c-place-panel .txt h2 {
    color: rgba(50, 50, 50, 0.5);
  }
}

.c-place-thumb {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 100px 30px 100px;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.3s;
}
.c-place-thumb.is_open {
  transform: translateY(0);
  bottom: 60px;
}
.c-place-thumb ul li picture {
  margin-bottom: 12px;
}
.c-place-thumb ul li picture img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-place-thumb ul li span {
  display: block;
  font-size: 13px;
}
.c-place-thumb .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.c-place-thumb .slick-slide {
  margin: 0 5px;
}
.c-place-thumb .hide-thumb {
  position: absolute;
  top: 15px;
  right: 20px;
}
.c-place-thumb .hide-thumb button {
  width: 24px;
  height: 24px;
  border: 0;
  text-indent: -9999px;
  background: url(../img/common/btn-close.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .c-place-thumb {
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 140px;
    z-index: 3;
  }
  .c-place-thumb.is_open {
    bottom: 0;
  }
  .c-place-thumb ul {
    position: relative;
  }
  .c-place-thumb .slick-list {
    overflow: hidden;
  }
  .c-place-thumb .slick-arrow {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1.5em;
  }
  .c-place-thumb .slick-arrow.slick-prev {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../img/common/arw-prev02-b.svg) 0 0 no-repeat;
    left: -60px;
  }
  .c-place-thumb .slick-arrow.slick-next {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../img/common/arw-next02-b.svg) 0 0 no-repeat;
    right: -60px;
  }
}

/* voice */
.c-list-voice .voices {
  display: grid;
  gap: 40px 40px;
  position: relative;
}
.c-list-voice .voice a.has_hover:hover {
  opacity: 1;
}
.c-list-voice .voice a.has_hover:hover .img::before, .c-list-voice .voice a.has_hover:hover .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.c-list-voice .voice a.has_hover:hover .img img {
  opacity: 0.1;
}
.c-list-voice .voice a.is_blue:hover .img::before {
  background: #2f4c61;
}
.c-list-voice .voice a.is_blue:hover .img::after {
  background: url(../img/common/hover-blue.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice a.is_yellow:hover .img::before {
  background: #a37a08;
}
.c-list-voice .voice a.is_yellow:hover .img::after {
  background: url(../img/common/hover-yellow.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice a.is_red:hover .img::before {
  background: #8f3e2d;
}
.c-list-voice .voice a.is_red:hover .img::after {
  background: url(../img/common/hover-red.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice a.is_gray:hover .img::before {
  background: #7d929c;
}
.c-list-voice .voice a.is_gray:hover .img::after {
  background: url(../img/common/hover-gray.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice a.is_green:hover .img::before {
  background: #2f402a;
}
.c-list-voice .voice a.is_green:hover .img::after {
  background: url(../img/common/hover-green.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice a.is_brown:hover .img::before {
  background: #9c8e77;
}
.c-list-voice .voice a.is_brown:hover .img::after {
  background: url(../img/common/hover-brown.png) 50% 50% no-repeat;
  background-size: cover;
}
.c-list-voice .voice .imgtxt .img {
  margin-bottom: 12px;
  position: relative;
}
.c-list-voice .voice .imgtxt .img picture {
  position: relative;
  z-index: 2;
}
.c-list-voice .voice .imgtxt .img picture img {
  transition: all 0.3s;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.c-list-voice .voice .imgtxt .txt h2 {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.c-list-voice .voice .imgtxt .txt p {
  font-size: 18px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}
.c-list-voice.is_slider .voices {
  display: block;
}
.c-list-voice.is_slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.c-list-voice.is_slider .slick-slide {
  margin: 0 5px;
}
.c-list-voice.is_slider .slick-arrow {
  border: 0;
  background: 0;
  text-indent: -9999px;
  width: 50px;
  height: 8px;
  position: absolute;
  bottom: -25px;
}
.c-list-voice.is_slider .slick-arrow.slick-prev {
  background: url(../img/common/arw-prev01.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
}
.c-list-voice.is_slider .slick-arrow.slick-next {
  background: url(../img/common/arw-next01.png) 100% 0 no-repeat;
  background-size: contain;
  right: 0px;
}
@media screen and (min-width: 1025px) {
  .c-list-voice .voices {
    display: block;
  }
  .c-list-voice .voice {
    margin-bottom: 100px;
  }
  .c-list-voice .voice:nth-of-type(5n+1) {
    width: 56%;
    float: left;
  }
  .c-list-voice .voice:nth-of-type(5n+2) {
    width: 37%;
    float: right;
    margin-bottom: 50px;
  }
  .c-list-voice .voice:nth-of-type(5n+3) {
    width: 37%;
    float: right;
    margin-bottom: 50px;
  }
  .c-list-voice .voice:nth-of-type(5n+4) {
    width: 56%;
    float: left;
  }
  .c-list-voice .voice:nth-of-type(5n+5) {
    width: 37%;
    float: right;
    margin-bottom: 50px;
  }
  .c-list-voice .voice .imgtxt .img {
    margin-bottom: 12px;
  }
  .c-list-voice .voice .imgtxt .txt h2 {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .c-list-voice .voice .imgtxt .txt p {
    font-size: 18px;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
  }
  .c-list-voice.is_slider .slick-list {
    overflow: hidden;
  }
}

.c-voice-article {
  padding: 60px 30px;
}
.c-voice-article:nth-of-type(even) {
  background: #e9eaea;
}
.c-voice-article .article *:last-child {
  margin-bottom: 0;
}
.c-voice-article .article h2 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.8;
}
.c-voice-article .article dl .row {
  margin-bottom: 2.5em;
}
.c-voice-article .article dl .row dt {
  font-size: 16px;
  line-height: 1.8;
  background: url(../img/common//blt01.svg) 0 1em no-repeat;
  background-size: 2em auto;
  padding-left: 2.8em;
  margin-bottom: 1em;
}
.c-voice-article .article dl .row dd {
  font-size: 14px;
  line-height: 1.8;
}
.c-voice-article .article picture {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .c-voice-article {
    padding: 100px;
  }
  .c-voice-article .article {
    max-width: 800px;
    margin-inline: auto;
  }
  .c-voice-article .article dl .row dt {
    padding-left: 50px;
    margin-bottom: 1em;
  }
  .c-voice-article .article dl .row dd {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 50px;
  }
  .c-voice-article .article picture {
    margin-bottom: 2em;
  }
}

.c-voice-slider {
  padding-bottom: 20px;
}
.c-voice-slider .slider {
  padding: 0 15px;
  position: relative;
}
.c-voice-slider .slider ul li {
  padding: 0 5px;
}
.c-voice-slider .slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.c-voice-slider .slider .slick-slide {
  margin: 0 5px;
}
.c-voice-slider .slider .slick-arrow {
  border: 0;
  background: 0;
  text-indent: -9999px;
  width: 50px;
  height: 8px;
  position: absolute;
  bottom: -25px;
}
.c-voice-slider .slider .slick-arrow.slick-prev {
  background: url(../img/common/arw-prev01.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
}
.c-voice-slider .slider .slick-arrow.slick-next {
  background: url(../img/common/arw-next01.png) 100% 0 no-repeat;
  background-size: contain;
  right: 0px;
}
@media screen and (min-width: 1025px) {
  .c-voice-slider .slider {
    padding: 0 0px;
  }
  .c-voice-slider .slider .slick-arrow.slick-prev {
    left: 10vw;
  }
  .c-voice-slider .slider .slick-arrow.slick-next {
    right: 10vw;
  }
}

.c-voice-lead {
  padding: 0 20px;
  margin-top: 2em;
}
.c-voice-lead h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 18px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
.c-voice-lead p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .c-voice-lead {
    padding: 0;
    margin-top: 3em;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 3em;
  }
  .c-voice-lead h3 {
    font-size: 28px;
    margin-top: 3em;
  }
  .c-voice-lead p {
    font-size: 16px;
  }
}

/* job */
.c-list-job ul {
  font-size: 14px;
  display: grid;
  gap: 5px;
}
.c-list-job ul li {
  background: #e9eaea;
}
.c-list-job ul li a {
  padding: 1.4em;
  padding-right: 5em;
  display: block;
  background: url(../img/common/arw-r01.svg) calc(100% - 1em) 50% no-repeat;
  background-size: 35px 35px;
}
@media screen and (min-width: 1025px) {
  .c-list-job ul {
    font-size: 16px;
  }
  .c-list-job ul li a {
    padding: 1.8em 4em;
    padding-right: 10em;
    display: block;
    background: url(../img/common/arw-r01.svg) calc(100% - 4em) 50% no-repeat;
    background-size: 35px 35px;
  }
}

.c-block {
  margin-bottom: 100px;
}
.c-block:last-of-type {
  margin-bottom: 0;
}
.c-block .slider {
  padding: 0 15px;
  position: relative;
}
.c-block .slider ul li {
  padding: 0 5px;
}
.c-block .slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.c-block .slider .slick-slide {
  margin: 0 5px;
}
.c-block .slider .slick-arrow {
  border: 0;
  background: 0;
  text-indent: -9999px;
  width: 50px;
  height: 8px;
  position: absolute;
  bottom: -25px;
}
.c-block .slider .slick-arrow.slick-prev {
  background: url(../img/common/arw-prev01.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
}
.c-block .slider .slick-arrow.slick-next {
  background: url(../img/common/arw-next01.png) 100% 0 no-repeat;
  background-size: contain;
  right: 0px;
}
@media screen and (min-width: 1025px) {
  .c-block .slider {
    padding: 0 0px;
  }
}
.c-block .presenter .imgtxt .img {
  position: relative;
  margin-bottom: 50px;
}
.c-block .presenter .imgtxt .img .summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.c-block .presenter .imgtxt .img .summary .u-vertically {
  font-size: 18px;
}
.c-block .presenter .imgtxt .img .summary .lead {
  font-size: 13px;
  line-height: 2;
  margin-top: 1em;
  padding: 0 24px;
}
.c-block .presenter .imgtxt .txt dl {
  display: grid;
  gap: 30px;
}
.c-block .presenter .imgtxt .txt dl .row {
  background: url(../img/common/bd02.png) 0 100% no-repeat;
  background-size: 100% auto;
  padding-bottom: 30px;
}
.c-block .presenter .imgtxt .txt dl .row dt {
  font-size: 16px;
  margin-bottom: 1.2em;
}
.c-block .presenter .imgtxt .txt dl .row dd {
  font-size: 13px;
  line-height: 2;
}
.c-block .presenter .imgtxt .txt dl .row:last-of-type {
  background: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .c-block .presenter .imgtxt {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: flex-start;
  }
  .c-block .presenter .imgtxt .img {
    margin-bottom: 0px;
    width: 460px;
    flex-shrink: 0;
  }
  .c-block .presenter .imgtxt .img .summary .u-vertically {
    font-size: 25px;
  }
  .c-block .presenter .imgtxt .img .summary .lead {
    padding: 0 48px;
    margin-top: 3em;
  }
  .c-block .presenter .imgtxt .txt {
    width: 45%;
  }
  .c-block .presenter .imgtxt .txt dl .row dt {
    margin-bottom: 0.8em;
  }
}
.c-block .tagline p {
  font-size: 16px;
  line-height: 2.75;
  text-align: left;
}
.c-block .tagline p span {
  box-decoration-break: clone;
  background: url(../img/common/bd01.png) 0 100% no-repeat;
  background-size: 100% 6px;
  padding-bottom: 0.8em;
}
.c-block .tagline p br {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-block .tagline p {
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
  }
  .c-block .tagline p span {
    padding-bottom: 0.5em;
  }
  .c-block .tagline p br {
    display: block;
  }
}

.c-thumbnails-job .jobs {
  display: grid;
  gap: 25px 10px;
  grid-template-columns: repeat(2, 1fr);
}
.c-thumbnails-job .job .imgtxt .img {
  margin-bottom: 0.6em;
}
.c-thumbnails-job .job .imgtxt .txt {
  text-align: center;
}
.c-thumbnails-job .job .imgtxt .txt p {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .c-thumbnails-job .jobs {
    display: grid;
    gap: 25px 15px;
    grid-template-columns: repeat(4, 1fr);
  }
  .c-thumbnails-job .job .imgtxt .img {
    margin-bottom: 0.8em;
  }
}

/* about */
.c-about-block .block {
  margin-bottom: 50px;
}
.c-about-block .block h2 {
  font-size: 12px;
  margin-bottom: 2em;
  color: rgba(50, 50, 50, 0.5);
}
.c-about-block .block h2 small {
  font-size: 46px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 6px;
  font-weight: normal;
}
.c-about-block .block .set h3 {
  font-size: 21px;
  margin-bottom: 1.2em;
}
.c-about-block .block .set p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .c-about-block .block {
    margin-bottom: 80px;
    display: flex;
    gap: 80px;
  }
  .c-about-block .block h2 {
    font-size: 14px;
    margin-bottom: 2em;
    width: 300px;
    flex-shrink: 0;
    padding-top: 3px;
  }
  .c-about-block .block h2 small {
    font-size: 52px;
    margin-top: 2px;
  }
  .c-about-block .block .set h3 {
    font-size: 26px;
  }
  .c-about-block .block .set p {
    font-size: 16px;
  }
}

/* rule */
.c-rule-block .block {
  padding: 60px 30px;
  background: #444d51;
  color: #fff;
}
.c-rule-block .block .serial {
  text-align: center;
}
.c-rule-block .block .serial img {
  height: 140px;
  width: auto;
}
.c-rule-block .block .serial span {
  display: block;
  font-size: 16px;
  margin-top: 0em;
  margin-bottom: 2.5em;
}
.c-rule-block .block .lead p {
  font-size: 14px;
  line-height: 1.8;
}
.c-rule-block .block:nth-of-type(1) {
  background: #a37a08;
}
.c-rule-block .block:nth-of-type(2) {
  background: #8f3e2d;
}
.c-rule-block .block:nth-of-type(3) {
  background: #2f4c61;
}
.c-rule-block .block:nth-of-type(4) {
  background: #7d929c;
}
.c-rule-block .block:nth-of-type(5) {
  background: #2f402a;
}
.c-rule-block .block:nth-of-type(6) {
  background: #9c8e77;
}
.c-rule-block .block:nth-of-type(7) {
  background: #a37a08;
}
.c-rule-block .block:nth-of-type(8) {
  background: #4f4f3f;
}
.c-rule-block .block:nth-of-type(9) {
  background: #2f4c61;
}
.c-rule-block .block:nth-of-type(10) {
  background: #8f3e2d;
}
@media screen and (min-width: 1025px) {
  .c-rule-block .block {
    padding: 80px 100px;
  }
  .c-rule-block .block .txt {
    display: flex;
    align-items: center;
    gap: 140px;
    max-width: 1030px;
    margin-inline: auto;
  }
  .c-rule-block .block .serial {
    width: 270px;
    text-align: center;
    flex-shrink: 0;
  }
  .c-rule-block .block .serial img {
    height: 180px;
    width: auto;
  }
  .c-rule-block .block .serial span {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-rule-block .block .lead p {
    font-size: 16px;
    line-height: 2;
  }
}

/* faq */
.c-list-faq dl .row {
  font-size: 14px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c-list-faq dl .row dt {
  padding: 12px 30px 12px 30px;
  color: #323232;
  position: relative;
  cursor: pointer;
}
.c-list-faq dl .row dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.c-list-faq dl .row dt span.tgl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-indent: -9999px;
}
.c-list-faq dl .row dt span.tgl::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-list-faq dl .row dt span.tgl::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.c-list-faq dl .row dd {
  padding: 12px 0px 12px 30px;
  position: relative;
  display: none;
}
.c-list-faq dl .row dd::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.c-list-faq dl .row dd h3 {
  margin-bottom: 0.5em;
}
.c-list-faq dl .row dd p {
  margin-bottom: 1em;
}
.c-list-faq dl .row dd ul, .c-list-faq dl .row dd ol, .c-list-faq dl .row dd picture {
  margin-bottom: 1em;
}
.c-list-faq dl .row dd a {
  text-decoration: underline;
}
.c-list-faq dl .row dd img {
  max-width: 100%;
  width: auto;
  margin-bottom: 1em;
}
.c-list-faq dl .row.is_open dt span.tgl::before {
  display: none;
}
.c-list-faq dl .row.is_open dt span.tgl::after {
  transform: translate(-50%, -50%) rotate(270deg);
}
@media screen and (min-width: 1025px) {
  .c-list-faq dl .row {
    font-size: 16px;
  }
  .c-list-faq dl .row dt {
    padding: 24px 30px 24px 38px;
  }
  .c-list-faq dl .row dt::before {
    top: 20px;
    font-size: 24px;
  }
  .c-list-faq dl .row dd {
    padding: 24px 0px 24px 38px;
  }
  .c-list-faq dl .row dd::before {
    top: 18px;
    font-size: 24px;
  }
}

/* modal */
.c-modal {
  z-index: 100;
  width: 100%;
  height: 100dvh;
  background: rgba(163, 122, 8, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
}
.c-modal .modal-inner {
  width: 80%;
  max-height: 90dvh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
}
.c-modal .modal-inner .modal-body {
  text-align: center;
}
.c-modal .modal-inner .modal-body p {
  line-height: 2;
}
.c-modal .modal-inner .modal-body picture {
  margin-top: 1em;
}
.c-modal .modal-inner .modal-body picture img {
  width: 100px;
}
.c-modal .modal-inner .modal-body p.close {
  margin-top: 1.5em;
}

/* utility
**************************************************************************************************************************/
.u-vertically {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.u-alr {
  text-align: right;
}

.u-center {
  text-align: center;
}

.u-img-zoom {
  overflow: hidden;
}
.u-img-zoom img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: 100%;
}
.u-img-zoom:hover img {
  transform: scale(1.1, 1.1);
}

.u-size-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.u-sticky-panel {
  position: sticky;
  top: 0;
  z-index: 1;
}

.u-nonsticky-panel {
  z-index: 3;
  position: relative;
}

/* before
**************************************************************************************************************************/
.button-default {
  border: 1px solid #000;
  display: inline-block;
  padding: 0.8em 4em;
}
@media screen and (min-width: 1025px) {
  .button-default {
    border: 1px solid #000;
    display: inline-block;
    padding: 0.8em 4em;
  }
}

.contents-block {
  margin-bottom: 70px;
}
.contents-block h2 {
  font-size: 18px;
  margin-bottom: 1em;
}
.contents-block p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1.2em;
  color: #333;
}
.contents-block .imgtxt .img img {
  width: 100%;
  height: auto;
}
.contents-block.img-l .imgtxt {
  display: flex;
  flex-wrap: wrap;
}
.contents-block.img-l .imgtxt .img {
  width: 100%;
  order: 1;
  margin-bottom: 60px;
}
.contents-block.img-l .imgtxt .txt {
  width: 100%;
  order: 2;
}
.contents-block.img-r .imgtxt {
  display: flex;
  flex-wrap: wrap;
}
.contents-block.img-r .imgtxt .img {
  width: 100%;
  order: 2;
}
.contents-block.img-r .imgtxt .txt {
  width: 100%;
  order: 1;
  margin-bottom: 60px;
}
.contents-block.txt-btm .imgtxt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contents-block.img-full .imgtxt .img {
  margin: 0 calc(50% - 50vw);
}
.contents-block.only-img-l .imgtxt .img {
  margin: 0 calc(50% - 50vw);
}
.contents-block.only-img-r .imgtxt .img {
  margin: 0 calc(50% - 50vw);
}
.contents-block.only-img-c .imgtxt .img {
  margin: 0 calc(50% - 50vw);
}
.contents-block.gallery h2 {
  text-align: center;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.contents-block.gallery img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contents-block {
    margin-bottom: 96px;
  }
  .contents-block h2 {
    font-size: 24px;
  }
  .contents-block p {
    font-size: 14px;
  }
  .contents-block .imgtxt .img img {
    width: 100%;
  }
  .contents-block.img-l .imgtxt {
    display: flex;
    flex-wrap: nowrap;
  }
  .contents-block.img-l .imgtxt .img {
    width: 50%;
    margin-bottom: 0px;
  }
  .contents-block.img-l .imgtxt .txt {
    width: 50%;
    padding-left: 6%;
  }
  .contents-block.img-r .imgtxt {
    display: flex;
    flex-wrap: nowrap;
  }
  .contents-block.img-r .imgtxt .img {
    width: 50%;
  }
  .contents-block.img-r .imgtxt .txt {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 6%;
  }
  .contents-block.txt-btm .imgtxt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .contents-block.img-full .imgtxt .img {
    margin: 0;
  }
  .contents-block.img-full .imgtxt .img img {
    width: calc(100vw - 298px);
    margin-left: -124px;
  }
  .contents-block.only-txt-l .imgtxt .txt {
    padding-right: 20%;
  }
  .contents-block.only-txt-r .imgtxt .txt {
    padding-left: 20%;
  }
  .contents-block.only-txt-c .imgtxt .txt {
    padding: 0 10%;
  }
  .contents-block.only-img-l .imgtxt .img {
    margin: 0;
    padding-right: 20%;
  }
  .contents-block.only-img-r .imgtxt .img {
    margin: 0;
    padding-left: 20%;
  }
  .contents-block.only-img-c .imgtxt .img {
    margin: 0;
    padding: 0 10%;
  }
  .contents-block.gallery h2 {
    font-size: 32px;
  }
  .contents-block.gallery img {
    width: 100%;
  }
}

/* bootstrap
**************************************************************************************************************************/
.bootstrap {
  /*!
  * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
  * Copyright 2011-2020 The Bootstrap Authors
  * Copyright 2011-2020 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
}
.bootstrap :root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.bootstrap *, .bootstrap ::after, .bootstrap ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .bootstrap :root {
    scroll-behavior: smooth;
  }
}
.bootstrap body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.bootstrap [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.bootstrap hr:not([size]) {
  height: 1px;
}
.bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6, .bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap .h1, .bootstrap h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .bootstrap .h1, .bootstrap h1 {
    font-size: 2.5rem;
  }
}
.bootstrap .h2, .bootstrap h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .bootstrap .h2, .bootstrap h2 {
    font-size: 2rem;
  }
}
.bootstrap .h3, .bootstrap h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .bootstrap .h3, .bootstrap h3 {
    font-size: 1.75rem;
  }
}
.bootstrap .h4, .bootstrap h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .bootstrap .h4, .bootstrap h4 {
    font-size: 1.5rem;
  }
}
.bootstrap .h5, .bootstrap h5 {
  font-size: 1.25rem;
}
.bootstrap .h6, .bootstrap h6 {
  font-size: 1rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap abbr[data-bs-original-title], .bootstrap abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol, .bootstrap ul {
  padding-left: 2rem;
}
.bootstrap dl, .bootstrap ol, .bootstrap ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol, .bootstrap ol ul, .bootstrap ul ol, .bootstrap ul ul {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap b, .bootstrap strong {
  font-weight: bolder;
}
.bootstrap .small, .bootstrap small {
  font-size: 0.875em;
}
.bootstrap .mark, .bootstrap mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap sub, .bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #0d6efd;
  text-decoration: underline;
}
.bootstrap a:hover {
  color: #0a58ca;
}
.bootstrap a:not([href]):not([class]), .bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.bootstrap a > code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img, .bootstrap svg {
  vertical-align: middle;
}
.bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bootstrap tbody, .bootstrap td, .bootstrap tfoot, .bootstrap th, .bootstrap thead, .bootstrap tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.bootstrap label {
  display: inline-block;
}
.bootstrap button {
  border-radius: 0;
}
.bootstrap button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
.bootstrap button, .bootstrap input, .bootstrap optgroup, .bootstrap select, .bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button, .bootstrap select {
  text-transform: none;
}
.bootstrap [role=button] {
  cursor: pointer;
}
.bootstrap select {
  word-wrap: normal;
}
.bootstrap [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.bootstrap [type=button], .bootstrap [type=reset], .bootstrap [type=submit], .bootstrap button {
  -webkit-appearance: button;
}
.bootstrap [type=button]:not(:disabled), .bootstrap [type=reset]:not(:disabled), .bootstrap [type=submit]:not(:disabled), .bootstrap button:not(:disabled) {
  cursor: pointer;
}
.bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap textarea {
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .bootstrap legend {
    font-size: 1.5rem;
  }
}
.bootstrap legend + * {
  clear: left;
}
.bootstrap ::-webkit-datetime-edit-day-field, .bootstrap ::-webkit-datetime-edit-fields-wrapper, .bootstrap ::-webkit-datetime-edit-hour-field, .bootstrap ::-webkit-datetime-edit-minute, .bootstrap ::-webkit-datetime-edit-month-field, .bootstrap ::-webkit-datetime-edit-text, .bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.bootstrap ::-webkit-inner-spin-button {
  height: auto;
}
.bootstrap [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.bootstrap ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.bootstrap ::file-selector-button {
  font: inherit;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap iframe {
  border: 0;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-1 {
    font-size: 5rem;
  }
}
.bootstrap .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-2 {
    font-size: 4.5rem;
  }
}
.bootstrap .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-3 {
    font-size: 4rem;
  }
}
.bootstrap .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-4 {
    font-size: 3.5rem;
  }
}
.bootstrap .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-5 {
    font-size: 3rem;
  }
}
.bootstrap .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bootstrap .display-6 {
    font-size: 2.5rem;
  }
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap .blockquote > :last-child {
  margin-bottom: 0;
}
.bootstrap .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "— ";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .container, .bootstrap .container-fluid, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl, .bootstrap .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container, .bootstrap .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl, .bootstrap .container-xxl {
    max-width: 1320px;
  }
}
.bootstrap .row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.bootstrap .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.6666666667%;
}
.bootstrap .g-0, .bootstrap .gx-0 {
  --bs-gutter-x:0;
}
.bootstrap .g-0, .bootstrap .gy-0 {
  --bs-gutter-y:0;
}
.bootstrap .g-1, .bootstrap .gx-1 {
  --bs-gutter-x:0.25rem;
}
.bootstrap .g-1, .bootstrap .gy-1 {
  --bs-gutter-y:0.25rem;
}
.bootstrap .g-2, .bootstrap .gx-2 {
  --bs-gutter-x:0.5rem;
}
.bootstrap .g-2, .bootstrap .gy-2 {
  --bs-gutter-y:0.5rem;
}
.bootstrap .g-3, .bootstrap .gx-3 {
  --bs-gutter-x:1rem;
}
.bootstrap .g-3, .bootstrap .gy-3 {
  --bs-gutter-y:1rem;
}
.bootstrap .g-4, .bootstrap .gx-4 {
  --bs-gutter-x:1.5rem;
}
.bootstrap .g-4, .bootstrap .gy-4 {
  --bs-gutter-y:1.5rem;
}
.bootstrap .g-5, .bootstrap .gx-5 {
  --bs-gutter-x:3rem;
}
.bootstrap .g-5, .bootstrap .gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .bootstrap .g-sm-0, .bootstrap .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .bootstrap .g-sm-0, .bootstrap .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .bootstrap .g-sm-1, .bootstrap .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .bootstrap .g-sm-1, .bootstrap .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .bootstrap .g-sm-2, .bootstrap .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .bootstrap .g-sm-2, .bootstrap .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .bootstrap .g-sm-3, .bootstrap .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .bootstrap .g-sm-3, .bootstrap .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .bootstrap .g-sm-4, .bootstrap .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .bootstrap .g-sm-4, .bootstrap .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .bootstrap .g-sm-5, .bootstrap .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .bootstrap .g-sm-5, .bootstrap .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .bootstrap .g-md-0, .bootstrap .gx-md-0 {
    --bs-gutter-x:0;
  }
  .bootstrap .g-md-0, .bootstrap .gy-md-0 {
    --bs-gutter-y:0;
  }
  .bootstrap .g-md-1, .bootstrap .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .bootstrap .g-md-1, .bootstrap .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .bootstrap .g-md-2, .bootstrap .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .bootstrap .g-md-2, .bootstrap .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .bootstrap .g-md-3, .bootstrap .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .bootstrap .g-md-3, .bootstrap .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .bootstrap .g-md-4, .bootstrap .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .bootstrap .g-md-4, .bootstrap .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .bootstrap .g-md-5, .bootstrap .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .bootstrap .g-md-5, .bootstrap .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .bootstrap .g-lg-0, .bootstrap .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .bootstrap .g-lg-0, .bootstrap .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .bootstrap .g-lg-1, .bootstrap .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .bootstrap .g-lg-1, .bootstrap .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .bootstrap .g-lg-2, .bootstrap .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .bootstrap .g-lg-2, .bootstrap .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .bootstrap .g-lg-3, .bootstrap .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .bootstrap .g-lg-3, .bootstrap .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .bootstrap .g-lg-4, .bootstrap .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .bootstrap .g-lg-4, .bootstrap .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .bootstrap .g-lg-5, .bootstrap .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .bootstrap .g-lg-5, .bootstrap .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .bootstrap .g-xl-0, .bootstrap .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .bootstrap .g-xl-0, .bootstrap .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .bootstrap .g-xl-1, .bootstrap .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .bootstrap .g-xl-1, .bootstrap .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .bootstrap .g-xl-2, .bootstrap .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .bootstrap .g-xl-2, .bootstrap .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .bootstrap .g-xl-3, .bootstrap .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .bootstrap .g-xl-3, .bootstrap .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .bootstrap .g-xl-4, .bootstrap .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .bootstrap .g-xl-4, .bootstrap .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .bootstrap .g-xl-5, .bootstrap .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .bootstrap .g-xl-5, .bootstrap .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .bootstrap .col-xxl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .bootstrap .g-xxl-0, .bootstrap .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .bootstrap .g-xxl-0, .bootstrap .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .bootstrap .g-xxl-1, .bootstrap .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .bootstrap .g-xxl-1, .bootstrap .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .bootstrap .g-xxl-2, .bootstrap .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .bootstrap .g-xxl-2, .bootstrap .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .bootstrap .g-xxl-3, .bootstrap .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .bootstrap .g-xxl-3, .bootstrap .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .bootstrap .g-xxl-4, .bootstrap .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .bootstrap .g-xxl-4, .bootstrap .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .bootstrap .g-xxl-5, .bootstrap .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .bootstrap .g-xxl-5, .bootstrap .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.bootstrap .table {
  --bs-table-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.bootstrap .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.bootstrap .table > tbody {
  vertical-align: inherit;
}
.bootstrap .table > thead {
  vertical-align: bottom;
}
.bootstrap .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.bootstrap .caption-top {
  caption-side: top;
}
.bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.bootstrap .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.bootstrap .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.bootstrap .table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.bootstrap .table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.bootstrap .table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}
.bootstrap .table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}
.bootstrap .table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}
.bootstrap .table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}
.bootstrap .table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}
.bootstrap .table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}
.bootstrap .table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}
.bootstrap .table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .bootstrap .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bootstrap .form-label {
  margin-bottom: 0.5rem;
}
.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
}
.bootstrap .form-control[type=file] {
  overflow: hidden;
}
.bootstrap .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.bootstrap .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control::file-selector-button {
    transition: none;
  }
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-lg, .bootstrap .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.bootstrap .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-select[multiple], .bootstrap .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap .form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.bootstrap .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-check-input {
    transition: none;
  }
}
.bootstrap .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.bootstrap .form-check-input[type=radio] {
  border-radius: 50%;
}
.bootstrap .form-check-input:active {
  filter: brightness(90%);
}
.bootstrap .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.bootstrap .form-check-input:disabled ~ .form-check-label, .bootstrap .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.bootstrap .form-switch {
  padding-left: 2.5em;
}
.bootstrap .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.bootstrap .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .btn-check:disabled + .btn, .bootstrap .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .form-range:focus {
  outline: 0;
}
.bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .form-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bootstrap .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range:disabled {
  pointer-events: none;
}
.bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-floating {
  position: relative;
}
.bootstrap .form-floating > .form-control, .bootstrap .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-floating > label {
    transition: none;
  }
}
.bootstrap .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control::placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:focus, .bootstrap .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:focus ~ label, .bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label, .bootstrap .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control, .bootstrap .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.bootstrap .input-group > .form-control:focus, .bootstrap .input-group > .form-select:focus {
  z-index: 3;
}
.bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group .btn:focus {
  z-index: 3;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap .input-group-lg > .btn, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > .form-select, .bootstrap .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .btn, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > .form-select, .bootstrap .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .input-group-lg > .form-select, .bootstrap .input-group-sm > .form-select {
  padding-right: 1.75rem;
}
.bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .bootstrap .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.bootstrap .is-valid ~ .valid-feedback, .bootstrap .is-valid ~ .valid-tooltip, .bootstrap .was-validated :valid ~ .valid-feedback, .bootstrap .was-validated :valid ~ .valid-tooltip {
  display: block;
}
.bootstrap .form-control.is-valid, .bootstrap .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.bootstrap .form-control.is-valid:focus, .bootstrap .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bootstrap .was-validated textarea.form-control:valid, .bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.bootstrap .form-select.is-valid, .bootstrap .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.bootstrap .form-select.is-valid:focus, .bootstrap .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bootstrap .form-check-input.is-valid, .bootstrap .was-validated .form-check-input:valid {
  border-color: #198754;
}
.bootstrap .form-check-input.is-valid:checked, .bootstrap .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.bootstrap .form-check-input.is-valid:focus, .bootstrap .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bootstrap .form-check-input.is-valid ~ .form-check-label, .bootstrap .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.bootstrap .is-invalid ~ .invalid-feedback, .bootstrap .is-invalid ~ .invalid-tooltip, .bootstrap .was-validated :invalid ~ .invalid-feedback, .bootstrap .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap .form-control.is-invalid, .bootstrap .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.bootstrap .form-control.is-invalid:focus, .bootstrap .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bootstrap .was-validated textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.bootstrap .form-select.is-invalid, .bootstrap .was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.bootstrap .form-select.is-invalid:focus, .bootstrap .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bootstrap .form-check-input.is-invalid, .bootstrap .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.bootstrap .form-check-input.is-invalid:checked, .bootstrap .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.bootstrap .form-check-input.is-invalid:focus, .bootstrap .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bootstrap .form-check-input.is-invalid ~ .form-check-label, .bootstrap .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn:hover {
  color: #212529;
}
.bootstrap .btn-check:focus + .btn, .bootstrap .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .btn.disabled, .bootstrap .btn:disabled, .bootstrap fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.bootstrap .btn-check:focus + .btn-primary, .bootstrap .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.bootstrap .btn-check:active + .btn-primary, .bootstrap .btn-check:checked + .btn-primary, .bootstrap .btn-primary.active, .bootstrap .btn-primary:active, .bootstrap .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.bootstrap .btn-check:active + .btn-primary:focus, .bootstrap .btn-check:checked + .btn-primary:focus, .bootstrap .btn-primary.active:focus, .bootstrap .btn-primary:active:focus, .bootstrap .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.bootstrap .btn-primary.disabled, .bootstrap .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.bootstrap .btn-check:focus + .btn-secondary, .bootstrap .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-check:active + .btn-secondary, .bootstrap .btn-check:checked + .btn-secondary, .bootstrap .btn-secondary.active, .bootstrap .btn-secondary:active, .bootstrap .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.bootstrap .btn-check:active + .btn-secondary:focus, .bootstrap .btn-check:checked + .btn-secondary:focus, .bootstrap .btn-secondary.active:focus, .bootstrap .btn-secondary:active:focus, .bootstrap .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-secondary.disabled, .bootstrap .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.bootstrap .btn-check:focus + .btn-success, .bootstrap .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.bootstrap .btn-check:active + .btn-success, .bootstrap .btn-check:checked + .btn-success, .bootstrap .btn-success.active, .bootstrap .btn-success:active, .bootstrap .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.bootstrap .btn-check:active + .btn-success:focus, .bootstrap .btn-check:checked + .btn-success:focus, .bootstrap .btn-success.active:focus, .bootstrap .btn-success:active:focus, .bootstrap .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.bootstrap .btn-success.disabled, .bootstrap .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.bootstrap .btn-check:focus + .btn-info, .bootstrap .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bootstrap .btn-check:active + .btn-info, .bootstrap .btn-check:checked + .btn-info, .bootstrap .btn-info.active, .bootstrap .btn-info:active, .bootstrap .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.bootstrap .btn-check:active + .btn-info:focus, .bootstrap .btn-check:checked + .btn-info:focus, .bootstrap .btn-info.active:focus, .bootstrap .btn-info:active:focus, .bootstrap .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bootstrap .btn-info.disabled, .bootstrap .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.bootstrap .btn-check:focus + .btn-warning, .bootstrap .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.bootstrap .btn-check:active + .btn-warning, .bootstrap .btn-check:checked + .btn-warning, .bootstrap .btn-warning.active, .bootstrap .btn-warning:active, .bootstrap .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.bootstrap .btn-check:active + .btn-warning:focus, .bootstrap .btn-check:checked + .btn-warning:focus, .bootstrap .btn-warning.active:focus, .bootstrap .btn-warning:active:focus, .bootstrap .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.bootstrap .btn-warning.disabled, .bootstrap .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.bootstrap .btn-check:focus + .btn-danger, .bootstrap .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-check:active + .btn-danger, .bootstrap .btn-check:checked + .btn-danger, .bootstrap .btn-danger.active, .bootstrap .btn-danger:active, .bootstrap .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.bootstrap .btn-check:active + .btn-danger:focus, .bootstrap .btn-check:checked + .btn-danger:focus, .bootstrap .btn-danger.active:focus, .bootstrap .btn-danger:active:focus, .bootstrap .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-danger.disabled, .bootstrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.bootstrap .btn-check:focus + .btn-light, .bootstrap .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.bootstrap .btn-check:active + .btn-light, .bootstrap .btn-check:checked + .btn-light, .bootstrap .btn-light.active, .bootstrap .btn-light:active, .bootstrap .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.bootstrap .btn-check:active + .btn-light:focus, .bootstrap .btn-check:checked + .btn-light:focus, .bootstrap .btn-light.active:focus, .bootstrap .btn-light:active:focus, .bootstrap .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.bootstrap .btn-light.disabled, .bootstrap .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.bootstrap .btn-check:focus + .btn-dark, .bootstrap .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bootstrap .btn-check:active + .btn-dark, .bootstrap .btn-check:checked + .btn-dark, .bootstrap .btn-dark.active, .bootstrap .btn-dark:active, .bootstrap .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.bootstrap .btn-check:active + .btn-dark:focus, .bootstrap .btn-check:checked + .btn-dark:focus, .bootstrap .btn-dark.active:focus, .bootstrap .btn-dark:active:focus, .bootstrap .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bootstrap .btn-dark.disabled, .bootstrap .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-check:focus + .btn-outline-primary, .bootstrap .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-primary, .bootstrap .btn-check:checked + .btn-outline-primary, .bootstrap .btn-outline-primary.active, .bootstrap .btn-outline-primary.dropdown-toggle.show, .bootstrap .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .btn-check:active + .btn-outline-primary:focus, .bootstrap .btn-check:checked + .btn-outline-primary:focus, .bootstrap .btn-outline-primary.active:focus, .bootstrap .btn-outline-primary.dropdown-toggle.show:focus, .bootstrap .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.bootstrap .btn-outline-primary.disabled, .bootstrap .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-check:focus + .btn-outline-secondary, .bootstrap .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-secondary, .bootstrap .btn-check:checked + .btn-outline-secondary, .bootstrap .btn-outline-secondary.active, .bootstrap .btn-outline-secondary.dropdown-toggle.show, .bootstrap .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-check:active + .btn-outline-secondary:focus, .bootstrap .btn-check:checked + .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary.active:focus, .bootstrap .btn-outline-secondary.dropdown-toggle.show:focus, .bootstrap .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-outline-secondary.disabled, .bootstrap .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-check:focus + .btn-outline-success, .bootstrap .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-success, .bootstrap .btn-check:checked + .btn-outline-success, .bootstrap .btn-outline-success.active, .bootstrap .btn-outline-success.dropdown-toggle.show, .bootstrap .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bootstrap .btn-check:active + .btn-outline-success:focus, .bootstrap .btn-check:checked + .btn-outline-success:focus, .bootstrap .btn-outline-success.active:focus, .bootstrap .btn-outline-success.dropdown-toggle.show:focus, .bootstrap .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.bootstrap .btn-outline-success.disabled, .bootstrap .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.bootstrap .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-check:focus + .btn-outline-info, .bootstrap .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-info, .bootstrap .btn-check:checked + .btn-outline-info, .bootstrap .btn-outline-info.active, .bootstrap .btn-outline-info.dropdown-toggle.show, .bootstrap .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bootstrap .btn-check:active + .btn-outline-info:focus, .bootstrap .btn-check:checked + .btn-outline-info:focus, .bootstrap .btn-outline-info.active:focus, .bootstrap .btn-outline-info.dropdown-toggle.show:focus, .bootstrap .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.bootstrap .btn-outline-info.disabled, .bootstrap .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.bootstrap .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-check:focus + .btn-outline-warning, .bootstrap .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-warning, .bootstrap .btn-check:checked + .btn-outline-warning, .bootstrap .btn-outline-warning.active, .bootstrap .btn-outline-warning.dropdown-toggle.show, .bootstrap .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-check:active + .btn-outline-warning:focus, .bootstrap .btn-check:checked + .btn-outline-warning:focus, .bootstrap .btn-outline-warning.active:focus, .bootstrap .btn-outline-warning.dropdown-toggle.show:focus, .bootstrap .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-warning.disabled, .bootstrap .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-check:focus + .btn-outline-danger, .bootstrap .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-danger, .bootstrap .btn-check:checked + .btn-outline-danger, .bootstrap .btn-outline-danger.active, .bootstrap .btn-outline-danger.dropdown-toggle.show, .bootstrap .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-check:active + .btn-outline-danger:focus, .bootstrap .btn-check:checked + .btn-outline-danger:focus, .bootstrap .btn-outline-danger.active:focus, .bootstrap .btn-outline-danger.dropdown-toggle.show:focus, .bootstrap .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-danger.disabled, .bootstrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-check:focus + .btn-outline-light, .bootstrap .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-light, .bootstrap .btn-check:checked + .btn-outline-light, .bootstrap .btn-outline-light.active, .bootstrap .btn-outline-light.dropdown-toggle.show, .bootstrap .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-check:active + .btn-outline-light:focus, .bootstrap .btn-check:checked + .btn-outline-light:focus, .bootstrap .btn-outline-light.active:focus, .bootstrap .btn-outline-light.dropdown-toggle.show:focus, .bootstrap .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-light.disabled, .bootstrap .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-check:focus + .btn-outline-dark, .bootstrap .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bootstrap .btn-check:active + .btn-outline-dark, .bootstrap .btn-check:checked + .btn-outline-dark, .bootstrap .btn-outline-dark.active, .bootstrap .btn-outline-dark.dropdown-toggle.show, .bootstrap .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-check:active + .btn-outline-dark:focus, .bootstrap .btn-check:checked + .btn-outline-dark:focus, .bootstrap .btn-outline-dark.active:focus, .bootstrap .btn-outline-dark.dropdown-toggle.show:focus, .bootstrap .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bootstrap .btn-outline-dark.disabled, .bootstrap .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.bootstrap .btn-link:hover {
  color: #0a58ca;
}
.bootstrap .btn-link.disabled, .bootstrap .btn-link:disabled {
  color: #6c757d;
}
.bootstrap .btn-group-lg > .btn, .bootstrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .btn-group-sm > .btn, .bootstrap .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .fade {
    transition: none;
  }
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing {
    transition: none;
  }
}
.bootstrap .dropdown, .bootstrap .dropend, .bootstrap .dropstart, .bootstrap .dropup {
  position: relative;
}
.bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .dropdown-menu[style] {
  right: auto !important;
}
.bootstrap .dropdown-menu-start {
  --bs-position:start;
  right: auto;
  left: 0;
}
.bootstrap .dropdown-menu-end {
  --bs-position:end;
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap .dropdown-menu-sm-start {
    --bs-position:start;
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-sm-end {
    --bs-position:end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap .dropdown-menu-md-start {
    --bs-position:start;
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-md-end {
    --bs-position:end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap .dropdown-menu-lg-start {
    --bs-position:start;
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-lg-end {
    --bs-position:end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap .dropdown-menu-xl-start {
    --bs-position:start;
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xl-end {
    --bs-position:end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bootstrap .dropdown-menu-xxl-start {
    --bs-position:start;
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xxl-end {
    --bs-position:end;
    right: 0;
    left: auto;
  }
}
.bootstrap .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: none;
}
.bootstrap .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:focus, .bootstrap .dropdown-item:hover {
  color: #1e2125;
  background-color: #f8f9fa;
}
.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.bootstrap .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-item:focus, .bootstrap .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item.active, .bootstrap .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.bootstrap .dropdown-menu-dark .dropdown-item.disabled, .bootstrap .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.bootstrap .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.bootstrap .btn-group, .bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap .btn-group-vertical > .btn-check:checked + .btn, .bootstrap .btn-group-vertical > .btn-check:focus + .btn, .bootstrap .btn-group-vertical > .btn.active, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group > .btn-check:checked + .btn, .bootstrap .btn-group > .btn-check:focus + .btn, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:hover {
  z-index: 1;
}
.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap .btn-toolbar .input-group {
  width: auto;
}
.bootstrap .btn-group > .btn-group:not(:first-child), .bootstrap .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.bootstrap .btn-group > .btn-group:not(:last-child) > .btn, .bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .btn-group > .btn-group:not(:first-child) > .btn, .bootstrap .btn-group > .btn:nth-child(n+3), .bootstrap .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap .dropdown-toggle-split::after, .bootstrap .dropend .dropdown-toggle-split::after, .bootstrap .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.bootstrap .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap .btn-group-sm > .btn + .dropdown-toggle-split, .bootstrap .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap .btn-group-lg > .btn + .dropdown-toggle-split, .bootstrap .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child), .bootstrap .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn, .bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn, .bootstrap .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .nav-link {
    transition: none;
  }
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .nav-tabs .nav-link:focus, .bootstrap .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-item.show .nav-link, .bootstrap .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.bootstrap .nav-pills .nav-link.active, .bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.bootstrap .nav-fill .nav-item, .bootstrap .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified .nav-item, .bootstrap .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar > .container, .bootstrap .navbar > .container-fluid, .bootstrap .navbar > .container-lg, .bootstrap .navbar > .container-md, .bootstrap .navbar > .container-sm, .bootstrap .navbar > .container-xl, .bootstrap .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
}
.bootstrap .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar-collapse {
  align-items: center;
  width: 100%;
}
.bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .navbar-toggler {
    transition: none;
  }
}
.bootstrap .navbar-toggler:hover {
  text-decoration: none;
}
.bootstrap .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 576px) {
  .bootstrap .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .bootstrap .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bootstrap .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .bootstrap .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .bootstrap .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.bootstrap .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:focus, .bootstrap .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-nav .nav-link:focus, .bootstrap .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .nav-link.active, .bootstrap .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-text a, .bootstrap .navbar-light .navbar-text a:focus, .bootstrap .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:focus, .bootstrap .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:focus, .bootstrap .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.active, .bootstrap .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-text a, .bootstrap .navbar-dark .navbar-text a:focus, .bootstrap .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group, .bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.bootstrap .card-title {
  margin-bottom: 0.5rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link:hover {
  text-decoration: none;
}
.bootstrap .card-link + .card-link {
  margin-left: 1rem;
}
.bootstrap .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bootstrap .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bootstrap .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img, .bootstrap .card-img-bottom, .bootstrap .card-img-top {
  width: 100%;
}
.bootstrap .card-img, .bootstrap .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img, .bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-header, .bootstrap .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-footer, .bootstrap .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-header, .bootstrap .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-footer, .bootstrap .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.bootstrap .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .accordion-button {
    transition: none;
  }
}
.bootstrap .accordion-button.collapsed {
  border-bottom-width: 0;
}
.bootstrap .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.bootstrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.bootstrap .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .accordion-button::after {
    transition: none;
  }
}
.bootstrap .accordion-button:hover {
  z-index: 2;
}
.bootstrap .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .accordion-header {
  margin-bottom: 0;
}
.bootstrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}
.bootstrap .accordion-body {
  padding: 1rem 1.25rem;
}
.bootstrap .accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bootstrap .accordion-flush .accordion-collapse {
  border-width: 0;
}
.bootstrap .accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.bootstrap .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .page-link {
    transition: none;
  }
}
.bootstrap .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.bootstrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap .page-link {
  padding: 0.375rem 0.75rem;
}
.bootstrap .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap .alert-heading {
  color: inherit;
}
.bootstrap .alert-link {
  font-weight: 700;
}
.bootstrap .alert-dismissible {
  padding-right: 3rem;
}
.bootstrap .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.bootstrap .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.bootstrap .alert-primary .alert-link {
  color: #06357a;
}
.bootstrap .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.bootstrap .alert-secondary .alert-link {
  color: #34383c;
}
.bootstrap .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.bootstrap .alert-success .alert-link {
  color: #0c4128;
}
.bootstrap .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.bootstrap .alert-info .alert-link {
  color: #04414d;
}
.bootstrap .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.bootstrap .alert-warning .alert-link {
  color: #523e02;
}
.bootstrap .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.bootstrap .alert-danger .alert-link {
  color: #6a1a21;
}
.bootstrap .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap .alert-light .alert-link {
  color: #4f5050;
}
.bootstrap .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.bootstrap .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.bootstrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar {
    transition: none;
  }
}
.bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:focus, .bootstrap .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bootstrap .list-group-item + .list-group-item {
  border-top-width: 0;
}
.bootstrap .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap .list-group-horizontal {
  flex-direction: row;
}
.bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .bootstrap .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap .list-group-flush {
  border-radius: 0;
}
.bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.bootstrap .list-group-item-primary.list-group-item-action:focus, .bootstrap .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.bootstrap .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.bootstrap .list-group-item-secondary.list-group-item-action:focus, .bootstrap .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.bootstrap .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.bootstrap .list-group-item-success.list-group-item-action:focus, .bootstrap .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.bootstrap .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.bootstrap .list-group-item-info.list-group-item-action:focus, .bootstrap .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.bootstrap .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.bootstrap .list-group-item-warning.list-group-item-action:focus, .bootstrap .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.bootstrap .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.bootstrap .list-group-item-danger.list-group-item-action:focus, .bootstrap .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.bootstrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.bootstrap .list-group-item-light.list-group-item-action:focus, .bootstrap .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.bootstrap .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.bootstrap .list-group-item-dark.list-group-item-action:focus, .bootstrap .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.bootstrap .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.bootstrap .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.bootstrap .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.bootstrap .btn-close.disabled, .bootstrap .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.bootstrap .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.bootstrap .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .toast:not(.showing):not(.show) {
  opacity: 0;
}
.bootstrap .toast.hide {
  display: none;
}
.bootstrap .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.bootstrap .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.bootstrap .toast-body {
  padding: 0.75rem;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.bootstrap .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .modal.fade .modal-dialog {
    transition: none;
  }
}
.bootstrap .modal.show .modal-dialog {
  transform: none;
}
.bootstrap .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.bootstrap .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg, .bootstrap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bootstrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-header {
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .bootstrap .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .bootstrap .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap .tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=top], .bootstrap .bs-tooltip-top {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bootstrap .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bootstrap .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=right], .bootstrap .bs-tooltip-end {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bootstrap .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bootstrap .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=bottom], .bootstrap .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bootstrap .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bootstrap .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=left], .bootstrap .bs-tooltip-start {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bootstrap .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bootstrap .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bootstrap .popover .popover-arrow::after, .bootstrap .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-popover-auto[data-popper-placement^=top], .bootstrap .bs-popover-top {
  margin-bottom: 0.5rem !important;
}
.bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bootstrap .bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bootstrap .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bootstrap .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap .bs-popover-auto[data-popper-placement^=right], .bootstrap .bs-popover-end {
  margin-left: 0.5rem !important;
}
.bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bootstrap .bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bootstrap .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bootstrap .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap .bs-popover-auto[data-popper-placement^=bottom], .bootstrap .bs-popover-bottom {
  margin-top: 0.5rem !important;
}
.bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bootstrap .bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bootstrap .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bootstrap .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bootstrap .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bootstrap .bs-popover-auto[data-popper-placement^=left], .bootstrap .bs-popover-start {
  margin-right: 0.5rem !important;
}
.bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bootstrap .bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bootstrap .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bootstrap .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .popover-header:empty {
  display: none;
}
.bootstrap .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-item {
    transition: none;
  }
}
.bootstrap .carousel-item-next, .bootstrap .carousel-item-prev, .bootstrap .carousel-item.active {
  display: block;
}
.bootstrap .active.carousel-item-end, .bootstrap .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.bootstrap .active.carousel-item-start, .bootstrap .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap .carousel-fade .carousel-item-next.carousel-item-start, .bootstrap .carousel-fade .carousel-item-prev.carousel-item-end, .bootstrap .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.bootstrap .carousel-fade .active.carousel-item-end, .bootstrap .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-fade .active.carousel-item-end, .bootstrap .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.bootstrap .carousel-control-next, .bootstrap .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-control-next, .bootstrap .carousel-control-prev {
    transition: none;
  }
}
.bootstrap .carousel-control-next:focus, .bootstrap .carousel-control-next:hover, .bootstrap .carousel-control-prev:focus, .bootstrap .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap .carousel-control-prev {
  left: 0;
}
.bootstrap .carousel-control-next {
  right: 0;
}
.bootstrap .carousel-control-next-icon, .bootstrap .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-indicators li {
    transition: none;
  }
}
.bootstrap .carousel-indicators .active {
  opacity: 1;
}
.bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.bootstrap .carousel-dark .carousel-control-next-icon, .bootstrap .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.bootstrap .carousel-dark .carousel-indicators li {
  background-color: #000;
}
.bootstrap .carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.bootstrap .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.bootstrap .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .spinner-border, .bootstrap .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .link-primary {
  color: #0d6efd;
}
.bootstrap .link-primary:focus, .bootstrap .link-primary:hover {
  color: #0a58ca;
}
.bootstrap .link-secondary {
  color: #6c757d;
}
.bootstrap .link-secondary:focus, .bootstrap .link-secondary:hover {
  color: #565e64;
}
.bootstrap .link-success {
  color: #198754;
}
.bootstrap .link-success:focus, .bootstrap .link-success:hover {
  color: #146c43;
}
.bootstrap .link-info {
  color: #0dcaf0;
}
.bootstrap .link-info:focus, .bootstrap .link-info:hover {
  color: #3dd5f3;
}
.bootstrap .link-warning {
  color: #ffc107;
}
.bootstrap .link-warning:focus, .bootstrap .link-warning:hover {
  color: #ffcd39;
}
.bootstrap .link-danger {
  color: #dc3545;
}
.bootstrap .link-danger:focus, .bootstrap .link-danger:hover {
  color: #b02a37;
}
.bootstrap .link-light {
  color: #f8f9fa;
}
.bootstrap .link-light:focus, .bootstrap .link-light:hover {
  color: #f9fafb;
}
.bootstrap .link-dark {
  color: #212529;
}
.bootstrap .link-dark:focus, .bootstrap .link-dark:hover {
  color: #1a1e21;
}
.bootstrap .ratio {
  position: relative;
  width: 100%;
}
.bootstrap .ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.bootstrap .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap .ratio-1x1 {
  --aspect-ratio:100%;
}
.bootstrap .ratio-4x3 {
  --aspect-ratio:calc(3 / 4 * 100%);
}
.bootstrap .ratio-16x9 {
  --aspect-ratio:calc(9 / 16 * 100%);
}
.bootstrap .ratio-21x9 {
  --aspect-ratio:calc(9 / 21 * 100%);
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .bootstrap .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bootstrap .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bootstrap .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bootstrap .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bootstrap .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap .visually-hidden, .bootstrap .visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .float-start {
  float: left !important;
}
.bootstrap .float-end {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
.bootstrap .overflow-auto {
  overflow: auto !important;
}
.bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap .overflow-visible {
  overflow: visible !important;
}
.bootstrap .overflow-scroll {
  overflow: scroll !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrap .top-0 {
  top: 0 !important;
}
.bootstrap .top-50 {
  top: 50% !important;
}
.bootstrap .top-100 {
  top: 100% !important;
}
.bootstrap .bottom-0 {
  bottom: 0 !important;
}
.bootstrap .bottom-50 {
  bottom: 50% !important;
}
.bootstrap .bottom-100 {
  bottom: 100% !important;
}
.bootstrap .start-0 {
  left: 0 !important;
}
.bootstrap .start-50 {
  left: 50% !important;
}
.bootstrap .start-100 {
  left: 100% !important;
}
.bootstrap .end-0 {
  right: 0 !important;
}
.bootstrap .end-50 {
  right: 50% !important;
}
.bootstrap .end-100 {
  right: 100% !important;
}
.bootstrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bootstrap .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bootstrap .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-end-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-start-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #0d6efd !important;
}
.bootstrap .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap .border-success {
  border-color: #198754 !important;
}
.bootstrap .border-info {
  border-color: #0dcaf0 !important;
}
.bootstrap .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap .border-dark {
  border-color: #212529 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .border-0 {
  border-width: 0 !important;
}
.bootstrap .border-1 {
  border-width: 1px !important;
}
.bootstrap .border-2 {
  border-width: 2px !important;
}
.bootstrap .border-3 {
  border-width: 3px !important;
}
.bootstrap .border-4 {
  border-width: 4px !important;
}
.bootstrap .border-5 {
  border-width: 5px !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .vw-100 {
  width: 100vw !important;
}
.bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .vh-100 {
  height: 100vh !important;
}
.bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .gap-0 {
  gap: 0 !important;
}
.bootstrap .gap-1 {
  gap: 0.25rem !important;
}
.bootstrap .gap-2 {
  gap: 0.5rem !important;
}
.bootstrap .gap-3 {
  gap: 1rem !important;
}
.bootstrap .gap-4 {
  gap: 1.5rem !important;
}
.bootstrap .gap-5 {
  gap: 3rem !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.bootstrap .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.bootstrap .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.bootstrap .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.bootstrap .fs-5 {
  font-size: 1.25rem !important;
}
.bootstrap .fs-6 {
  font-size: 1rem !important;
}
.bootstrap .fst-italic {
  font-style: italic !important;
}
.bootstrap .fst-normal {
  font-style: normal !important;
}
.bootstrap .fw-light {
  font-weight: 300 !important;
}
.bootstrap .fw-lighter {
  font-weight: lighter !important;
}
.bootstrap .fw-normal {
  font-weight: 400 !important;
}
.bootstrap .fw-bold {
  font-weight: 700 !important;
}
.bootstrap .fw-bolder {
  font-weight: bolder !important;
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
.bootstrap .text-primary {
  color: #0d6efd !important;
}
.bootstrap .text-secondary {
  color: #6c757d !important;
}
.bootstrap .text-success {
  color: #198754 !important;
}
.bootstrap .text-info {
  color: #0dcaf0 !important;
}
.bootstrap .text-warning {
  color: #ffc107 !important;
}
.bootstrap .text-danger {
  color: #dc3545 !important;
}
.bootstrap .text-light {
  color: #f8f9fa !important;
}
.bootstrap .text-dark {
  color: #212529 !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-body {
  color: #212529 !important;
}
.bootstrap .text-muted {
  color: #6c757d !important;
}
.bootstrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-reset {
  color: inherit !important;
}
.bootstrap .lh-1 {
  line-height: 1 !important;
}
.bootstrap .lh-sm {
  line-height: 1.25 !important;
}
.bootstrap .lh-base {
  line-height: 1.5 !important;
}
.bootstrap .lh-lg {
  line-height: 2 !important;
}
.bootstrap .bg-primary {
  background-color: #0d6efd !important;
}
.bootstrap .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrap .bg-success {
  background-color: #198754 !important;
}
.bootstrap .bg-info {
  background-color: #0dcaf0 !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrap .bg-dark {
  background-color: #212529 !important;
}
.bootstrap .bg-body {
  background-color: #fff !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .bg-transparent {
  background-color: transparent !important;
}
.bootstrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-decoration-underline {
  text-decoration: underline !important;
}
.bootstrap .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bootstrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bootstrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bootstrap .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.bootstrap .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.bootstrap .pe-none {
  pointer-events: none !important;
}
.bootstrap .pe-auto {
  pointer-events: auto !important;
}
.bootstrap .rounded {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .rounded-1 {
  border-radius: 0.2rem !important;
}
.bootstrap .rounded-2 {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-3 {
  border-radius: 0.3rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrap .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .bootstrap .float-sm-start {
    float: left !important;
  }
  .bootstrap .float-sm-end {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-sm-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-sm-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-sm-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .float-md-start {
    float: left !important;
  }
  .bootstrap .float-md-end {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-md-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-md-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-md-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .float-lg-start {
    float: left !important;
  }
  .bootstrap .float-lg-end {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-lg-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-lg-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-lg-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .float-xl-start {
    float: left !important;
  }
  .bootstrap .float-xl-end {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-grid {
    display: grid !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-xl-first {
    order: -1 !important;
  }
  .bootstrap .order-xl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xl-last {
    order: 6 !important;
  }
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xl-start {
    text-align: left !important;
  }
  .bootstrap .text-xl-end {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bootstrap .float-xxl-start {
    float: left !important;
  }
  .bootstrap .float-xxl-end {
    float: right !important;
  }
  .bootstrap .float-xxl-none {
    float: none !important;
  }
  .bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xxl-block {
    display: block !important;
  }
  .bootstrap .d-xxl-grid {
    display: grid !important;
  }
  .bootstrap .d-xxl-table {
    display: table !important;
  }
  .bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xxl-none {
    display: none !important;
  }
  .bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xxl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xxl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-xxl-first {
    order: -1 !important;
  }
  .bootstrap .order-xxl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xxl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xxl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xxl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xxl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xxl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xxl-last {
    order: 6 !important;
  }
  .bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xxl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xxl-start {
    text-align: left !important;
  }
  .bootstrap .text-xxl-end {
    text-align: right !important;
  }
  .bootstrap .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .fs-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-4 {
    font-size: 1.5rem !important;
  }
  .bootstrap .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-sm-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .bootstrap .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-md-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .bootstrap .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-lg-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-grid {
    display: grid !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-print-none {
    display: none !important;
  }
}
.bootstrap {

}

/*# sourceMappingURL=layout.css.map */
